public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Krzysztof Pawlik (nelchael)" <nelchael@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/resin-servlet-api: resin-servlet-api-3.1.12.ebuild ChangeLog
Date: Tue,  6 Sep 2011 16:26:16 +0000 (UTC)	[thread overview]
Message-ID: <20110906162616.2203E2004C@flycatcher.gentoo.org> (raw)

nelchael    11/09/06 16:26:16

  Modified:             ChangeLog
  Added:                resin-servlet-api-3.1.12.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.13/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	15 Mar 2011 21:58:44 -0000	1.51
+++ ChangeLog	6 Sep 2011 16:26:16 -0000	1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/resin-servlet-api
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v 1.51 2011/03/15 21:58:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v 1.52 2011/09/06 16:26:16 nelchael Exp $
+
+*resin-servlet-api-3.1.12 (06 Sep 2011)
+
+  06 Sep 2011; Krzysztof Pawlik <nelchael@gentoo.org>
+  +resin-servlet-api-3.1.12.ebuild:
+  Version bump.
 
   15 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
   resin-servlet-api-3.1.10.ebuild:



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

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

Index: resin-servlet-api-3.1.12.ebuild
===================================================================
# Copyright 1999-2011 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-3.1.12.ebuild,v 1.1 2011/09/06 16:26:16 nelchael Exp $

EAPI="2"

JAVA_PKG_IUSE="source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Resin Servlet API 2.5/JSP API 2.1 implementation"
HOMEPAGE="http://www.caucho.com/"
SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip
	mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2"

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

IUSE=""

COMMON_DEP=""

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

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

src_prepare() {
	mkdir -p "${S}/lib"
	epatch "${WORKDIR}/${PV}/resin-${PV}-build.xml.patch"
}

EANT_BUILD_TARGET="jsdk"
EANT_DOC_TARGET=""

src_install() {
	java-pkg_newjar "lib/jsdk-15.jar"
	use source && java-pkg_dosrc "${S}"/modules/jsdk/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	other threads:[~2011-09-06 16:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-06 16:26 Krzysztof Pawlik (nelchael) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-17 11:51 [gentoo-commits] gentoo-x86 commit in dev-java/resin-servlet-api: resin-servlet-api-3.1.12.ebuild ChangeLog Agostino Sarubbo (ago)
2012-02-24 14:35 PaweA Hajdan (phajdan.jr)
2012-03-09 14:36 Brent Baude (ranger)
2012-06-14 15:56 Michael Weber (xmw)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110906162616.2203E2004C@flycatcher.gentoo.org \
    --to=nelchael@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox