Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/sword: ChangeLog sword-1.5.9-r1.ebuild sword-1.5.10-r1.ebuild sword-1.5.8-r1.ebuild sword-1.5.10.ebuild sword-1.5.9.ebuild
Date: Mon, 07 Jan 2008 03:19:58
Message-Id: E1JBiWp-0004fe-0a@stork.gentoo.org
1 beandog 08/01/07 03:19:55
2
3 Modified: ChangeLog
4 Added: sword-1.5.9-r1.ebuild sword-1.5.10-r1.ebuild
5 sword-1.5.8-r1.ebuild
6 Removed: sword-1.5.10.ebuild sword-1.5.9.ebuild
7 Log:
8 Filter non-safe flags (bug 202197), fix deps, ebuild cleanup
9 (Portage version: 2.1.4_rc14)
10
11 Revision Changes Path
12 1.36 app-text/sword/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/ChangeLog?rev=1.36&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/ChangeLog?rev=1.36&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/ChangeLog?r1=1.35&r2=1.36
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v
21 retrieving revision 1.35
22 retrieving revision 1.36
23 diff -u -r1.35 -r1.36
24 --- ChangeLog 5 Jan 2008 17:41:17 -0000 1.35
25 +++ ChangeLog 7 Jan 2008 03:19:54 -0000 1.36
26 @@ -1,6 +1,14 @@
27 # ChangeLog for app-text/sword
28 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.35 2008/01/05 17:41:17 beandog Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.36 2008/01/07 03:19:54 beandog Exp $
31 +
32 +*sword-1.5.10-r1 (07 Jan 2008)
33 +*sword-1.5.9-r1 (07 Jan 2008)
34 +
35 + 07 Jan 2008; Steve Dibb <beandog@g.o> +sword-1.5.8-r1.ebuild,
36 + -sword-1.5.9.ebuild, +sword-1.5.9-r1.ebuild, -sword-1.5.10.ebuild,
37 + +sword-1.5.10-r1.ebuild:
38 + Filter non-safe flags (bug 202197), fix deps, ebuild cleanup
39
40 *sword-1.5.10 (05 Jan 2008)
41
42
43
44
45 1.1 app-text/sword/sword-1.5.9-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.9-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.9-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: sword-1.5.9-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.9-r1.ebuild,v 1.1 2008/01/07 03:19:54 beandog Exp $
55
56 inherit flag-o-matic
57
58 DESCRIPTION="Library for Bible reading software."
59 HOMEPAGE="http://www.crosswire.org/sword/"
60 SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/${P}.tar.gz"
61 LICENSE="GPL-2"
62
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
65 IUSE="curl debug doc icu lucene"
66
67 DEPEND="sys-libs/zlib
68 curl? ( net-misc/curl )
69 icu? ( dev-libs/icu )
70 lucene? ( dev-cpp/clucene )
71 dev-util/pkgconfig"
72
73 src_compile() {
74 strip-flags
75 econf --with-zlib \
76 --with-conf \
77 $(use_enable curl) \
78 $(use_enable debug) \
79 $(use_with icu) \
80 $(use_enable lucene) || die "configure failed"
81 emake || die "make failed"
82 }
83
84 src_install() {
85 make DESTDIR="${D}" install || die "install failed"
86 dodoc AUTHORS CODINGSTYLE ChangeLog INSTALL README
87 if use doc ;then
88 rm -rf examples/.cvsignore
89 rm -rf examples/cmdline/.cvsignore
90 rm -rf examples/cmdline/.deps
91 cp -R samples examples "${D}/usr/share/doc/${PF}/"
92 fi
93 # global configuration file
94 insinto /etc
95 doins "${FILESDIR}/sword.conf"
96 }
97
98 pkg_postinst() {
99 echo
100 elog "Check out http://www.crosswire.org/sword/modules/"
101 elog "to download modules that you would like to use with SWORD."
102 elog "Follow module installation instructions found on"
103 elog "the web or in /usr/share/doc/${PF}/INSTALL.gz."
104 echo
105 }
106
107
108
109 1.1 app-text/sword/sword-1.5.10-r1.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.10-r1.ebuild?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.10-r1.ebuild?rev=1.1&content-type=text/plain
113
114 Index: sword-1.5.10-r1.ebuild
115 ===================================================================
116 # Copyright 1999-2008 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 # $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.10-r1.ebuild,v 1.1 2008/01/07 03:19:54 beandog Exp $
119
120 inherit flag-o-matic
121
122 DESCRIPTION="Library for Bible reading software."
123 HOMEPAGE="http://www.crosswire.org/sword/"
124 SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/${P}.tar.gz"
125 LICENSE="GPL-2"
126
127 SLOT="0"
128 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
129 IUSE="curl debug doc icu lucene"
130
131 DEPEND="sys-libs/zlib
132 curl? ( net-misc/curl )
133 icu? ( dev-libs/icu )
134 lucene? ( dev-cpp/clucene )
135 dev-util/pkgconfig"
136
137 src_compile() {
138 strip-flags
139 econf --with-zlib \
140 --with-conf \
141 $(use_enable curl) \
142 $(use_enable debug) \
143 $(use_with icu) \
144 $(use_enable lucene) || die "configure failed"
145 emake || die "make failed"
146 }
147
148 src_install() {
149 make DESTDIR="${D}" install || die "install failed"
150 dodoc AUTHORS CODINGSTYLE ChangeLog INSTALL README
151 if use doc ;then
152 rm -rf examples/.cvsignore
153 rm -rf examples/cmdline/.cvsignore
154 rm -rf examples/cmdline/.deps
155 cp -R samples examples "${D}/usr/share/doc/${PF}/"
156 fi
157 # global configuration file
158 insinto /etc
159 doins "${FILESDIR}/sword.conf"
160 }
161
162 pkg_postinst() {
163 echo
164 elog "Check out http://www.crosswire.org/sword/modules/"
165 elog "to download modules that you would like to use with SWORD."
166 elog "Follow module installation instructions found on"
167 elog "the web or in /usr/share/doc/${PF}/INSTALL.gz."
168 echo
169 }
170
171
172
173 1.4 app-text/sword/sword-1.5.8-r1.ebuild
174
175 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.8-r1.ebuild?rev=1.4&view=markup
176 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.8-r1.ebuild?rev=1.4&content-type=text/plain
177 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.8-r1.ebuild?r1=1.3&r2=1.4
178
179
180
181
182 --
183 gentoo-commits@l.g.o mailing list