* [gentoo-commits] repo/gentoo:master commit in: dev-java/libmatthew-java/
@ 2019-04-01 8:53 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2019-04-01 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 19bb2ccc019c95cffb1114658d7b88b28f62cd54
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 20:06:08 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 08:51:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bb2ccc
dev-java/libmatthew-java: EAPI 6 bump.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
.../libmatthew-java-0.7.2-r2.ebuild | 55 ++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild
new file mode 100644
index 00000000000..6474760d30b
--- /dev/null
+++ b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+inherit eutils java-pkg-2 flag-o-matic toolchain-funcs
+
+DESCRIPTION="A selection of libraries for Java"
+HOMEPAGE="http://www.matthew.ath.cx/projects/java/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="
+ >=virtual/jre-1.5"
+
+DEPEND="
+ >=virtual/jdk-1.5"
+
+PATCHES=( "${FILESDIR}"/${P}-makefile-fixes.patch )
+DOCS=( INSTALL changelog README )
+
+src_prepare() {
+ default
+ sed -i -e '167d;' cx/ath/matthew/unix/UnixSocket.java || die "sed failed"
+ rm -v "${S}"/cx/ath/matthew/debug/Debug.java || die "rm failed"
+}
+
+src_compile() {
+ CC=$(tc-getCC) \
+ LD=$(tc-getCC) \
+ INCLUDES="$(java-pkg_get-jni-cflags)" \
+ emake -j1 \
+ JARDIR=/usr/share/libmatthew-java/lib \
+ JCFLAGS="$(java-pkg_javac-args)" \
+ all \
+ $(usev doc)
+}
+
+src_install() {
+ java-pkg_newjar cgi-0.5.jar cgi.jar
+ java-pkg_newjar debug-disable-1.1.jar debug-disable.jar
+ java-pkg_newjar debug-enable-1.1.jar debug-enable.jar
+ java-pkg_newjar hexdump-0.2.jar hexdump.jar
+ java-pkg_newjar io-0.1.jar io.jar
+ java-pkg_newjar unix-0.5.jar unix.jar
+ java-pkg_doso libcgi-java.so
+ java-pkg_doso libunix-java.so
+ einstalldocs
+ use source && java-pkg_dosrc cx/
+ use doc && java-pkg_dojavadoc doc
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/libmatthew-java/
@ 2019-04-01 8:53 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2019-04-01 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 0353c9dea3a64695d177b8613c8798d3e783b0be
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 20:07:22 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 08:51:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0353c9de
dev-java/libmatthew-java: stable for amd64.
... and mark stable for the remaining arches using the ALLARCHES policy.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild
index 6474760d30b..083085e8d32 100644
--- a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild
+++ b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r2.ebuild
@@ -4,6 +4,7 @@
EAPI=6
JAVA_PKG_IUSE="doc source"
+
inherit eutils java-pkg-2 flag-o-matic toolchain-funcs
DESCRIPTION="A selection of libraries for Java"
@@ -12,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
RDEPEND="
>=virtual/jre-1.5"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/libmatthew-java/
@ 2019-04-01 8:53 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2019-04-01 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 3ef26fc453341a6e767b623c8f3d8b3fbd442c51
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 20:08:44 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 08:51:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef26fc4
dev-java/libmatthew-java: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
.../libmatthew-java-0.7.2-r1.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild
deleted file mode 100644
index cb98a553c6b..00000000000
--- a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-JAVA_PKG_IUSE="doc source"
-inherit eutils java-pkg-2 flag-o-matic toolchain-funcs
-
-DESCRIPTION="A selection of libraries for Java"
-HOMEPAGE="http://www.matthew.ath.cx/projects/java/"
-SRC_URI="http://www.matthew.ath.cx/projects/java/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-makefile-fixes.patch
- rm -v "${S}"/cx/ath/matthew/debug/Debug.java || die "rm failed"
-}
-
-src_compile() {
- CC=$(tc-getCC) LD=$(tc-getCC) 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"
-}
-
-src_install() {
- java-pkg_newjar cgi-0.5.jar cgi.jar
- java-pkg_newjar debug-disable-1.1.jar debug-disable.jar
- java-pkg_newjar debug-enable-1.1.jar debug-enable.jar
- java-pkg_newjar hexdump-0.2.jar hexdump.jar
- java-pkg_newjar io-0.1.jar io.jar
- java-pkg_newjar unix-0.5.jar unix.jar
- java-pkg_doso libcgi-java.so
- java-pkg_doso libunix-java.so
- dodoc INSTALL changelog README || die
- use source && java-pkg_dosrc cx/
- use doc && java-pkg_dojavadoc doc
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-04-01 8:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-01 8:53 [gentoo-commits] repo/gentoo:master commit in: dev-java/libmatthew-java/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2019-04-01 8:53 Patrice Clement
2019-04-01 8:53 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox