Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/yudit: ChangeLog yudit-2.9.0.ebuild
Date: Tue, 24 Jun 2008 05:08:45
Message-Id: E1KB0lj-0001SN-R2@stork.gentoo.org
1 darkside 08/06/24 05:08:39
2
3 Modified: ChangeLog
4 Added: yudit-2.9.0.ebuild
5 Log:
6 Version bump with minor reworked ebuild from previous version (QA fixes). bug #214558
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.24 app-text/yudit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/yudit/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/yudit/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/yudit/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 29 Feb 2008 17:49:42 -0000 1.23
23 +++ ChangeLog 24 Jun 2008 05:08:39 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/yudit
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.23 2008/02/29 17:49:42 carlo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.24 2008/06/24 05:08:39 darkside Exp $
29 +
30 +*yudit-2.9.0 (24 Jun 2008)
31 +
32 + 24 Jun 2008; Jeremy Olexa <darkside@g.o> +yudit-2.9.0.ebuild:
33 + Version bump with minor reworked ebuild from previous version (QA fixes).
34 + bug #214558
35
36 29 Feb 2008; Carsten Lohrke <carlo@g.o> yudit-2.8.1.ebuild:
37 Remove icon extension from desktop entry to match Icon Theme Specification.
38
39
40
41 1.1 app-text/yudit/yudit-2.9.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/yudit/yudit-2.9.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/yudit/yudit-2.9.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: yudit-2.9.0.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/yudit/yudit-2.9.0.ebuild,v 1.1 2008/06/24 05:08:39 darkside Exp $
51
52 DESCRIPTION="free (Y)unicode text editor for all unices"
53 SRC_URI="http://yudit.org/download/${P}.tar.gz"
54 HOMEPAGE="http://www.yudit.org/"
55
56 SLOT="0"
57 LICENSE="GPL-2"
58 KEYWORDS="~amd64 ~sparc ~x86"
59 IUSE=""
60
61 DEPEND="x11-libs/libX11
62 >=sys-devel/gettext-0.10"
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67 #Don't strip binaries, let portage do that.
68 sed -i "/^INSTALL_PROGRAM/s: -s::" Makefile.conf.in || die "sed failed"
69 }
70
71 src_compile() {
72 econf
73 #FIXME:
74 #-j1 because this app builds a tool called 'mytool' and we need to make
75 #sure that it is built before it needs to be used.
76 emake -j1 || die "emake failed"
77 }
78
79 src_install() {
80 make DESTDIR="${D}" install || die
81 dodoc *.TXT
82 }
83
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list