idella4 15/03/10 14:34:45 Modified: ChangeLog Added: bzr-explorer-1.3.0-r1.ebuild Log: revbump; conversion -> distutils-r1 wrt bug #541008 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.26 dev-vcs/bzr-explorer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 22 May 2013 21:20:29 -0000 1.25 +++ ChangeLog 10 Mar 2015 14:34:45 -0000 1.26 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/bzr-explorer -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.25 2013/05/22 21:20:29 fauli Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.26 2015/03/10 14:34:45 idella4 Exp $ + +*bzr-explorer-1.3.0-r1 (10 Mar 2015) + + 10 Mar 2015; Ian Delaney <[email protected]> +bzr-explorer-1.3.0-r1.ebuild: + revbump; conversion -> distutils-r1 wrt bug #541008 22 May 2013; Christian Faulhammer <[email protected]> -bzr-explorer-1.2.1.ebuild, -bzr-explorer-1.2.2.ebuild: 1.1 dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild?rev=1.1&content-type=text/plain Index: bzr-explorer-1.3.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild,v 1.1 2015/03/10 14:34:45 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 MY_PV=${PV/_beta/b} MY_PV=${MY_PV/_rc/rc} LPV=${MY_PV} MY_P=${PN}-${MY_PV} DESCRIPTION="A high level interface to all commonly used Bazaar features" HOMEPAGE="https://launchpad.net/bzr-explorer" SRC_URI="http://launchpad.net/${PN}/1.3/${LPV}/+download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gtk" DEPEND="" RDEPEND=">=dev-vcs/bzr-2.5[${PYTHON_USEDEP}] >=dev-vcs/qbzr-0.23[${PYTHON_USEDEP}] gtk? ( dev-vcs/bzr-gtk[${PYTHON_USEDEP}] )" pkg_setup() { python-single-r1_pkg_setup }
