diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-20 11:53:53 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-20 11:53:53 +0000 |
commit | df2a2082d13cc7077e91e9c9f3b71e1e190eb547 (patch) | |
tree | c0c02b8f307c8ede75e9fa9e536f02b6e69889e7 /net-p2p | |
parent | new dev version of pysoulseek (diff) | |
download | historical-df2a2082d13cc7077e91e9c9f3b71e1e190eb547.tar.gz historical-df2a2082d13cc7077e91e9c9f3b71e1e190eb547.tar.bz2 historical-df2a2082d13cc7077e91e9c9f3b71e1e190eb547.zip |
new dev version of pysoulseek
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/nicotine/files/digest-nicotine-1.0.4 | 1 | ||||
-rw-r--r-- | net-p2p/nicotine/metadata.xml | 6 | ||||
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.4.ebuild | 21 |
4 files changed, 31 insertions, 1 deletions
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 )" |