summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-15 03:28:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-15 03:28:48 +0000
commitb499ed58b0367abea0ba7ff0c2236aebf5a6f5ae (patch)
tree85c46d105d39ce8ca832e47c3a53fc917f83e2f6 /dev-java/httpunit
parentBump (diff)
downloadgentoo-2-b499ed58b0367abea0ba7ff0c2236aebf5a6f5ae.tar.gz
gentoo-2-b499ed58b0367abea0ba7ff0c2236aebf5a6f5ae.tar.bz2
gentoo-2-b499ed58b0367abea0ba7ff0c2236aebf5a6f5ae.zip
Fix src_unpack/src_prepare
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-java/httpunit')
-rw-r--r--dev-java/httpunit/ChangeLog5
-rw-r--r--dev-java/httpunit/httpunit-1.6.2-r3.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-java/httpunit/ChangeLog b/dev-java/httpunit/ChangeLog
index 869af79acb98..7707f4e47966 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.6 2013/08/14 09:30:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.7 2013/08/15 03:28:48 patrick Exp $
+
+ 15 Aug 2013; Patrick Lauer <patrick@gentoo.org> httpunit-1.6.2-r3.ebuild:
+ Fix src_unpack/src_prepare
14 Aug 2013; Patrick Lauer <patrick@gentoo.org> httpunit-1.7.ebuild:
Whitespace
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"