summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r--net-p2p/nicotine/Manifest4
-rw-r--r--net-p2p/nicotine/files/digest-nicotine-1.0.61
-rw-r--r--net-p2p/nicotine/nicotine-1.0.6.ebuild21
3 files changed, 24 insertions, 2 deletions
diff --git a/net-p2p/nicotine/Manifest b/net-p2p/nicotine/Manifest
index a985d1da77e9..62c7ec7b75c8 100644
--- a/net-p2p/nicotine/Manifest
+++ b/net-p2p/nicotine/Manifest
@@ -1,10 +1,10 @@
-MD5 a7f1b5bd11d6d742f599aa71e884e290 ChangeLog 1091
+MD5 3aa6d5ce63e51f76e1736fa37e3b3df3 ChangeLog 1208
MD5 091ea7fa2e8f9a7fecab637d577413a5 metadata.xml 219
MD5 2740b7f31cbbf9c852331830e45aa1b1 nicotine-1.0.4.1.ebuild 658
MD5 ec4923c39b07709758fc7e92b1570d62 nicotine-1.0.4.ebuild 656
MD5 d7c011de86963b29a47782eeaf9aa5f6 nicotine-1.0.5.ebuild 659
MD5 417ee3262bba44c2442132d4a2e4a308 nicotine-1.0.6_rc1.ebuild 696
-MD5 5525df819c3dd1cd1e4ef08662723413 nicotine-1.0.6.ebuild 660
+MD5 62520760ce4841acfa940096aeb4f7fc nicotine-1.0.6.ebuild 656
MD5 5cfab8187f861f1bccab403a82465970 files/digest-nicotine-1.0.4 67
MD5 b93106f0feb2a186392581c8407f07a0 files/digest-nicotine-1.0.4.1 69
MD5 a5922831ba4a64fd4bd72bb9890faf13 files/digest-nicotine-1.0.5 67
diff --git a/net-p2p/nicotine/files/digest-nicotine-1.0.6 b/net-p2p/nicotine/files/digest-nicotine-1.0.6
new file mode 100644
index 000000000000..56aee6e91be7
--- /dev/null
+++ b/net-p2p/nicotine/files/digest-nicotine-1.0.6
@@ -0,0 +1 @@
+MD5 0c5f5fd621b97539ccf2f1d804c74b2c nicotine-1.0.6.tar.bz2 277777
diff --git a/net-p2p/nicotine/nicotine-1.0.6.ebuild b/net-p2p/nicotine/nicotine-1.0.6.ebuild
new file mode 100644
index 000000000000..ecd2c04d6d5b
--- /dev/null
+++ b/net-p2p/nicotine/nicotine-1.0.6.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.6.ebuild,v 1.1 2003/12/05 21:22:28 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 )"