summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2003-10-24 15:04:03 +0000
committerBrandon Hale <tseng@gentoo.org>2003-10-24 15:04:03 +0000
commite0bc6959a05d8574f87f6de508b47cf068b4a59c (patch)
tree7988e9b08994cd04afdc9c2567877cd405e388ca /net-p2p/nicotine
parentversion bump (diff)
downloadhistorical-e0bc6959a05d8574f87f6de508b47cf068b4a59c.tar.gz
historical-e0bc6959a05d8574f87f6de508b47cf068b4a59c.tar.bz2
historical-e0bc6959a05d8574f87f6de508b47cf068b4a59c.zip
version bump
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r--net-p2p/nicotine/Manifest4
-rw-r--r--net-p2p/nicotine/files/digest-nicotine-1.0.4.11
-rw-r--r--net-p2p/nicotine/nicotine-1.0.4.1.ebuild21
3 files changed, 24 insertions, 2 deletions
diff --git a/net-p2p/nicotine/Manifest b/net-p2p/nicotine/Manifest
index 9bd0b08ffcdc..a44ac680187c 100644
--- a/net-p2p/nicotine/Manifest
+++ b/net-p2p/nicotine/Manifest
@@ -1,6 +1,6 @@
-MD5 0ea0a9be51508f7fea1341fc81d3f68b ChangeLog 421
+MD5 e59c0a83cec54ed0e6bcf09af21e4010 ChangeLog 559
MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219
MD5 3cc0a8180e34505e67bdd42c01955df2 nicotine-1.0.4.ebuild 651
-MD5 3cc0a8180e34505e67bdd42c01955df2 nicotine-1.0.4.1.ebuild 651
+MD5 e28859dbf4bffb0492595caa0c505c38 nicotine-1.0.4.1.ebuild 651
MD5 5cfab8187f861f1bccab403a82465970 files/digest-nicotine-1.0.4 67
MD5 b93106f0feb2a186392581c8407f07a0 files/digest-nicotine-1.0.4.1 69
diff --git a/net-p2p/nicotine/files/digest-nicotine-1.0.4.1 b/net-p2p/nicotine/files/digest-nicotine-1.0.4.1
new file mode 100644
index 000000000000..9d531db39482
--- /dev/null
+++ b/net-p2p/nicotine/files/digest-nicotine-1.0.4.1
@@ -0,0 +1 @@
+MD5 bc89054d83eb9785e78a59b84ae3dc4e nicotine-1.0.4.1.tar.bz2 217306
diff --git a/net-p2p/nicotine/nicotine-1.0.4.1.ebuild b/net-p2p/nicotine/nicotine-1.0.4.1.ebuild
new file mode 100644
index 000000000000..b1d44207f87f
--- /dev/null
+++ b/net-p2p/nicotine/nicotine-1.0.4.1.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.4.1.ebuild,v 1.1 2003/10/24 15:03:56 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"
+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 )"