commit: 003c5cc749acbcc89a24d97d7b4d5ac6f06da424 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sat Nov 28 18:23:46 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Nov 28 18:37:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003c5cc7
x11-wm/aewm: drop old Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> x11-wm/aewm/aewm-1.3.12.ebuild | 50 ------------------------------------------ 1 file changed, 50 deletions(-) diff --git a/x11-wm/aewm/aewm-1.3.12.ebuild b/x11-wm/aewm/aewm-1.3.12.ebuild deleted file mode 100644 index 3bd723e335b..00000000000 --- a/x11-wm/aewm/aewm-1.3.12.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="A minimalistic X11 window manager" -HOMEPAGE="https://www.red-bean.com/decklin/aewm/" -SRC_URI="https://www.red-bean.com/decklin/aewm/${P}.tar.bz2" - -LICENSE="MIT 9wm" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto -" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - sed -i -e '/^font/s|".*"|"fixed"|g' doc/aewmrc.ex || die - sed -i -e 's|skill|pkill|g' doc/clientsrc.ex || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - PKG_CONFIG="$(tc-getPKG_CONFIG)" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - MANDIR="${D}/usr/share/man/man1" \ - XROOT="/usr" \ - install - - dodoc NEWS README -}
