public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/xmlgraphics-commons: xmlgraphics-commons-2.0.1.ebuild ChangeLog
@ 2015-06-26 23:04 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-26 23:04 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/26 23:04:38

  Modified:             ChangeLog
  Added:                xmlgraphics-commons-2.0.1.ebuild
  Log:
  Version bump. EAPI 5 bump.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.31                 dev-java/xmlgraphics-commons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	22 Jun 2015 08:24:01 -0000	1.30
+++ ChangeLog	26 Jun 2015 23:04:38 -0000	1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/xmlgraphics-commons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.30 2015/06/22 08:24:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.31 2015/06/26 23:04:38 monsieurp Exp $
+
+*xmlgraphics-commons-2.0.1 (27 Jun 2015)
+
+  27 Jun 2015; Patrice Clement <monsieurp@gentoo.org>
+  +xmlgraphics-commons-2.0.1.ebuild:
+  Version bump. EAPI 5 bump.
 
   22 Jun 2015; Agostino Sarubbo <ago@gentoo.org> xmlgraphics-commons-1.5.ebuild:
   Stable for ppc64, wrt bug #543858



1.1                  dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.1&content-type=text/plain

Index: xmlgraphics-commons-2.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.1 2015/06/26 23:04:38 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="doc examples source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="A library of several reusable components used by Apache Batik and Apache FOP"
HOMEPAGE="http://xmlgraphics.apache.org/commons/index.html"
SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz"

LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="~amd64 ~x86"

CDEPEND="dev-java/commons-io:1
	>=dev-java/commons-logging-1:0"

DEPEND=">=virtual/jdk-1.6
	test? (
		dev-java/mockito:0
		dev-java/ant-junit:0
		dev-java/xml-commons-resolver:0
	)
	${CDEPEND}"

RDEPEND=">=virtual/jre-1.6
		${CDEPEND}"

java_prepare() {
	find "${S}" -name '*.jar' -print -delete || die
}

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_BUILD_TARGET="jar-main"
EANT_DOC_TARGET="javadocs"

EANT_GENTOO_CLASSPATH="
	commons-io-1
	commons-logging
"

EANT_TEST_GENTOO_CLASSPATH="
	${EANT_GENTOO_CLASSPATH}
	xml-commons-resolver
	mockito
"

EANT_TEST_TARGET="junit-basic"

src_test() {
	EANT_ANT_TASKS="ant-junit" \
		java-pkg-2_src_test
}

