* [gentoo-commits] gentoo-x86 commit in app-text/po4a: ChangeLog po4a-0.41.ebuild
@ 2011-05-22 8:13 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-05-22 8:13 UTC (permalink / raw
To: gentoo-commits
tove 11/05/22 08:13:39
Modified: ChangeLog
Added: po4a-0.41.ebuild
Log:
Version bump. Thanks to Tim Harder (#368303)
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Revision Changes Path
1.53 app-text/po4a/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 7 Jan 2011 21:35:30 -0000 1.52
+++ ChangeLog 22 May 2011 08:13:38 -0000 1.53
@@ -1,6 +1,11 @@
# ChangeLog for app-text/po4a
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.52 2011/01/07 21:35:30 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.53 2011/05/22 08:13:38 tove Exp $
+
+*po4a-0.41 (22 May 2011)
+
+ 22 May 2011; Torsten Veller <tove@gentoo.org> +po4a-0.41.ebuild:
+ Version bump. Thanks to Tim Harder (#368303)
07 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> po4a-0.38.ebuild:
ppc64 stable wrt #350877
1.1 app-text/po4a/po4a-0.41.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.41.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.41.ebuild?rev=1.1&content-type=text/plain
Index: po4a-0.41.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.41.ebuild,v 1.1 2011/05/22 08:13:38 tove Exp $
EAPI=4
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"
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"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/po4a: ChangeLog po4a-0.41.ebuild
@ 2011-05-29 8:03 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-05-29 8:03 UTC (permalink / raw
To: gentoo-commits
tove 11/05/29 08:03:38
Modified: ChangeLog po4a-0.41.ebuild
Log:
Depend on dev-libs/libxslt, app-text/docbook-xsl-stylesheets (#368909), app-text/docbook-xml-dtd:4.1.2. Work around the endless waiting if output is redirected (#369011)
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Revision Changes Path
1.54 app-text/po4a/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 22 May 2011 08:13:38 -0000 1.53
+++ ChangeLog 29 May 2011 08:03:38 -0000 1.54
@@ -1,6 +1,12 @@
# ChangeLog for app-text/po4a
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.53 2011/05/22 08:13:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.54 2011/05/29 08:03:38 tove Exp $
+
+ 29 May 2011; Torsten Veller <tove@gentoo.org> +files/0.41-po4a-build.patch,
+ po4a-0.41.ebuild:
+ Depend on dev-libs/libxslt, app-text/docbook-xsl-stylesheets (#368909),
+ app-text/docbook-xml-dtd:4.1.2. Work around the endless waiting if output is
+ redirected (#369011)
*po4a-0.41 (22 May 2011)
1.2 app-text/po4a/po4a-0.41.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.41.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.41.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.41.ebuild?r1=1.1&r2=1.2
Index: po4a-0.41.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.41.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- po4a-0.41.ebuild 22 May 2011 08:13:38 -0000 1.1
+++ po4a-0.41.ebuild 29 May 2011 08:03:38 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.41.ebuild,v 1.1 2011/05/22 08:13:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.41.ebuild,v 1.2 2011/05/29 08:03:38 tove Exp $
EAPI=4
@@ -18,13 +18,17 @@
RDEPEND="dev-perl/SGMLSpm
>=sys-devel/gettext-0.13
app-text/openjade
+ dev-libs/libxslt
dev-perl/Locale-gettext
dev-perl/TermReadKey
dev-perl/Text-WrapI18N"
DEPEND="${RDEPEND}
>=virtual/perl-Module-Build-0.34.0201
+ app-text/docbook-xsl-stylesheets
+ app-text/docbook-xml-dtd:4.1.2
test? ( app-text/docbook-sgml-dtd
app-text/docbook-sgml-utils
virtual/tex-base )"
SRC_TEST="do"
+PATCHES=( "${FILESDIR}"/0.41-po4a-build.patch )
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-29 8:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-22 8:13 [gentoo-commits] gentoo-x86 commit in app-text/po4a: ChangeLog po4a-0.41.ebuild Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2011-05-29 8:03 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox