diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-19 12:20:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-19 12:20:00 +0000 |
commit | cb3a6dd79dff7a4b3ca3ef5f579758132d3b0605 (patch) | |
tree | 2e83cf100f401a9bb782752e8ddc7e21356e13da /net-p2p/nicotine+ | |
parent | Version bump, bug 160481, clean old (diff) | |
download | gentoo-2-cb3a6dd79dff7a4b3ca3ef5f579758132d3b0605.tar.gz gentoo-2-cb3a6dd79dff7a4b3ca3ef5f579758132d3b0605.tar.bz2 gentoo-2-cb3a6dd79dff7a4b3ca3ef5f579758132d3b0605.zip |
Drop old
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-p2p/nicotine+')
-rw-r--r-- | net-p2p/nicotine+/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/nicotine+/files/digest-nicotine+-1.2.3 | 3 | ||||
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.3.ebuild | 48 |
3 files changed, 4 insertions, 52 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog index be5f68ecf3da..4942e34e3b8d 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.8 2007/02/18 14:37:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.9 2007/02/19 12:20:00 armin76 Exp $ + + 19 Feb 2007; Raúl Porcel <armin76@gentoo.org> -nicotine+-1.2.3.ebuild: + Drop old 18 Feb 2007; nixnut <nixnut@gentoo.org> nicotine+-1.2.6.ebuild: Stable on ppc wrt bug 166495 diff --git a/net-p2p/nicotine+/files/digest-nicotine+-1.2.3 b/net-p2p/nicotine+/files/digest-nicotine+-1.2.3 deleted file mode 100644 index 514a19591167..000000000000 --- a/net-p2p/nicotine+/files/digest-nicotine+-1.2.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e85aef0f44ee8e47a7fbdf27131988f8 nicotine+-1.2.3.tar.bz2 380536 -RMD160 c0ceb52edce8ae714a69ee4085b8f92677a03447 nicotine+-1.2.3.tar.bz2 380536 -SHA256 80624ee5cd5b6ef48d2c085d805a9dc79efbc5faa81b15e060a9c093b4bc2a91 nicotine+-1.2.3.tar.bz2 380536 diff --git a/net-p2p/nicotine+/nicotine+-1.2.3.ebuild b/net-p2p/nicotine+/nicotine+-1.2.3.ebuild deleted file mode 100644 index 097139bc5188..000000000000 --- a/net-p2p/nicotine+/nicotine+-1.2.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.3.ebuild,v 1.5 2006/12/17 16:20:44 dertobi123 Exp $ - -inherit distutils eutils multilib toolchain-funcs - -DESCRIPTION="A fork of nicotine, a Soulseek client in Python" -HOMEPAGE="http://www.nicotine-plus.org" - -SRC_URI="http://thegraveyard.org/daelstorm/nicotine/${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" - - doicon ${FILESDIR}/nicotine-n.png - domenu ${FILESDIR}/${PN}.desktop -} |