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/jasmin: jasmin-1.2-r1.ebuild ChangeLog jasmin-1.2-r2.ebuild
Date: Sun, 29 Dec 2013 14:22:40
Message-Id: 20131229142235.C80C22004C@flycatcher.gentoo.org
1 ulm 13/12/29 14:22:35
2
3 Modified: jasmin-1.2-r1.ebuild ChangeLog
4 Added: jasmin-1.2-r2.ebuild
5 Log:
6 Update site-init file. Bump EAPI to 5. Drop to unstable keyword on s390. Specify LICENSE more precisely.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.7 app-emacs/jasmin/jasmin-1.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r1.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r1.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r1.ebuild?r1=1.6&r2=1.7
16
17 Index: jasmin-1.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r1.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- jasmin-1.2-r1.ebuild 22 Jan 2008 07:54:20 -0000 1.6
24 +++ jasmin-1.2-r1.ebuild 29 Dec 2013 14:22:35 -0000 1.7
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r1.ebuild,v 1.6 2008/01/22 07:54:20 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r1.ebuild,v 1.7 2013/12/29 14:22:35 ulm Exp $
31
32 inherit elisp
33
34 @@ -8,9 +8,9 @@
35 HOMEPAGE="http://www.neilvandyke.org/jasmin-emacs/"
36 SRC_URI="mirror://gentoo/${P}.tar.gz"
37
38 -LICENSE="GPL-2"
39 +LICENSE="GPL-2+"
40 SLOT="0"
41 -KEYWORDS="alpha amd64 s390 x86"
42 +KEYWORDS="alpha amd64 ~s390 x86"
43 IUSE=""
44
45 SITEFILE=60${PN}-gentoo.el
46
47
48
49 1.15 app-emacs/jasmin/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jasmin/ChangeLog?rev=1.15&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jasmin/ChangeLog?rev=1.15&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jasmin/ChangeLog?r1=1.14&r2=1.15
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-emacs/jasmin/ChangeLog,v
58 retrieving revision 1.14
59 retrieving revision 1.15
60 diff -u -r1.14 -r1.15
61 --- ChangeLog 22 Jan 2008 08:00:11 -0000 1.14
62 +++ ChangeLog 29 Dec 2013 14:22:35 -0000 1.15
63 @@ -1,6 +1,13 @@
64 # ChangeLog for app-emacs/jasmin
65 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jasmin/ChangeLog,v 1.14 2008/01/22 08:00:11 opfer Exp $
67 +# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jasmin/ChangeLog,v 1.15 2013/12/29 14:22:35 ulm Exp $
69 +
70 +*jasmin-1.2-r2 (29 Dec 2013)
71 +
72 + 29 Dec 2013; Ulrich Müller <ulm@g.o> jasmin-1.2-r1.ebuild,
73 + +jasmin-1.2-r2.ebuild, +files/50jasmin-gentoo.el:
74 + Update site-init file. Bump EAPI to 5. Drop to unstable keyword on s390.
75 + Specify LICENSE more precisely.
76
77 22 Jan 2008; Christian Faulhammer <opfer@g.o>
78 -files/50jasmin-gentoo.el, -jasmin-1.2.ebuild:
79
80
81
82 1.1 app-emacs/jasmin/jasmin-1.2-r2.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r2.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r2.ebuild?rev=1.1&content-type=text/plain
86
87 Index: jasmin-1.2-r2.ebuild
88 ===================================================================
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/app-emacs/jasmin/jasmin-1.2-r2.ebuild,v 1.1 2013/12/29 14:22:35 ulm Exp $
92
93 EAPI=5
94
95 inherit elisp
96
97 DESCRIPTION="An Emacs major mode for editing Jasmin Java bytecode assembler files"
98 HOMEPAGE="http://www.neilvandyke.org/jasmin-emacs/"
99 SRC_URI="mirror://gentoo/${P}.tar.gz"
100
101 LICENSE="GPL-2+"
102 SLOT="0"
103 KEYWORDS="~alpha ~amd64 ~s390 ~x86"
104
105 SITEFILE="50${PN}-gentoo.el"