public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/libmatthew-java: libmatthew-java-0.7.1.ebuild ChangeLog
@ 2008-07-19 11:57 Serkan Kaba (serkan)
  0 siblings, 0 replies; 4+ messages in thread
From: Serkan Kaba (serkan) @ 2008-07-19 11:57 UTC (permalink / raw
  To: gentoo-commits

serkan      08/07/19 11:57:21

  Modified:             libmatthew-java-0.7.1.ebuild ChangeLog
  Log:
  Fix src_unpack and recreate Manifest. Upstream changed and removed the precompiled class from the tarball without bumping the version. Reported by Alexis Ballier <aballier@gentoo.org>
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 x86_64)

Revision  Changes    Path
1.2                  dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?r1=1.1&r2=1.2

Index: libmatthew-java-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmatthew-java-0.7.1.ebuild	18 Jul 2008 19:31:15 -0000	1.1
+++ libmatthew-java-0.7.1.ebuild	19 Jul 2008 11:57:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v 1.1 2008/07/18 19:31:15 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v 1.2 2008/07/19 11:57:21 serkan Exp $
 
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 flag-o-matic toolchain-funcs
@@ -20,7 +20,7 @@
 src_unpack() {
 	unpack ${A}
 	epatch "${FILESDIR}"/${P}-makefile-fixes.patch
-	rm -v "${S}"/cx/ath/matthew/debug/Debug.{java,class} || die "rm failed"
+	rm -v "${S}"/cx/ath/matthew/debug/Debug.java || die "rm failed"
 }
 
 src_compile() {



1.2                  dev-java/libmatthew-java/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	18 Jul 2008 19:31:15 -0000	1.1
+++ ChangeLog	19 Jul 2008 11:57:21 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/libmatthew-java
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v 1.1 2008/07/18 19:31:15 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v 1.2 2008/07/19 11:57:21 serkan Exp $
+
+  19 Jul 2008; Serkan Kaba <serkan@gentoo.org> libmatthew-java-0.7.1.ebuild:
+  Fix src_unpack and recreate Manifest. Upstream changed and removed the
+  precompiled class from the tarball without bumping the version. Reported
+  by Alexis Ballier <aballier@gentoo.org>
 
 *libmatthew-java-0.7.1 (18 Jul 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-java/libmatthew-java: libmatthew-java-0.7.1.ebuild ChangeLog
@ 2008-07-19 13:08 Serkan Kaba (serkan)
  0 siblings, 0 replies; 4+ messages in thread
From: Serkan Kaba (serkan) @ 2008-07-19 13:08 UTC (permalink / raw
  To: gentoo-commits

serkan      08/07/19 13:08:26

  Modified:             libmatthew-java-0.7.1.ebuild ChangeLog
  Log:
  Fix compilation on x86-fbsd. Fix --as-needed. Patch provided by Alexis Ballier <aballier@gentoo.org>
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 x86_64)

Revision  Changes    Path
1.3                  dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?r1=1.2&r2=1.3

Index: libmatthew-java-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmatthew-java-0.7.1.ebuild	19 Jul 2008 11:57:21 -0000	1.2
+++ libmatthew-java-0.7.1.ebuild	19 Jul 2008 13:08:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v 1.2 2008/07/19 11:57:21 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v 1.3 2008/07/19 13:08:26 serkan Exp $
 
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 flag-o-matic toolchain-funcs
@@ -25,7 +25,7 @@
 
 src_compile() {
 	LDFLAGS="$(raw-ldflags)" \
-	CC=$(tc-getCC) LD=$(tc-getLD) \
+	CC=$(tc-getCC) LD=$(tc-getLD) INCLUDES="$(java-pkg_get-jni-cflags)" \
 		emake -j1 JARDIR=/usr/share/libmatthew-java/lib JCFLAGS="$(java-pkg_javac-args)" all $(usev doc) || die "emake failed"
 }
 



1.3                  dev-java/libmatthew-java/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	19 Jul 2008 11:57:21 -0000	1.2
+++ ChangeLog	19 Jul 2008 13:08:26 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/libmatthew-java
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v 1.2 2008/07/19 11:57:21 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v 1.3 2008/07/19 13:08:26 serkan Exp $
+
+  19 Jul 2008; Serkan Kaba <serkan@gentoo.org>
+  files/libmatthew-java-0.7.1-makefile-fixes.patch,
+  libmatthew-java-0.7.1.ebuild:
+  Fix compilation on x86-fbsd. Fix --as-needed. Patch provided by Alexis
+  Ballier <aballier@gentoo.org>
 
   19 Jul 2008; Serkan Kaba <serkan@gentoo.org> libmatthew-java-0.7.1.ebuild:
   Fix src_unpack and recreate Manifest. Upstream changed and removed the



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-java/libmatthew-java: libmatthew-java-0.7.1.ebuild ChangeLog
@ 2008-07-22 19:40 Markus Rothe (corsair)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Rothe (corsair) @ 2008-07-22 19:40 UTC (permalink / raw
  To: gentoo-commits

corsair     08/07/22 19:40:12

  Modified:             libmatthew-java-0.7.1.ebuild ChangeLog
  Log:
  Added ~ppc64; bug #232411
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?r1=1.3&r2=1.4

Index: libmatthew-java-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libmatthew-java-0.7.1.ebuild	19 Jul 2008 13:08:26 -0000	1.3
+++ libmatthew-java-0.7.1.ebuild	22 Jul 2008 19:40:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v 1.3 2008/07/19 13:08:26 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v 1.4 2008/07/22 19:40:12 corsair Exp $
 
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"



1.4                  dev-java/libmatthew-java/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	19 Jul 2008 13:08:26 -0000	1.3
+++ ChangeLog	22 Jul 2008 19:40:12 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/libmatthew-java
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v 1.3 2008/07/19 13:08:26 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v 1.4 2008/07/22 19:40:12 corsair Exp $
+
+  22 Jul 2008; Markus Rothe <corsair@gentoo.org>
+  libmatthew-java-0.7.1.ebuild:
+  Added ~ppc64; bug #232411
 
   19 Jul 2008; Serkan Kaba <serkan@gentoo.org>
   files/libmatthew-java-0.7.1-makefile-fixes.patch,






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

* [gentoo-commits] gentoo-x86 commit in dev-java/libmatthew-java: libmatthew-java-0.7.1.ebuild ChangeLog
@ 2008-07-26  7:46 Markus Rothe (corsair)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Rothe (corsair) @ 2008-07-26  7:46 UTC (permalink / raw
  To: gentoo-commits

corsair     08/07/26 07:46:13

  Modified:             libmatthew-java-0.7.1.ebuild ChangeLog
  Log:
  Added ~ppc; bug #232411
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild?r1=1.4&r2=1.5

Index: libmatthew-java-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libmatthew-java-0.7.1.ebuild	22 Jul 2008 19:40:12 -0000	1.4
+++ libmatthew-java-0.7.1.ebuild	26 Jul 2008 07:46:12 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v 1.4 2008/07/22 19:40:12 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/libmatthew-java-0.7.1.ebuild,v 1.5 2008/07/26 07:46:12 corsair Exp $
 
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"



1.5                  dev-java/libmatthew-java/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/libmatthew-java/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	22 Jul 2008 19:40:12 -0000	1.4
+++ ChangeLog	26 Jul 2008 07:46:12 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/libmatthew-java
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v 1.4 2008/07/22 19:40:12 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/libmatthew-java/ChangeLog,v 1.5 2008/07/26 07:46:12 corsair Exp $
+
+  26 Jul 2008; Markus Rothe <corsair@gentoo.org>
+  libmatthew-java-0.7.1.ebuild:
+  Added ~ppc; bug #232411
 
   22 Jul 2008; Markus Rothe <corsair@gentoo.org>
   libmatthew-java-0.7.1.ebuild:






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

end of thread, other threads:[~2008-07-26  7:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-19 13:08 [gentoo-commits] gentoo-x86 commit in dev-java/libmatthew-java: libmatthew-java-0.7.1.ebuild ChangeLog Serkan Kaba (serkan)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-26  7:46 Markus Rothe (corsair)
2008-07-22 19:40 Markus Rothe (corsair)
2008-07-19 11:57 Serkan Kaba (serkan)

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