* [gentoo-commits] repo/gentoo:master commit in: dev-java/juel/
@ 2016-03-06 20:51 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2016-03-06 20:51 UTC (permalink / raw
To: gentoo-commits
commit: 4d3a2026723c094eae2cad1fafa6a05684db7000
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 17:07:00 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 20:37:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3a2026
dev-java/juel: Switch to java-pkg-simple. Fix DESCRIPTION length.
Package-Manager: portage-2.2.26
dev-java/juel/juel-2.1.0-r2.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/dev-java/juel/juel-2.1.0-r2.ebuild b/dev-java/juel/juel-2.1.0-r2.ebuild
new file mode 100644
index 0000000..57d90d4
--- /dev/null
+++ b/dev-java/juel/juel-2.1.0-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source examples"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Implementation of the Unified Expression Language (EL) - JSR-245"
+HOMEPAGE="http://juel.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+IUSE=""
+
+RDEPEND="
+ >=virtual/jre-1.6"
+
+DEPEND="
+ >=virtual/jdk-1.6
+ source? ( app-arch/unzip )"
+
+S="${WORKDIR}/${P}"
+
+JAVA_SRC_DIR="src/api src/impl"
+
+java_prepare() {
+ java-pkg_clean
+}
+
+src_install() {
+ java-pkg-simple_src_install
+ use examples && java-pkg_doexamples src/samples/*
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/juel/
@ 2018-02-02 9:05 Fabian Groffen
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen @ 2018-02-02 9:05 UTC (permalink / raw
To: gentoo-commits
commit: 438a78dc1d9cc3ff7fabc1dc23131c28e479292c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 2 08:53:43 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Feb 2 09:05:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438a78dc
dev-java/aopalliance: marked ~amd64-linux
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-java/juel/juel-2.1.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/juel/juel-2.1.0-r2.ebuild b/dev-java/juel/juel-2.1.0-r2.ebuild
index 8f986aff5a3..052a8b4e96e 100644
--- a/dev-java/juel/juel-2.1.0-r2.ebuild
+++ b/dev-java/juel/juel-2.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 ppc64 x86 ~amd64-linux"
IUSE=""
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/juel/
@ 2016-04-08 15:32 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2016-04-08 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 71e252cc968c193d7d325f37c0d67ff94732a719
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 15:18:31 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 15:18:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e252cc
dev-java/juel: Clean up old.
Package-Manager: portage-2.2.26
dev-java/juel/juel-2.1.0-r1.ebuild | 36 ------------------------------------
dev-java/juel/juel-2.1.0.ebuild | 36 ------------------------------------
2 files changed, 72 deletions(-)
diff --git a/dev-java/juel/juel-2.1.0-r1.ebuild b/dev-java/juel/juel-2.1.0-r1.ebuild
deleted file mode 100644
index d5c4bec..0000000
--- a/dev-java/juel/juel-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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-ant-2
-
-DESCRIPTION="JUEL is an implementation of the Unified Expression Language (EL), a part of JSP 2.1 (JSR-245)"
-HOMEPAGE="http://juel.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6
- app-arch/unzip"
-
-java_prepare() {
- rm -v *.jar || die "Unable to remove jars"
-}
-
-EANT_BUILD_TARGET="jars"
-EANT_DOC_TARGET="apidoc"
-
-src_install() {
- java-pkg_newjar "${P}.jar"
- use doc && java-pkg_dojavadoc doc/api
- use source && java-pkg_dosrc src/api/* src/impl/*
-}
diff --git a/dev-java/juel/juel-2.1.0.ebuild b/dev-java/juel/juel-2.1.0.ebuild
deleted file mode 100644
index 36ddb84..0000000
--- a/dev-java/juel/juel-2.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JUEL is an implementation of the Unified Expression Language (EL), a part of JSP 2.1 (JSR-245)"
-HOMEPAGE="http://juel.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5
- app-arch/unzip"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -v *.jar || die "Unable to remove jars"
-}
-
-EANT_BUILD_TARGET="jars"
-EANT_DOC_TARGET="apidoc"
-
-src_install() {
- java-pkg_newjar "${P}.jar"
- use doc && java-pkg_dojavadoc doc/api
- use source && java-pkg_dosrc src/api/* src/impl/*
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/juel/
@ 2016-04-08 15:32 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2016-04-08 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 461240851fd6d8cc2746080a93725e280dd7b440
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 15:18:05 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 15:18:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46124085
dev-java/juel: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
dev-java/juel/juel-2.1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/juel/juel-2.1.0-r2.ebuild b/dev-java/juel/juel-2.1.0-r2.ebuild
index 57d90d4..2a089e8 100644
--- a/dev-java/juel/juel-2.1.0-r2.ebuild
+++ b/dev-java/juel/juel-2.1.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
IUSE=""
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/juel/
@ 2015-10-24 0:33 Julian Ospald
0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald @ 2015-10-24 0:33 UTC (permalink / raw
To: gentoo-commits
commit: bb31a9a0d96438ce74443afdba7753769bdded3d
Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 00:32:54 2015 +0000
Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 00:32:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb31a9a0
dev-java/juel: fix revbump version
-r0 is implicit when no -rX is given, so this is a duplicate version id
and an uninstallable ebuild revision.
dev-java/juel/{juel-2.1.0-r0.ebuild => juel-2.1.0-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-java/juel/juel-2.1.0-r0.ebuild b/dev-java/juel/juel-2.1.0-r1.ebuild
similarity index 100%
rename from dev-java/juel/juel-2.1.0-r0.ebuild
rename to dev-java/juel/juel-2.1.0-r1.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-02-02 9:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06 20:51 [gentoo-commits] repo/gentoo:master commit in: dev-java/juel/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2018-02-02 9:05 Fabian Groffen
2016-04-08 15:32 Patrice Clement
2016-04-08 15:32 Patrice Clement
2015-10-24 0:33 Julian Ospald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox