Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ali_bush 07/11/20 05:25:23
Modified: ChangeLog
Added: log4j-1.2.14-r2.ebuild
Log:
Bumping to support javamail virtual.
(Portage version: 2.1.3.19)
Revision Changes Path
1.56 dev-java/log4j/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/log4j/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/log4j/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/log4j/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/log4j/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 24 Jul 2007 08:40:41 -0000 1.55
+++ ChangeLog 20 Nov 2007 05:25:22 -0000 1.56
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/log4j
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/log4j/ChangeLog,v 1.55 2007/07/24 08:40:41 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/log4j/ChangeLog,v 1.56 2007/11/20 05:25:22 ali_bush Exp $
+
+*log4j-1.2.14-r2 (20 Nov 2007)
+
+ 20 Nov 2007; <alistair@g.o> +log4j-1.2.14-r2.ebuild:
+ Bumping to support javamail virtual.
24 Jul 2007; Christian Faulhammer <opfer@g.o>
log4j-1.2.14-r1.ebuild:
1.1 dev-java/log4j/log4j-1.2.14-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/log4j/log4j-1.2.14-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/log4j/log4j-1.2.14-r2.ebuild?rev=1.1&content-type=text/plain
Index: log4j-1.2.14-r2.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/log4j/log4j-1.2.14-r2.ebuild,v 1.1 2007/11/20 05:25:22 ali_bush Exp $
JAVA_PKG_IUSE="doc javamail jms jmx source"
inherit java-pkg-2 java-ant-2
MY_P="logging-${P}"
DESCRIPTION="A low-overhead robust logging package for Java"
SRC_URI="mirror://apache/logging/log4j/${PV}/${MY_P}.tar.gz"
HOMEPAGE="http://logging.apache.org/log4j/"
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
# jikes support disabled: bug #108819
IUSE="doc javamail jms jmx source"
CDEPEND="javamail? ( java-virtuals/javamail dev-java/sun-jaf )
jmx? ( dev-java/sun-jmx )
jms? ( =dev-java/openjms-bin-0.7.6 )"
RDEPEND=">=virtual/jre-1.4
${CDEPEND}"
# We should get log4j working with openjms but at the moment that would bring
# a circular dependency.
# jms? ( || (=dev-java/openjms-0.7.6* =dev-java/openjms-bin-0.7.6* ))"
# Needs the a newer ant-core because otherwise source 1.1 and target 1.1 fails
# on at least blackdown-jdk-1.4.2.02. The other way to go around this is to
# explicitly set the javac.source and javac.target properties in the ebuild.
DEPEND=">=virtual/jdk-1.4
>=dev-java/ant-core-1.6.5
${CDEPEND}"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
cd "${S}"
rm -rf dist/
# Takes javamail from system env without this
xml-rewrite.py -f build.xml -c -e available -a ignoresystemclasses -v "true"
java-pkg_filter-compiler jikes
}
src_compile() {
# Because we depend on >=1.4 we always have jaxp
local antflags="jar -Djaxp-present=true"
use javamail && antflags="${antflags} -Djavamail.jar=$(java-pkg_getjar javamail mail.jar) -Dactivation.jar=$(java-pkg_getjar sun-jaf activation.jar)"
use jmx && antflags="${antflags} -Djmx.jar=$(java-pkg_getjar sun-jmx jmxri.jar) -Djmx-extra.jar=$(java-pkg_getjar sun-jmx jmxtools.jar)"
#use jms && antflags="${antflags} -Djms.jar=$(java-pkg_getjar openjms jms.jar)"
use jms && antflags="${antflags} -Djms.jar=/opt/openjms/lib/jms-1.0.2a.jar"
eant ${antflags}
}
src_install() {
java-pkg_newjar dist/lib/${P}.jar ${PN}.jar
use doc && dohtml -r docs/*
use source && java-pkg_dosrc src/java/*
}
--
gentoo-commits@g.o mailing list
|
|