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/autoconf-mode: ChangeLog autoconf-mode-2.69.ebuild autoconf-mode-2.68.ebuild
Date: Sun, 29 Dec 2013 12:30:27
Message-Id: 20131229123021.108482004C@flycatcher.gentoo.org
1 ulm 13/12/29 12:30:20
2
3 Modified: ChangeLog autoconf-mode-2.69.ebuild
4 Removed: autoconf-mode-2.68.ebuild
5 Log:
6 Specify LICENSE more precisely. Drop sparc-fbsd keyword. Drop to unstable keyword on s390 and sh. Remove old.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.50 app-emacs/autoconf-mode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/autoconf-mode/ChangeLog?rev=1.50&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/autoconf-mode/ChangeLog?rev=1.50&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/autoconf-mode/ChangeLog?r1=1.49&r2=1.50
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/ChangeLog,v
20 retrieving revision 1.49
21 retrieving revision 1.50
22 diff -u -r1.49 -r1.50
23 --- ChangeLog 2 Jun 2013 08:43:59 -0000 1.49
24 +++ ChangeLog 29 Dec 2013 12:30:20 -0000 1.50
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-emacs/autoconf-mode
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/ChangeLog,v 1.49 2013/06/02 08:43:59 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/ChangeLog,v 1.50 2013/12/29 12:30:20 ulm Exp $
30 +
31 + 29 Dec 2013; Ulrich Müller <ulm@g.o> -autoconf-mode-2.68.ebuild,
32 + autoconf-mode-2.69.ebuild:
33 + Specify LICENSE more precisely. Drop sparc-fbsd keyword. Drop to unstable
34 + keyword on s390 and sh. Remove old.
35
36 02 Jun 2013; Agostino Sarubbo <ago@g.o> autoconf-mode-2.69.ebuild:
37 Stable for sh, wrt bug #441064
38
39
40
41 1.13 app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild?rev=1.13&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild?rev=1.13&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild?r1=1.12&r2=1.13
46
47 Index: autoconf-mode-2.69.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild,v
50 retrieving revision 1.12
51 retrieving revision 1.13
52 diff -u -r1.12 -r1.13
53 --- autoconf-mode-2.69.ebuild 2 Jun 2013 08:43:59 -0000 1.12
54 +++ autoconf-mode-2.69.ebuild 29 Dec 2013 12:30:20 -0000 1.13
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild,v 1.12 2013/06/02 08:43:59 ago Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/autoconf-mode/autoconf-mode-2.69.ebuild,v 1.13 2013/12/29 12:30:20 ulm Exp $
60
61 EAPI=4
62
63 @@ -10,10 +10,9 @@
64 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
65 SRC_URI="mirror://gnu/autoconf/autoconf-${PV}.tar.xz"
66
67 -LICENSE="GPL-3"
68 +LICENSE="GPL-3+"
69 SLOT="0"
70 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
71 -IUSE=""
72 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
73
74 SITEFILE="50${PN}-gentoo.el"
75 S="${WORKDIR}/autoconf-${PV}/lib/emacs"