Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/winefish: ChangeLog winefish-1.3.3-r1.ebuild winefish-1.3.3.ebuild
Date: Tue, 01 Mar 2011 07:47:02
Message-Id: 20110301074653.0730920054@flycatcher.gentoo.org
1 radhermit 11/03/01 07:46:53
2
3 Modified: ChangeLog
4 Added: winefish-1.3.3-r1.ebuild
5 Removed: winefish-1.3.3.ebuild
6 Log:
7 Revbump and remove old. Install html documentation in the correct place (bug #297637), update to EAPI 3, and add a slot dependency on gtk+:2.
8
9 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.10 app-text/winefish/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/winefish/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/winefish/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/winefish/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 4 May 2008 08:01:29 -0000 1.9
25 +++ ChangeLog 1 Mar 2011 07:46:52 -0000 1.10
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-text/winefish
28 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.9 2008/05/04 08:01:29 drac Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.10 2011/03/01 07:46:52 radhermit Exp $
32 +
33 +*winefish-1.3.3-r1 (01 Mar 2011)
34 +
35 + 01 Mar 2011; Tim Harder <radhermit@g.o> -winefish-1.3.3.ebuild,
36 + +winefish-1.3.3-r1.ebuild:
37 + Revbump and remove old. Install html documentation in the correct place (bug
38 + #297637), update to EAPI 3, and add a slot dependency on gtk+:2.
39
40 04 May 2008; Samuli Suominen <drac@g.o> winefish-1.3.3.ebuild:
41 Use berlios mirrors://
42
43
44
45 1.1 app-text/winefish/winefish-1.3.3-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/winefish/winefish-1.3.3-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/winefish/winefish-1.3.3-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: winefish-1.3.3-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3-r1.ebuild,v 1.1 2011/03/01 07:46:52 radhermit Exp $
55
56 EAPI=3
57
58 inherit eutils fdo-mime
59
60 MY_PV=${PV/%[[:alpha:]]/}
61
62 DESCRIPTION="LaTeX editor based on Bluefish"
63 HOMEPAGE="http://winefish.berlios.de/"
64 SRC_URI="mirror://berlios/${PN}/${P}.tgz"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
69 IUSE="spell"
70
71 RDEPEND=">=x11-libs/gtk+-2.4:2
72 >=dev-libs/libpcre-6.3
73 spell? ( virtual/aspell-dict )"
74 DEPEND="${RDEPEND}
75 dev-util/pkgconfig"
76
77 src_prepare() {
78 epatch "${FILESDIR}/${P}-nostrip.patch"
79 }
80
81 src_configure() {
82 econf --disable-update-databases
83 }
84
85 src_install() {
86 emake install DESTDIR="${D}" docdir=/usr/share/doc/${PF}/html || die "emake install failed"
87 dodoc AUTHORS CHANGES README ROADMAP THANKS TODO
88 }
89
90 pkg_postinst() {
91 fdo-mime_desktop_database_update
92 fdo-mime_mime_database_update
93
94 elog "You need to emerge a TeX distribution to gain winefish's full capacity"
95 }