From: "Miroslav Sulc (fordfrog)" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-io: ChangeLog commons-io-1.4.ebuild
Date: Wed, 06 Feb 2008 14:46:12 +0000 [thread overview]
Message-ID: <E1JMlXQ-0006bt-Sj@stork.gentoo.org> (raw)
fordfrog 08/02/06 14:46:12
Modified: ChangeLog
Added: commons-io-1.4.ebuild
Log:
Version bump
(Portage version: 2.1.4.1)
Revision Changes Path
1.40 dev-java/commons-io/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-io/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-io/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-io/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 25 Nov 2007 09:33:28 -0000 1.39
+++ ChangeLog 6 Feb 2008 14:46:12 -0000 1.40
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/commons-io
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.39 2007/11/25 09:33:28 nelchael Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.40 2008/02/06 14:46:12 fordfrog Exp $
+
+*commons-io-1.4 (06 Feb 2008)
+
+ 06 Feb 2008; Miroslav Šulc <fordfrog@gentoo.org> +commons-io-1.4.ebuild:
+ Version bump
25 Nov 2007; Krzysiek Pawlik <nelchael@gentoo.org>
commons-io-1.3.2.ebuild:
1.1 dev-java/commons-io/commons-io-1.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-io/commons-io-1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-io/commons-io-1.4.ebuild?rev=1.1&content-type=text/plain
Index: commons-io-1.4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-1.4.ebuild,v 1.1 2008/02/06 14:46:12 fordfrog Exp $
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2 eutils
MY_P="${P}-src"
DESCRIPTION="Commons-IO contains utility classes, stream implementations, file filters, and endian classes."
HOMEPAGE="http://jakarta.apache.org/commons/io"
SRC_URI="mirror://apache/commons/io/source/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="1"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="test"
DEPEND=">=virtual/jdk-1.4
test? ( dev-java/ant-junit )"
RDEPEND=">=virtual/jre-1.4"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
cd "${S}"
java-ant_ignore-system-classes
java-ant_rewrite-classpath
# Setting java.io.tmpdir doesn't have effect unless we do this because the
# vm is forked
java-ant_xml-rewrite -f build.xml --change -e junit -a clonevm -v "true"
}
EANT_EXTRA_ARGS="-Duser.home=${T}"
src_test() {
if has userpriv ${FEATURES}; then
ANT_OPTS="-Djava.io.tmpdir=${T} -Duser.home=${T}" \
ANT_TASKS="ant-junit" \
eant test \
-Dgentoo.classpath="$(java-pkg_getjars junit)" \
-Dlibdir="libdir" \
-Djava.io.tmpdir="${T}"
else
elog "Tests fail unless userpriv is enabled because they test for"
elog "file permissions which doesn't work when run as root."
fi
}
src_install() {
java-pkg_newjar target/${P}.jar ${PN}.jar
dodoc RELEASE-NOTES.txt NOTICE.txt || die
use doc && java-pkg_dojavadoc target/apidocs
use source && java-pkg_dosrc src/java/*
}
--
gentoo-commits@lists.gentoo.org mailing list
next reply other threads:[~2008-02-06 14:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-06 14:46 Miroslav Sulc (fordfrog) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-07-25 10:08 [gentoo-commits] gentoo-x86 commit in dev-java/commons-io: ChangeLog commons-io-1.4.ebuild Krzysiek Pawlik (nelchael)
2010-01-03 20:27 Christian Faulhammer (fauli)
2010-04-24 16:15 Fabian Groffen (grobian)
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=E1JMlXQ-0006bt-Sj@stork.gentoo.org \
--to=fordfrog@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