summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-08-15 09:27:38 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-08-15 09:27:38 +0000
commit644a9bf2c1722e9911f3326dd3720a8ebcb141eb (patch)
tree7d0f64d0e7f87d0b157eddf614067801f10e9a19 /dev-java/httpunit
parentWhitespace (diff)
downloadgentoo-2-644a9bf2c1722e9911f3326dd3720a8ebcb141eb.tar.gz
gentoo-2-644a9bf2c1722e9911f3326dd3720a8ebcb141eb.tar.bz2
gentoo-2-644a9bf2c1722e9911f3326dd3720a8ebcb141eb.zip
Reverted last commit because it changes stable behavior.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/httpunit')
-rw-r--r--dev-java/httpunit/ChangeLog5
-rw-r--r--dev-java/httpunit/httpunit-1.6.2-r3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/httpunit/ChangeLog b/dev-java/httpunit/ChangeLog
index 7707f4e47966..cccccba2b896 100644
--- a/dev-java/httpunit/ChangeLog
+++ b/dev-java/httpunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/httpunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.7 2013/08/15 03:28:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.8 2013/08/15 09:27:38 tomwij Exp $
+
+ 15 Aug 2013; Tom Wijsman <TomWij@gentoo.org> httpunit-1.6.2-r3.ebuild:
+ Reverted last commit because it changes stable behavior.
15 Aug 2013; Patrick Lauer <patrick@gentoo.org> httpunit-1.6.2-r3.ebuild:
Fix src_unpack/src_prepare
diff --git a/dev-java/httpunit/httpunit-1.6.2-r3.ebuild b/dev-java/httpunit/httpunit-1.6.2-r3.ebuild
index c5f0032c76bc..9eec88109964 100644
--- a/dev-java/httpunit/httpunit-1.6.2-r3.ebuild
+++ b/dev-java/httpunit/httpunit-1.6.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v 1.4 2013/08/15 03:28:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v 1.5 2013/08/15 09:27:38 tomwij Exp $
EAPI="2"
inherit java-pkg-2 java-ant-2
@@ -28,7 +28,8 @@ RDEPEND=">=virtual/jre-1.5
DEPEND=">=virtual/jdk-1.5
${CDEPEND}"
-src_prepare() {
+src_unpack() {
+ unpack ${A}
find "${S}" -name "*.jar" | xargs rm -v
cd "${S}"
epatch "${FILESDIR}/rhino-fix-${PV}.diff"