idella4 15/03/26 23:58:39 Modified: ChangeLog Added: nicotine+-1.2.16-r1.ebuild Log: revbump; conversion -> distutils-r1, endorsed by maintainer in bug #543002 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.58 net-p2p/nicotine+/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 18 Feb 2015 19:08:02 -0000 1.57 +++ ChangeLog 26 Mar 2015 23:58:39 -0000 1.58 @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/nicotine+ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.57 2015/02/18 19:08:02 rhill Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.58 2015/03/26 23:58:39 idella4 Exp $ + +*nicotine+-1.2.16-r1 (26 Mar 2015) + + 26 Mar 2015; Ian Delaney <idel...@gentoo.org> +nicotine+-1.2.16-r1.ebuild: + revbump; conversion -> distutils-r1, endorsed by maintainer in bug #543002 18 Feb 2015; Ryan Hill <rh...@gentoo.org> nicotine+-1.2.16.ebuild: Add dependency on librsvg (bug #523292). @@ -229,4 +234,3 @@ +files/nicotine-n.png, +metadata.xml, +nicotine+-1.2.3.ebuild: Initial import, fork of nicotine project, bug #139377. Ebuild by Josu Lopez Fernandez <zamor...@zamorate.net>. - 1.1 net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild?rev=1.1&content-type=text/plain Index: nicotine+-1.2.16-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild,v 1.1 2015/03/26 23:58:39 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 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="" RDEPEND=">=dev-python/pygtk-2.12[${PYTHON_USEDEP}] gnome-base/librsvg" DEPEND="${RDEPEND}" pkg_setup() { python-single-r1_pkg_setup } src_prepare() { distutils-r1_src_prepare sed -i -e 's:\(Icon=\).*:\1nicotine-plus-32px:' \ "${S}"/files/nicotine.desktop } src_install() { distutils-r1_src_install python_fix_shebang "${D}" dosym nicotine.py /usr/bin/nicotine } pkg_postinst() { echo elog "You may want to install these packages to add additional features" elog "to Nicotine+:" elog elog "dev-python/geoip-python Country lookup and flag display" elog "media-libs/mutagen Media metadata extraction" elog "net-libs/miniupnpc UPnP portmapping" echo }