Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/popwin/
Date: Thu, 29 Aug 2019 12:32:36
Message-Id: 1567081943.0354e1ab474be12105a9dd767d94301b5aa3be27.ulm@gentoo
1 commit: 0354e1ab474be12105a9dd767d94301b5aa3be27
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 12:26:47 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 12:32:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0354e1ab
7
8 app-emacs/popwin: Bump to version 1.0.0.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/popwin/Manifest | 1 +
14 app-emacs/popwin/popwin-1.0.0.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/app-emacs/popwin/Manifest b/app-emacs/popwin/Manifest
18 index 3f56f306188..6a861a139cc 100644
19 --- a/app-emacs/popwin/Manifest
20 +++ b/app-emacs/popwin/Manifest
21 @@ -1 +1,2 @@
22 DIST popwin-0.6.2.tar.gz 16821 BLAKE2B 6fcf2e711c28db3465fd4e267195f8526eff26aedeb04f07d66f5adac83f2447beef1ee988f692b9062a0e0eabbbe0760d3df6f1f7679fb4ab76317237aa8fdf SHA512 3c086361d6b79d7c68583cdbfb76cfd95b6ed56883382e42a863137d93e2a64fa8dce7b7873a4c46ce04a742942dd5f16367c691be608438079555578709b108
23 +DIST popwin-1.0.0.tar.gz 69319 BLAKE2B 2dea34f002a97ac58848abaecfb9b591ceeb58539f581918101604a485b6d45b9dd078dc89b3020bbe38e99646127a784582c51ffaa3a76de5b6ccaa365b22d6 SHA512 5b3ba489e747ec80d80e516024ca8bdafdb17a56df3f89c20053765d551173f448fbc10db348c6ec0e6efc5557eec672da3477980fb41f1fbbbf220f757f98e6
24
25 diff --git a/app-emacs/popwin/popwin-1.0.0.ebuild b/app-emacs/popwin/popwin-1.0.0.ebuild
26 new file mode 100644
27 index 00000000000..1d4800d33dc
28 --- /dev/null
29 +++ b/app-emacs/popwin/popwin-1.0.0.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit elisp
37 +
38 +DESCRIPTION="Popup window manager for Emacs"
39 +HOMEPAGE="https://github.com/m2ym/popwin-el"
40 +SRC_URI="https://github.com/m2ym/${PN}-el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +RESTRICT="test" # "make test" starts Emacs in non-batch mode
46 +
47 +S="${WORKDIR}/${PN}-el-${PV}"
48 +SITEFILE="50${PN}-gentoo.el"
49 +DOCS="README.md"