Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/driftnet: driftnet-0.1.6_p20090401.ebuild driftnet-0.1.6-r4.ebuild
Date: Sun, 06 Sep 2009 17:58:34
Message-Id: E1MkM0X-0005e6-2z@stork.gentoo.org
1 ssuominen 09/09/06 17:58:33
2
3 Modified: driftnet-0.1.6_p20090401.ebuild
4 driftnet-0.1.6-r4.ebuild
5 Log:
6 Remove virtual/mpg123.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild?r1=1.2&r2=1.3
15
16 Index: driftnet-0.1.6_p20090401.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- driftnet-0.1.6_p20090401.ebuild 26 Apr 2009 13:34:59 -0000 1.2
23 +++ driftnet-0.1.6_p20090401.ebuild 6 Sep 2009 17:58:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild,v 1.2 2009/04/26 13:34:59 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6_p20090401.ebuild,v 1.3 2009/09/06 17:58:32 ssuominen Exp $
29
30 EAPI=2
31 inherit eutils flag-o-matic toolchain-funcs
32 @@ -23,7 +23,7 @@
33 DEPEND="${CDEPEND}
34 dev-util/pkgconfig"
35 RDEPEND="${CDEPEND}
36 - mp3? ( virtual/mpg123 )"
37 + mp3? ( media-sound/mpg123 )"
38
39 src_compile() {
40 export CC=$(tc-getCC)
41
42
43
44 1.5 net-analyzer/driftnet/driftnet-0.1.6-r4.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6-r4.ebuild?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6-r4.ebuild?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6-r4.ebuild?r1=1.4&r2=1.5
49
50 Index: driftnet-0.1.6-r4.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6-r4.ebuild,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- driftnet-0.1.6-r4.ebuild 27 Jul 2009 19:31:11 -0000 1.4
57 +++ driftnet-0.1.6-r4.ebuild 6 Sep 2009 17:58:32 -0000 1.5
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2009 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6-r4.ebuild,v 1.4 2009/07/27 19:31:11 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6-r4.ebuild,v 1.5 2009/09/06 17:58:32 ssuominen Exp $
63
64 inherit eutils flag-o-matic
65
66 @@ -63,13 +63,3 @@
67 chmod 750 "${D}/usr/bin/driftnet"
68 chmod u+s "${D}/usr/bin/driftnet"
69 }
70 -
71 -pkg_postinst() {
72 - if ! has_version 'virtual/mpg123' ; then
73 - elog
74 - elog "In case you want driftnet to be able to play"
75 - elog "audio files found on the streams, you need to do:"
76 - elog " # emerge mpg123"
77 - elog
78 - fi
79 -}