summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:27:40 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:21:16 +0200
commit457d9a139ce7efad768cce20a326dd95dc179b5b (patch)
treec14cb226e377e62923f6b2e8cb0bc55b94e04182 /x11-wm/spectrwm
parentx11-wm/jwm: Drop old (diff)
downloadgentoo-457d9a139ce7efad768cce20a326dd95dc179b5b.tar.gz
gentoo-457d9a139ce7efad768cce20a326dd95dc179b5b.tar.bz2
gentoo-457d9a139ce7efad768cce20a326dd95dc179b5b.zip
x11-wm/spectrwm: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r--x11-wm/spectrwm/Manifest1
-rw-r--r--x11-wm/spectrwm/files/spectrwm-2.6.2-Makefile.patch11
-rw-r--r--x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild50
3 files changed, 0 insertions, 62 deletions
diff --git a/x11-wm/spectrwm/Manifest b/x11-wm/spectrwm/Manifest
index 06b98eb5c160..ec9c4281977f 100644
--- a/x11-wm/spectrwm/Manifest
+++ b/x11-wm/spectrwm/Manifest
@@ -1,2 +1 @@
-DIST spectrwm-2.7.2.tgz 132554 BLAKE2B 78d1956be33a192f63a46bdef250427d14f415261b734355266cec236fcec1ab66fc08ab2e0aa1981a92849ca23f53441494c6990c3ef72fe4c7956e22c7aff9 SHA512 cebb0e42566125933bf2c4c9200765d360bb572fd953c510ad39e7abcf9cc507e61420441234fb1bb44d06d28526ba6c594272c173a04181d2c6798e404b7421
DIST spectrwm-3.1.0.tar.gz 147206 BLAKE2B abcce22bc7859dbcc109f02ea832d65091c842562579d47cd1dd83c5de82a015b02343972d4d85cf291b63bfbaf0e901616cca94d911014672ffc35436bdd3c1 SHA512 dd8e16361b979a55b210a88a1ae5d53e7086fd854e92320e09b6407d374580cc271c0e974e38606481ab57a504a86e16293edee967d251b043a1eb65e8c77687
diff --git a/x11-wm/spectrwm/files/spectrwm-2.6.2-Makefile.patch b/x11-wm/spectrwm/files/spectrwm-2.6.2-Makefile.patch
deleted file mode 100644
index e380b60fdf13..000000000000
--- a/x11-wm/spectrwm/files/spectrwm-2.6.2-Makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- spectrwm-2.6.2/linux/Makefile
-+++ spectrwm-2.6.2/linux/Makefile
-@@ -9,7 +9,7 @@
- LIBVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major.$$minor)
- LIBMAJORVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major)
-
--MAINT_CFLAGS = -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
-+MAINT_CFLAGS = -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized
- MAINT_CPPFLAGS = -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LIBVERSION)\"
- MAINT_LDLIBS = -lX11 -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest -lXft -lXcursor
-
diff --git a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild
deleted file mode 100644
index 0a0371d5135d..000000000000
--- a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Small dynamic tiling window manager for X11"
-HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
-SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-misc/dmenu"
-DEPEND="${DEPEND}
- x11-libs/libX11
- x11-libs/libXcursor
- x11-libs/libXrandr
- x11-libs/libXtst
- x11-libs/xcb-util
- !x11-wm/scrotwm"
-
-S=${WORKDIR}/${P}/linux
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.6.2-Makefile.patch
- tc-export CC
-}
-
-src_compile() {
- emake PREFIX="${EROOT}usr" LIBDIR="${EROOT}usr/$(get_libdir)"
-}
-
-src_install() {
- emake PREFIX="${EROOT}usr" LIBDIR="${EROOT}usr/$(get_libdir)" DESTDIR="${D}" install
-
- cd "${WORKDIR}"/${P} || die
-
- insinto /etc
- doins ${PN}.conf
- dodoc ${PN}_*.conf {initscreen,screenshot}.sh
-
- make_session_desktop ${PN} ${PN}
-
- elog "Example keyboard config and helpful scripts can be found"
- elog "in ${ROOT}usr/share/doc/${PF}"
-}