idella4 15/02/23 07:50:39 Modified: ChangeLog Added: gquilt-0.25-r1.ebuild Removed: gquilt-0.25.ebuild Log: revbump; convert -> distutils-r1, rm old, fixes Bug #540916, endorsed in said bug (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.22 dev-util/gquilt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gquilt/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gquilt/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gquilt/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/gquilt/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 2 Dec 2012 13:25:45 -0000 1.21 +++ ChangeLog 23 Feb 2015 07:50:39 -0000 1.22 @@ -1,6 +1,13 @@ # ChangeLog for dev-util/gquilt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/ChangeLog,v 1.21 2012/12/02 13:25:45 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/ChangeLog,v 1.22 2015/02/23 07:50:39 idella4 Exp $ + +*gquilt-0.25-r1 (23 Feb 2015) + + 23 Feb 2015; Ian Delaney <[email protected]> +gquilt-0.25-r1.ebuild, + -gquilt-0.25.ebuild: + revbump; convert -> distutils-r1, rm old, fixes Bug #540916, endorsed in said + bug 02 Dec 2012; Julian Ospald <[email protected]> gquilt-0.25.ebuild, +files/gquilt-0.25-desktopfile.patch: 1.1 dev-util/gquilt/gquilt-0.25-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gquilt/gquilt-0.25-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gquilt/gquilt-0.25-r1.ebuild?rev=1.1&content-type=text/plain Index: gquilt-0.25-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.25-r1.ebuild,v 1.1 2015/02/23 07:50:38 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="A Python/GTK wrapper for quilt" HOMEPAGE="http://gquilt.sourceforge.net/ http://sourceforge.net/projects/gquilt/" SRC_URI="mirror://sourceforge/gquilt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}] || ( dev-util/quilt dev-vcs/mercurial )" RDEPEND="${DEPEND}" pkg_setup() { python-single-r1_pkg_setup } PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) python_install_all() { distutils-r1_python_install_all domenu ${PN}.desktop } python_install() { distutils-r1_python_install python_doscript ${PN} }
