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/popwin: popwin-0.6.2.ebuild ChangeLog popwin-0.5.1.ebuild popwin-0.3-r1.ebuild
Date: Thu, 27 Feb 2014 18:00:04
Message-Id: 20140227180000.86D0A2004B@flycatcher.gentoo.org
1 ulm 14/02/27 18:00:00
2
3 Modified: ChangeLog popwin-0.5.1.ebuild
4 Added: popwin-0.6.2.ebuild
5 Removed: popwin-0.3-r1.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.6 app-emacs/popwin/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/popwin/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/popwin/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/popwin/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 8 Sep 2012 08:59:28 -0000 1.5
25 +++ ChangeLog 27 Feb 2014 18:00:00 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-emacs/popwin
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.5 2012/09/08 08:59:28 ulm Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.6 2014/02/27 18:00:00 ulm Exp $
32 +
33 +*popwin-0.6.2 (27 Feb 2014)
34 +
35 + 27 Feb 2014; Ulrich Müller <ulm@g.o> -popwin-0.3-r1.ebuild,
36 + +popwin-0.6.2.ebuild, -files/popwin-0.3-emacs24.patch:
37 + Version bump. Remove old.
38
39 *popwin-0.5.1 (08 Sep 2012)
40
41
42
43
44 1.2 app-emacs/popwin/popwin-0.5.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/popwin/popwin-0.5.1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/popwin/popwin-0.5.1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/popwin/popwin-0.5.1.ebuild?r1=1.1&r2=1.2
49
50 Index: popwin-0.5.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.5.1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- popwin-0.5.1.ebuild 8 Sep 2012 08:59:28 -0000 1.1
57 +++ popwin-0.5.1.ebuild 27 Feb 2014 18:00:00 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.5.1.ebuild,v 1.1 2012/09/08 08:59:28 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.5.1.ebuild,v 1.2 2014/02/27 18:00:00 ulm Exp $
63
64 EAPI=4
65 NEED_EMACS=22
66 @@ -11,10 +11,9 @@
67 HOMEPAGE="https://github.com/m2ym/popwin-el/"
68 SRC_URI="https://github.com/m2ym/popwin-el/tarball/v${PV} -> ${P}.tar.gz"
69
70 -LICENSE="GPL-3"
71 +LICENSE="GPL-3+"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 -IUSE=""
75
76 SITEFILE="50${PN}-gentoo.el"
77 DOCS="README.md NEWS.md"
78
79
80
81 1.1 app-emacs/popwin/popwin-0.6.2.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/popwin/popwin-0.6.2.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/popwin/popwin-0.6.2.ebuild?rev=1.1&content-type=text/plain
85
86 Index: popwin-0.6.2.ebuild
87 ===================================================================
88 # Copyright 1999-2014 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.6.2.ebuild,v 1.1 2014/02/27 18:00:00 ulm Exp $
91
92 EAPI=5
93 NEED_EMACS=22
94
95 inherit elisp eutils
96
97 DESCRIPTION="Popup window manager for Emacs"
98 HOMEPAGE="https://github.com/m2ym/popwin-el/"
99 SRC_URI="https://github.com/m2ym/${PN}-el/tarball/v${PV} -> ${P}.tar.gz"
100
101 LICENSE="GPL-3+"
102 SLOT="0"
103 KEYWORDS="~amd64 ~x86"
104
105 SITEFILE="50${PN}-gentoo.el"
106 DOCS="README.md NEWS.md"
107
108 src_unpack() {
109 unpack ${A}
110 mv m2ym-popwin-el-* ${P} || die
111 }