Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
Date: Mon, 30 Oct 2017 19:47:46
Message-Id: 1509392854.fb879f123c07bc198ab369c01e39c7d56ac3875f.nimiux@gentoo
1 commit: fb879f123c07bc198ab369c01e39c7d56ac3875f
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 19:47:34 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 19:47:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb879f12
7
8 x11-wm/stumpwm-contrib: Drops snapshot ebuild
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-wm/stumpwm-contrib/Manifest | 1 -
13 .../stumpwm-contrib-20170921.ebuild | 32 ----------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
17 index fa6dfa9fc8f..085b2049262 100644
18 --- a/x11-wm/stumpwm-contrib/Manifest
19 +++ b/x11-wm/stumpwm-contrib/Manifest
20 @@ -1,2 +1 @@
21 -DIST stumpwm-contrib-20170921.tar.bz2 573525 SHA256 57973985fbe7e441ec73c65c333b61db70445874745b4d3499a746300407f673 SHA512 ab5a9b93e85d36ac35ff6b2aa8c77e3084b34a25d4f665edac296dfa24ac35aff6578e0cdf9556ebe6f57755be5d0c9c476bfbbdd2bfcc1e39c57881c57bea33 WHIRLPOOL f6e276fecee3230078e702c6388f9f54434e1f860fe5aa0e382ae2ab131ca27b96af477e66a4b8e34dd5e676cbfaa3e2d31b234dbb4eb7eb5c54aab0ee4ea6e6
22 DIST stumpwm-contrib-20171028.tar.bz2 573283 SHA256 7845adea306415147dac40357c9d46fd19a00f14a6b318a8132db1de2a3d3633 SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02 WHIRLPOOL da838686ea3ec7f9638282558ede4c0aa20c268605d12cc3450d3fc5aca31911750b4024ef3e85d588bd30e9296af1c35ef2b02f89bb0e1ada08f50ead02fc4b
23
24 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild
25 deleted file mode 100644
26 index 373f997b8e5..00000000000
27 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit common-lisp-3
36 -
37 -if [[ ${PV} == 9999* ]] ; then
38 - inherit git-r3
39 - EGIT_REPO_URI="https://github.com/stumpwm/${PN}"
40 -else
41 - SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2"
42 - KEYWORDS="~amd64 ~x86"
43 -fi
44 -
45 -DESCRIPTION="Extension Modules for StumpWM"
46 -HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
47 -
48 -LICENSE="GPL-2 GPL-3 BSD-2"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -RDEPEND=">=x11-wm/stumpwm-0.9.9"
53 -
54 -CONTRIBCATEGORIES="media modeline minor-mode util"
55 -
56 -src_install() {
57 - common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
58 - dobin util/stumpish/stumpish
59 - dobin util/pinentry/stumpwm-pinentry
60 - dodoc README.org
61 -}