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/jed: jed-0.99.19.ebuild ChangeLog
Date: Mon, 29 Sep 2014 20:03:01
Message-Id: 20140929200256.B85205B2@oystercatcher.gentoo.org
1 ulm 14/09/29 20:02:56
2
3 Modified: jed-0.99.19.ebuild ChangeLog
4 Log:
5 Fix LICENSE, clean up unused dependencies.
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.10 app-editors/jed/jed-0.99.19.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild?r1=1.9&r2=1.10
15
16 Index: jed-0.99.19.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- jed-0.99.19.ebuild 10 May 2013 15:57:02 -0000 1.9
23 +++ jed-0.99.19.ebuild 29 Sep 2014 20:02:56 -0000 1.10
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild,v 1.9 2013/05/10 15:57:02 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild,v 1.10 2014/09/29 20:02:56 ulm Exp $
30
31 EAPI=4
32 +
33 inherit versionator
34
35 MY_P=${PN}-$(replace_version_separator 2 '-')
36 @@ -11,7 +12,7 @@
37 HOMEPAGE="http://www.jedsoft.org/jed/"
38 SRC_URI="ftp://space.mit.edu/pub/davis/jed/v${PV%.*}/${MY_P}.tar.bz2"
39
40 -LICENSE="GPL-2"
41 +LICENSE="GPL-2+"
42 SLOT="0"
43 KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
44 IUSE="X gpm xft"
45 @@ -22,16 +23,14 @@
46 x11-libs/libX11
47 xft? (
48 >=media-libs/freetype-2
49 - x11-libs/libXext
50 x11-libs/libXft
51 - x11-libs/libXrender
52 - )
53 - )"
54 + )
55 + )"
56 DEPEND="${RDEPEND}
57 X? (
58 x11-libs/libXt
59 x11-proto/xproto
60 - )"
61 + )"
62
63 S=${WORKDIR}/${MY_P}
64
65
66
67
68 1.65 app-editors/jed/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/ChangeLog?rev=1.65&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/ChangeLog?rev=1.65&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/ChangeLog?r1=1.64&r2=1.65
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v
77 retrieving revision 1.64
78 retrieving revision 1.65
79 diff -u -r1.64 -r1.65
80 --- ChangeLog 10 May 2013 15:57:02 -0000 1.64
81 +++ ChangeLog 29 Sep 2014 20:02:56 -0000 1.65
82 @@ -1,6 +1,9 @@
83 # ChangeLog for app-editors/jed
84 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.64 2013/05/10 15:57:02 maekke Exp $
86 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.65 2014/09/29 20:02:56 ulm Exp $
88 +
89 + 29 Sep 2014; Ulrich Müller <ulm@g.o> jed-0.99.19.ebuild:
90 + Fix LICENSE, clean up unused dependencies.
91
92 10 May 2013; Markus Meier <maekke@g.o> jed-0.99.19.ebuild:
93 add ~arm, bug #466712