summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-07-08 21:50:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-07-08 21:50:37 +0000
commite5a23051067b6f07d93e82c07104cdc9d1ad5796 (patch)
tree8b9526e717e80156bc44ca68f2e278a786df9cca /net-p2p
parentSet variable for setuptools for Python 2.4, add DEPEND for setuptools (diff)
downloadgentoo-2-e5a23051067b6f07d93e82c07104cdc9d1ad5796.tar.gz
gentoo-2-e5a23051067b6f07d93e82c07104cdc9d1ad5796.tar.bz2
gentoo-2-e5a23051067b6f07d93e82c07104cdc9d1ad5796.zip
old
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/nicotine+/ChangeLog5
-rw-r--r--net-p2p/nicotine+/files/digest-nicotine+-1.2.7.13
-rw-r--r--net-p2p/nicotine+/nicotine+-1.2.7.1.ebuild44
3 files changed, 4 insertions, 48 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog
index 59f73aa07848..96a6098bd749 100644
--- a/net-p2p/nicotine+/ChangeLog
+++ b/net-p2p/nicotine+/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/nicotine+
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.20 2007/07/08 20:50:41 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.21 2007/07/08 21:50:37 armin76 Exp $
+
+ 08 Jul 2007; Raúl Porcel <armin76@gentoo.org> -nicotine+-1.2.7.1.ebuild:
+ old
08 Jul 2007; Joseph Jezak <josejx@gentoo.org> nicotine+-1.2.8.ebuild:
Marked ppc stable for bug #184620.
diff --git a/net-p2p/nicotine+/files/digest-nicotine+-1.2.7.1 b/net-p2p/nicotine+/files/digest-nicotine+-1.2.7.1
deleted file mode 100644
index 343e64dc81b7..000000000000
--- a/net-p2p/nicotine+/files/digest-nicotine+-1.2.7.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 42c4f1d4cea8e738dad59505a1eaeb9e nicotine+-1.2.7.1.tar.bz2 746571
-RMD160 70ad020d01ad1daa15626a1bb0956a6e7bdf3c8b nicotine+-1.2.7.1.tar.bz2 746571
-SHA256 2c128dc7b09d5b7b07146e18784120b64c14510b7abfb8d087fc78081cb9a4cf nicotine+-1.2.7.1.tar.bz2 746571
diff --git a/net-p2p/nicotine+/nicotine+-1.2.7.1.ebuild b/net-p2p/nicotine+/nicotine+-1.2.7.1.ebuild
deleted file mode 100644
index fb802b3e48d9..000000000000
--- a/net-p2p/nicotine+/nicotine+-1.2.7.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.7.1.ebuild,v 1.6 2007/06/10 21:36:30 armin76 Exp $
-
-inherit distutils eutils multilib toolchain-funcs
-
-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-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
-IUSE="vorbis geoip"
-
-RDEPEND="virtual/python
- >=dev-python/pygtk-2
- vorbis? ( >=dev-python/pyvorbis-1.4-r1
- >=dev-python/pyogg-1 )
- geoip? ( >=dev-python/geoip-python-0.2.0
- >=dev-libs/geoip-1.2.1 )
- !net-p2p/nicotine"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=sys-apps/sed-4"
-
-src_compile() {
- distutils_src_compile
-
- cd "${S}"/trayicon/
- sed -i -e "s:/lib/:/$(get_libdir)/:" \
- Makefile.in || die "sed failed"
- ./autogen.py
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- distutils_python_version
- distutils_src_install --install-lib \
- /usr/$(get_libdir)/python${PYVER}/site-packages
-
- cd "${S}"/trayicon/
- emake DESTDIR="${D}" install || die "emake install failed"
-}