floppym 14/04/07 14:12:34 Modified: ChangeLog Added: python-updater-0.13.ebuild Log: Version bump. Fix path to sed on BSD, bug 370935. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.95 app-admin/python-updater/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/python-updater/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/python-updater/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/python-updater/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 16 Mar 2014 18:16:41 -0000 1.94 +++ ChangeLog 7 Apr 2014 14:12:34 -0000 1.95 @@ -1,6 +1,11 @@ # ChangeLog for app-admin/python-updater # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.94 2014/03/16 18:16:41 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.95 2014/04/07 14:12:34 floppym Exp $ + +*python-updater-0.13 (07 Apr 2014) + + 07 Apr 2014; Mike Gilbert <[email protected]> +python-updater-0.13.ebuild: + Version bump. Fix path to sed on BSD, bug 370935. *python-updater-0.12 (16 Mar 2014) 1.1 app-admin/python-updater/python-updater-0.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/python-updater/python-updater-0.13.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/python-updater/python-updater-0.13.ebuild?rev=1.1&content-type=text/plain Index: python-updater-0.13.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.13.ebuild,v 1.1 2014/04/07 14:12:34 floppym Exp $ EAPI=5 if [[ "${PV}" == "9999" ]]; then inherit git-r3 fi DESCRIPTION="Script used to reinstall Python packages after changing of active Python versions" HOMEPAGE="http://www.gentoo.org/proj/en/Python/" if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/python-updater.git" else SRC_URI="http://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="GPL-2" SLOT="0" IUSE="" if [[ ${PV} == 9999 ]]; then DEPEND=" sys-apps/gentoo-functions sys-apps/help2man " fi RDEPEND=" sys-apps/gentoo-functions || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 sys-apps/pkgcore ) " src_compile() { [[ ${PV} == 9999 ]] && emake python-updater default }
