diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 14:28:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 15:18:16 +0200 |
commit | e6ca3c698d18e0eb04119e23df83708569b71f38 (patch) | |
tree | 220f7f3148aeb0f68accd01dcc9f469203c8f6fe /x11-wm/ctwm | |
parent | x11-misc/idesk: Drop 0.7.5-r3, EAPI6-- (diff) | |
download | gentoo-e6ca3c698d18e0eb04119e23df83708569b71f38.tar.gz gentoo-e6ca3c698d18e0eb04119e23df83708569b71f38.tar.bz2 gentoo-e6ca3c698d18e0eb04119e23df83708569b71f38.zip |
x11-wm/ctwm: Drop 4.0.2, EAPI6--
Closes: https://bugs.gentoo.org/784059
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Manifest | 1 | ||||
-rw-r--r-- | x11-wm/ctwm/ctwm-4.0.2.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/x11-wm/ctwm/Manifest b/x11-wm/ctwm/Manifest index 48b6713b0427..7f21353d7d22 100644 --- a/x11-wm/ctwm/Manifest +++ b/x11-wm/ctwm/Manifest @@ -1,2 +1 @@ -DIST ctwm-4.0.2.tar.xz 672608 BLAKE2B b4dc26b9d6ba5aba0a5f1f71363c25065aec0d4d4be7b9772f51117460062f5d7ea17d338e1ad9a89cf1213ca2125a1d203417bdc3f6c95a9b9969477b443a40 SHA512 445151f12084acd44bcf8a7d895e29363411a1a663b93e098fa9db5b96ae5cb43921eaf0695026aff2196117b810b96712a60570f57d6dabbee7fba34d5bd57f DIST ctwm-4.0.3.tar.xz 683684 BLAKE2B d16a47a5cd91ab5305da3c02f874d5ad1c71e2c8a3664cd33d5fa0781f4fdc2613407f5b43b4da16bcf89e323eb34b0888c5dbd02598746195991e7870aba0ef SHA512 f9bb2f8f28a050cce0fc2f1f4e00e79acd7c54055016d8483e045d8f5fa9829f8f5d92bb53f0c1d9500f97d6f52cd827ddd15515c84451ea03551025a8ab831d diff --git a/x11-wm/ctwm/ctwm-4.0.2.ebuild b/x11-wm/ctwm/ctwm-4.0.2.ebuild deleted file mode 100644 index 47c1a4e0d2f3..000000000000 --- a/x11-wm/ctwm/ctwm-4.0.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils flag-o-matic toolchain-funcs - -DESCRIPTION="A clean, light window manager" -HOMEPAGE="http://ctwm.org/" -SRC_URI="http://ctwm.org/dist/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -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 -} |