Gentoo Archives: gentoo-commits

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