summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/po4a/po4a-0.25.ebuild')
-rw-r--r--app-text/po4a/po4a-0.25.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-text/po4a/po4a-0.25.ebuild b/app-text/po4a/po4a-0.25.ebuild
deleted file mode 100644
index 8b4233ef2f16..000000000000
--- a/app-text/po4a/po4a-0.25.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 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.12 2008/11/18 15:59:50 tove Exp $
-
-inherit eutils perl-app
-
-DESCRIPTION="Tools for helping translation of documentation"
-HOMEPAGE="http://${PN}.alioth.debian.org"
-SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz
- mirror://gentoo/${PN}_${PV}-1.patch.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~ppc s390 sh sparc x86"
-IUSE=""
-
-DEPEND="dev-perl/SGMLSpm
- >=sys-devel/gettext-0.13
- >=virtual/perl-Module-Build-0.28
- 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
-}