diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-12-26 17:30:04 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-12-26 17:30:04 +0000 |
commit | 5d438ba5de2038f299617cf4b433d52e2abcb1ac (patch) | |
tree | e6394cc54e28bdb2fdc20695dafc77c1cf7b74b7 /net-p2p | |
parent | oggvorbis Cleanup (diff) | |
download | gentoo-2-5d438ba5de2038f299617cf4b433d52e2abcb1ac.tar.gz gentoo-2-5d438ba5de2038f299617cf4b433d52e2abcb1ac.tar.bz2 gentoo-2-5d438ba5de2038f299617cf4b433d52e2abcb1ac.zip |
oggvorbis Cleanup
(Portage version: 2.1_pre1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.6.ebuild | 8 | ||||
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.7.ebuild | 8 | ||||
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild | 8 |
4 files changed, 17 insertions, 13 deletions
diff --git a/net-p2p/nicotine/ChangeLog b/net-p2p/nicotine/ChangeLog index eb998d5e647b..298050d90ba3 100644 --- a/net-p2p/nicotine/ChangeLog +++ b/net-p2p/nicotine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/nicotine # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.21 2005/12/17 15:07:56 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.22 2005/12/26 17:30:04 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> nicotine-1.0.6.ebuild, + nicotine-1.0.7.ebuild, nicotine-1.0.8_rc1.ebuild: + oggvorbis Cleanup 17 Dec 2005; Ian Leitch <port001@gentoo.org> nicotine-1.0.8.ebuild: Stable on x86 diff --git a/net-p2p/nicotine/nicotine-1.0.6.ebuild b/net-p2p/nicotine/nicotine-1.0.6.ebuild index c656fcbcd9f0..0725d44072be 100644 --- a/net-p2p/nicotine/nicotine-1.0.6.ebuild +++ b/net-p2p/nicotine/nicotine-1.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.6.ebuild,v 1.4 2004/06/25 00:35:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.6.ebuild,v 1.5 2005/12/26 17:30:04 lu_zero Exp $ inherit distutils @@ -11,11 +11,11 @@ SRC_URI="http://thegraveyard.org/nicotine/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc" -IUSE="oggvorbis geoip" +IUSE="vorbis geoip" DEPEND="virtual/python >=dev-python/pygtk-1.99.16 - oggvorbis? ( >=dev-python/pyvorbis-1 + vorbis? ( >=dev-python/pyvorbis-1 >=dev-python/pyogg-1 ) geoip? ( >=dev-python/geoip-python-0.2.0 >=dev-libs/geoip-1.2.1 )" diff --git a/net-p2p/nicotine/nicotine-1.0.7.ebuild b/net-p2p/nicotine/nicotine-1.0.7.ebuild index 31997d8a49c4..cee8fef4d20f 100644 --- a/net-p2p/nicotine/nicotine-1.0.7.ebuild +++ b/net-p2p/nicotine/nicotine-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.7.ebuild,v 1.4 2004/06/25 00:35:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.7.ebuild,v 1.5 2005/12/26 17:30:04 lu_zero Exp $ inherit distutils @@ -11,11 +11,11 @@ SRC_URI="http://nicotine.thegraveyard.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" -IUSE="oggvorbis geoip" +IUSE="vorbis geoip" DEPEND="virtual/python >=dev-python/pygtk-1.99.16 - oggvorbis? ( >=dev-python/pyvorbis-1 + vorbis? ( >=dev-python/pyvorbis-1 >=dev-python/pyogg-1 ) geoip? ( >=dev-python/geoip-python-0.2.0 >=dev-libs/geoip-1.2.1 )" diff --git a/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild b/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild index 831dceaa83fa..2e749b50eea0 100644 --- a/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild +++ b/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild,v 1.3 2004/06/25 00:35:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.8_rc1.ebuild,v 1.4 2005/12/26 17:30:04 lu_zero Exp $ inherit distutils @@ -11,11 +11,11 @@ SRC_URI="http://nicotine.thegraveyard.org/${PN}-1.0.8rc1.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc ~amd64" -IUSE="oggvorbis geoip" +IUSE="vorbis geoip" S="${WORKDIR}/${PN}-1.0.8rc1" DEPEND="virtual/python >=dev-python/pygtk-1.99.16 - oggvorbis? ( >=dev-python/pyvorbis-1 + vorbis? ( >=dev-python/pyvorbis-1 >=dev-python/pyogg-1 ) geoip? ( >=dev-python/geoip-python-0.2.0 >=dev-libs/geoip-1.2.1 )" |