Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/link-grammar: metadata.xml ChangeLog link-grammar-4.7.2.ebuild
Date: Fri, 04 Feb 2011 10:46:08
Message-Id: 20110204104558.E1DD620054@flycatcher.gentoo.org
1 pacho 11/02/04 10:45:58
2
3 Modified: metadata.xml ChangeLog
4 Added: link-grammar-4.7.2.ebuild
5 Log:
6 Version bump, thanks a lot to Tim Harder for his help in bug #340217. Move to gnome-office.
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-libs/link-grammar/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/link-grammar/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/link-grammar/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/link-grammar/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 25 Dec 2007 13:21:36 -0000 1.2
24 +++ metadata.xml 4 Feb 2011 10:45:58 -0000 1.3
25 @@ -1,10 +1,14 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>gnome</herd>
30 + <herd>gnome-office</herd>
31 <longdescription lang="en">
32 The Link Grammar Parser is a syntactic parser of English, based on link
33 grammar, an original theory of English syntax. The system is written in
34 generic C code, and runs on any platform with a C compiler.
35 </longdescription>
36 + <use>
37 + <flag name="aspell">Adds support for <pkg>app-text/aspell</pkg> spell checker</flag>
38 + <flag name="hunspell">Adds support for <pkg>app-text/hunspell</pkg> spell checker</flag>
39 + </use>
40 </pkgmetadata>
41
42
43
44 1.29 dev-libs/link-grammar/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/link-grammar/ChangeLog?rev=1.29&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/link-grammar/ChangeLog?rev=1.29&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/link-grammar/ChangeLog?r1=1.28&r2=1.29
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/ChangeLog,v
53 retrieving revision 1.28
54 retrieving revision 1.29
55 diff -u -r1.28 -r1.29
56 --- ChangeLog 23 Mar 2010 14:00:43 -0000 1.28
57 +++ ChangeLog 4 Feb 2011 10:45:58 -0000 1.29
58 @@ -1,6 +1,13 @@
59 # ChangeLog for dev-libs/link-grammar
60 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/ChangeLog,v 1.28 2010/03/23 14:00:43 pacho Exp $
62 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/ChangeLog,v 1.29 2011/02/04 10:45:58 pacho Exp $
64 +
65 +*link-grammar-4.7.2 (04 Feb 2011)
66 +
67 + 04 Feb 2011; Pacho Ramos <pacho@g.o> +link-grammar-4.7.2.ebuild,
68 + metadata.xml:
69 + Version bump, thanks a lot to Tim Harder for his help in bug #340217. Move to
70 + gnome-office.
71
72 23 Mar 2010; Pacho Ramos <pacho@g.o> link-grammar-4.2.4-r1.ebuild:
73 Fix HOMEPAGE, thanks to John Keeping for noticing in bug 310873. Also make
74
75
76
77 1.1 dev-libs/link-grammar/link-grammar-4.7.2.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/link-grammar/link-grammar-4.7.2.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/link-grammar/link-grammar-4.7.2.ebuild?rev=1.1&content-type=text/plain
81
82 Index: link-grammar-4.7.2.ebuild
83 ===================================================================
84 # Copyright 1999-2011 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/link-grammar-4.7.2.ebuild,v 1.1 2011/02/04 10:45:58 pacho Exp $
87
88 EAPI="3"
89
90 inherit java-pkg-opt-2
91
92 DESCRIPTION="Link Grammar Parser is a syntactic English parser based on
93 link grammar."
94 HOMEPAGE="http://www.link.cs.cmu.edu/link/"
95 SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz"
96
97 LICENSE="as-is"
98 SLOT="0"
99 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
100
101 # Set the same default as used in app-text/enchant
102 IUSE="aspell +hunspell java static-libs threads"
103
104 DEPEND="aspell? ( app-text/aspell )
105 hunspell? ( app-text/hunspell )
106 java? ( >=virtual/jdk-1.5 )"
107 RDEPEND="${DEPEND}"
108
109 pkg_setup() {
110 java-pkg-opt-2_pkg_setup
111 if use aspell && use hunspell; then
112 ewarn "You have enabled 'aspell' and 'hunspell' support, but both cannot coexist,"
113 ewarn "only aspell will be build. Press Ctrl+C and set only 'hunspell' USE flag if"
114 ewarn "you want hunspell support."
115 fi
116 }
117
118 src_configure() {
119 econf \
120 --enable-shared \
121 $(use_enable aspell) \
122 $(use_enable hunspell) \
123 $(use_with hunspell hunspell-dictdir=/usr/share/myspell) \
124 $(use_enable java java-bindings) \
125 $(use_enable static-libs static) \
126 $(use_enable threads pthreads)
127 }
128
129 src_install() {
130 emake DESTDIR="${D}" install || die "install failed"
131 dodoc AUTHORS ChangeLog README || die
132 }