From: "Krzysiek Pawlik (nelchael)" <nelchael@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/freemarker: ChangeLog freemarker-2.3.13.ebuild freemarker-2.3.11.ebuild
Date: Fri, 20 Jun 2008 22:51:59 +0000 [thread overview]
Message-ID: <E1K9pSZ-0007qq-Fy@stork.gentoo.org> (raw)
Message-ID: <20080620225159.do72qw0Fj7pb3862qbO6rntzhATZYrjPKwV-lZuBLBE@z> (raw)
nelchael 08/06/20 22:51:59
Modified: ChangeLog
Added: freemarker-2.3.13.ebuild
Removed: freemarker-2.3.11.ebuild
Log:
Version bump.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r5 x86_64)
Revision Changes Path
1.21 dev-java/freemarker/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/freemarker/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/freemarker/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/freemarker/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 20 Jun 2008 21:51:13 -0000 1.20
+++ ChangeLog 20 Jun 2008 22:51:58 -0000 1.21
@@ -1,6 +1,14 @@
# ChangeLog for dev-java/freemarker
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v 1.20 2008/06/20 21:51:13 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/freemarker/ChangeLog,v 1.21 2008/06/20 22:51:58 nelchael Exp $
+
+*freemarker-2.3.13 (20 Jun 2008)
+
+ 20 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org>
+ -files/freemarker-2.3.11-gentoo.patch,
+ +files/freemarker-2.3.13-gentoo.patch, -freemarker-2.3.11.ebuild,
+ +freemarker-2.3.13.ebuild:
+ Version bump.
20 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org>
+freemarker-2.3.10-r1.ebuild:
1.1 dev-java/freemarker/freemarker-2.3.13.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/freemarker/freemarker-2.3.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/freemarker/freemarker-2.3.13.ebuild?rev=1.1&content-type=text/plain
Index: freemarker-2.3.13.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/freemarker/freemarker-2.3.13.ebuild,v 1.1 2008/06/20 22:51:58 nelchael Exp $
EAPI="1"
JAVA_PKG_IUSE="doc source"
WANT_ANT_TASKS="ant-nodeps"
inherit java-pkg-2 java-ant-2 eutils
DESCRIPTION=" FreeMarker is a template engine; a generic tool to generate text output based on templates."
HOMEPAGE="http://freemarker.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="freemarker"
SLOT="2.3"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
COMMON_DEP="dev-java/javacc
dev-java/jython
java-virtuals/servlet-api:2.3
java-virtuals/servlet-api:2.4
java-virtuals/servlet-api:2.5
dev-java/jaxen:1.1"
DEPEND=">=virtual/jdk-1.4
${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-gentoo.patch"
cd "${S}/lib/"
rm -f *.jar
rm -f "${S}/src/freemarker/testcase/servlets/WEB-INF/taglib2.jar"
rm -f "${S}/src/freemarker/testcase/servlets/WEB-INF/lib/taglib-foo.jar"
}
src_compile() {
# BIG FAT WARNING:
# clean target removes lib/ directory!!
eant clean
mkdir -p lib/jsp-1.2
mkdir -p lib/jsp-2.0
mkdir -p lib/jsp-2.1
cd lib/
java-pkg_jar-from --virtual --into jsp-1.2 servlet-api-2.3
java-pkg_jar-from --virtual --into jsp-2.0 servlet-api-2.4
java-pkg_jar-from --virtual --into jsp-2.1 servlet-api-2.5
java-pkg_jar-from jaxen-1.1
java-pkg_jar-from jython
java-pkg_jar-from javacc
cd "${S}"
eant jar $(use_doc) -Djavacc.home=/usr/share/javacc/lib
}
src_install() {
java-pkg_dojar lib/${PN}.jar
dodoc README.txt || die
use doc && java-pkg_dojavadoc build/api
use source && java-pkg_dosrc src/*
}
--
gentoo-commits@lists.gentoo.org mailing list
reply other threads:[~2008-06-20 22:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=E1K9pSZ-0007qq-Fy@stork.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