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: Thu, 21 Sep 2017 15:10:59
Message-Id: 1506006650.3d6d961a9a7952b1df9b42ee5788fbf67f42fe03.nimiux@gentoo
1 commit: 3d6d961a9a7952b1df9b42ee5788fbf67f42fe03
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 21 15:10:50 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 21 15:10:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3d6d961a
7
8 x11-wm/stumpwm-contrib: Drops old ebuild snapshots
9
10 .../stumpwm-contrib-20170314.ebuild | 31 ----------------------
11 .../stumpwm-contrib-20170713.ebuild | 31 ----------------------
12 2 files changed, 62 deletions(-)
13
14 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
15 deleted file mode 100644
16 index e7d08f91..00000000
17 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
18 +++ /dev/null
19 @@ -1,31 +0,0 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI=6
24 -
25 -inherit common-lisp-3
26 -
27 -if [[ ${PV} == 9999* ]] ; then
28 - inherit git-r3
29 - EGIT_REPO_URI="https://github.com/stumpwm/${PN}"
30 -else
31 - SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2"
32 - KEYWORDS="~amd64 ~x86"
33 -fi
34 -
35 -DESCRIPTION="Extension Modules for StumpWM"
36 -HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
37 -
38 -LICENSE="GPL-2 GPL-3 BSD-2"
39 -SLOT="0"
40 -IUSE=""
41 -
42 -RDEPEND=">=x11-wm/stumpwm-0.9.9"
43 -
44 -CONTRIBCATEGORIES="media modeline minor-mode util"
45 -
46 -src_install() {
47 - common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
48 - dobin util/stumpish/stumpish
49 - dodoc README.org
50 -}
51
52 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
53 deleted file mode 100644
54 index e7d08f91..00000000
55 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
56 +++ /dev/null
57 @@ -1,31 +0,0 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -
63 -inherit common-lisp-3
64 -
65 -if [[ ${PV} == 9999* ]] ; then
66 - inherit git-r3
67 - EGIT_REPO_URI="https://github.com/stumpwm/${PN}"
68 -else
69 - SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2"
70 - KEYWORDS="~amd64 ~x86"
71 -fi
72 -
73 -DESCRIPTION="Extension Modules for StumpWM"
74 -HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
75 -
76 -LICENSE="GPL-2 GPL-3 BSD-2"
77 -SLOT="0"
78 -IUSE=""
79 -
80 -RDEPEND=">=x11-wm/stumpwm-0.9.9"
81 -
82 -CONTRIBCATEGORIES="media modeline minor-mode util"
83 -
84 -src_install() {
85 - common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
86 - dobin util/stumpish/stumpish
87 - dodoc README.org
88 -}