axs 14/10/15 17:54:01 Modified: ChangeLog Added: po4a-0.45-r1.ebuild Removed: po4a-0.45.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on dev-lang/perl upgrades (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.82 app-text/po4a/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?rev=1.82&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?rev=1.82&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?r1=1.81&r2=1.82 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 23 Sep 2014 10:03:56 -0000 1.81 +++ ChangeLog 15 Oct 2014 17:54:01 -0000 1.82 @@ -1,6 +1,13 @@ # ChangeLog for app-text/po4a # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.81 2014/09/23 10:03:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.82 2014/10/15 17:54:01 axs Exp $ + +*po4a-0.45-r1 (15 Oct 2014) + + 15 Oct 2014; Ian Stakenvicius (_AxS_) <[email protected]> +po4a-0.45-r1.ebuild, + -po4a-0.45.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on dev-lang/perl upgrades 23 Sep 2014; Agostino Sarubbo <[email protected]> po4a-0.45.ebuild: Stable for alpha, wrt bug #520014 1.1 app-text/po4a/po4a-0.45-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild?rev=1.1&content-type=text/plain Index: po4a-0.45-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild,v 1.1 2014/10/15 17:54:01 axs Exp $ EAPI=5 # Needed because this package also installs to vendor_perl GENTOO_DEPEND_ON_PERL_SUBSLOT="yes" inherit perl-app DESCRIPTION="Tools for helping translation of documentation" HOMEPAGE="http://po4a.alioth.debian.org" SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="dev-perl/SGMLSpm >=sys-devel/gettext-0.13 app-text/openjade dev-libs/libxslt dev-perl/Locale-gettext dev-perl/TermReadKey dev-perl/Text-WrapI18N" DEPEND="${RDEPEND} >=virtual/perl-Module-Build-0.380.0 app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.1.2 test? ( app-text/docbook-sgml-dtd app-text/docbook-sgml-utils virtual/tex-base )" SRC_TEST="do"
