Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92838 Details for
Bug 141868
use ant_src_unpack instead of src_unpack for dev-java/lucene
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use ant_src_unpack and add new use flag examples
lucene-1.4.3-r3.ebuild.patch (text/plain), 773 bytes, created by
Mikko Tiihonen
on 2006-07-27 02:38:09 UTC
(
hide
)
Description:
use ant_src_unpack and add new use flag examples
Filename:
MIME Type:
Creator:
Mikko Tiihonen
Created:
2006-07-27 02:38:09 UTC
Size:
773 bytes
patch
obsolete
>--- lucene-1.4.3-r2.ebuild 2006-07-27 10:46:48.000000000 +0300 >+++ lucene-1.4.3-r3.ebuild 2006-07-27 11:19:02.000000000 +0300 >@@ -10,13 +10,13 @@ > LICENSE="Apache-1.1" > SLOT="1" > KEYWORDS="~amd64 ~ppc ~x86" >-IUSE="doc test source" >+IUSE="doc test source examples" > DEPEND=">=virtual/jdk-1.2 > >=dev-java/ant-1.5 > test? ( dev-java/junit )" > RDEPEND=">=virtual/jdk-1.2" > >-src_unpack() { >+ant_src_unpack() { > unpack ${A} > cd ${S}/lib > rm -f *.jar >@@ -38,4 +38,10 @@ > > use doc && java-pkg_dohtml -r docs/* build/docs/* > use source && java-pkg_dosrc src/java/org >+ >+ if use examples; then >+ dodir /usr/share/doc/${PF}/examples >+ cp -r src/demo/* ${D}/usr/share/doc/${PF}/examples || die "Could not install examples" >+ fi >+ > }
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 141868
: 92838