summaryrefslogtreecommitdiff
path: root/x11-wm/cwm/cwm-5.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
commit90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch)
tree83fc5facb6b12be510a37bc3d241cc63e965b13a /x11-wm/cwm/cwm-5.6.ebuild
parentfeb0daf81d888e9160f9f94502de09b66f2a63fd (diff)
gentoo resync : 29.06.2020
Diffstat (limited to 'x11-wm/cwm/cwm-5.6.ebuild')
-rw-r--r--x11-wm/cwm/cwm-5.6.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-wm/cwm/cwm-5.6.ebuild b/x11-wm/cwm/cwm-5.6.ebuild
deleted file mode 100644
index 82d341433eaa..000000000000
--- a/x11-wm/cwm/cwm-5.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils 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"
-SRC_URI="vanilla? ( http://chneukirchen.org/releases/${P}.tar.gz -> ${P}-chneukirchen.tar.gz )
- !vanilla? ( https://github.com/xmw/cwm/tarball/ea9a436 -> ${P}-xmw.tar.gz )"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="vanilla"
-
-RDEPEND="x11-libs/libXft
- x11-libs/libXinerama
- x11-libs/libXrandr"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/bison"
-
-src_unpack() {
- default
- # vcs-snapshot doesn't work with tarball names
- if ! use vanilla ; then
- mv *${PN}-* ${P} || die
- fi
-}
-
-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}
-}