blob: adc6edf811a9c23091084e71a327b275a15f487f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.30.ebuild,v 1.1 2007/01/23 13:54:04 mcummings Exp $
inherit eutils perl-app
DESCRIPTION="Tools for helping translation of documentation"
HOMEPAGE="http://po4a.alioth.debian.org"
SRC_URI="http://alioth.debian.org/frs/download.php/1864/${P}.tar.gz"
#SRC_URI="mirror://debian/pool/main/p/po4a/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""
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=">=dev-perl/module-build-0.28
${RDEPEND}"
SRC_TEST="do"
src_compile() {
rm "${S}"/Makefile
perl-app_src_compile
}
|