src_install(){
	java-pkg_newjar build/${P}.jar

	use source && java-pkg_dosrc src/java/org
	use doc && java-pkg_dojavadoc build/javadocs
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/xmlgraphics-commons: xmlgraphics-commons-2.0.1.ebuild ChangeLog
@ 2015-06-27 17:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-27 17:53 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/27 17:53:12

  Modified:             xmlgraphics-commons-2.0.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #553370
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?r1=1.1&r2=1.2

Index: xmlgraphics-commons-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlgraphics-commons-2.0.1.ebuild	26 Jun 2015 23:04:38 -0000	1.1
+++ xmlgraphics-commons-2.0.1.ebuild	27 Jun 2015 17:53:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.1 2015/06/26 23:04:38 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.2 2015/06/27 17:53:12 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 CDEPEND="dev-java/commons-io:1
 	>=dev-java/commons-logging-1:0"



1.32                 dev-java/xmlgraphics-commons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	26 Jun 2015 23:04:38 -0000	1.31
+++ ChangeLog	27 Jun 2015 17:53:12 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/xmlgraphics-commons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.31 2015/06/26 23:04:38 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.32 2015/06/27 17:53:12 ago Exp $
+
+  27 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
+  xmlgraphics-commons-2.0.1.ebuild:
+  Stable for amd64, wrt bug #553370
 
 *xmlgraphics-commons-2.0.1 (27 Jun 2015)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/xmlgraphics-commons: xmlgraphics-commons-2.0.1.ebuild ChangeLog
@ 2015-06-27 17:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-27 17:53 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/27 17:53:38

  Modified:             xmlgraphics-commons-2.0.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #553370
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?r1=1.2&r2=1.3

Index: xmlgraphics-commons-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xmlgraphics-commons-2.0.1.ebuild	27 Jun 2015 17:53:12 -0000	1.2
+++ xmlgraphics-commons-2.0.1.ebuild	27 Jun 2015 17:53:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.2 2015/06/27 17:53:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.3 2015/06/27 17:53:38 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 CDEPEND="dev-java/commons-io:1
 	>=dev-java/commons-logging-1:0"



1.33                 dev-java/xmlgraphics-commons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	27 Jun 2015 17:53:12 -0000	1.32
+++ ChangeLog	27 Jun 2015 17:53:38 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/xmlgraphics-commons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.32 2015/06/27 17:53:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.33 2015/06/27 17:53:38 ago Exp $
+
+  27 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
+  xmlgraphics-commons-2.0.1.ebuild:
+  Stable for x86, wrt bug #553370
 
   27 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
   xmlgraphics-commons-2.0.1.ebuild:





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/xmlgraphics-commons: xmlgraphics-commons-2.0.1.ebuild ChangeLog
@ 2015-06-27 21:28 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-27 21:28 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/27 21:28:22

  Modified:             xmlgraphics-commons-2.0.1.ebuild ChangeLog
  Log:
  Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@gentoo.org>.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.4                  dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?r1=1.3&r2=1.4

Index: xmlgraphics-commons-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xmlgraphics-commons-2.0.1.ebuild	27 Jun 2015 17:53:38 -0000	1.3
+++ xmlgraphics-commons-2.0.1.ebuild	27 Jun 2015 21:28:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.3 2015/06/27 17:53:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.4 2015/06/27 21:28:22 monsieurp Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="2"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~ppc ~ppc64"
 
 CDEPEND="dev-java/commons-io:1
 	>=dev-java/commons-logging-1:0"



1.35                 dev-java/xmlgraphics-commons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Jun 2015 18:31:05 -0000	1.34
+++ ChangeLog	27 Jun 2015 21:28:22 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/xmlgraphics-commons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.34 2015/06/27 18:31:05 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.35 2015/06/27 21:28:22 monsieurp Exp $
+
+  27 Jun 2015; Patrice Clement <monsieurp@gentoo.org>
+  xmlgraphics-commons-2.0.1.ebuild:
+  Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@gentoo.org>.
 
   27 Jun 2015; Patrice Clement <monsieurp@gentoo.org>
   -files/xmlgraphics-commons-1.5-disable-iccprofile-test.patch,





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/xmlgraphics-commons: xmlgraphics-commons-2.0.1.ebuild ChangeLog
@ 2015-06-28 14:58 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-28 14:58 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/28 14:58:43

  Modified:             xmlgraphics-commons-2.0.1.ebuild ChangeLog
  Log:
  Stable for ppc+ppc64 with ALLARCHES.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.5                  dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild?r1=1.4&r2=1.5

Index: xmlgraphics-commons-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xmlgraphics-commons-2.0.1.ebuild	27 Jun 2015 21:28:22 -0000	1.4
+++ xmlgraphics-commons-2.0.1.ebuild	28 Jun 2015 14:58:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.4 2015/06/27 21:28:22 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v 1.5 2015/06/28 14:58:43 monsieurp Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="2"
-KEYWORDS="amd64 x86 ~ppc ~ppc64"
+KEYWORDS="amd64 x86 ppc ppc64"
 
 CDEPEND="dev-java/commons-io:1
 	>=dev-java/commons-logging-1:0"



1.36                 dev-java/xmlgraphics-commons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	27 Jun 2015 21:28:22 -0000	1.35
+++ ChangeLog	28 Jun 2015 14:58:43 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/xmlgraphics-commons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.35 2015/06/27 21:28:22 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.36 2015/06/28 14:58:43 monsieurp Exp $
+
+  28 Jun 2015; Patrice Clement <monsieurp@gentoo.org>
+  xmlgraphics-commons-2.0.1.ebuild:
+  Stable for ppc+ppc64 with ALLARCHES.
 
   27 Jun 2015; Patrice Clement <monsieurp@gentoo.org>
   xmlgraphics-commons-2.0.1.ebuild:





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-28 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-27 17:53 [gentoo-commits] gentoo-x86 commit in dev-java/xmlgraphics-commons: xmlgraphics-commons-2.0.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-28 14:58 Patrice Clement (monsieurp)
2015-06-27 21:28 Patrice Clement (monsieurp)
2015-06-27 17:53 Agostino Sarubbo (ago)
2015-06-26 23:04 Patrice Clement (monsieurp)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox