diff options
Diffstat (limited to 'dev-db/apgdiff/apgdiff-2.3.ebuild')
-rw-r--r-- | dev-db/apgdiff/apgdiff-2.3.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-db/apgdiff/apgdiff-2.3.ebuild b/dev-db/apgdiff/apgdiff-2.3.ebuild index e7db1a73e310..0c5660b70db4 100644 --- a/dev-db/apgdiff/apgdiff-2.3.ebuild +++ b/dev-db/apgdiff/apgdiff-2.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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.3.ebuild,v 1.1 2010/10/22 18:27:24 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.3.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 |