app-emacs/popwin: Bump to version 1.0.0.
authorUlrich Müller <ulm@gentoo.org>
Thu, 29 Aug 2019 12:26:47 +0000 (14:26 +0200)
committerUlrich Müller <ulm@gentoo.org>
Thu, 29 Aug 2019 12:32:23 +0000 (14:32 +0200)
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/popwin/Manifest
app-emacs/popwin/popwin-1.0.0.ebuild [new file with mode: 0644]

index 3f56f3061882341d284cfcf9600cc4811f753d59..6a861a139cc331607f0ff2cf5a38c23e71ace682 100644 (file)
@@ -1 +1,2 @@
 DIST popwin-0.6.2.tar.gz 16821 BLAKE2B 6fcf2e711c28db3465fd4e267195f8526eff26aedeb04f07d66f5adac83f2447beef1ee988f692b9062a0e0eabbbe0760d3df6f1f7679fb4ab76317237aa8fdf SHA512 3c086361d6b79d7c68583cdbfb76cfd95b6ed56883382e42a863137d93e2a64fa8dce7b7873a4c46ce04a742942dd5f16367c691be608438079555578709b108
+DIST popwin-1.0.0.tar.gz 69319 BLAKE2B 2dea34f002a97ac58848abaecfb9b591ceeb58539f581918101604a485b6d45b9dd078dc89b3020bbe38e99646127a784582c51ffaa3a76de5b6ccaa365b22d6 SHA512 5b3ba489e747ec80d80e516024ca8bdafdb17a56df3f89c20053765d551173f448fbc10db348c6ec0e6efc5557eec672da3477980fb41f1fbbbf220f757f98e6
diff --git a/app-emacs/popwin/popwin-1.0.0.ebuild b/app-emacs/popwin/popwin-1.0.0.ebuild
new file mode 100644 (file)
index 0000000..1d4800d
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Popup window manager for Emacs"
+HOMEPAGE="https://github.com/m2ym/popwin-el"
+SRC_URI="https://github.com/m2ym/${PN}-el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"                # "make test" starts Emacs in non-batch mode
+
+S="${WORKDIR}/${PN}-el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"