public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petteri Raty (betelgeuse)" <betelgeuse@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/aspectwerkz: ChangeLog aspectwerkz-2.0.ebuild
Date: Tue, 25 Dec 2007 01:57:34 +0000	[thread overview]
Message-ID: <E1J6z30-0002La-Af@stork.gentoo.org> (raw)

betelgeuse    07/12/25 01:57:34

  Modified:             ChangeLog
  Added:                aspectwerkz-2.0.ebuild
  Log:
  Bring a version bump from java-overlay and add java5 use flag to it. Fixes bug #120618.
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.16                 dev-java/aspectwerkz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/aspectwerkz/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	4 Aug 2007 11:01:47 -0000	1.15
+++ ChangeLog	25 Dec 2007 01:57:33 -0000	1.16
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/aspectwerkz
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectwerkz/ChangeLog,v 1.15 2007/08/04 11:01:47 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectwerkz/ChangeLog,v 1.16 2007/12/25 01:57:33 betelgeuse Exp $
+
+*aspectwerkz-2.0 (25 Dec 2007)
+
+  25 Dec 2007; Petteri Räty <betelgeuse@gentoo.org>
+  +files/aspectwerkz-2.0-gentoo.patch, +aspectwerkz-2.0.ebuild:
+  Bring a version bump from java-overlay and add java5 use flag to it. Fixes
+  bug #120618.
 
   04 Aug 2007; Miroslav Šulc <fordfrog@gentoo.org>
   aspectwerkz-2.0_rc2.ebuild, aspectwerkz-2.0_rc2-r2.ebuild:



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

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

Index: aspectwerkz-2.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectwerkz/aspectwerkz-2.0.ebuild,v 1.1 2007/12/25 01:57:33 betelgeuse Exp $

# Add java5 support when java-config handless
# https://bugs.gentoo.org/show_bug.cgi?id=161622
# for now the support is in java-overlay
JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-ant-2 eutils

DESCRIPTION="AspectWerkz is a dynamic, lightweight and high-performant AOP/AOSD framework for Java."
SRC_URI="http://dist.codehaus.org/${PN}/distributions/${P}.zip"
HOMEPAGE="http://aspectwerkz.codehaus.org"
LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="~x86 ~amd64 ~ppc"
IUSE="java5"

COMMON_DEP="
	=dev-java/asm-1.5*
	dev-java/bcel
	dev-java/concurrent-util
	=dev-java/dom4j-1*
	=dev-java/javassist-2*
	dev-java/jrexx
	>=dev-java/junitperf-1.9.1
	dev-java/trove
	dev-java/qdox
	=dev-java/junit-3*"
RDEPEND="
	java5? ( >=virtual/jre-1.5 )
	!java5? ( >=virtual/jre-1.4 )
	${COMMON_DEP}"
DEPEND="
	java5? ( >=virtual/jdk-1.5 )
	!java5? ( >=virtual/jdk-1.4 )
	${COMMON_DEP}
	app-arch/unzip"

src_unpack() {
	unpack ${A}

	cd "${S}"
	# unit tests need this
	chmod +x bin/${PN} || die
	epatch ${FILESDIR}/${P}-gentoo.patch

	find . -name '*.jar' -exec rm {} \; || die

	cd "${S}/lib"
	java-pkg_jar-from asm-1.5
	java-pkg_jar-from bcel
	java-pkg_jar-from concurrent-util
	java-pkg_jar-from dom4j-1
	java-pkg_jar-from javassist-2
	java-pkg_jar-from jrexx
	java-pkg_jar-from junit
	java-pkg_jar-from junitperf
	java-pkg_jar-from trove
	java-pkg_jar-from qdox-1.6
}

_eant() {
	local version=1.4
	use java5 && version=1.5
	eant ${antflags} -Djava.version=${version} "${@}"
}

src_compile() {
	_eant dist #precompiled javadocs
	rm -v lib/*nodeps*.jar || die
}

src_test() {
	ASPECTWERKZ_HOME="${S}" _eant test
}

src_install() {
	use source && java-pkg_dosrc src/*
	# other stuff besides javadoc here too
	use doc && java-pkg_dohtml -r docs/*

	cd lib
	for jar in ${PN}*.jar; do
		java-pkg_newjar ${jar} ${jar/-${PV}}
	done
}



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-12-25  1:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-25  1:57 Petteri Raty (betelgeuse) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-03 19:55 [gentoo-commits] gentoo-x86 commit in dev-java/aspectwerkz: ChangeLog aspectwerkz-2.0.ebuild Christian Faulhammer (fauli)
2010-01-20  2:42 Brent Baude (ranger)
2013-06-27 21:55 Alexis Ballier (aballier)

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=E1J6z30-0002La-Af@stork.gentoo.org \
    --to=betelgeuse@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