monsieurp    15/05/27 21:29:28

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

Revision  Changes    Path
1.67                 dev-java/resin-servlet-api/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/resin-servlet-api/ChangeLog?rev=1.67&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/resin-servlet-api/ChangeLog?rev=1.67&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/resin-servlet-api/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   16 Dec 2012 14:13:25 -0000      1.66
+++ ChangeLog   27 May 2015 21:29:28 -0000      1.67
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/resin-servlet-api
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v 1.66 
2012/12/16 14:13:25 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v 1.67 
2015/05/27 21:29:28 monsieurp Exp $
+
+*resin-servlet-api-4.0.27 (27 May 2015)
+
+  27 May 2015; Patrice Clement <[email protected]>
+  +resin-servlet-api-4.0.27.ebuild:
+  Version bump.
 
   16 Dec 2012; Pacho Ramos <[email protected]> metadata.xml:
   Cleanup due retirement, #95685



1.1                  dev-java/resin-servlet-api/resin-servlet-api-4.0.27.ebuild

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

Index: resin-servlet-api-4.0.27.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/resin-servlet-api-4.0.27.ebuild,v
 1.1 2015/05/27 21:29:28 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Resin Servlet API 3.0/JSP API 2.1 implementation"
HOMEPAGE="http://www.caucho.com/";
SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip";

LICENSE="GPL-2"
SLOT="4.0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"

IUSE=""

COMMON_DEP=""

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

S="${WORKDIR}/resin-${PV}"

java_prepare() {
        cd "${S}"
        rm -f modules/ext/*.jar project-jars/*.jar webapp-jars/*.jar
        java-ant_bsfix_files build-common.xml || die
}

EANT_BUILD_TARGET="servlet16"
EANT_DOC_TARGET=""

src_install() {
        java-pkg_newjar "modules/servlet16/dist/servlet-16.jar"
        use source && java-pkg_dosrc "${S}"/modules/servlet16/src/*

        dosym "${PN}.jar" "/usr/share/${PN}-${SLOT}/lib/servlet-api.jar"
        java-pkg_regjar "${D}/usr/share/${PN}-${SLOT}/lib/servlet-api.jar"
        dosym "${PN}.jar" "/usr/share/${PN}-${SLOT}/lib/jsp-api.jar"
        java-pkg_regjar "${D}/usr/share/${PN}-${SLOT}/lib/jsp-api.jar"
}




Reply via email to