summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/nicotine/ChangeLog7
-rw-r--r--net-p2p/nicotine/files/digest-nicotine-1.0.6_rc11
-rw-r--r--net-p2p/nicotine/nicotine-1.0.6_rc1.ebuild23
3 files changed, 30 insertions, 1 deletions
diff --git a/net-p2p/nicotine/ChangeLog b/net-p2p/nicotine/ChangeLog
index 45112c82ae7c..35b97bb6b50c 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.5 2003/11/07 03:33:01 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.6 2003/11/22 04:43:42 tseng Exp $
+
+*nicotine-1.0.6_rc1 (21 Nov 2003)
+
+ 21 Nov 2003; Brandon Hale <tseng@gentoo.org> nicotine-1.0.6_rc1.ebuild:
+ Version bump.
*nicotine-1.0.5 (06 Nov 2003)
diff --git a/net-p2p/nicotine/files/digest-nicotine-1.0.6_rc1 b/net-p2p/nicotine/files/digest-nicotine-1.0.6_rc1
new file mode 100644
index 000000000000..5a9eb1ad316d
--- /dev/null
+++ b/net-p2p/nicotine/files/digest-nicotine-1.0.6_rc1
@@ -0,0 +1 @@
+MD5 af811a21a7381956c6fdfcba652f8a5d nicotine-1.0.6rc1.tar.bz2 270403
diff --git a/net-p2p/nicotine/nicotine-1.0.6_rc1.ebuild b/net-p2p/nicotine/nicotine-1.0.6_rc1.ebuild
new file mode 100644
index 000000000000..a460d9811ee2
--- /dev/null
+++ b/net-p2p/nicotine/nicotine-1.0.6_rc1.ebuild
@@ -0,0 +1,23 @@
+# 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_rc1.ebuild,v 1.1 2003/11/22 04:43:42 tseng Exp $
+
+inherit distutils
+
+DESCRIPTION="Soulseek client written in Python"
+HOMEPAGE="http://thegraveyard.org/nicotine/"
+
+MY_P=${P/_}
+SRC_URI="http://thegraveyard.org/nicotine/${MY_P}.tar.bz2"
+S=${WORKDIR}/${MY_P}
+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 )"