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/quilt-el: quilt-el-0.48.0.ebuild ChangeLog
Date: Wed, 01 Jan 2014 18:11:58
Message-Id: 20140101181153.1343E2004C@flycatcher.gentoo.org
1 ulm 14/01/01 18:11:52
2
3 Modified: ChangeLog
4 Added: quilt-el-0.48.0.ebuild
5 Log:
6 Version bump. Update HOMEPAGE and SRC_URI.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.19 app-emacs/quilt-el/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 4 Jan 2011 01:29:02 -0000 1.18
24 +++ ChangeLog 1 Jan 2014 18:11:52 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-emacs/quilt-el
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.18 2011/01/04 01:29:02 xmw Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.19 2014/01/01 18:11:52 ulm Exp $
31 +
32 +*quilt-el-0.48.0 (01 Jan 2014)
33 +
34 + 01 Jan 2014; Ulrich Müller <ulm@g.o> +quilt-el-0.48.0.ebuild,
35 + +files/quilt-el-0.48.0-tramp-recursion.patch:
36 + Version bump. Update HOMEPAGE and SRC_URI.
37
38 04 Jan 2011; Michael Weber <xmw@g.o> quilt-el-0.46.2.ebuild:
39 arm stable (bug 327625)
40
41
42
43 1.1 app-emacs/quilt-el/quilt-el-0.48.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/quilt-el-0.48.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/quilt-el-0.48.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: quilt-el-0.48.0.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/quilt-el/quilt-el-0.48.0.ebuild,v 1.1 2014/01/01 18:11:52 ulm Exp $
53
54 EAPI=5
55
56 inherit elisp eutils
57
58 DESCRIPTION="Quilt mode for Emacs"
59 HOMEPAGE="http://satoru-takeuchi.org/dev/quilt-el/"
60 SRC_URI="http://satoru-takeuchi.org/dev/${PN}/download/${P}.tar.gz"
61
62 LICENSE="GPL-1+"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
65
66 RDEPEND="dev-util/quilt"
67
68 ELISP_PATCHES="${P}-tramp-recursion.patch
69 ${PN}-0.45.4-header-window.patch"
70 SITEFILE="50${PN}-gentoo.el"
71 DOCS="README changelog"