Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
Date: Sun, 28 Jan 2018 14:09:27
Message-Id: 1517148560.0c181864160ac75726490c1fcf209b57484f35cf.nimiux@gentoo
1 commit: 0c181864160ac75726490c1fcf209b57484f35cf
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 14:09:20 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 14:09:20 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c181864
7
8 x11-wm/stumpwm-contrib: Drops old
9
10 .../stumpwm-contrib-20171028.ebuild | 32 ----------------------
11 1 file changed, 32 deletions(-)
12
13 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
14 deleted file mode 100644
15 index 06ec6f84..00000000
16 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
17 +++ /dev/null
18 @@ -1,32 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -
24 -inherit common-lisp-3
25 -
26 -DESCRIPTION="Extension Modules for StumpWM"
27 -HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
28 -
29 -if [[ ${PV} == 9999* ]] ; then
30 - inherit git-r3
31 - EGIT_REPO_URI="${HOMEPAGE}"
32 -else
33 - SRC_URI="mirror://gentoo/${P}.tar.bz2"
34 - KEYWORDS="~amd64 ~x86"
35 -fi
36 -
37 -LICENSE="GPL-2 GPL-3 BSD-2"
38 -SLOT="0"
39 -IUSE=""
40 -
41 -RDEPEND=">=x11-wm/stumpwm-1.0.0"
42 -
43 -CONTRIBCATEGORIES="media modeline minor-mode util"
44 -
45 -src_install() {
46 - common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
47 - dobin util/stumpish/stumpish
48 - dobin util/pinentry/stumpwm-pinentry
49 - dodoc README.org
50 -}