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/gnomesword: ChangeLog gnomesword-2.3.1.ebuild
Date: Sat, 05 Jan 2008 17:43:49
Message-Id: E1JBD3f-0001ca-UD@stork.gentoo.org
1 beandog 08/01/05 17:43:43
2
3 Modified: ChangeLog
4 Added: gnomesword-2.3.1.ebuild
5 Log:
6 Version bump, bug 199058
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.23 app-text/gnomesword/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnomesword/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnomesword/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnomesword/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 13 Dec 2007 22:35:30 -0000 1.22
23 +++ ChangeLog 5 Jan 2008 17:43:43 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/gnomesword
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.22 2007/12/13 22:35:30 eva Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.23 2008/01/05 17:43:43 beandog Exp $
30 +
31 +*gnomesword-2.3.1 (05 Jan 2008)
32 +
33 + 05 Jan 2008; Steve Dibb <beandog@g.o> +gnomesword-2.3.1.ebuild:
34 + Version bump, bug 199058
35
36 13 Dec 2007; Gilles Dartiguelongue <eva@g.o>
37 gnomesword-2.1.7.ebuild, -gnomesword-2.2.1.ebuild,
38
39
40
41 1.1 app-text/gnomesword/gnomesword-2.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnomesword/gnomesword-2.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnomesword/gnomesword-2.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnomesword-2.3.1.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/gnomesword/gnomesword-2.3.1.ebuild,v 1.1 2008/01/05 17:43:43 beandog Exp $
51
52 inherit libtool gnome2 eutils
53
54 DESCRIPTION="Gnome Bible study software"
55 HOMEPAGE="http://gnomesword.sf.net/"
56 SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
60 IUSE="spell"
61 RDEPEND=">=gnome-extra/gtkhtml-3.14
62 =app-text/sword-1.5.10*
63 >=x11-libs/gtk+-2
64 >=gnome-base/libgnomeui-2
65 >=gnome-base/libgnomeprintui-2.2
66 >=gnome-base/libglade-2
67 dev-libs/libxml2
68 virtual/libc
69 spell? (
70 app-text/gnome-spell
71 >=gnome-base/libbonoboui-2 )"
72 DEPEND="${RDEPEND}
73 >=dev-util/pkgconfig-0.12
74 >=dev-util/intltool-0.29
75 >=app-text/scrollkeeper-0.3.14"
76 G2CONF="${G2CONF} $(use_enable spell pspell)"
77 DOCS="NEWS ChangeLog README TODO"
78
79 pkg_postinst() {
80 gnome2_pkg_postinst
81
82 einfo "Gnomesword requires modules to be of any use. You may install the"
83 einfo "sword-modules package, or download modules individually from the"
84 einfo "sword website: http://crosswire.org/sword/"
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list