Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103622 Details for
Bug 157389
dev-java/gjdoc: build assumes cp -u
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild patch
gjdoc-ebuild.patch (text/plain), 1.32 KB, created by
Diego Elio Pettenò (RETIRED)
on 2006-12-08 06:38:18 UTC
(
hide
)
Description:
Ebuild patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-12-08 06:38:18 UTC
Size:
1.32 KB
patch
obsolete
>--- /home/flame/devel/gentoo-x86/dev-java/gjdoc/gjdoc-0.7.7-r1.ebuild 2006-10-17 03:47:59.000000000 +0200 >+++ gjdoc/gjdoc-0.7.7-r1.ebuild 2006-12-02 18:29:28.932013809 +0100 >@@ -2,7 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-java/gjdoc/gjdoc-0.7.7-r1.ebuild,v 1.3 2006/10/17 01:47:59 nichoj Exp $ > >-inherit java-pkg-2 >+WANT_AUTOMAKE="latest" >+WANT_AUTOCONF="latest" >+ >+inherit eutils autotools java-pkg-2 > > DESCRIPTION="A javadoc compatible Java source documentation generator." > HOMEPAGE="http://www.gnu.org/software/cp-tools/" >@@ -10,14 +13,14 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" >+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" > > # Possible USE flags. > # > # native: to --enable-native >-# doc: to generate javadoc >+# doc: to generate javadoc > # debug: There is a debug doclet installed by default but maybe could >-# have a wrapper that uses it. >+# have a wrapper that uses it. > # > IUSE="xmldoclet source" > >@@ -29,6 +32,14 @@ > RDEPEND=">=virtual/jre-1.4 > >=dev-java/antlr-2.7.1" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ >+ epatch "${FILESDIR}/${P}-gcp.patch" >+ AT_M4DIR="m4" eautoreconf >+} >+ > src_compile() { > # I think that configure will do --enable-native if it finds gcj > # so we'll disable it explicitly
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157389
:
103504
| 103622