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: Sun, 28 Jan 2018 14:11:44
Message-Id: 1517148692.730353bf2ea4ee82512e0c3f4f6927f5b9bf8db3.nimiux@gentoo
1 commit: 730353bf2ea4ee82512e0c3f4f6927f5b9bf8db3
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 14:11:32 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 14:11:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730353bf
7
8 x11-wm/stumpwm-contrib: Drops old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-wm/stumpwm-contrib/Manifest | 1 -
13 .../stumpwm-contrib-20171028.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 d95e85292e2..15ea429f486 100644
18 --- a/x11-wm/stumpwm-contrib/Manifest
19 +++ b/x11-wm/stumpwm-contrib/Manifest
20 @@ -1,2 +1 @@
21 -DIST stumpwm-contrib-20171028.tar.bz2 573283 BLAKE2B 88391db94b71489e745d0ed01a27ff8f738dcad27851d7d9902e5e38a23dfe4813b44c230dea382b27fdc9a0941642f77112d6bfdc040d690cccbef8d9be305c SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02
22 DIST stumpwm-contrib-20180128.tar.bz2 575171 BLAKE2B 57f5cab26ecfd0721ae3c167ad09922920b171fc95250eb6e98936033623837d50d70179a2262093b4db978477da3ae0bc5e920ac0cfc1e291f60ef6b7c0c260 SHA512 76bc7bf0b5a752264f3719d38773362cf134edb8ce128d2213a0d636485d12ae86b52d111d07688ce0b2a97e1e4282b391491a738e77946d225ddc22c84e8156
23
24 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
25 deleted file mode 100644
26 index 06ec6f84093..00000000000
27 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.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 -DESCRIPTION="Extension Modules for StumpWM"
38 -HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
39 -
40 -if [[ ${PV} == 9999* ]] ; then
41 - inherit git-r3
42 - EGIT_REPO_URI="${HOMEPAGE}"
43 -else
44 - SRC_URI="mirror://gentoo/${P}.tar.bz2"
45 - KEYWORDS="~amd64 ~x86"
46 -fi
47 -
48 -LICENSE="GPL-2 GPL-3 BSD-2"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -RDEPEND=">=x11-wm/stumpwm-1.0.0"
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 -}