summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/nicotine/nicotine-1.0.6.ebuild')
-rw-r--r--net-p2p/nicotine/nicotine-1.0.6.ebuild21
1 files changed, 21 insertions, 0 deletions
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 )"