diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:07:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:07:26 +0000 |
commit | 6873e8dd9b8407328cc723ec5e642f573fb13c3b (patch) | |
tree | 4e6450c4e5eaa49e28c13c8595b852f2aa859c31 /app-text | |
parent | arm/s390/sh love (diff) | |
download | gentoo-2-6873e8dd9b8407328cc723ec5e642f573fb13c3b.tar.gz gentoo-2-6873e8dd9b8407328cc723ec5e642f573fb13c3b.tar.bz2 gentoo-2-6873e8dd9b8407328cc723ec5e642f573fb13c3b.zip |
arm/s390/sh love
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/po4a/po4a-0.25.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/app-text/po4a/po4a-0.25.ebuild b/app-text/po4a/po4a-0.25.ebuild index 063662cf9b66..fd7cc2aeda7b 100644 --- a/app-text/po4a/po4a-0.25.ebuild +++ b/app-text/po4a/po4a-0.25.ebuild @@ -1,22 +1,20 @@ # 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.2 2006/07/14 13:42:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.25.ebuild,v 1.3 2006/08/19 14:07:26 vapier 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" + mirror://gentoo/${PN}_${PV}-1.patch.gz" + LICENSE="GPL-2" SLOT="0" - +KEYWORDS="~amd64 ~arm ~m68k ~s390 ~sh ~x86" IUSE="" -KEYWORDS="~amd64 ~x86" -DEPEND="${DEPEND} - dev-perl/SGMLSpm +DEPEND="dev-perl/SGMLSpm >=sys-devel/gettext-0.13 >=dev-perl/module-build-0.28 app-text/openjade @@ -26,10 +24,10 @@ DEPEND="${DEPEND} src_unpack() { unpack ${A} - epatch ${WORKDIR}/po4a_0.25-1.patch + epatch "${WORKDIR}"/po4a_0.25-1.patch } src_compile() { - rm ${S}/Makefile + rm "${S}"/Makefile perl-app_src_compile } |