aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/cwm/cwm-6.6.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-08-10 11:30:22 +0200
committerWynn Wolf Arbor2020-08-10 11:30:22 +0200
commit9fc08226a05d657c93aafc03c14132d3e06d122e (patch)
tree396f998bdcc671650b19d1296f488d07ddee5841 /x11-wm/cwm/cwm-6.6.ebuild
parentceabcf57b9216cc6af09fe8d5f1c073bc912c9a7 (diff)
downloadpramantha-9fc08226a05d657c93aafc03c14132d3e06d122e.tar.gz
x11-wm/cwm: Drop ebuild
This application is now maintained in the main Gentoo tree.
Diffstat (limited to 'x11-wm/cwm/cwm-6.6.ebuild')
-rw-r--r--x11-wm/cwm/cwm-6.6.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-wm/cwm/cwm-6.6.ebuild b/x11-wm/cwm/cwm-6.6.ebuild
deleted file mode 100644
index 7d75c9c..0000000
--- a/x11-wm/cwm/cwm-6.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils toolchain-funcs
-
-DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager"
-HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/
- https://github.com/leahneukirchen/cwm"
-SRC_URI="http://leahneukirchen.org/releases/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-
-BDEPEND="
- virtual/pkgconfig"
-DEPEND="x11-libs/libXft
- x11-libs/libXinerama
- x11-libs/libXrandr"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
- dodoc README
- make_session_desktop ${PN} ${PN}
-}