diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-06-28 20:18:47 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-06-28 20:18:47 +0000 |
commit | baa9d7797de2067e8e97052583498feb18486df2 (patch) | |
tree | 1ad450585093c3813e9d89d34972d527efe579d8 /app-text | |
parent | add gpodder ebuild (diff) | |
download | gentoo-2-baa9d7797de2067e8e97052583498feb18486df2.tar.gz gentoo-2-baa9d7797de2067e8e97052583498feb18486df2.tar.bz2 gentoo-2-baa9d7797de2067e8e97052583498feb18486df2.zip |
Version bump
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/po4a/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/po4a/files/digest-po4a-0.25 | 6 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.25.ebuild | 35 |
3 files changed, 47 insertions, 1 deletions
diff --git a/app-text/po4a/ChangeLog b/app-text/po4a/ChangeLog index 6fa71b0b0759..88da5768a4fc 100644 --- a/app-text/po4a/ChangeLog +++ b/app-text/po4a/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/po4a # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.6 2006/06/28 17:17:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.7 2006/06/28 20:18:47 mcummings Exp $ + +*po4a-0.25 (28 Jun 2006) + + 28 Jun 2006; Michael Cummings <mcummings@gentoo.org> +po4a-0.25.ebuild: + Version bump 28 Jun 2006; Michael Cummings <mcummings@gentoo.org> po4a-0.21.ebuild: Bug 138332, the Makefile being distributed was causing sandbox problems. diff --git a/app-text/po4a/files/digest-po4a-0.25 b/app-text/po4a/files/digest-po4a-0.25 new file mode 100644 index 000000000000..dcff4dfb7164 --- /dev/null +++ b/app-text/po4a/files/digest-po4a-0.25 @@ -0,0 +1,6 @@ +MD5 91bad79764890c06bc3d94faf67ad6a5 po4a_0.25-1.patch.gz 19019 +RMD160 b661f31c550b73e3e4410d617178cae84fa6bc5f po4a_0.25-1.patch.gz 19019 +SHA256 017f4f2c78466b07f27c286e872cfa1df9f6c43bd735c88cdecd9721df82d359 po4a_0.25-1.patch.gz 19019 +MD5 e868a14e5e5212d1e1d78e0905f01fe5 po4a_0.25.orig.tar.gz 757672 +RMD160 91423f79fffb388073ade7f4972a7ff99b217c83 po4a_0.25.orig.tar.gz 757672 +SHA256 a52d23d808fdd42ffff37d3178205d44910851c0f9bb7319903583e8b9b3d70b po4a_0.25.orig.tar.gz 757672 diff --git a/app-text/po4a/po4a-0.25.ebuild b/app-text/po4a/po4a-0.25.ebuild new file mode 100644 index 000000000000..4f315141d86b --- /dev/null +++ b/app-text/po4a/po4a-0.25.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.25.ebuild,v 1.1 2006/06/28 20:18:47 mcummings Exp $ + +inherit eutils perl-app + + +DESCRIPTION="Tools for helping translation of documentation" +HOMEPAGE="http://${PN}.alioth.debian.org" +SRC_URI="http://ftp.debian.org/debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz + mirror://gentoo/${PN}_${PV}-1.patch.gz" +LICENSE="GPL-2" +SLOT="0" + +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND="${DEPEND} + dev-perl/SGMLSpm + >=sys-devel/gettext-0.13 + >=dev-perl/module-build-0.25 + app-text/openjade + dev-perl/Locale-gettext + dev-perl/TermReadKey + dev-perl/Text-WrapI18N" + +src_unpack() { + unpack ${A} + epatch ${WORKDIR}/po4a_0.25-1.patch +} + +src_compile() { + rm ${S}/Makefile + perl-app_src_compile +} |