commit:     eb077c974defa58803858d39455340824a26c5dc
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 14:36:56 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 17:05:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb077c97

x11-wm/cwm: drop 6.6

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-wm/cwm/Manifest                 |  1 -
 x11-wm/cwm/cwm-6.6.ebuild           | 44 -------------------------------------
 x11-wm/cwm/files/cwm-Makefile.patch | 19 ----------------
 3 files changed, 64 deletions(-)

diff --git a/x11-wm/cwm/Manifest b/x11-wm/cwm/Manifest
index b51173f2d84f..400e19579f1e 100644
--- a/x11-wm/cwm/Manifest
+++ b/x11-wm/cwm/Manifest
@@ -1,2 +1 @@
-DIST cwm-6.6.tar.gz 53062 BLAKE2B 
3da762f0c1a48c83c773a1f355cc970c5e4f6100e7294a00f44c6b5b7e1ffe954fde0e3d106991b05cd1f8c898fe055b5305b0bd7bf533df5868d32adbae2c5f
 SHA512 
ff94fd1b7d263f9de538e5b338db58a08e1bec3e4233b84ab0a3ac94c47a45e10b2c772f93b897e70baf9a3c04e1a6fa04604ac71655acb7ebd1d10edb381042
 DIST cwm-6.7.tar.gz 53172 BLAKE2B 
9e8c6503235ee71f3974a4e64cf45b80675b6ff33a68505b07f003c8d711a68a158f31147f463d5467bb4242c6321ebe0acaee63727689a136ca83c47e7592ea
 SHA512 
5ad0fa56d9c96c36cc32e68128e58d4e3a7483f349bb26be1083c5b5c6d853ff05eec1a783b07ed928bd99a35a2e0b2d7053fc89b828aa9bdfe3589a318c4171

diff --git a/x11-wm/cwm/cwm-6.6.ebuild b/x11-wm/cwm/cwm-6.6.ebuild
deleted file mode 100644
index 287fd7fcdde3..000000000000
--- a/x11-wm/cwm/cwm-6.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs
-
-DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
-HOMEPAGE="https://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
-       https://github.com/chneukirchen/cwm";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git";
-else
-       SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="amd64 arm ~arm64 x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-RDEPEND="x11-libs/libXft
-       x11-libs/libXinerama
-       x11-libs/libXrandr
-"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/bison
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-Makefile.patch"
-)
-
-src_compile() {
-       emake CFLAGS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)" 
PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX=/usr install
-       dodoc README
-       make_session_desktop ${PN} ${PN}
-}

diff --git a/x11-wm/cwm/files/cwm-Makefile.patch 
b/x11-wm/cwm/files/cwm-Makefile.patch
deleted file mode 100644
index fc26a3808876..000000000000
--- a/x11-wm/cwm/files/cwm-Makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -13,12 +13,14 @@ OBJS=              calmwm.o screen.o xmalloc.o client.o 
menu.o \
-               search.o util.o xutil.o conf.o xevents.o group.o \
-               kbfunc.o strlcpy.o strlcat.o y.tab.o \
-               strtonum.o reallocarray.o
-+              
-+PKG_CONFIG?=  pkg-config
- 
--CPPFLAGS+=    `pkg-config --cflags x11 xft xrandr`
-+CPPFLAGS+=    `${PKG_CONFIG} --cflags x11 xft xrandr`
- 
- CFLAGS?=      -Wall -O2 -g -D_GNU_SOURCE
- 
--LDFLAGS+=     `pkg-config --libs x11 xft xrandr`
-+LDFLAGS+=     `${PKG_CONFIG} --libs x11 xft xrandr`
- 
- MANPREFIX?=   ${PREFIX}/share/man
- 

Reply via email to