x11-wm/stumpwm-contrib: Drops snapshot ebuild
authorChema Alonso Josa <nimiux@gentoo.org>
Mon, 30 Oct 2017 19:47:34 +0000 (20:47 +0100)
committerChema Alonso Josa <nimiux@gentoo.org>
Mon, 30 Oct 2017 19:47:34 +0000 (20:47 +0100)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

x11-wm/stumpwm-contrib/Manifest
x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild [deleted file]

index fa6dfa9fc8ff71f679c41405b86d6d785c8273a1..085b2049262039a9b91c973af1799013fcaaafa8 100644 (file)
@@ -1,2 +1 @@
-DIST stumpwm-contrib-20170921.tar.bz2 573525 SHA256 57973985fbe7e441ec73c65c333b61db70445874745b4d3499a746300407f673 SHA512 ab5a9b93e85d36ac35ff6b2aa8c77e3084b34a25d4f665edac296dfa24ac35aff6578e0cdf9556ebe6f57755be5d0c9c476bfbbdd2bfcc1e39c57881c57bea33 WHIRLPOOL f6e276fecee3230078e702c6388f9f54434e1f860fe5aa0e382ae2ab131ca27b96af477e66a4b8e34dd5e676cbfaa3e2d31b234dbb4eb7eb5c54aab0ee4ea6e6
 DIST stumpwm-contrib-20171028.tar.bz2 573283 SHA256 7845adea306415147dac40357c9d46fd19a00f14a6b318a8132db1de2a3d3633 SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02 WHIRLPOOL da838686ea3ec7f9638282558ede4c0aa20c268605d12cc3450d3fc5aca31911750b4024ef3e85d588bd30e9296af1c35ef2b02f89bb0e1ada08f50ead02fc4b
diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild
deleted file mode 100644 (file)
index 373f997..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-if [[ ${PV} == 9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/stumpwm/${PN}"
-else
-       SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Extension Modules for StumpWM"
-HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
-
-LICENSE="GPL-2 GPL-3 BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=x11-wm/stumpwm-0.9.9"
-
-CONTRIBCATEGORIES="media modeline minor-mode util"
-
-src_install() {
-       common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
-       dobin util/stumpish/stumpish
-       dobin util/pinentry/stumpwm-pinentry
-       dodoc README.org
-}