monsieurp    15/07/13 17:26:10

  Modified:             ChangeLog
  Added:                portletapi-2.0.ebuild
  Log:
  Version bump.
  
  Signed-off-by: Patrice Clement <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.9                  dev-java/portletapi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/portletapi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   7 May 2007 16:37:36 -0000       1.8
+++ ChangeLog   13 Jul 2015 17:26:10 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/portletapi
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/portletapi/ChangeLog,v 1.8 
2007/05/07 16:37:36 caster Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/portletapi/ChangeLog,v 1.9 
2015/07/13 17:26:10 monsieurp Exp $
+
+*portletapi-2.0 (13 Jul 2015)
+
+  13 Jul 2015; Patrice Clement <[email protected]> +portletapi-2.0.ebuild:
+  Version bump.
 
   07 May 2007; Vlastimil Babka <[email protected]> portletapi-1.0.ebuild:
   Change dev-java/ant DEPEND to ant-core, nothing more needed. Tweak style,
@@ -33,4 +38,3 @@
   +files/portletapi-1.0-build.xml, +metadata.xml, +portletapi-1.0.ebuild:
   Initial commit. Ebuild by Miroslav Sulc <[email protected]>, bug
   #148210.
-



1.1                  dev-java/portletapi/portletapi-2.0.ebuild

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

Index: portletapi-2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/portletapi/portletapi-2.0.ebuild,v 
1.1 2015/07/13 17:26:10 monsieurp Exp $

EAPI=5

inherit java-pkg-2 java-pkg-simple

MY_PN="portlet-api"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Portlet API 2.0 developed by the Java Community Process JSR-286"
HOMEPAGE="https://jcp.org/en/jsr/detail?id=286";
SRC_URI="http://mirrors.ibiblio.org/maven2/javax/portlet/${PN}/${PV}/${MY_P}-sources.jar";

LICENSE="Apache-2.0"
SLOT="2.0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"

IUSE=""

CDEPEND="dev-java/tomcat-servlet-api:3.0"

RDEPEND=">=virtual/jre-1.6
        ${CDEPEND}"
DEPEND=">=virtual/jdk-1.6
        app-arch/unzip
        ${CDEPEND}"

JAVA_PKG_WANT_SOURCE="1.7"
JAVA_PKG_WANT_TARGET="1.7"
JAVA_SRC_DIR="src"

JAVA_ENCODING="ISO-8859-1"
JAVA_GENTOO_CLASSPATH="tomcat-servlet-api-3.0"

java_prepare() {
        mkdir src || die
        mv * src
}




Reply via email to