Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249983 Details for
Bug 340217
dev-libs/link-grammar-4.7.0: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild updates for link-grammar-4.7.0
link-grammar-4.2.4-r1-to-4.7.0.diff (text/plain), 1.59 KB, created by
Tim Harder
on 2010-10-09 02:59:26 UTC
(
hide
)
Description:
Ebuild updates for link-grammar-4.7.0
Filename:
MIME Type:
Creator:
Tim Harder
Created:
2010-10-09 02:59:26 UTC
Size:
1.59 KB
patch
obsolete
>--- link-grammar-4.2.4-r1.ebuild 2010-03-23 07:05:31.000000000 -0700 >+++ link-grammar-4.7.0.ebuild 2010-10-08 19:56:32.437238260 -0700 >@@ -1,36 +1,34 @@ > # Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/link-grammar-4.2.4-r1.ebuild,v 1.10 2010/03/23 14:00:43 pacho Exp $ >+# $Header: $ > >-inherit eutils >+EAPI=3 >+inherit eutils java-pkg-opt-2 > >-DESCRIPTION="Link Grammar Parser is a syntactic English parser based on >-link grammar." >+DESCRIPTION="A syntactic English parser based on link grammar" > HOMEPAGE="http://www.link.cs.cmu.edu/link/" > SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz" > > LICENSE="as-is" > SLOT="0" >-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" >-IUSE="" >+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" >+IUSE="aspell hunspell java static-libs threads" > >-src_unpack() { >- unpack ${A} >- cd "${S}" >- >- # Fix bug #196803 >- epatch "${FILESDIR}"/${P}-tokenize.patch >-} >- >-src_compile() { >- econf >- >- # broken make files :-/ >- emake -j1 || die "emake failed" >+DEPEND="aspell? ( app-text/aspell ) >+ hunspell? ( app-text/hunspell ) >+ java? ( >=virtual/jdk-1.5 )" >+RDEPEND="${DEPEND}" >+ >+src_configure() { >+ econf \ >+ $(use_enable aspell) \ >+ $(use_enable hunspell) \ >+ $(use_enable java java-bindings) \ >+ $(use_enable static-libs static) \ >+ $(use_enable threads pthreads) > } > > src_install() { >- # broken make files :-/ >- emake -j1 DESTDIR="${D}" install || die "install failed" >+ emake DESTDIR="${D}" install || die "install failed" > dodoc README > }
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 340217
:
249981
|
249983
|
249987