summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/fop/ChangeLog5
-rw-r--r--dev-java/fop/fop-0.93-r1.ebuild4
-rw-r--r--dev-java/offo-hyphenation/ChangeLog6
-rw-r--r--dev-java/offo-hyphenation/offo-hyphenation-1.0.ebuild4
-rw-r--r--dev-java/xmlgraphics-commons/ChangeLog6
-rw-r--r--dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild4
6 files changed, 20 insertions, 9 deletions
diff --git a/dev-java/fop/ChangeLog b/dev-java/fop/ChangeLog
index 0d2ec2481990..1afe331536ca 100644
--- a/dev-java/fop/ChangeLog
+++ b/dev-java/fop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/fop
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.48 2007/05/31 16:50:04 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.49 2007/08/13 07:05:19 opfer Exp $
+
+ 13 Aug 2007; Christian Faulhammer <opfer@gentoo.org> fop-0.93-r1.ebuild:
+ stable x86, bug 187600
31 May 2007; Petteri Räty <betelgeuse@gentoo.org> fop-0.93-r1.ebuild:
Remove test from IUSE as we RESTRICT test.
diff --git a/dev-java/fop/fop-0.93-r1.ebuild b/dev-java/fop/fop-0.93-r1.ebuild
index c2f2787de09e..165cd4f8a24d 100644
--- a/dev-java/fop/fop-0.93-r1.ebuild
+++ b/dev-java/fop/fop-0.93-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-0.93-r1.ebuild,v 1.4 2007/05/31 16:50:04 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-0.93-r1.ebuild,v 1.5 2007/08/13 07:05:19 opfer Exp $
# TODO: if 'doc' use flag is used then should build also extra docs ('docs' ant target), currently it cannot
# be built as it needs forrest which we do not have
@@ -17,7 +17,7 @@ LICENSE="Apache-2.0"
SLOT="0"
# doesn't work with java.awt.headless
RESTRICT="test"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86"
IUSE="hyphenation jai jimi"
COMMON_DEPEND="
diff --git a/dev-java/offo-hyphenation/ChangeLog b/dev-java/offo-hyphenation/ChangeLog
index 5d066f8ad8fd..3da43e94af5b 100644
--- a/dev-java/offo-hyphenation/ChangeLog
+++ b/dev-java/offo-hyphenation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/offo-hyphenation
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/offo-hyphenation/ChangeLog,v 1.1 2007/05/16 23:19:16 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/offo-hyphenation/ChangeLog,v 1.2 2007/08/13 07:03:33 opfer Exp $
+
+ 13 Aug 2007; Christian Faulhammer <opfer@gentoo.org>
+ offo-hyphenation-1.0.ebuild:
+ stable x86, bug 187600
*offo-hyphenation-1.0 (16 May 2007)
diff --git a/dev-java/offo-hyphenation/offo-hyphenation-1.0.ebuild b/dev-java/offo-hyphenation/offo-hyphenation-1.0.ebuild
index 15f55b10c079..8ba1f33c8e5f 100644
--- a/dev-java/offo-hyphenation/offo-hyphenation-1.0.ebuild
+++ b/dev-java/offo-hyphenation/offo-hyphenation-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/offo-hyphenation/offo-hyphenation-1.0.ebuild,v 1.2 2007/05/30 20:34:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/offo-hyphenation/offo-hyphenation-1.0.ebuild,v 1.3 2007/08/13 07:03:33 opfer Exp $
DESCRIPTION="Hyphenation patterns for Apache Fop"
HOMEPAGE="http://offo.sourceforge.net"
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/offo/${PN}.zip"
# review this upon update!
LICENSE="GPL-2 Apache-2.0 LPPL-1.3b TeX"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86"
IUSE="doc"
RDEPEND=""
diff --git a/dev-java/xmlgraphics-commons/ChangeLog b/dev-java/xmlgraphics-commons/ChangeLog
index a395b496afa2..2536e2481a96 100644
--- a/dev-java/xmlgraphics-commons/ChangeLog
+++ b/dev-java/xmlgraphics-commons/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/xmlgraphics-commons
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.4 2007/05/26 13:29:11 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.5 2007/08/13 07:02:40 opfer Exp $
+
+ 13 Aug 2007; Christian Faulhammer <opfer@gentoo.org>
+ xmlgraphics-commons-1.1.ebuild:
+ stable x86, bug 187600
26 May 2007; Krzysiek Pawlik <nelchael@gentoo.org>
xmlgraphics-commons-1.1.ebuild:
diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild
index 75ad046b6b75..8b6f9547a528 100644
--- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild
+++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild,v 1.5 2007/07/11 19:58:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild,v 1.6 2007/08/13 07:02:40 opfer Exp $
JAVA_PKG_IUSE="doc examples source test"
inherit java-pkg-2 java-ant-2
@@ -12,7 +12,7 @@ SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86"
IUSE="jpeg"
# fails connect to X even tho it sets java.awt.headless