public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/juel: juel-2.1.0-r0.ebuild ChangeLog
@ 2015-07-20 19:24 Patrice Clement (monsieurp)
  0 siblings, 0 replies; only message in thread
From: Patrice Clement (monsieurp) @ 2015-07-20 19:24 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/07/20 19:24:22

  Modified:             ChangeLog
  Added:                juel-2.1.0-r0.ebuild
  Log:
  EAPI 5 bump.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.8                  dev-java/juel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/juel/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/juel/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/juel/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/juel/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Jun 2015 13:52:38 -0000	1.7
+++ ChangeLog	20 Jul 2015 19:24:22 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/juel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/juel/ChangeLog,v 1.7 2015/06/09 13:52:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/juel/ChangeLog,v 1.8 2015/07/20 19:24:22 monsieurp Exp $
+
+*juel-2.1.0-r0 (20 Jul 2015)
+
+  20 Jul 2015; Patrice Clement <monsieurp@gentoo.org> +juel-2.1.0-r0.ebuild:
+  EAPI 5 bump.
 
   09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Updating remote-id in metadata.xml



1.1                  dev-java/juel/juel-2.1.0-r0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/juel/juel-2.1.0-r0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/juel/juel-2.1.0-r0.ebuild?rev=1.1&content-type=text/plain

Index: juel-2.1.0-r0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/juel/juel-2.1.0-r0.ebuild,v 1.1 2015/07/20 19:24:22 monsieurp Exp $

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 ~ppc ~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/*
}





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

only message in thread, other threads:[~2015-07-20 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-20 19:24 [gentoo-commits] gentoo-x86 commit in dev-java/juel: juel-2.1.0-r0.ebuild ChangeLog Patrice Clement (monsieurp)

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