diff options
author | 2014-10-15 17:54:01 +0000 | |
---|---|---|
committer | 2014-10-15 17:54:01 +0000 | |
commit | e74501deb72d9967e7dd4a26afae777a3f455a29 (patch) | |
tree | d1f66d8dc5de556212b58493d7e749908a9c81ff /app-text | |
parent | Allow ebuild to override GENTOO_DEPEND_ON_PERL_SUBSLOT in perl-app.eclass if ... (diff) | |
download | gentoo-2-e74501deb72d9967e7dd4a26afae777a3f455a29.tar.gz gentoo-2-e74501deb72d9967e7dd4a26afae777a3f455a29.tar.bz2 gentoo-2-e74501deb72d9967e7dd4a26afae777a3f455a29.zip |
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)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/po4a/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.45-r1.ebuild (renamed from app-text/po4a/po4a-0.45.ebuild) | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/app-text/po4a/ChangeLog b/app-text/po4a/ChangeLog index b16c0fd69ac4..27ed3e7f3d68 100644 --- a/app-text/po4a/ChangeLog +++ b/app-text/po4a/ChangeLog @@ -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_) <axs@gentoo.org> +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 <ago@gentoo.org> po4a-0.45.ebuild: Stable for alpha, wrt bug #520014 diff --git a/app-text/po4a/po4a-0.45.ebuild b/app-text/po4a/po4a-0.45-r1.ebuild index 035675e866a7..99348b2e5903 100644 --- a/app-text/po4a/po4a-0.45.ebuild +++ b/app-text/po4a/po4a-0.45-r1.ebuild @@ -1,9 +1,11 @@ # 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.ebuild,v 1.12 2014/09/23 10:03:56 ago Exp $ +# $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=4 +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" |