summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-20 11:53:53 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-20 11:53:53 +0000
commit666c950c998291d583a65968d3a8644215c536a9 (patch)
tree27fd0367ee3a383cf828b5f37bcf5db60f10c57d /net-p2p/nicotine
parentnew dev version of pysoulseek (diff)
downloadgentoo-2-666c950c998291d583a65968d3a8644215c536a9.tar.gz
gentoo-2-666c950c998291d583a65968d3a8644215c536a9.tar.bz2
gentoo-2-666c950c998291d583a65968d3a8644215c536a9.zip
new dev version of pysoulseek
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r--net-p2p/nicotine/ChangeLog11
-rw-r--r--net-p2p/nicotine/Manifest4
-rw-r--r--net-p2p/nicotine/files/digest-nicotine-1.0.41
-rw-r--r--net-p2p/nicotine/metadata.xml6
-rw-r--r--net-p2p/nicotine/nicotine-1.0.4.ebuild21
5 files changed, 42 insertions, 1 deletions
diff --git a/net-p2p/nicotine/ChangeLog b/net-p2p/nicotine/ChangeLog
new file mode 100644
index 000000000000..412b65fa8705
--- /dev/null
+++ b/net-p2p/nicotine/ChangeLog
@@ -0,0 +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.1 2003/09/20 11:53:48 liquidx Exp $
+
+*nicotine-1.0.4 (20 Sep 2003)
+
+ 20 Sep 2003; Alastair Tse <liquidx@gentoo.org> metadata.xml,
+ nicotine-1.0.4.ebuild:
+ initial ebuild. the new port of the soulseek p2p network client in python and
+ gtk
+
diff --git a/net-p2p/nicotine/Manifest b/net-p2p/nicotine/Manifest
index 3e82cd58885c..f7e63cf5c0ac 100644
--- a/net-p2p/nicotine/Manifest
+++ b/net-p2p/nicotine/Manifest
@@ -1,2 +1,4 @@
-MD5 a8d0ada9df7512dd3c0e3478c0d044c0 nicotine-1.0.4.ebuild 549
+MD5 0ea0a9be51508f7fea1341fc81d3f68b ChangeLog 421
+MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219
+MD5 3cc0a8180e34505e67bdd42c01955df2 nicotine-1.0.4.ebuild 651
MD5 5cfab8187f861f1bccab403a82465970 files/digest-nicotine-1.0.4 67
diff --git a/net-p2p/nicotine/files/digest-nicotine-1.0.4 b/net-p2p/nicotine/files/digest-nicotine-1.0.4
new file mode 100644
index 000000000000..267060839dc5
--- /dev/null
+++ b/net-p2p/nicotine/files/digest-nicotine-1.0.4
@@ -0,0 +1 @@
+MD5 f6e87c354a2a1ecb1b161c7ffa34c80b nicotine-1.0.4.tar.bz2 205042
diff --git a/net-p2p/nicotine/metadata.xml b/net-p2p/nicotine/metadata.xml
new file mode 100644
index 000000000000..76b9f6f406d5
--- /dev/null
+++ b/net-p2p/nicotine/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>liquidx@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/net-p2p/nicotine/nicotine-1.0.4.ebuild b/net-p2p/nicotine/nicotine-1.0.4.ebuild
new file mode 100644
index 000000000000..fe6d62438b5d
--- /dev/null
+++ b/net-p2p/nicotine/nicotine-1.0.4.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.ebuild,v 1.1 2003/09/20 11:53:48 liquidx 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 )"