[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2024-04-15 Thread Miroslav Šulc
commit: 9cf51252341fa9557895724b16b84e9f2302a59d
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Mar 11 13:40:43 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Apr 15 10:19:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf51252

dev-java/iso-relax: no longer depend on deprecated ant-core

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/35723/commits/86b5c3feae659ee75235c00797fd5eee98860a68
Signed-off-by: Miroslav Šulc  gentoo.org>

 ...0331-r5.ebuild => iso-relax-20050331-r6.ebuild} | 24 +++---
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r5.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r6.ebuild
similarity index 70%
rename from dev-java/iso-relax/iso-relax-20050331-r5.ebuild
rename to dev-java/iso-relax/iso-relax-20050331-r6.ebuild
index e0990c5abb6d..6359c5cb8203 100644
--- a/dev-java/iso-relax/iso-relax-20050331-r5.ebuild
+++ b/dev-java/iso-relax/iso-relax-20050331-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 JAVA_PKG_IUSE="doc source"
 
@@ -10,30 +10,20 @@ inherit java-pkg-2 java-pkg-simple
 DESCRIPTION="Interfaces useful for applications which support RELAX Core"
 HOMEPAGE="http://www.xml.gr.jp/relax/;
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
+S="${WORKDIR}/${P}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-solaris"
 
-RESTRICT="test"
-
-CDEPEND="dev-java/ant-core:0"
-
-DEPEND="
-   ${CDEPEND}
+CP_DEPEND=">=dev-java/ant-1.10.14-r3:0"
+DEPEND="${CP_DEPEND}
>=virtual/jdk-1.8:*"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.8:*"
-
-S="${WORKDIR}/${P}"
-
-JAVA_GENTOO_CLASSPATH="ant-core"
+RDEPEND=">=virtual/jre-1.8:*"
 
 JAVA_SRC_DIR="src"
 
 src_prepare() {
-   default
+   java-pkg-2_src_prepare
java-pkg_clean
 }



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2021-04-25 Thread Sam James
commit: feb9c527a1c1246f4be751b645d7eab631ccc727
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 16:07:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 16:08:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb9c527

dev-java/iso-relax: Stabilize 20050331-r5 arm64, #783897

Signed-off-by: Sam James  gentoo.org>

 dev-java/iso-relax/iso-relax-20050331-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r5.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r5.ebuild
index 9c24faee8b2..c722dee93a2 100644
--- a/dev-java/iso-relax/iso-relax-20050331-r5.ebuild
+++ b/dev-java/iso-relax/iso-relax-20050331-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2021-04-21 Thread Miroslav Šulc
commit: c11818a2e65b989e98910224f5d72d69a778c677
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Apr 21 08:26:59 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Apr 21 08:26:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11818a2

dev-java/iso-relax: removed obsolete 20050331-r4

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/iso-relax/iso-relax-20050331-r4.ebuild | 39 -
 1 file changed, 39 deletions(-)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
