diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-13 11:05:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-13 11:05:11 +0000 |
commit | 811d0b85b005007b5b6b58d252b06ca3a8d1831c (patch) | |
tree | 1e1e133447488377b6cb4c6a078c48ba388dd79e /app-text/po4a/po4a-0.39.ebuild | |
parent | freebsd-lib-8.0 provides a libusb compatible layer. We cant rip it out becaus... (diff) | |
download | gentoo-2-811d0b85b005007b5b6b58d252b06ca3a8d1831c.tar.gz gentoo-2-811d0b85b005007b5b6b58d252b06ca3a8d1831c.tar.bz2 gentoo-2-811d0b85b005007b5b6b58d252b06ca3a8d1831c.zip |
Version bump. Thanks to Tim Harder (#314917)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/po4a/po4a-0.39.ebuild')
-rw-r--r-- | app-text/po4a/po4a-0.39.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/app-text/po4a/po4a-0.39.ebuild b/app-text/po4a/po4a-0.39.ebuild new file mode 100644 index 000000000000..e25182fc5f4e --- /dev/null +++ b/app-text/po4a/po4a-0.39.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.39.ebuild,v 1.1 2010/04/13 11:05:11 tove Exp $ + +EAPI=2 + +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 + dev-lang/perl" +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" + +src_prepare() { + rm "${S}"/Makefile || die + sed -i '/^Makefile$/d' "${S}"/MANIFEST || die + perl-module_src_prepare +} |