summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-28 13:23:46 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-28 13:37:18 -0500
commit003c5cc749acbcc89a24d97d7b4d5ac6f06da424 (patch)
tree87748001dcc3ad33207bf0dd004473de5c1bc16e /x11-wm/aewm
parentdev-ml/menhir: drop old (diff)
downloadgentoo-003c5cc749acbcc89a24d97d7b4d5ac6f06da424.tar.gz
gentoo-003c5cc749acbcc89a24d97d7b4d5ac6f06da424.tar.bz2
gentoo-003c5cc749acbcc89a24d97d7b4d5ac6f06da424.zip
x11-wm/aewm: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-wm/aewm')
-rw-r--r--x11-wm/aewm/aewm-1.3.12.ebuild50
1 files changed, 0 insertions, 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 3bd723e335ba..000000000000
--- 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
-}