* [gentoo-commits] gentoo-x86 commit in dev-java/jgrapht: jgrapht-0.7.3.ebuild ChangeLog
@ 2010-01-16 21:00 Petteri Raty (betelgeuse)
0 siblings, 0 replies; 5+ messages in thread
From: Petteri Raty (betelgeuse) @ 2010-01-16 21:00 UTC (permalink / raw
To: gentoo-commits
betelgeuse 10/01/16 21:00:39
Modified: jgrapht-0.7.3.ebuild ChangeLog
Log:
Keyword ~x86.
(Portage version: 2.2_rc61/cvs/Linux i686)
Revision Changes Path
1.2 dev-java/jgrapht/jgrapht-0.7.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?r1=1.1&r2=1.2
Index: jgrapht-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jgrapht-0.7.3.ebuild 25 Jan 2009 19:31:56 -0000 1.1
+++ jgrapht-0.7.3.ebuild 16 Jan 2010 21:00:39 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.1 2009/01/25 19:31:56 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.2 2010/01/16 21:00:39 betelgeuse Exp $
EAPI="1"
JAVA_PKG_IUSE="doc source"
@@ -10,7 +10,7 @@
DESCRIPTION="Graph library that is a simpler and faster alternative to JGraph"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://jgrapht.sourceforge.net"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="LGPL-2.1"
IUSE="test"
1.2 dev-java/jgrapht/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jgrapht/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 25 Jan 2009 19:31:56 -0000 1.1
+++ ChangeLog 16 Jan 2010 21:00:39 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jgrapht
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.1 2009/01/25 19:31:56 weaver Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.2 2010/01/16 21:00:39 betelgeuse Exp $
+
+ 16 Jan 2010; Petteri Räty <betelgeuse@gentoo.org> jgrapht-0.7.3.ebuild:
+ Keyword ~x86.
*jgrapht-0.7.3 (25 Jan 2009)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/jgrapht: jgrapht-0.7.3.ebuild ChangeLog
@ 2010-05-09 23:11 Petteri Raty (betelgeuse)
0 siblings, 0 replies; 5+ messages in thread
From: Petteri Raty (betelgeuse) @ 2010-05-09 23:11 UTC (permalink / raw
To: gentoo-commits
betelgeuse 10/05/09 23:11:08
Modified: jgrapht-0.7.3.ebuild ChangeLog
Log:
Fix inconsistency in JDK versions that caused the build to fail and migrated to EAPI 2. Fixes bug #317813.
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.3 dev-java/jgrapht/jgrapht-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?r1=1.2&r2=1.3
Index: jgrapht-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jgrapht-0.7.3.ebuild 16 Jan 2010 21:00:39 -0000 1.2
+++ jgrapht-0.7.3.ebuild 9 May 2010 23:11:08 -0000 1.3
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.2 2010/01/16 21:00:39 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.3 2010/05/09 23:11:08 betelgeuse Exp $
-EAPI="1"
+EAPI="2"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
@@ -15,8 +15,8 @@
LICENSE="LGPL-2.1"
IUSE="test"
-CDEPEND="dev-java/touchgraph-graphlayout
- dev-java/jgraph"
+CDEPEND="dev-java/touchgraph-graphlayout:0
+ dev-java/jgraph:0"
DEPEND="${CDEPEND}
>=virtual/jdk-1.5
@@ -24,15 +24,15 @@
dev-java/xmlunit:1 )"
RDEPEND="${CDEPEND}
- >=virtual/jre-1.4"
+ >=virtual/jre-1.5"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="touchgraph-graphlayout jgraph"
EANT_DOC_TARGET="javadoc"
-src_unpack() {
- unpack ${A}
+java_prepare() {
rm -rf "${S}/lib" || die
+ rm -v "${S}"/*.jar || die
}
src_install() {
1.3 dev-java/jgrapht/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 16 Jan 2010 21:00:39 -0000 1.2
+++ ChangeLog 9 May 2010 23:11:08 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jgrapht
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.2 2010/01/16 21:00:39 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.3 2010/05/09 23:11:08 betelgeuse Exp $
+
+ 09 May 2010; Petteri Räty <betelgeuse@gentoo.org> jgrapht-0.7.3.ebuild:
+ Fix inconsistency in JDK versions that caused the build to fail and
+ migrated to EAPI 2. Fixes bug #317813.
16 Jan 2010; Petteri Räty <betelgeuse@gentoo.org> jgrapht-0.7.3.ebuild:
Keyword ~x86.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/jgrapht: jgrapht-0.7.3.ebuild ChangeLog
@ 2010-06-26 15:16 Christoph Mende (angelos)
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-26 15:16 UTC (permalink / raw
To: gentoo-commits
angelos 10/06/26 15:16:22
Modified: jgrapht-0.7.3.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #325669
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-java/jgrapht/jgrapht-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?r1=1.3&r2=1.4
Index: jgrapht-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jgrapht-0.7.3.ebuild 9 May 2010 23:11:08 -0000 1.3
+++ jgrapht-0.7.3.ebuild 26 Jun 2010 15:16:22 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.3 2010/05/09 23:11:08 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.4 2010/06/26 15:16:22 angelos Exp $
EAPI="2"
JAVA_PKG_IUSE="doc source"
@@ -10,7 +10,7 @@
DESCRIPTION="Graph library that is a simpler and faster alternative to JGraph"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://jgrapht.sourceforge.net"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
SLOT="0"
LICENSE="LGPL-2.1"
IUSE="test"
1.4 dev-java/jgrapht/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 9 May 2010 23:11:08 -0000 1.3
+++ ChangeLog 26 Jun 2010 15:16:22 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jgrapht
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.3 2010/05/09 23:11:08 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.4 2010/06/26 15:16:22 angelos Exp $
+
+ 26 Jun 2010; Christoph Mende <angelos@gentoo.org> jgrapht-0.7.3.ebuild:
+ Stable on amd64 wrt bug #325669
09 May 2010; Petteri Räty <betelgeuse@gentoo.org> jgrapht-0.7.3.ebuild:
Fix inconsistency in JDK versions that caused the build to fail and
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/jgrapht: jgrapht-0.7.3.ebuild ChangeLog
@ 2010-06-30 15:27 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-30 15:27 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/06/30 15:27:05
Modified: jgrapht-0.7.3.ebuild ChangeLog
Log:
x86 stable wrt bug #325669
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.5 dev-java/jgrapht/jgrapht-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?r1=1.4&r2=1.5
Index: jgrapht-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jgrapht-0.7.3.ebuild 26 Jun 2010 15:16:22 -0000 1.4
+++ jgrapht-0.7.3.ebuild 30 Jun 2010 15:27:05 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.4 2010/06/26 15:16:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.5 2010/06/30 15:27:05 phajdan.jr Exp $
EAPI="2"
JAVA_PKG_IUSE="doc source"
@@ -10,7 +10,7 @@
DESCRIPTION="Graph library that is a simpler and faster alternative to JGraph"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://jgrapht.sourceforge.net"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
SLOT="0"
LICENSE="LGPL-2.1"
IUSE="test"
1.5 dev-java/jgrapht/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 26 Jun 2010 15:16:22 -0000 1.4
+++ ChangeLog 30 Jun 2010 15:27:05 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jgrapht
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.4 2010/06/26 15:16:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.5 2010/06/30 15:27:05 phajdan.jr Exp $
+
+ 30 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> jgrapht-0.7.3.ebuild:
+ x86 stable wrt bug #325669
26 Jun 2010; Christoph Mende <angelos@gentoo.org> jgrapht-0.7.3.ebuild:
Stable on amd64 wrt bug #325669
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/jgrapht: jgrapht-0.7.3.ebuild ChangeLog
@ 2011-01-23 17:03 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-23 17:03 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/01/23 17:03:27
Modified: jgrapht-0.7.3.ebuild ChangeLog
Log:
Mark ~ppc wrt #301239
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.6 dev-java/jgrapht/jgrapht-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?r1=1.5&r2=1.6
Index: jgrapht-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jgrapht-0.7.3.ebuild 30 Jun 2010 15:27:05 -0000 1.5
+++ jgrapht-0.7.3.ebuild 23 Jan 2011 17:03:27 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.5 2010/06/30 15:27:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.6 2011/01/23 17:03:27 xarthisius Exp $
EAPI="2"
JAVA_PKG_IUSE="doc source"
@@ -10,7 +10,7 @@
DESCRIPTION="Graph library that is a simpler and faster alternative to JGraph"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://jgrapht.sourceforge.net"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
SLOT="0"
LICENSE="LGPL-2.1"
IUSE="test"
1.6 dev-java/jgrapht/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 30 Jun 2010 15:27:05 -0000 1.5
+++ ChangeLog 23 Jan 2011 17:03:27 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jgrapht
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.5 2010/06/30 15:27:05 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.6 2011/01/23 17:03:27 xarthisius Exp $
+
+ 23 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> jgrapht-0.7.3.ebuild:
+ Mark ~ppc wrt #301239
30 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> jgrapht-0.7.3.ebuild:
x86 stable wrt bug #325669
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-01-23 17:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-26 15:16 [gentoo-commits] gentoo-x86 commit in dev-java/jgrapht: jgrapht-0.7.3.ebuild ChangeLog Christoph Mende (angelos)
-- strict thread matches above, loose matches on Subject: below --
2011-01-23 17:03 Kacper Kowalik (xarthisius)
2010-06-30 15:27 PaweA Hajdan (phajdan.jr)
2010-05-09 23:11 Petteri Raty (betelgeuse)
2010-01-16 21:00 Petteri Raty (betelgeuse)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox