diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-24 17:04:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-24 17:04:09 +0000 |
commit | ac9d60a1e805be46ee34506a2e07ca26c0713964 (patch) | |
tree | 353e540f0b57ac0824df6d719ab75dbfb861a697 /net-p2p/nicotine+ | |
parent | bump for utf8 encoding error from bug #174678 (diff) | |
download | gentoo-2-ac9d60a1e805be46ee34506a2e07ca26c0713964.tar.gz gentoo-2-ac9d60a1e805be46ee34506a2e07ca26c0713964.tar.bz2 gentoo-2-ac9d60a1e805be46ee34506a2e07ca26c0713964.zip |
old
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-p2p/nicotine+')
-rw-r--r-- | net-p2p/nicotine+/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/nicotine+/files/digest-nicotine+-1.2.6 | 3 | ||||
-rw-r--r-- | net-p2p/nicotine+/files/digest-nicotine+-1.2.7 | 2 | ||||
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.6.ebuild | 51 | ||||
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.7.ebuild | 51 |
5 files changed, 5 insertions, 108 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog index abb553e945b8..600956b06d72 100644 --- a/net-p2p/nicotine+/ChangeLog +++ b/net-p2p/nicotine+/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2007/04/15 11:25:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.15 2007/04/24 17:04:09 armin76 Exp $ + + 24 Apr 2007; Raúl Porcel <armin76@gentoo.org> -nicotine+-1.2.6.ebuild, + -nicotine+-1.2.7.ebuild: + old 15 Apr 2007; nixnut <nixnut@gentoo.org> nicotine+-1.2.7.1.ebuild: Stable on ppc wrt bug 174052 diff --git a/net-p2p/nicotine+/files/digest-nicotine+-1.2.6 b/net-p2p/nicotine+/files/digest-nicotine+-1.2.6 deleted file mode 100644 index 6f78d36056bd..000000000000 --- a/net-p2p/nicotine+/files/digest-nicotine+-1.2.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 845b071c235a1ae7b19699275818ecc4 nicotine+-1.2.6.tar.bz2 611707 -RMD160 6a35394440aa2ec96efa3408cba35874860081dd nicotine+-1.2.6.tar.bz2 611707 -SHA256 de390a7ac759dbff766f9fb668610a1bdaf6b8fe46c7982790bee6e0fd766654 nicotine+-1.2.6.tar.bz2 611707 diff --git a/net-p2p/nicotine+/files/digest-nicotine+-1.2.7 b/net-p2p/nicotine+/files/digest-nicotine+-1.2.7 deleted file mode 100644 index 7de23acf1d72..000000000000 --- a/net-p2p/nicotine+/files/digest-nicotine+-1.2.7 +++ /dev/null @@ -1,2 +0,0 @@ -RMD160 fa51f5ef635a9bff3a503d44fc4b58e2a8f465d7 nicotine+-1.2.7.tar.bz2 721490 -SHA256 739dc783bb749d0d0933ffae2bf9337a71628283158728dc2eaf5da7c034c3cc nicotine+-1.2.7.tar.bz2 721490 diff --git a/net-p2p/nicotine+/nicotine+-1.2.6.ebuild b/net-p2p/nicotine+/nicotine+-1.2.6.ebuild deleted file mode 100644 index 076714de392a..000000000000 --- a/net-p2p/nicotine+/nicotine+-1.2.6.ebuild +++ /dev/null @@ -1,51 +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.6.ebuild,v 1.4 2007/03/15 12:46:26 armin76 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="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" - - # Remove the .desktop file installed by setup.py - rm ${D}/usr/share/applications/nicotine.desktop \ - ${D}/usr/share/pixmaps/nicotine-plus-32px.png - - doicon ${FILESDIR}/nicotine-n.png - domenu ${FILESDIR}/${PN}.desktop -} diff --git a/net-p2p/nicotine+/nicotine+-1.2.7.ebuild b/net-p2p/nicotine+/nicotine+-1.2.7.ebuild deleted file mode 100644 index fdf5b4acdeab..000000000000 --- a/net-p2p/nicotine+/nicotine+-1.2.7.ebuild +++ /dev/null @@ -1,51 +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.ebuild,v 1.2 2007/03/15 12:46:26 armin76 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="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" - - # Remove the .desktop file installed by setup.py - rm ${D}/usr/share/applications/nicotine.desktop \ - ${D}/usr/share/pixmaps/nicotine-plus-32px.png - - doicon ${FILESDIR}/nicotine-n.png - domenu ${FILESDIR}/${PN}.desktop -} |