summaryrefslogtreecommitdiff
path: root/x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-04 22:22:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-04 22:22:10 +0100
commit16dba5216d31038098e918bd83df2aaa1849d4e9 (patch)
tree0d2284cd8987cba0f4c8bda80c2c4e6d172249aa /x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild
parent0979d3ddb6ea14d17e52fd0ba2e01f928948384a (diff)
gentoo auto-resync : 04:09:2023 - 22:22:10
Diffstat (limited to 'x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild')
-rw-r--r--x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild b/x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild
deleted file mode 100644
index 01783f64e26e..000000000000
--- a/x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-COMMIT="8b8c956a904fa73edb02d4dc6d45bc0358bff3b3"
-DESCRIPTION="Amiga Workbench inspired window manager for Xorg"
-HOMEPAGE="https://github.com/redsPL/amiwm"
-SRC_URI="https://github.com/chewi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="amiwm"
-SLOT="0"
-KEYWORDS="~amd64 ~m68k ~ppc ~x86"
-
-COMMON_DEPEND="
- x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXext
-"
-
-RDEPEND="
- ${COMMON_DEPEND}
- media-fonts/font-misc-misc[nls,X]
- x11-apps/xrdb
- x11-apps/xsetroot
-"
-
-DEPEND="
- ${COMMON_DEPEND}
- x11-base/xorg-proto
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
- default
- eautoconf
-}
-
-src_install() {
- emake install DESTDIR="${D}" STRIPFLAG=
- einstalldocs
-
- exeinto /etc/X11/Sessions
- newexe - ${PN} <<-EOF
- #!/bin/sh
- exec ${PN}
- EOF
-}