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.10.ebuild
Date: Sat, 05 Jan 2008 17:41:29
Message-Id: E1JBD1K-0001aa-CA@stork.gentoo.org
1 beandog 08/01/05 17:41:18
2
3 Modified: ChangeLog
4 Added: sword-1.5.10.ebuild
5 Log:
6 Version bump, bug 198617
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.35 app-text/sword/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 19 Mar 2007 17:29:13 -0000 1.34
23 +++ ChangeLog 5 Jan 2008 17:41:17 -0000 1.35
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/sword
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.34 2007/03/19 17:29:13 kloeri Exp $
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 +
31 +*sword-1.5.10 (05 Jan 2008)
32 +
33 + 05 Jan 2008; Steve Dibb <beandog@g.o> +sword-1.5.10.ebuild:
34 + Version bump, bug 198617
35
36 19 Mar 2007; Bryan Østergaard <kloeri@g.o> metadata.xml:
37 Remove squinky86 from metadata.xml due to retirement.
38
39
40
41 1.1 app-text/sword/sword-1.5.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/sword/sword-1.5.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sword-1.5.10.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.10.ebuild,v 1.1 2008/01/05 17:41:17 beandog Exp $
51
52 DESCRIPTION="Library for Bible reading software."
53 HOMEPAGE="http://www.crosswire.org/sword/"
54 SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/${P}.tar.gz"
55 LICENSE="GPL-2"
56
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
59 IUSE="curl debug doc icu lucene"
60
61 RDEPEND="sys-libs/zlib
62 curl? ( net-misc/curl )
63 icu? ( dev-libs/icu )
64 lucene? ( dev-cpp/clucene )"
65
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 src_compile() {
70 econf --with-zlib \
71 --with-conf \
72 $(use_enable curl) \
73 $(use_enable debug) \
74 $(use_with icu) \
75 $(use_enable lucene) || die "configure failed"
76 emake || die "make failed"
77 }
78
79 src_install() {
80 make DESTDIR="${D}" install || die "install failed"
81 dodoc AUTHORS CODINGSTYLE ChangeLog INSTALL README
82 if use doc ;then
83 rm -rf examples/.cvsignore
84 rm -rf examples/cmdline/.cvsignore
85 rm -rf examples/cmdline/.deps
86 cp -R samples examples ${D}/usr/share/doc/${PF}/
87 fi
88 # global configuration file
89 insinto /etc
90 doins "${FILESDIR}/sword.conf"
91 }
92
93 pkg_postinst() {
94 echo
95 elog "Check out http://www.crosswire.org/sword/modules/"
96 elog "to download modules that you would like to use with SWORD."
97 elog "Follow module installation instructions found on"
98 elog "the web or in /usr/share/doc/${PF}/INSTALL.gz."
99 echo
100 }
101
102
103
104 --
105 gentoo-commits@g.o mailing list