diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-11-07 03:33:01 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-11-07 03:33:01 +0000 |
commit | 16451ed4800191781bcb95f63cfec05935e998ae (patch) | |
tree | ef2e8458937cd69014cf8aa0c68c1692cca7daaf /net-p2p/nicotine | |
parent | fixed address in changelog (diff) | |
download | gentoo-2-16451ed4800191781bcb95f63cfec05935e998ae.tar.gz gentoo-2-16451ed4800191781bcb95f63cfec05935e998ae.tar.bz2 gentoo-2-16451ed4800191781bcb95f63cfec05935e998ae.zip |
version bump
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r-- | net-p2p/nicotine/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/nicotine/files/digest-nicotine-1.0.5 | 1 | ||||
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.5.ebuild | 21 |
3 files changed, 28 insertions, 1 deletions
diff --git a/net-p2p/nicotine/ChangeLog b/net-p2p/nicotine/ChangeLog index 117383bf1a28..45112c82ae7c 100644 --- a/net-p2p/nicotine/ChangeLog +++ b/net-p2p/nicotine/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/nicotine # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.4 2003/11/01 13:26:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.5 2003/11/07 03:33:01 tseng Exp $ + +*nicotine-1.0.5 (06 Nov 2003) + + 06 Nov 2003; Brandon Hale <tseng@gentoo.org> nicotine-1.0.5.ebuild: + Version bump with important server fix 01 Nov 2003; Jason Wever <weeve@gentoo.org> nicotine-1.0.4.1.ebuild, nicotine-1.0.4.ebuild: diff --git a/net-p2p/nicotine/files/digest-nicotine-1.0.5 b/net-p2p/nicotine/files/digest-nicotine-1.0.5 new file mode 100644 index 000000000000..f5da9dafe9fd --- /dev/null +++ b/net-p2p/nicotine/files/digest-nicotine-1.0.5 @@ -0,0 +1 @@ +MD5 da2a4d3589d6bc176a1a433304ca90a4 nicotine-1.0.5.tar.bz2 221359 diff --git a/net-p2p/nicotine/nicotine-1.0.5.ebuild b/net-p2p/nicotine/nicotine-1.0.5.ebuild new file mode 100644 index 000000000000..efbc9ec8be84 --- /dev/null +++ b/net-p2p/nicotine/nicotine-1.0.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/nicotine-1.0.5.ebuild,v 1.1 2003/11/07 03:33:01 tseng Exp $ + +inherit distutils + +DESCRIPTION="Soulseek client written in Python" +HOMEPAGE="http://thegraveyard.org/nicotine/" +SRC_URI="http://thegraveyard.org/nicotine/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="oggvorbis geoip" + +DEPEND="virtual/python + >=dev-python/pygtk-1.99.16 + oggvorbis? ( >=dev-python/pyvorbis-1 + >=dev-python/pyogg-1 ) + geoip? ( >=dev-python/geoip-python-0.2.0 + >=dev-libs/geoip-1.2.1 )" |