summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2003-11-07 03:33:01 +0000
committerBrandon Hale <tseng@gentoo.org>2003-11-07 03:33:01 +0000
commit50036e88139b3fbd623a79d56024c91bcf298a10 (patch)
tree206e924201a0c246f4804bc981780fd428d0e230 /net-p2p
parentfixed address in changelog (diff)
downloadhistorical-50036e88139b3fbd623a79d56024c91bcf298a10.tar.gz
historical-50036e88139b3fbd623a79d56024c91bcf298a10.tar.bz2
historical-50036e88139b3fbd623a79d56024c91bcf298a10.zip
version bump
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/nicotine/ChangeLog7
-rw-r--r--net-p2p/nicotine/files/digest-nicotine-1.0.51
-rw-r--r--net-p2p/nicotine/nicotine-1.0.5.ebuild21
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 )"