From 3f2f776575f93bee21387350f27bdc496aed96ef Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Tue, 29 Apr 2008 00:10:34 +0200 Subject: [PATCH] Add nicotine+. --- net-p2p/nicotine+/Manifest | 1 + net-p2p/nicotine+/nicotine+-9999.ebuild | 41 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 net-p2p/nicotine+/Manifest create mode 100644 net-p2p/nicotine+/nicotine+-9999.ebuild diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest new file mode 100644 index 0000000..6f84cb9 --- /dev/null +++ b/net-p2p/nicotine+/Manifest @@ -0,0 +1 @@ +EBUILD nicotine+-9999.ebuild 943 RMD160 2b6933fd345b58c782522c2f74bd8b1f67457afc SHA1 2656922501c337a2d54be94e6386bc383af3f7b6 SHA256 83d4bc3127f8526e9c047e083eec94a6fbc1fb3500c460cd4a7793e23d827401 diff --git a/net-p2p/nicotine+/nicotine+-9999.ebuild b/net-p2p/nicotine+/nicotine+-9999.ebuild new file mode 100644 index 0000000..915c9b2 --- /dev/null +++ b/net-p2p/nicotine+/nicotine+-9999.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +inherit distutils eutils subversion multilib toolchain-funcs + +DESCRIPTION="A fork of nicotine, a Soulseek client in Python" +HOMEPAGE="http://nicotine-plus.sourceforge.net" +SRC_URI="" +ESVN_REPO_URI="http://nicotine-plus.org/svn/trunk/nicotine+" +LICENSE="GPL-3 LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="geoip spell vorbis" + +RDEPEND="virtual/python + dev-python/pygtk:2 + vorbis? ( >=dev-python/pyvorbis-1.4-r1 + dev-python/pyogg ) + geoip? ( dev-python/geoip-python + dev-libs/geoip ) + spell? ( dev-python/sexy-python ) + !net-p2p/nicotine" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-apps/sed" + +src_unpack() { + subversion_fetch + cd "${S}" +} + + +src_install() { + distutils_python_version + distutils_src_install --install-lib \ + /usr/$(get_libdir)/python${PYVER}/site-packages +} -- 2.11.4.GIT