diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-08-26 14:09:36 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-08-26 14:09:51 +0200 |
commit | a18ae6807880e58db20c073bbf60ae8b332dd15d (patch) | |
tree | bb355c24a454cf19e4774937b86da70f06e7dc27 /x11-wm/ctwm | |
parent | x11-wm/ctwm: Version 4.0.2. (diff) | |
download | gentoo-a18ae6807880e58db20c073bbf60ae8b332dd15d.tar.gz gentoo-a18ae6807880e58db20c073bbf60ae8b332dd15d.tar.bz2 gentoo-a18ae6807880e58db20c073bbf60ae8b332dd15d.zip |
x11-wm/ctwm: Old.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/ctwm-4.0.1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-wm/ctwm/ctwm-4.0.1.ebuild b/x11-wm/ctwm/ctwm-4.0.1.ebuild deleted file mode 100644 index c509b28861a7..000000000000 --- a/x11-wm/ctwm/ctwm-4.0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils eutils flag-o-matic toolchain-funcs - -DESCRIPTION="A clean, light window manager" -HOMEPAGE="http://ctwm.org/" -SRC_URI="${HOMEPAGE}dist/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" - -RDEPEND=" - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXt -" -DEPEND=" - ${RDEPEND} - app-arch/xz-utils - app-text/rman - virtual/jpeg - x11-base/xorg-proto -" - -src_prepare() { - cmake-utils_src_prepare - - # implicit 'isspace' - sed -i parse.c -e "/<stdio.h>/ a#include <ctype.h>" || die -} - -src_install() { - cmake-utils_src_install - - mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die - mv "${D}"/usr/share/examples/${PN} "${D}"/usr/share/doc/${PF}/examples || die -} |