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-emacs/cedet: cedet-1.1.ebuild ChangeLog cedet-1.0.1.ebuild
Date: Sat, 07 Jun 2014 11:03:17
Message-Id: 20140607110311.1E56B2004E@flycatcher.gentoo.org
1 ulm 14/06/07 11:03:11
2
3 Modified: cedet-1.1.ebuild ChangeLog cedet-1.0.1.ebuild
4 Log:
5 Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.6 app-emacs/cedet/cedet-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild?r1=1.5&r2=1.6
15
16 Index: cedet-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- cedet-1.1.ebuild 15 Aug 2012 20:20:44 -0000 1.5
23 +++ cedet-1.1.ebuild 7 Jun 2014 11:03:10 -0000 1.6
24 @@ -1,9 +1,8 @@
25 -# Copyright 1999-2012 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-emacs/cedet/cedet-1.1.ebuild,v 1.5 2012/08/15 20:20:44 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v 1.6 2014/06/07 11:03:10 ulm Exp $
30
31 EAPI=4
32 -NEED_EMACS=22
33
34 inherit elisp
35
36 @@ -12,10 +11,9 @@
37 HOMEPAGE="http://cedet.sourceforge.net/"
38 SRC_URI="mirror://sourceforge/cedet/${MY_P}.tar.gz"
39
40 -LICENSE="GPL-3 FDL-1.2"
41 +LICENSE="GPL-3+ FDL-1.2+"
42 SLOT="0"
43 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
44 -IUSE=""
45
46 S="${WORKDIR}/${MY_P}"
47 SITEFILE="50${PN}-gentoo.el"
48 @@ -76,5 +74,5 @@
49 doins "${target}"
50 done <"${T}/elc-list.txt"
51
52 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
53 + elisp-site-file-install "${FILESDIR}/${SITEFILE}"
54 }
55
56
57
58 1.79 app-emacs/cedet/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/ChangeLog?rev=1.79&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/ChangeLog?rev=1.79&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/ChangeLog?r1=1.78&r2=1.79
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v
67 retrieving revision 1.78
68 retrieving revision 1.79
69 diff -u -r1.78 -r1.79
70 --- ChangeLog 15 Aug 2012 20:20:44 -0000 1.78
71 +++ ChangeLog 7 Jun 2014 11:03:10 -0000 1.79
72 @@ -1,6 +1,10 @@
73 # ChangeLog for app-emacs/cedet
74 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.78 2012/08/15 20:20:44 johu Exp $
76 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.79 2014/06/07 11:03:10 ulm Exp $
78 +
79 + 07 Jun 2014; Ulrich Müller <ulm@g.o> cedet-1.0.1.ebuild,
80 + cedet-1.1.ebuild:
81 + Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
82
83 15 Aug 2012; Johannes Huber <johu@g.o> cedet-1.1.ebuild:
84 Stable for x86, wrt bug #431378
85
86
87
88 1.6 app-emacs/cedet/cedet-1.0.1.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild?rev=1.6&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild?rev=1.6&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild?r1=1.5&r2=1.6
93
94 Index: cedet-1.0.1.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild,v
97 retrieving revision 1.5
98 retrieving revision 1.6
99 diff -u -r1.5 -r1.6
100 --- cedet-1.0.1.ebuild 1 Feb 2012 17:17:10 -0000 1.5
101 +++ cedet-1.0.1.ebuild 7 Jun 2014 11:03:10 -0000 1.6
102 @@ -1,9 +1,8 @@
103 -# Copyright 1999-2012 Gentoo Foundation
104 +# Copyright 1999-2014 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild,v 1.5 2012/02/01 17:17:10 ranger Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.1.ebuild,v 1.6 2014/06/07 11:03:10 ulm Exp $
108
109 EAPI=4
110 -NEED_EMACS=22
111
112 inherit elisp
113
114 @@ -12,10 +11,9 @@
115 HOMEPAGE="http://cedet.sourceforge.net/"
116 SRC_URI="mirror://sourceforge/cedet/${MY_P}.tar.gz"
117
118 -LICENSE="GPL-2 FDL-1.2"
119 +LICENSE="GPL-2+ FDL-1.2+"
120 SLOT="0"
121 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
122 -IUSE=""
123
124 S="${WORKDIR}/${MY_P}"
125 SITEFILE="50${PN}-gentoo.el"
126 @@ -75,5 +73,5 @@
127 doins "${target}"
128 done <"${T}/elc-list.txt"
129
130 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
131 + elisp-site-file-install "${FILESDIR}/${SITEFILE}"
132 }