summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/httpunit/httpunit-1.6.2-r3.ebuild')
-rw-r--r--dev-java/httpunit/httpunit-1.6.2-r3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-java/httpunit/httpunit-1.6.2-r3.ebuild b/dev-java/httpunit/httpunit-1.6.2-r3.ebuild
index 6ad829904ae8..c5f0032c76bc 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-2012 Gentoo Foundation
+# 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.3 2012/11/27 19:50:16 sera Exp $
+# $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 $
EAPI="2"
inherit java-pkg-2 java-ant-2
@@ -28,8 +28,7 @@ RDEPEND=">=virtual/jre-1.5
DEPEND=">=virtual/jdk-1.5
${CDEPEND}"
-src_unpack() {
- unpack ${A}
+src_prepare() {
find "${S}" -name "*.jar" | xargs rm -v
cd "${S}"
epatch "${FILESDIR}/rhino-fix-${PV}.diff"