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/ebuild-mode: ChangeLog ebuild-mode-1.25.ebuild ebuild-mode-1.22.ebuild
Date: Thu, 23 Jan 2014 14:49:06
Message-Id: 20140123144903.CB1042004C@flycatcher.gentoo.org
1 ulm 14/01/23 14:49:03
2
3 Modified: ChangeLog
4 Added: ebuild-mode-1.25.ebuild
5 Removed: ebuild-mode-1.22.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
10
11 Revision Changes Path
12 1.42 app-emacs/ebuild-mode/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ebuild-mode/ChangeLog?rev=1.42&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ebuild-mode/ChangeLog?rev=1.42&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ebuild-mode/ChangeLog?r1=1.41&r2=1.42
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ChangeLog,v
21 retrieving revision 1.41
22 retrieving revision 1.42
23 diff -u -r1.41 -r1.42
24 --- ChangeLog 18 Jan 2014 19:57:42 -0000 1.41
25 +++ ChangeLog 23 Jan 2014 14:49:03 -0000 1.42
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-emacs/ebuild-mode
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ChangeLog,v 1.41 2014/01/18 19:57:42 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ChangeLog,v 1.42 2014/01/23 14:49:03 ulm Exp $
31 +
32 +*ebuild-mode-1.25 (23 Jan 2014)
33 +
34 + 23 Jan 2014; Ulrich Müller <ulm@g.o> -ebuild-mode-1.22.ebuild,
35 + +ebuild-mode-1.25.ebuild:
36 + Version bump. Remove old.
37
38 18 Jan 2014; Agostino Sarubbo <ago@g.o> ebuild-mode-1.24.ebuild:
39 Stable for alpha, wrt bug #491912
40
41
42
43 1.1 app-emacs/ebuild-mode/ebuild-mode-1.25.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.25.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.25.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ebuild-mode-1.25.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.25.ebuild,v 1.1 2014/01/23 14:49:03 ulm Exp $
53
54 EAPI=5
55
56 inherit readme.gentoo elisp
57
58 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
59 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
60 SRC_URI="http://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
61
62 LICENSE="GPL-2+"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
65
66 DOCS="ChangeLog keyword-generation.sh"
67 ELISP_TEXINFO="${PN}.texi"
68 SITEFILE="50${PN}-gentoo.el"
69 DOC_CONTENTS="Some optional features may require installation of additional
70 packages, like app-portage/gentoolkit-dev for echangelog."