deleted file mode 100644
index 457fe730bf4..000
--- a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Interfaces useful for applications which support RELAX Core"
-HOMEPAGE="http://iso-relax.sourceforge.net;
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RESTRICT="test"
-
-CDEPEND="dev-java/ant-core:0"
-
-DEPEND="
-   ${CDEPEND}
-   >=virtual/jdk-1.6"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-S="${WORKDIR}/${P}"
-
-JAVA_GENTOO_CLASSPATH="ant-core"
-
-JAVA_SRC_DIR="src"
-
-java_prepare() {
-   java-pkg_clean
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2021-04-21 Thread Miroslav Šulc
commit: 233db0af1fa87bd2b53903ea16931c9604758dc1
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Tue Apr 20 18:39:03 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Apr 21 08:25:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233db0af

dev-java/iso-relax: EAPI 7, min java 1.8

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20476
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/iso-relax/iso-relax-20050331-r5.ebuild | 39 +
 1 file changed, 39 insertions(+)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r5.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r5.ebuild
new file mode 100644
index 000..9c24faee8b2
--- /dev/null
+++ b/dev-java/iso-relax/iso-relax-20050331-r5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Interfaces useful for applications which support RELAX Core"
+HOMEPAGE="http://www.xml.gr.jp/relax/;
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RESTRICT="test"
+
+CDEPEND="dev-java/ant-core:0"
+
+DEPEND="
+   ${CDEPEND}
+   >=virtual/jdk-1.8:*"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+S="${WORKDIR}/${P}"
+
+JAVA_GENTOO_CLASSPATH="ant-core"
+
+JAVA_SRC_DIR="src"
+
+src_prepare() {
+   default
+   java-pkg_clean
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2020-07-19 Thread Sam James
commit: 756d184416c64c796232fe9e533584c1e4823cfb
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 01:09:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 01:09:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756d1844

dev-java/iso-relax: arm64 keyworded (bug #720116)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-java/iso-relax/iso-relax-20050331-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
index 16a588c0067..a408e325322 100644
--- a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
+++ b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2020-07-16 Thread Sam James
commit: 35b6353444380637923bce52a775331553102637
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 22:36:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 22:36:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b63534

dev-java/iso-relax: arm keyworded (bug #720116)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-java/iso-relax/iso-relax-20050331-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
index b202adc2bbe..16a588c0067 100644
--- a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
+++ b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/files/, dev-java/iso-relax/

2016-03-15 Thread James Le Cuirot
commit: 7f21e2163ed466d07b7b3af201d35d6bf6c8110d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 14 22:53:58 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Mar 15 07:06:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f21e216

dev-java/iso-relax: Remove old

Package-Manager: portage-2.2.28

 dev-java/iso-relax/Manifest |  1 -
 dev-java/iso-relax/files/build.xml  | 77 -
 dev-java/iso-relax/iso-relax-20050331-r3.ebuild | 40 -
 3 files changed, 118 deletions(-)

diff --git a/dev-java/iso-relax/Manifest b/dev-java/iso-relax/Manifest
index f1212ad..15cf67a 100644
--- a/dev-java/iso-relax/Manifest
+++ b/dev-java/iso-relax/Manifest
@@ -1,2 +1 @@
-DIST iso-relax-20050331-gentoo.tar.bz2 696665 SHA256 
3e3716ccc553c1a756503a56bcf92a64f6e0df3df89e6fa951a990d2c4601d70 SHA512 
c327b461785ce647f9913afa6f5b77c41440e806d566884058be76e14a118d14fa305a1bc0157ee150b199b573e75af954311dc79eb8535599544f094526320a
 WHIRLPOOL 
e158e5a28d0f734b4a59923615449663b0dfc5b6b2a3ecbbff3ed37ac051fa1e6434d131195bcb6a87b5bdc36435f941bde29922be2ec92bea5c5404c8000e5e
 DIST iso-relax-20050331.tar.bz2 696665 SHA256 
3e3716ccc553c1a756503a56bcf92a64f6e0df3df89e6fa951a990d2c4601d70 SHA512 
c327b461785ce647f9913afa6f5b77c41440e806d566884058be76e14a118d14fa305a1bc0157ee150b199b573e75af954311dc79eb8535599544f094526320a
 WHIRLPOOL 
e158e5a28d0f734b4a59923615449663b0dfc5b6b2a3ecbbff3ed37ac051fa1e6434d131195bcb6a87b5bdc36435f941bde29922be2ec92bea5c5404c8000e5e

diff --git a/dev-java/iso-relax/files/build.xml 
b/dev-java/iso-relax/files/build.xml
deleted file mode 100644
index 841cc61..000
--- a/dev-java/iso-relax/files/build.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-   
-   
-   
-
-   
-   
-   
-   
-   
-
-   
-   version=${DSTAMP}
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-
-
-   
-   
-   
-   
-   
-   
-   
-
-   http://www.xml.gr.jp/xmlns/relaxCore;
-   schema="test/relax001.rlx"
-   file="test/relax001.v00.xml" />
-
-   http://www.xml.gr.jp/xmlns/relaxCore;
-   schema="test/relax001.rlx">
-
-   
-   
-   
-

diff --git a/dev-java/iso-relax/iso-relax-20050331-r3.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r3.ebuild
deleted file mode 100644
index b511ed2..000
--- a/dev-java/iso-relax/iso-relax-20050331-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Interfaces useful for applications which support RELAX Core"
-HOMEPAGE="http://iso-relax.sourceforge.net;
-SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2"
-
-# To get the build system:
-# cvs -d:pserver:anonym...@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax 
login
-# mkdir iso-relax-20050331
-# cd iso-relax-20050331
-# cvs -d:pserver:anonym...@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax 
-frelease-20050331 co build.xml lib
-# rm -r $(find -name CVS)
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.6
-   dev-java/ant-core:0"
-RDEPEND=">=virtual/jre-1.6
-   dev-java/ant-core:0"
-
-EANT_BUILD_TARGET="release"
-
-src_prepare() {
-   java-pkg_jarfrom --into lib ant-core ant.jar
-}
-
-src_install() {
-   java-pkg_dojar isorelax.jar
-   use source && java-pkg_dosrc src/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2016-03-15 Thread James Le Cuirot
commit: 5c94efd8121bd5ea68627a3b699e76c917565824
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Mar 14 22:53:12 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Mar 15 07:06:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c94efd8

dev-java/iso-relax: Stable on amd64, ppc64, x86 using ALLARCHES

A little early because of the push to remove Java 6.

Package-Manager: portage-2.2.28

 dev-java/iso-relax/iso-relax-20050331-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
index 54acafd..f8d6390 100644
--- a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
+++ b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2 -> ${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2016-02-26 Thread Patrice Clement
commit: 1cb4b1e841fc4811a9cfc9b120dc9db25921ca0c
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Feb 26 09:32:19 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 26 10:05:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb4b1e8

dev-java/iso-relax: Housekeeping. Switch to java-pkg-simple.

Package-Manager: portage-2.2.26

 dev-java/iso-relax/Manifest |  1 +
 dev-java/iso-relax/iso-relax-20050331-r4.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-java/iso-relax/Manifest b/dev-java/iso-relax/Manifest
index ad88be1..f1212ad 100644
--- a/dev-java/iso-relax/Manifest
+++ b/dev-java/iso-relax/Manifest
@@ -1 +1,2 @@
 DIST iso-relax-20050331-gentoo.tar.bz2 696665 SHA256 
3e3716ccc553c1a756503a56bcf92a64f6e0df3df89e6fa951a990d2c4601d70 SHA512 
c327b461785ce647f9913afa6f5b77c41440e806d566884058be76e14a118d14fa305a1bc0157ee150b199b573e75af954311dc79eb8535599544f094526320a
 WHIRLPOOL 
e158e5a28d0f734b4a59923615449663b0dfc5b6b2a3ecbbff3ed37ac051fa1e6434d131195bcb6a87b5bdc36435f941bde29922be2ec92bea5c5404c8000e5e
+DIST iso-relax-20050331.tar.bz2 696665 SHA256 
3e3716ccc553c1a756503a56bcf92a64f6e0df3df89e6fa951a990d2c4601d70 SHA512 
c327b461785ce647f9913afa6f5b77c41440e806d566884058be76e14a118d14fa305a1bc0157ee150b199b573e75af954311dc79eb8535599544f094526320a
 WHIRLPOOL 
e158e5a28d0f734b4a59923615449663b0dfc5b6b2a3ecbbff3ed37ac051fa1e6434d131195bcb6a87b5bdc36435f941bde29922be2ec92bea5c5404c8000e5e

diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
new file mode 100644
index 000..54acafd
--- /dev/null
+++ b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Interfaces useful for applications which support RELAX Core"
+HOMEPAGE="http://iso-relax.sourceforge.net;
+SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RESTRICT="test"
+
+CDEPEND="dev-java/ant-core:0"
+
+DEPEND="
+   ${CDEPEND}
+   >=virtual/jdk-1.6"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+S="${WORKDIR}/${P}"
+
+JAVA_GENTOO_CLASSPATH="ant-core"
+
+JAVA_SRC_DIR="src"
+
+java_prepare() {
+   java-pkg_clean
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2015-08-25 Thread Patrice Clement
commit: e728c800219af6f6fb2ff133ad4a68382b282915
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Tue Aug 25 22:02:39 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Tue Aug 25 23:12:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e728c800

iso-relax-20050331-r3.ebuild

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/iso-relax/iso-relax-20050331-r3.ebuild | 40 +
 1 file changed, 40 insertions(+)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r3.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r3.ebuild
new file mode 100644
index 000..64be5f0
--- /dev/null
+++ b/dev-java/iso-relax/iso-relax-20050331-r3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+JAVA_PKG_IUSE=source
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION=Interfaces useful for applications which support RELAX Core
+HOMEPAGE=http://iso-relax.sourceforge.net;
+SRC_URI=mirror://gentoo/${P}-gentoo.tar.bz2
+
+# To get the build system:
+# cvs -d:pserver:anonym...@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax 
login
+# mkdir iso-relax-20050331
+# cd iso-relax-20050331
+# cvs -d:pserver:anonym...@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax 
-frelease-20050331 co build.xml lib
+# rm -r $(find -name CVS)
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+IUSE=
+
+DEPEND==virtual/jdk-1.6
+   dev-java/ant-core:0
+RDEPEND==virtual/jre-1.6
+   dev-java/ant-core:0
+
+EANT_BUILD_TARGET=release
+
+src_prepare() {
+   java-pkg_jarfrom --into lib ant-core ant.jar
+}
+
+src_install() {
+   java-pkg_dojar isorelax.jar
+   use source  java-pkg_dosrc src/*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2015-08-25 Thread Patrice Clement
commit: 4db9906991bcb6a73d3ca629c8439d85ae49d384
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Tue Aug 25 22:04:19 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Tue Aug 25 23:12:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db99069

dev-java/iso-relax: Stable for amd64+ppc+ppc64+x86 using the ALLARCHES policy.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/iso-relax/iso-relax-20050331-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r3.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r3.ebuild
index 64be5f0..b19426b 100644
--- a/dev-java/iso-relax/iso-relax-20050331-r3.ebuild
+++ b/dev-java/iso-relax/iso-relax-20050331-r3.ebuild
@@ -20,7 +20,7 @@ SRC_URI=mirror://gentoo/${P}-gentoo.tar.bz2
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND==virtual/jdk-1.6



[gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/

2015-08-25 Thread Patrice Clement
commit: 69ba0c0a4960a0050284eb2bc876cc2a2d234744
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Tue Aug 25 22:09:41 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Tue Aug 25 23:12:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ba0c0a

dev-java/iso-relax: Remove old.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/iso-relax/iso-relax-20050331-r1.ebuild | 36 -
 dev-java/iso-relax/iso-relax-20050331-r2.ebuild | 42 -
 2 files changed, 78 deletions(-)

diff --git a/dev-java/iso-relax/iso-relax-20050331-r1.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r1.ebuild
deleted file mode 100644
index 88b5516..000
--- a/dev-java/iso-relax/iso-relax-20050331-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE=source
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION=Interfaces useful for applications which support RELAX Core
-HOMEPAGE=http://iso-relax.sourceforge.net;
-SRC_URI=mirror://gentoo/${P}-gentoo.tar.bz2
-
-# To get the build system:
-# cvs -d:pserver:anonym...@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax 
login
-# mkdir iso-relax-20050331
-# cd iso-relax-20050331
-# cvs -d:pserver:anonym...@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax 
-frelease-20050331 co build.xml lib
-# rm -r $(find -name CVS)
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd
-IUSE=
-
-DEPEND==virtual/jdk-1.4
-   dev-java/ant-core
-RDEPEND==virtual/jre-1.4
-
-EANT_BUILD_TARGET=release
-
-src_install() {
-
-   java-pkg_dojar isorelax.jar
-   use source  java-pkg_dosrc src/*
-
-}

diff --git a/dev-java/iso-relax/iso-relax-20050331-r2.ebuild 
b/dev-java/iso-relax/iso-relax-20050331-r2.ebuild
deleted file mode 100644
index c513997..000
--- a/dev-java/iso-relax/iso-relax-20050331-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-JAVA_PKG_IUSE=source
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION=Interfaces useful for applications which support RELAX Core
-HOMEPAGE=http://iso-relax.sourceforge.net;
-SRC_URI=mirror://gentoo/${P}-gentoo.tar.bz2
-
-# To get the build system:
-# cvs -d:pserver:anonym...@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax 
login
-# mkdir iso-relax-20050331
-# cd iso-relax-20050331
-# cvs -d:pserver:anonym...@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax 
-frelease-20050331 co build.xml lib
-# rm -r $(find -name CVS)
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
-IUSE=
-
-DEPEND==virtual/jdk-1.4
-   dev-java/ant-core:0
-RDEPEND==virtual/jre-1.4
-   dev-java/ant-core:0
-
-EANT_BUILD_TARGET=release
-
-src_prepare() {
-   java-pkg_jarfrom --into lib ant-core ant.jar
-}
-
-src_install() {
-
-   java-pkg_dojar isorelax.jar
-   use source  java-pkg_dosrc src/*
-
-}