Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/imp3sh: imp3sh-0.2.3.ebuild imp3sh-0.2.4.ebuild
Date: Fri, 05 Jun 2009 18:25:48
Message-Id: E1MCe6s-0006AP-Ac@stork.gentoo.org
1 ssuominen 09/06/05 18:25:46
2
3 Modified: imp3sh-0.2.3.ebuild imp3sh-0.2.4.ebuild
4 Log:
5 Fix repoman warnings
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.15 media-sound/imp3sh/imp3sh-0.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild?r1=1.14&r2=1.15
14
15 Index: imp3sh-0.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- imp3sh-0.2.3.ebuild 16 Jun 2006 21:28:53 -0000 1.14
22 +++ imp3sh-0.2.3.ebuild 5 Jun 2009 18:25:46 -0000 1.15
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.14 2006/06/16 21:28:53 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.15 2009/06/05 18:25:46 ssuominen Exp $
29
30 IUSE="vorbis"
31
32 @@ -14,9 +14,10 @@
33 SLOT="0"
34 KEYWORDS="x86"
35
36 -DEPEND="sys-libs/ncurses
37 +RDEPEND="sys-libs/ncurses
38 vorbis? ( media-libs/libvorbis
39 - media-libs/libao )"
40 + media-libs/libao )"
41 +DEPEND="${RDEPEND}"
42
43 src_compile() {
44 econf || die
45
46
47
48 1.3 media-sound/imp3sh/imp3sh-0.2.4.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild?r1=1.2&r2=1.3
53
54 Index: imp3sh-0.2.4.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- imp3sh-0.2.4.ebuild 8 May 2009 18:55:50 -0000 1.2
61 +++ imp3sh-0.2.4.ebuild 5 Jun 2009 18:25:46 -0000 1.3
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2009 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild,v 1.2 2009/05/08 18:55:50 gentoofan23 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.4.ebuild,v 1.3 2009/06/05 18:25:46 ssuominen Exp $
67
68 inherit gnuconfig toolchain-funcs
69
70 @@ -13,25 +13,25 @@
71 KEYWORDS="-* ~x86"
72 IUSE=""
73
74 -DEPEND="sys-libs/ncurses
75 +RDEPEND="sys-libs/ncurses
76 media-libs/libvorbis
77 media-libs/libogg
78 media-libs/libao"
79 +DEPEND="${RDEPEND}"
80
81 src_unpack() {
82 unpack ${A}
83 cd "${S}"
84 -
85 gnuconfig_update
86 }
87
88 src_compile() {
89 econf
90 - emake CCLD=$(tc-getCXX) || die
91 + emake CCLD=$(tc-getCXX) || die "emake failed"
92 }
93
94 src_install() {
95 - make DESTDIR="${D}" install || die
96 + emake DESTDIR="${D}" install || die "emake install failed"
97 dodoc README* CHANGES web/README.imp3web web/imp3web.php EXAMPLE.imp3sh EXTERNAL.players
98 # Some docs are liner notes in the actual .c files. UHG.
99 dodoc piped-io/imp3sh*.c