diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-10-29 06:47:02 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-10-29 06:47:02 +0000 |
commit | f5e89e9455de0f97f11aac69c9658a79700efaab (patch) | |
tree | 1124f1935bd9c1a71bc468351d15d3af0d9beae7 /app-text | |
parent | Add ruby20. Remove ree18. (diff) | |
download | gentoo-2-f5e89e9455de0f97f11aac69c9658a79700efaab.tar.gz gentoo-2-f5e89e9455de0f97f11aac69c9658a79700efaab.tar.bz2 gentoo-2-f5e89e9455de0f97f11aac69c9658a79700efaab.zip |
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/po4a/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.45.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/app-text/po4a/ChangeLog b/app-text/po4a/ChangeLog index 79a23f4e5b83..75ca096a31e1 100644 --- a/app-text/po4a/ChangeLog +++ b/app-text/po4a/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/po4a # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.68 2013/02/24 17:46:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.69 2013/10/29 06:47:02 patrick Exp $ + +*po4a-0.45 (29 Oct 2013) + + 29 Oct 2013; Patrick Lauer <patrick@gentoo.org> +po4a-0.45.ebuild: + Bump 24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> po4a-0.42.ebuild: Stable for sh, wrt bug #453122 diff --git a/app-text/po4a/po4a-0.45.ebuild b/app-text/po4a/po4a-0.45.ebuild new file mode 100644 index 000000000000..266d915e4ddb --- /dev/null +++ b/app-text/po4a/po4a-0.45.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 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.1 2013/10/29 06:47:02 patrick Exp $ + +EAPI=4 + +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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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" |