public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/tagunit: ChangeLog tagunit-1.0.1-r2.ebuild
@ 2008-03-22  1:41 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; only message in thread
From: Petteri Raty (betelgeuse) @ 2008-03-22  1:41 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/03/22 01:41:01

  Modified:             ChangeLog
  Added:                tagunit-1.0.1-r2.ebuild
  Log:
  Use java-virtual/servlet-api:2.4 and prepare for generic src_test.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.17                 dev-java/tagunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/tagunit/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/tagunit/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/tagunit/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/tagunit/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	3 May 2007 15:46:58 -0000	1.16
+++ ChangeLog	22 Mar 2008 01:41:00 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/tagunit
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/ChangeLog,v 1.16 2007/05/03 15:46:58 caster Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/ChangeLog,v 1.17 2008/03/22 01:41:00 betelgeuse Exp $
+
+*tagunit-1.0.1-r2 (22 Mar 2008)
+
+  22 Mar 2008; Petteri Räty <betelgeuse@gentoo.org>
+  +tagunit-1.0.1-r2.ebuild:
+  Use java-virtual/servlet-api:2.4 and prepare for generic src_test.
 
   03 May 2007; Vlastimil Babka <caster@gentoo.org> -tagunit-1.0.1.ebuild:
   Gen-1 punt.



1.1                  dev-java/tagunit/tagunit-1.0.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/tagunit/tagunit-1.0.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/tagunit/tagunit-1.0.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: tagunit-1.0.1-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/tagunit-1.0.1-r2.ebuild,v 1.1 2008/03/22 01:41:00 betelgeuse Exp $

EAPI=1
JAVA_PKG_IUSE="doc source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="TagUnit is a tag library for testing custom tags within JSP pages."
SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
HOMEPAGE="http://www.tagunit.org"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

COMMON_DEP="
	java-virtuals/servlet-api:2.4
	>=dev-java/ant-core-1.6"
RDEPEND=">=virtual/jre-1.4
	${COMMON_DEP}"

DEPEND="=virtual/jdk-1.4*
	${COMMON_DEP}
	test? ( dev-java/ant-junit:0 )
	app-arch/unzip"

S="${WORKDIR}/${P}-src/tagunit-core"

src_unpack() {
	unpack ${A}
	cd "${S}"

	echo ${PV} > ../version.txt
	mkdir ../lib || die
	cd ../lib || die
	java-pkg_jar-from ant-core
	java-pkg_jar-from --virtual servlet-api-2.4
}

EANT_BUILD_TARGET="build"
EANT_TEST_JUNIT_INTO="../lib"

src_install() {
	java-pkg_dojar lib/${PN}.jar
	cd "${S}/.."
	dodoc changes.txt readme.txt || die
	use doc && java-pkg_dojavadoc tagunit-core/doc/api
	use source && java-pkg_dosrc tagunit-core/src/*
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-03-22  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-22  1:41 [gentoo-commits] gentoo-x86 commit in dev-java/tagunit: ChangeLog tagunit-1.0.1-r2.ebuild Petteri Raty (betelgeuse)

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