mgorny 14/09/19 06:37:31 Modified: glassfish-deployment-api-1.2.ebuild ChangeLog Log: Do not call non-existing default_src_prepare(), bug #523184. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.6 dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild?r1=1.5&r2=1.6 Index: glassfish-deployment-api-1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- glassfish-deployment-api-1.2.ebuild 23 Mar 2011 20:04:02 -0000 1.5 +++ glassfish-deployment-api-1.2.ebuild 19 Sep 2014 06:37:31 -0000 1.6 @@ -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 @@ EANT_BUILD_TARGET="all" src_prepare() { - default - - cd "${S}" epatch "${FILESDIR}/${P}-build.xml.patch" } 1.6 dev-java/glassfish-deployment-api/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-deployment-api/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-deployment-api/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-deployment-api/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/glassfish-deployment-api/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 23 Mar 2011 20:04:02 -0000 1.5 +++ ChangeLog 19 Sep 2014 06:37:31 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/glassfish-deployment-api -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-deployment-api/ChangeLog,v 1.5 2011/03/23 20:04:02 betelgeuse Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-deployment-api/ChangeLog,v 1.6 2014/09/19 06:37:31 mgorny Exp $ + + 19 Sep 2014; Michał Górny <[email protected]> + glassfish-deployment-api-1.2.ebuild: + Do not call non-existing default_src_prepare(), bug #523184. 23 Mar 2011; Petteri Räty <[email protected]> glassfish-deployment-api-1.2.ebuild: @@ -24,4 +28,3 @@ +glassfish-deployment-api-1.2.ebuild, +files/glassfish-deployment-api-1.2-build.xml.patch, +metadata.xml: Add J2EE deployment-api built from Glassfish sources. -
