summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-05 21:31:59 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-05 21:31:59 +0000
commit227f3d72383cab1a67720ce0cbe81a67cb5b3095 (patch)
treeb38938d69ba58a1de7ea5c21cf154b94251d648b /net-p2p/nicotine+
parentautotools isn't used (diff)
downloadhistorical-227f3d72383cab1a67720ce0cbe81a67cb5b3095.tar.gz
historical-227f3d72383cab1a67720ce0cbe81a67cb5b3095.tar.bz2
historical-227f3d72383cab1a67720ce0cbe81a67cb5b3095.zip
Delete older ebuild.
Diffstat (limited to 'net-p2p/nicotine+')
-rw-r--r--net-p2p/nicotine+/nicotine+-1.2.15.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-p2p/nicotine+/nicotine+-1.2.15.ebuild b/net-p2p/nicotine+/nicotine+-1.2.15.ebuild
deleted file mode 100644
index 10b2c1b53b08..000000000000
--- a/net-p2p/nicotine+/nicotine+-1.2.15.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.7 2010/10/15 19:16:55 ranger Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-
-inherit distutils
-
-DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
-HOMEPAGE="http://nicotine-plus.sourceforge.net"
-SRC_URI="mirror://sourceforge/nicotine-plus/${P}.tar.bz2"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="geoip spell"
-
-RDEPEND=">=dev-python/pygtk-2.12
- media-libs/mutagen
- geoip? ( >=dev-python/geoip-python-0.2.0
- >=dev-libs/geoip-1.2.1 )
- spell? ( dev-python/sexy-python )
- !net-p2p/nicotine"
-
-DEPEND="${RDEPEND}"
-
-PYTHON_MODNAME="pynicotine"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_install() {
- distutils_src_install
- python_convert_shebangs -r 2 "${D}"
- dosym nicotine.py /usr/bin/nicotine
-}