Gentoo Archives: gentoo-commits

From: "Zaheer Abbas Merali (zaheerm)" <zaheerm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gmyth: gmyth-0.7.ebuild metadata.xml Manifest ChangeLog
Date: Thu, 21 Feb 2008 17:31:01
Message-Id: E1JSFG3-0000zk-Q4@stork.gentoo.org
1 zaheerm 08/02/21 17:30:55
2
3 Added: gmyth-0.7.ebuild metadata.xml Manifest ChangeLog
4 Log:
5 initial commit
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 media-libs/gmyth/gmyth-0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild?rev=1.1&content-type=text/plain
13
14 Index: gmyth-0.7.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild,v 1.1 2008/02/21 17:30:55 zaheerm Exp $
19
20 inherit libtool
21
22 IUSE="debug"
23 LICENSE="LGPL-2"
24 DESCRIPTION="GObject based library to access mythtv backends"
25 HOMEPAGE="http://gmyth.sourceforge.net/"
26 SRC_URI="mirror://sourceforge/gmyth/${PN}_${PV}-indt1.tar.gz"
27 KEYWORDS="~x86 ~amd64"
28 SLOT="0"
29 RDEPEND="net-misc/curl
30 dev-libs/glib
31 dev-libs/libxml2
32 virtual/mysql"
33 DEPEND="${RDEPEND}
34 dev-util/pkgconfig"
35
36 S="${WORKDIR}/${PN}"
37
38 src_compile() {
39 econf $(use_enable debug)
40 emake || die "emake failed."
41 }
42
43 src_install() {
44 emake DESTDIR="${D}" install || die "emake install failed."
45 dodoc AUTHORS ChangeLog NEWS README
46 }
47
48
49
50
51 1.1 media-libs/gmyth/metadata.xml
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gmyth/metadata.xml?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gmyth/metadata.xml?rev=1.1&content-type=text/plain
55
56 Index: metadata.xml
57 ===================================================================
58 <?xml version="1.0" encoding="UTF-8"?>
59 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 <pkgmetadata>
61 <herd>gstreamer</herd>
62 <maintainer>
63 <email>zaheerm@g.o</email>
64 </maintainer>
65 </pkgmetadata>
66
67
68
69 1.1 media-libs/gmyth/Manifest
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gmyth/Manifest?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gmyth/Manifest?rev=1.1&content-type=text/plain
73
74 Index: Manifest
75 ===================================================================
76 DIST gmyth_0.7-indt1.tar.gz 497877 RMD160 4d3bf33dd2468c505186a75841a91f1a79427086 SHA1 1f945c482a817da4fcd3faa1e09c587335725d65 SHA256 71f9680b9345f8a4342d1db007f3f0ca83bfaba83588b3751c93b77142a59e3b
77 EBUILD gmyth-0.7.ebuild 800 RMD160 e95b3ca4e8c384448cd9cccdf45f4633b32a375d SHA1 24139626576fc63cd36d639f5dfd53ead2ffb24a SHA256 31816004141a8cc54aae0a78f4c5a30229f32e7d615da18802405b1da6f510dc
78 MISC ChangeLog 253 RMD160 127508c3f58275908e52904aedfe29c5146c72c1 SHA1 03e77fca1ede8994fe0c19650326aa25d0454cea SHA256 a13921b5c759d6d216982feb76cac43469c1fa5f812d38f53f43794d59f5a3d7
79 MISC metadata.xml 225 RMD160 1667fe5eae0bf07312e79f6cd3ba3b51021a8386 SHA1 fc7dfef5499a34ae3ca9c71a5dfc578e56d2d6c4 SHA256 fcfbb0607f522d39b2e0606720496a0e08982eb31af0cce0af62db819ddd4e31
80
81
82
83 1.1 media-libs/gmyth/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gmyth/ChangeLog?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gmyth/ChangeLog?rev=1.1&content-type=text/plain
87
88 Index: ChangeLog
89 ===================================================================
90 # ChangeLog for media-libs/gmyth
91 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/ChangeLog,v 1.1 2008/02/21 17:30:55 zaheerm Exp $
93
94 *gmyth-0.7 (21 Feb 2008)
95
96 21 Feb 2008; Zaheer Abbas Merali <zaheerm@g.o> +metadata.xml,
97 +gmyth-0.7.ebuild:
98 initial commit
99
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list