Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/fe: fe-1.6.ebuild ChangeLog fe-1.8.ebuild
Date: Sun, 16 Dec 2007 10:09:59
Message-Id: E1J3qRW-0004tC-43@stork.gentoo.org
1 ulm 07/12/16 10:09:54
2
3 Modified: fe-1.6.ebuild ChangeLog
4 Added: fe-1.8.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.3 app-editors/fe/fe-1.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/fe-1.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/fe-1.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/fe-1.6.ebuild?r1=1.2&r2=1.3
15
16 Index: fe-1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fe-1.6.ebuild 10 Oct 2007 06:40:20 -0000 1.2
23 +++ fe-1.6.ebuild 16 Dec 2007 10:09:53 -0000 1.3
24 @@ -1,6 +1,8 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.6.ebuild,v 1.2 2007/10/10 06:40:20 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.6.ebuild,v 1.3 2007/12/16 10:09:53 ulm Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="A small and easy to use folding editor"
33 HOMEPAGE="http://www.moria.de/~michael/fe/"
34 @@ -14,11 +16,19 @@
35 DEPEND="sys-libs/ncurses"
36 RDEPEND="${DEPEND}"
37
38 +src_unpack() {
39 + unpack ${A}
40 + cd "${S}"
41 + epatch "${FILESDIR}/${PN}-1.6-nostrip.patch"
42 +}
43 +
44 src_install() {
45 emake \
46 prefix="${D}"/usr \
47 datadir="${D}"/usr/share \
48 MANDIR="${D}"/usr/share/man \
49 install || die "emake install failed"
50 +
51 dodoc NEWS README || die "dodoc failed"
52 + dohtml fe.html || die "dohtml failed"
53 }
54
55
56
57 1.3 app-editors/fe/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/ChangeLog?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/ChangeLog?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/ChangeLog?r1=1.2&r2=1.3
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-editors/fe/ChangeLog,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- ChangeLog 10 Oct 2007 06:40:20 -0000 1.2
70 +++ ChangeLog 16 Dec 2007 10:09:53 -0000 1.3
71 @@ -1,6 +1,12 @@
72 # ChangeLog for app-editors/fe
73 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/ChangeLog,v 1.2 2007/10/10 06:40:20 opfer Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/ChangeLog,v 1.3 2007/12/16 10:09:53 ulm Exp $
76 +
77 +*fe-1.8 (16 Dec 2007)
78 +
79 + 16 Dec 2007; Ulrich Mueller <ulm@g.o> +files/fe-1.6-nostrip.patch,
80 + fe-1.6.ebuild, +fe-1.8.ebuild:
81 + Version bump. Fix QA warning about pre-stripped files. Install HTML manual.
82
83 10 Oct 2007; Christian Faulhammer <opfer@g.o> fe-1.6.ebuild:
84 remove PROVIDE=virtual/editor as we have now a new-style virtual
85
86
87
88 1.1 app-editors/fe/fe-1.8.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/fe-1.8.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/fe-1.8.ebuild?rev=1.1&content-type=text/plain
92
93 Index: fe-1.8.ebuild
94 ===================================================================
95 # Copyright 1999-2007 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.8.ebuild,v 1.1 2007/12/16 10:09:53 ulm Exp $
98
99 inherit eutils
100
101 DESCRIPTION="A small and easy to use folding editor"
102 HOMEPAGE="http://www.moria.de/~michael/fe/"
103 SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
104
105 LICENSE="GPL-2"
106 SLOT="0"
107 KEYWORDS="~x86"
108 IUSE=""
109
110 DEPEND="sys-libs/ncurses"
111 RDEPEND="${DEPEND}"
112
113 src_unpack() {
114 unpack ${A}
115 cd "${S}"
116 epatch "${FILESDIR}/${PN}-1.6-nostrip.patch"
117 }
118
119 src_install() {
120 emake \
121 prefix="${D}"/usr \
122 datadir="${D}"/usr/share \
123 MANDIR="${D}"/usr/share/man \
124 install || die "emake install failed"
125
126 dodoc NEWS README || die "dodoc failed"
127 dohtml fe.html || die "dohtml failed"
128 }
129
130
131
132 --
133 gentoo-commits@g.o mailing list