summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-11-08 02:37:54 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-11-08 02:37:54 +0000
commitcee090cc3ca800150216609f2decf69a71b28f03 (patch)
treefbde149cfdf0fb4d202e5109d6a65245a654be2d /net-p2p/nicotine+
parentadd 0.22 final version (diff)
downloadgentoo-2-cee090cc3ca800150216609f2decf69a71b28f03.tar.gz
gentoo-2-cee090cc3ca800150216609f2decf69a71b28f03.tar.bz2
gentoo-2-cee090cc3ca800150216609f2decf69a71b28f03.zip
Remove old.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/nicotine+')
-rw-r--r--net-p2p/nicotine+/ChangeLog5
-rw-r--r--net-p2p/nicotine+/nicotine+-1.2.10.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog
index c2248740e6b5..50455711aa68 100644
--- a/net-p2p/nicotine+/ChangeLog
+++ b/net-p2p/nicotine+/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/nicotine+
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.39 2009/10/07 17:34:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.40 2009/11/08 02:37:54 dirtyepic Exp $
+
+ 08 Nov 2009; Ryan Hill <dirtyepic@gentoo.org> -nicotine+-1.2.10.ebuild:
+ Remove old.
07 Oct 2009; nixnut <nixnut@gentoo.org> nicotine+-1.2.12.ebuild:
ppc stable #286606
diff --git a/net-p2p/nicotine+/nicotine+-1.2.10.ebuild b/net-p2p/nicotine+/nicotine+-1.2.10.ebuild
deleted file mode 100644
index d10ec88d461e..000000000000
--- a/net-p2p/nicotine+/nicotine+-1.2.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.10.ebuild,v 1.5 2009/07/19 16:02:17 darkside Exp $
-
-inherit distutils multilib toolchain-funcs
-
-DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
-HOMEPAGE="http://nicotine-plus.sourceforge.net"
-SRC_URI="http://www.nicotine-plus.org/files/${P}.tar.bz2"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="geoip spell vorbis"
-
-RDEPEND="virtual/python
- >=dev-python/pygtk-2.10
- vorbis? ( >=dev-python/pyvorbis-1.4-r3
- >=dev-python/pyogg-1 )
- geoip? ( >=dev-python/geoip-python-0.2.0
- >=dev-libs/geoip-1.2.1 )
- spell? ( dev-python/sexy-python )
- !net-p2p/nicotine"
-
-DEPEND="${RDEPEND}"
-
-src_install() {
- distutils_python_version
- distutils_src_install \
- --install-lib /usr/$(get_libdir)/python${PYVER}/site-packages
-}