diff options
author | Torsten Veller <tove@gentoo.org> | 2011-05-22 08:13:38 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-05-22 08:13:38 +0000 |
commit | d1b018abfd86579834552693bb0481f15e3cb3b9 (patch) | |
tree | 600a666702e0ecc442bcd7147cead0a342870ad1 /app-text | |
parent | Call default function in src_compile. Remove old. (diff) | |
download | gentoo-2-d1b018abfd86579834552693bb0481f15e3cb3b9.tar.gz gentoo-2-d1b018abfd86579834552693bb0481f15e3cb3b9.tar.bz2 gentoo-2-d1b018abfd86579834552693bb0481f15e3cb3b9.zip |
Version bump. Thanks to Tim Harder (#368303)
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/po4a/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.41.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/app-text/po4a/ChangeLog b/app-text/po4a/ChangeLog index 2dfde9b9c958..0a43cabe5071 100644 --- a/app-text/po4a/ChangeLog +++ b/app-text/po4a/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/po4a # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.52 2011/01/07 21:35:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.53 2011/05/22 08:13:38 tove Exp $ + +*po4a-0.41 (22 May 2011) + + 22 May 2011; Torsten Veller <tove@gentoo.org> +po4a-0.41.ebuild: + Version bump. Thanks to Tim Harder (#368303) 07 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> po4a-0.38.ebuild: ppc64 stable wrt #350877 diff --git a/app-text/po4a/po4a-0.41.ebuild b/app-text/po4a/po4a-0.41.ebuild new file mode 100644 index 000000000000..0a7f4fee4ffe --- /dev/null +++ b/app-text/po4a/po4a-0.41.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.41.ebuild,v 1.1 2011/05/22 08:13:38 tove 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-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="dev-perl/SGMLSpm + >=sys-devel/gettext-0.13 + app-text/openjade + dev-perl/Locale-gettext + dev-perl/TermReadKey + dev-perl/Text-WrapI18N" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.34.0201 + test? ( app-text/docbook-sgml-dtd + app-text/docbook-sgml-utils + virtual/tex-base )" + +SRC_TEST="do" |