summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-23 13:54:04 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-23 13:54:04 +0000
commitb753d5c69d2df950d7f087e3caa3799181b9a7d9 (patch)
tree2559bbe79aa3e8ccc1dacc527bd248def8f86411 /app-text
parentKeyworded ~sparc wrt #152713 (diff)
downloadgentoo-2-b753d5c69d2df950d7f087e3caa3799181b9a7d9.tar.gz
gentoo-2-b753d5c69d2df950d7f087e3caa3799181b9a7d9.tar.bz2
gentoo-2-b753d5c69d2df950d7f087e3caa3799181b9a7d9.zip
Bug 160531, version bump
(Portage version: 2.1.2-r1)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/po4a/ChangeLog7
-rw-r--r--app-text/po4a/files/digest-po4a-0.303
-rw-r--r--app-text/po4a/po4a-0.30.ebuild32
3 files changed, 41 insertions, 1 deletions
diff --git a/app-text/po4a/ChangeLog b/app-text/po4a/ChangeLog
index e4f743c68a34..50860295e93f 100644
--- a/app-text/po4a/ChangeLog
+++ b/app-text/po4a/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/po4a
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.15 2007/01/02 22:07:47 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.16 2007/01/23 13:54:04 mcummings Exp $
+
+*po4a-0.30 (23 Jan 2007)
+
+ 23 Jan 2007; Michael Cummings <mcummings@gentoo.org> +po4a-0.30.ebuild:
+ Bug 160531, version bump
*po4a-0.29 (02 Jan 2007)
diff --git a/app-text/po4a/files/digest-po4a-0.30 b/app-text/po4a/files/digest-po4a-0.30
new file mode 100644
index 000000000000..8a235c5a23bf
--- /dev/null
+++ b/app-text/po4a/files/digest-po4a-0.30
@@ -0,0 +1,3 @@
+MD5 eebba7a1e1d8c19f7bd5c6f67e42dc98 po4a-0.30.tar.gz 819947
+RMD160 cea994334de5052f5c4baf14f79a37647776c742 po4a-0.30.tar.gz 819947
+SHA256 7ec8c9d9665073251a7dd6f12c96d90988692d463a426526e78086e72a6f87f7 po4a-0.30.tar.gz 819947
diff --git a/app-text/po4a/po4a-0.30.ebuild b/app-text/po4a/po4a-0.30.ebuild
new file mode 100644
index 000000000000..adc6edf811a9
--- /dev/null
+++ b/app-text/po4a/po4a-0.30.ebuild
@@ -0,0 +1,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
+}