dilfridge 14/11/17 23:25:14 Modified: ChangeLog stfl-0.22-r2.ebuild stfl-0.23.ebuild Log: Replace fixlocalpod with perl_delete_localpod (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.43 dev-libs/stfl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 9 Nov 2014 17:53:47 -0000 1.42 +++ ChangeLog 17 Nov 2014 23:25:14 -0000 1.43 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/stfl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.42 2014/11/09 17:53:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.43 2014/11/17 23:25:14 dilfridge Exp $ + + 17 Nov 2014; Andreas K. Huettel <[email protected]> stfl-0.22-r2.ebuild, + stfl-0.23.ebuild: + Replace fixlocalpod with perl_delete_localpod *stfl-0.22-r2 (09 Nov 2014) 1.2 dev-libs/stfl/stfl-0.22-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.22-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.22-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.22-r2.ebuild?r1=1.1&r2=1.2 Index: stfl-0.22-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- stfl-0.22-r2.ebuild 9 Nov 2014 17:53:47 -0000 1.1 +++ stfl-0.22-r2.ebuild 17 Nov 2014 23:25:14 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22-r2.ebuild,v 1.1 2014/11/09 17:53:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22-r2.ebuild,v 1.2 2014/11/17 23:25:14 dilfridge Exp $ EAPI="5" SUPPORT_PYTHON_ABIS="1" @@ -114,7 +114,7 @@ fi fi - fixlocalpod + perl_delete_localpod } pkg_postinst() { 1.2 dev-libs/stfl/stfl-0.23.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild?r1=1.1&r2=1.2 Index: stfl-0.23.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- stfl-0.23.ebuild 23 Oct 2014 03:24:37 -0000 1.1 +++ stfl-0.23.ebuild 17 Nov 2014 23:25:14 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v 1.1 2014/10/23 03:24:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.23.ebuild,v 1.2 2014/11/17 23:25:14 dilfridge Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -115,5 +115,5 @@ fi fi - fixlocalpod + perl_delete_localpod }
