Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/bluefish: ChangeLog bluefish-1.3.6.ebuild bluefish-1.1.6.ebuild bluefish-1.3.2.ebuild bluefish-1.0.ebuild
Date: Fri, 28 Aug 2009 03:44:36
Message-Id: E1MgxDO-0004EY-DV@stork.gentoo.org
1 scarabeus 09/08/28 08:53:46
2
3 Modified: ChangeLog
4 Added: bluefish-1.3.6.ebuild
5 Removed: bluefish-1.1.6.ebuild bluefish-1.3.2.ebuild
6 bluefish-1.0.ebuild
7 Log:
8 Version bump. Remove old. Per bug #262212 and #282893.
9 (Portage version: 2.2_rc38/cvs/Linux i686)
10
11 Revision Changes Path
12 1.63 app-editors/bluefish/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/ChangeLog?rev=1.63&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/ChangeLog?rev=1.63&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/ChangeLog?r1=1.62&r2=1.63
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v
21 retrieving revision 1.62
22 retrieving revision 1.63
23 diff -u -r1.62 -r1.63
24 --- ChangeLog 22 Feb 2009 11:42:01 -0000 1.62
25 +++ ChangeLog 28 Aug 2009 08:53:46 -0000 1.63
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-editors/bluefish
28 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.62 2009/02/22 11:42:01 hanno Exp $
30 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.63 2009/08/28 08:53:46 scarabeus Exp $
32 +
33 +*bluefish-1.3.6 (28 Aug 2009)
34 +
35 + 28 Aug 2009; Tomáš Chvátal <scarabeus@g.o> -bluefish-1.0.ebuild,
36 + -bluefish-1.1.6.ebuild, -bluefish-1.3.2.ebuild, +bluefish-1.3.6.ebuild:
37 + Version bump. Remove old. Per bug #262212 and #282893.
38
39 *bluefish-1.3.2 (22 Feb 2009)
40
41
42
43
44 1.1 app-editors/bluefish/bluefish-1.3.6.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild?rev=1.1&content-type=text/plain
48
49 Index: bluefish-1.3.6.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild,v 1.1 2009/08/28 08:53:46 scarabeus Exp $
54
55 EAPI="2"
56
57 inherit eutils fdo-mime
58
59 IUSE="nls spell gnome python"
60
61 MY_P="${PN}-unstable-${PV}"
62
63 DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer."
64 SRC_URI="http://www.bennewitz.com/bluefish/devel/source/${MY_P}.tar.bz2"
65 HOMEPAGE="http://bluefish.openoffice.nl/"
66
67 LICENSE="GPL-2"
68 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69 SLOT="0"
70
71 RDEPEND="
72 dev-libs/libpcre
73 x11-libs/gtk+:2
74 spell? ( app-text/enchant[aspell] )"
75
76 DEPEND="${RDEPEND}
77 app-text/enchant[aspell]
78 dev-libs/glib:2
79 dev-libs/libxml2
80 dev-util/pkgconfig
81 x11-libs/pango
82 gnome? ( gnome-extra/gucharmap )
83 nls? ( sys-devel/gettext dev-util/intltool )
84 python? ( dev-lang/python )"
85
86 S="${WORKDIR}/${MY_P}"
87
88 src_configure() {
89 econf \
90 --disable-dependency-tracking \
91 --disable-update-databases \
92 --disable-xml-catalog-update \
93 $(use_enable nls) \
94 $(use_enable spell spell-check) \
95 $(use_enable python)
96 }
97
98 src_install() {
99 emake DESTDIR="${D}" install || die "emake install failed"
100 }
101
102 pkg_postinst() {
103 fdo-mime_desktop_database_update
104 fdo-mime_mime_database_update
105
106 einfo "Adding XML catalog entries..."
107 /usr/bin/xmlcatalog --noout \
108 --add 'public' 'Bluefish/DTD/Bflang' 'bflang.dtd' \
109 --add 'system' 'http://bluefish.openoffice.nl/DTD/bflang.dtd' 'bflang.dtd' \
110 --add 'rewriteURI' 'http://bluefish.openoffice.nl/DTD' '/usr/share/xml/bluefish-unstable' \
111 /etc/xml/catalog \
112 || ewarn "Failed to add XML catalog entries."
113 }
114
115 pkg_postrm() {
116 einfo "Removing XML catalog entries..."
117 /usr/bin/xmlcatalog --noout \
118 --del 'Bluefish/DTD/Bflang' \
119 --del 'http://bluefish.openoffice.nl/DTD/bflang.dtd' \
120 --del 'http://bluefish.openoffice.nl/DTD' \
121 /etc/xml/catalog \
122 || ewarn "Failed to remove XML catalog entries."
123 }