commit:     be14550a1c16f09580d363e3969ef43c06a0d6be
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 13:23:42 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 13:49:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be14550a

x11-wm/spectrwm: drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 x11-wm/spectrwm/Manifest                           |  1 -
 .../spectrwm/files/spectrwm-3.1.0-Makefile.patch   | 23 ----------
 x11-wm/spectrwm/spectrwm-3.1.0.ebuild              | 52 ----------------------
 3 files changed, 76 deletions(-)

diff --git a/x11-wm/spectrwm/Manifest b/x11-wm/spectrwm/Manifest
index a8845769d5f..c07c07df991 100644
--- a/x11-wm/spectrwm/Manifest
+++ b/x11-wm/spectrwm/Manifest
@@ -1,2 +1 @@
-DIST spectrwm-3.1.0.tar.gz 147206 BLAKE2B 
abcce22bc7859dbcc109f02ea832d65091c842562579d47cd1dd83c5de82a015b02343972d4d85cf291b63bfbaf0e901616cca94d911014672ffc35436bdd3c1
 SHA512 
dd8e16361b979a55b210a88a1ae5d53e7086fd854e92320e09b6407d374580cc271c0e974e38606481ab57a504a86e16293edee967d251b043a1eb65e8c77687
 DIST spectrwm-3.4.1.tar.gz 164507 BLAKE2B 
8047e639be3d4a07616f7ef3911765c5d6dd7dbd56c684453db90283faee08aac2cb9e3e20ae42f839582b67b778a4490a04fa21fc90fe489f798c40c517351e
 SHA512 
94d468833124b51fa12b29b173126f10f27dd551d599459e4bea589721b3df6f1f0af0ea67326ed3ad462e1203d3bbcb82032ff83abfa0943ec45afd29dedaa6

diff --git a/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch 
b/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch
deleted file mode 100644
index c1162fb7361..00000000000
--- a/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -9,16 +9,16 @@
- 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_LDFLAGS  = -Wl,--as-needed
-+MAINT_CFLAGS   = -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow 
-Wno-uninitialized
-+MAINT_LDFLAGS  =
- MAINT_CPPFLAGS = -I. -D_GNU_SOURCE 
-DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LIBVERSION)\"
- 
- ifneq ("${BUILDVERSION}", "")
- MAINT_CPPFLAGS += -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"
- endif
- 
--BIN_CFLAGS   = -fPIE
--BIN_LDFLAGS  = -fPIE -pie
-+BIN_CFLAGS   =
-+BIN_LDFLAGS  =
- BIN_CPPFLAGS = $(shell pkg-config --cflags x11 x11-xcb xcb-icccm xcb-keysyms 
xcb-randr xcb-util xcb-xtest xcursor xft)
- BIN_LDLIBS   = $(shell pkg-config --libs   x11 x11-xcb xcb-icccm xcb-keysyms 
xcb-randr xcb-util xcb-xtest xcursor xft)
- LIB_CFLAGS   = -fPIC

diff --git a/x11-wm/spectrwm/spectrwm-3.1.0.ebuild 
b/x11-wm/spectrwm/spectrwm-3.1.0.ebuild
deleted file mode 100644
index f6038f78ba8..00000000000
--- a/x11-wm/spectrwm/spectrwm-3.1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib toolchain-funcs vcs-snapshot
-
-DESCRIPTION="Small dynamic tiling window manager for X11"
-HOMEPAGE="https://github.com/conformal/spectrwm";
-SRC_URI="https://github.com/conformal/${PN}/archive/SPECTRWM_${PV//./_}.tar.gz 
-> ${P}.tar.gz"
-
-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
-
-PATCHES=( "${FILESDIR}"/${P}-Makefile.patch )
-
-src_prepare() {
-       default
-       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}"
-}

Reply via email to