diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-01-04 22:11:52 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-01-04 22:11:52 +0000 |
commit | 4da4b604bba7c1c75f1778033a6cc4ed197db793 (patch) | |
tree | 9d0f645b7526f429470edae52be6aabbfde9e55c /net-p2p | |
parent | Version bump. closes 37177 (diff) | |
download | gentoo-2-4da4b604bba7c1c75f1778033a6cc4ed197db793.tar.gz gentoo-2-4da4b604bba7c1c75f1778033a6cc4ed197db793.tar.bz2 gentoo-2-4da4b604bba7c1c75f1778033a6cc4ed197db793.zip |
Version bump. closes 37177
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/nicotine/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/nicotine/files/digest-nicotine-1.0.7_rc1 | 1 | ||||
-rw-r--r-- | net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild | 23 |
4 files changed, 32 insertions, 3 deletions
diff --git a/net-p2p/nicotine/ChangeLog b/net-p2p/nicotine/ChangeLog index 5087eb84f5ee..201a0ae6d219 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.8 2003/12/20 10:14:36 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine/ChangeLog,v 1.9 2004/01/04 22:11:42 tseng Exp $ + +*nicotine-1.0.7_rc1 (04 Jan 2004) + + 04 Jan 2004; Brandon Hale <tseng@gentoo.org> nicotine-1.0.7_rc1.ebuild: + Version bump, closes 37177 20 Dec 2003; David Holm <dholm@gentoo.org> nicotine-1.0.6.ebuild: Added to ~ppc diff --git a/net-p2p/nicotine/Manifest b/net-p2p/nicotine/Manifest index 19a4ee7fe004..ba1677e0caa9 100644 --- a/net-p2p/nicotine/Manifest +++ b/net-p2p/nicotine/Manifest @@ -1,11 +1,11 @@ -MD5 8c87b45fcca277775ee0ca0b322821d9 ChangeLog 1293 +MD5 4f25dd5320902814b64ed51c5bcba1a4 ChangeLog 1432 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 537ee7c9b0cf98759e61be6fac3997ad nicotine-1.0.6.ebuild 661 -MD5 417ee3262bba44c2442132d4a2e4a308 nicotine-1.0.7_rc1.ebuild 696 +MD5 83f080d3e66150edcee7140efa5346e3 nicotine-1.0.7_rc1.ebuild 689 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.7_rc1 b/net-p2p/nicotine/files/digest-nicotine-1.0.7_rc1 new file mode 100644 index 000000000000..6f582ad30f3d --- /dev/null +++ b/net-p2p/nicotine/files/digest-nicotine-1.0.7_rc1 @@ -0,0 +1 @@ +MD5 de8716c1a1752f87efb353e4a96d07da nicotine-1.0.7rc1.tar.bz2 291527 diff --git a/net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild b/net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild new file mode 100644 index 000000000000..7893b7077fd3 --- /dev/null +++ b/net-p2p/nicotine/nicotine-1.0.7_rc1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 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.7_rc1.ebuild,v 1.1 2004/01/04 22:11: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" +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 )" |