diff options
Diffstat (limited to 'dev-db/apgdiff/apgdiff-2.4.ebuild')
-rw-r--r-- | dev-db/apgdiff/apgdiff-2.4.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-db/apgdiff/apgdiff-2.4.ebuild b/dev-db/apgdiff/apgdiff-2.4.ebuild index 2bdc153eb115..9196dc50929e 100644 --- a/dev-db/apgdiff/apgdiff-2.4.ebuild +++ b/dev-db/apgdiff/apgdiff-2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.4.ebuild,v 1.1 2012/09/21 17:43:00 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.4.ebuild,v 1.2 2014/05/14 16:46:47 tomwij Exp $ -EAPI="1" +EAPI="5" JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 @@ -25,9 +25,7 @@ DEPEND=">=virtual/jdk-1.6 RDEPEND=">=virtual/jre-1.6" -src_unpack() { - unpack ${A} - +java_prepare() { mkdir "${S}"/lib cd "${S}"/lib if use test ; then |