public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/apgdiff: apgdiff-2.4.ebuild apgdiff-2.2.1.ebuild apgdiff-2.2.2.ebuild apgdiff-1.4.ebuild apgdiff-2.3.ebuild ChangeLog
@ 2014-05-14 16:46 Tom Wijsman (tomwij)
  0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2014-05-14 16:46 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/05/14 16:46:47

  Modified:             apgdiff-2.4.ebuild apgdiff-2.2.1.ebuild
                        apgdiff-2.2.2.ebuild apgdiff-1.4.ebuild
                        apgdiff-2.3.ebuild ChangeLog
  Log:
  EAPI 1 -> 5. Make use of java_prepare.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.2                  dev-db/apgdiff/apgdiff-2.4.ebuild

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

Index: apgdiff-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apgdiff-2.4.ebuild	21 Sep 2012 17:43:00 -0000	1.1
+++ apgdiff-2.4.ebuild	14 May 2014 16:46:47 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.4.ebuild,v 1.1 2012/09/21 17:43:00 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.4.ebuild,v 1.2 2014/05/14 16:46:47 tomwij Exp $
 
-EAPI="1"
+EAPI="5"
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 java-ant-2
 
@@ -25,9 +25,7 @@
 
 RDEPEND=">=virtual/jre-1.6"
 
-src_unpack() {
-	unpack ${A}
-
+java_prepare() {
 	mkdir "${S}"/lib
 	cd "${S}"/lib
 	if use test ; then



1.2                  dev-db/apgdiff/apgdiff-2.2.1.ebuild

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

Index: apgdiff-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apgdiff-2.2.1.ebuild	3 Oct 2010 15:47:17 -0000	1.1
+++ apgdiff-2.2.1.ebuild	14 May 2014 16:46:47 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild,v 1.1 2010/10/03 15:47:17 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild,v 1.2 2014/05/14 16:46:47 tomwij Exp $
 
-EAPI="1"
+EAPI="5"
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 java-ant-2
 
@@ -25,9 +25,7 @@
 
 RDEPEND=">=virtual/jre-1.6"
 
-src_unpack() {
-	unpack ${A}
-
+java_prepare() {
 	mkdir "${S}"/lib
 	cd "${S}"/lib
 	if use test ; then



1.2                  dev-db/apgdiff/apgdiff-2.2.2.ebuild

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

Index: apgdiff-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apgdiff-2.2.2.ebuild	9 Oct 2010 00:41:47 -0000	1.1
+++ apgdiff-2.2.2.ebuild	14 May 2014 16:46:47 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.2.ebuild,v 1.1 2010/10/09 00:41:47 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.2.ebuild,v 1.2 2014/05/14 16:46:47 tomwij Exp $
 
-EAPI="1"
+EAPI="5"
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 java-ant-2
 
@@ -25,9 +25,7 @@
 
 RDEPEND=">=virtual/jre-1.6"
 
-src_unpack() {
-	unpack ${A}
-
+java_prepare() {
 	mkdir "${S}"/lib
 	cd "${S}"/lib
 	if use test ; then



1.2                  dev-db/apgdiff/apgdiff-1.4.ebuild

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

Index: apgdiff-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apgdiff-1.4.ebuild	22 Nov 2009 09:50:38 -0000	1.1
+++ apgdiff-1.4.ebuild	14 May 2014 16:46:47 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-1.4.ebuild,v 1.1 2009/11/22 09:50:38 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-1.4.ebuild,v 1.2 2014/05/14 16:46:47 tomwij Exp $
 
-EAPI="1"
+EAPI="5"
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 java-ant-2
 
@@ -25,9 +25,7 @@
 
 RDEPEND=">=virtual/jre-1.5"
 
-src_unpack() {
-	unpack ${A}
-
+java_prepare() {
 	mkdir "${S}"/lib
 	cd "${S}"/lib
 	if use test ; then



1.2                  dev-db/apgdiff/apgdiff-2.3.ebuild

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

Index: apgdiff-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apgdiff-2.3.ebuild	22 Oct 2010 18:27:24 -0000	1.1
+++ apgdiff-2.3.ebuild	14 May 2014 16:46:47 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.3.ebuild,v 1.1 2010/10/22 18:27:24 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.3.ebuild,v 1.2 2014/05/14 16:46:47 tomwij Exp $
 
-EAPI="1"
+EAPI="5"
 JAVA_PKG_IUSE="doc source"
 inherit eutils java-pkg-2 java-ant-2
 
@@ -25,9 +25,7 @@
 
 RDEPEND=">=virtual/jre-1.6"
 
-src_unpack() {
-	unpack ${A}
-
+java_prepare() {
 	mkdir "${S}"/lib
 	cd "${S}"/lib
 	if use test ; then



1.15                 dev-db/apgdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	21 Sep 2012 17:43:00 -0000	1.14
+++ ChangeLog	14 May 2014 16:46:47 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/apgdiff
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v 1.14 2012/09/21 17:43:00 fordfrog Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v 1.15 2014/05/14 16:46:47 tomwij Exp $
+
+  14 May 2014; Tom Wijsman <TomWij@gentoo.org> apgdiff-1.4.ebuild,
+  apgdiff-2.2.1.ebuild, apgdiff-2.2.2.ebuild, apgdiff-2.3.ebuild,
+  apgdiff-2.4.ebuild:
+  EAPI 1 -> 5. Make use of java_prepare.
 
 *apgdiff-2.4 (21 Sep 2012)
 
@@ -77,4 +82,3 @@
   22 Oct 2008; Miroslav Šulc <fordfrog@gentoo.org> +metadata.xml,
   +apgdiff-1.3.ebuild:
   New ebuild (moved from java-overlay)
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-14 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 16:46 [gentoo-commits] gentoo-x86 commit in dev-db/apgdiff: apgdiff-2.4.ebuild apgdiff-2.2.1.ebuild apgdiff-2.2.2.ebuild apgdiff-1.4.ebuild apgdiff-2.3.ebuild ChangeLog Tom Wijsman (tomwij)

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