diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-09-19 06:37:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-09-19 06:37:32 +0000 |
commit | 88e99a7f4ec2f5fc85da130f1526277d163f0ed9 (patch) | |
tree | eff6b8835da7ac7cbf7c715126224afca2180b89 /dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild | |
parent | Do not call non-existing default_src_prepare(), bug #523182. (diff) | |
download | historical-88e99a7f4ec2f5fc85da130f1526277d163f0ed9.tar.gz historical-88e99a7f4ec2f5fc85da130f1526277d163f0ed9.tar.bz2 historical-88e99a7f4ec2f5fc85da130f1526277d163f0ed9.zip |
Do not call non-existing default_src_prepare(), bug #523184.
Package-Manager: portage-2.2.12/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild')
-rw-r--r-- | dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild b/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild index 46f44dd46c6b..b2b271046ecf 100644 --- a/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild +++ b/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild,v 1.5 2011/03/23 20:04:02 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild,v 1.6 2014/09/19 06:37:31 mgorny Exp $ EAPI="2" JAVA_PKG_IUSE="source" @@ -29,9 +29,6 @@ S="${WORKDIR}/glassfish/deployment-api/" EANT_BUILD_TARGET="all" src_prepare() { - default - - cd "${S}" epatch "${FILESDIR}/${P}-build.xml.patch" } |