Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/zoinks: ChangeLog zoinks-0.4.1.ebuild
Date: Fri, 11 Jan 2008 16:27:11
Message-Id: E1JDMi0-0005mk-M5@stork.gentoo.org
1 drac 08/01/11 16:26:16
2
3 Modified: ChangeLog
4 Added: zoinks-0.4.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.21 app-editors/zoinks/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zoinks/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zoinks/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zoinks/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 22 Jul 2007 09:01:03 -0000 1.20
23 +++ ChangeLog 11 Jan 2008 16:26:16 -0000 1.21
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/zoinks
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.20 2007/07/22 09:01:03 calchan Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.21 2008/01/11 16:26:16 drac Exp $
30 +
31 +*zoinks-0.4.1 (11 Jan 2008)
32 +
33 + 11 Jan 2008; Samuli Suominen <drac@g.o> +zoinks-0.4.1.ebuild:
34 + Version bump -- build without imlib because it's deprecated.
35
36 22 Jul 2007; Denis Dupeyron <calchan@g.o> zoinks-0.3.8-r1.ebuild,
37 zoinks-0.4.0.ebuild:
38
39
40
41 1.1 app-editors/zoinks/zoinks-0.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: zoinks-0.4.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-editors/zoinks/zoinks-0.4.1.ebuild,v 1.1 2008/01/11 16:26:16 drac Exp $
51
52 DESCRIPTION="programmer's text editor and development environment"
53 HOMEPAGE="http://zoinks.mikelockwood.com"
54 SRC_URI="http://${PN}.mikelockwood.com/download/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE="nls"
60
61 RDEPEND="x11-libs/libX11
62 x11-libs/libXpm
63 x11-libs/libXext
64 x11-libs/libXt"
65 DEPEND="${RDEPEND}
66 nls? ( sys-devel/gettext )"
67
68 src_unpack() {
69 unpack ${A}
70 sed -i -e 's:-g -Werror::g' "${S}"/configure*
71 }
72
73 src_compile() {
74 econf $(use_enable nls) --disable-imlib
75 emake || die "emake failed."
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "emake install failed."
80 dodoc AUTHORS ChangeLog NEWS README
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list