public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/evilwm/
Date: Mon, 29 Aug 2022 08:06:00 +0000 (UTC)	[thread overview]
Message-ID: <1661760350.caa80bdfbd73b516d874b3c3a8e63aafbd834865.asturm@gentoo> (raw)

commit:     caa80bdfbd73b516d874b3c3a8e63aafbd834865
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 18:27:43 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:05:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa80bdf

x11-wm/evilwm: drop 1.0.1-r1, 1.1.1, EAPI-6--

Closes: https://bugs.gentoo.org/772062
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-wm/evilwm/Manifest               |  2 --
 x11-wm/evilwm/evilwm-1.0.1-r1.ebuild | 46 ------------------------------------
 x11-wm/evilwm/evilwm-1.1.1.ebuild    | 45 -----------------------------------
 3 files changed, 93 deletions(-)

diff --git a/x11-wm/evilwm/Manifest b/x11-wm/evilwm/Manifest
index f4c6e7c669c7..8240def17afa 100644
--- a/x11-wm/evilwm/Manifest
+++ b/x11-wm/evilwm/Manifest
@@ -1,3 +1 @@
-DIST evilwm-1.0.1.tar.gz 31468 BLAKE2B 64ee8c0e429c4eefd908a700e727845f2de1e7531cdfb51133014c05cb350eb0bed02476f8a81155b5f70b6b164279ce220aa82d2e9ec8d017b54076a7158f6e SHA512 f9a5abe13ce7ae9fa9a72962316dd7a847419f29a6ab7270315da5a71058c51bde620d34fa690f9de29838490e1da68efe72c6ef33745d69e3e026de98ed3938
-DIST evilwm-1.1.1.tar.gz 40150 BLAKE2B b595e9267fb7421bdcf1ce1c6f37559ab62e58beb11aa755bd21a141ad66387a7e95106231277caff84579bfd61183a554427319c7d85ec20716c69fc3cd0968 SHA512 a11af475f057bf18adef339f4772ff1291a25a19c86b7f18a4ce7821e70b039c256151232da6cca616ceea7d9242a60b055d654ce26e85384c6ba687ede7898d
 DIST evilwm-1.3.1.tar.gz 64824 BLAKE2B 1145662c1907d27c39e55a4eddbc37c51a7b8d92dfa39b98c98eefdf419ebbee1bfc8889725ac38158f2b15e78e0d1a5a202584bc248cb93797c2ba05fbae5c2 SHA512 551ed96884792a6e607b0abb582bed68e583e7790773960a9f5ef6d974a7695752b4f2286d1549c2ca2d8f99b6401deb4e6da11e56bf6ce1fcf828370b072d75

diff --git a/x11-wm/evilwm/evilwm-1.0.1-r1.ebuild b/x11-wm/evilwm/evilwm-1.0.1-r1.ebuild
deleted file mode 100644
index 43bdc21161b8..000000000000
--- a/x11-wm/evilwm/evilwm-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop toolchain-funcs
-
-DESCRIPTION="A minimalist, no frills window manager for X"
-HOMEPAGE="http://www.6809.org.uk/evilwm/"
-SRC_URI="http://www.6809.org.uk/evilwm/${P}.tar.gz"
-
-LICENSE="MIT 9wm"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libXext
-	x11-libs/libXrandr"
-
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-src_prepare() {
-	default
-	sed -e 's/^#define DEF_FONT.*/#define DEF_FONT "fixed"/' \
-		-i evilwm.h || die "sed font failed"
-	sed -i -e '/^CFLAGS/s/ -Os/ /' \
-		-e 's/install -s /install /' Makefile || die "sed opt failed"
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" prefix="\$(DESTDIR)/${EPREFIX}/usr" XROOT="${EPREFIX}/usr" LDPATH="-L${EPREFIX}/usr/$(get_libdir)"
-}
-
-src_install() {
-	emake DESTDIR="${D}" prefix="\$(DESTDIR)/${EPREFIX}/usr" install
-
-	einstalldocs
-
-	echo -e "#!${EPREFIX}/bin/sh\nexec \"${EPREFIX}/usr/bin/${PN}\"" > "${T}/${PN}" || die
-	exeinto /etc/X11/Sessions
-	doexe "${T}/${PN}"
-
-	insinto /usr/share/xsessions
-	doins "${FILESDIR}/${PN}.desktop"
-	domenu "${FILESDIR}"/evilwm.desktop
-}

diff --git a/x11-wm/evilwm/evilwm-1.1.1.ebuild b/x11-wm/evilwm/evilwm-1.1.1.ebuild
deleted file mode 100644
index 3b606f61497f..000000000000
--- a/x11-wm/evilwm/evilwm-1.1.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 desktop toolchain-funcs
-
-DESCRIPTION="A minimalist, no frills window manager for X"
-HOMEPAGE="http://www.6809.org.uk/evilwm/"
-SRC_URI="http://www.6809.org.uk/evilwm/${P}.tar.gz"
-
-LICENSE="MIT 9wm"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libXext
-	x11-libs/libXrandr
-	x11-libs/libX11"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-src_prepare() {
-	default
-	sed -e 's/^#define DEF_FONT.*/#define DEF_FONT "fixed"/' \
-		-i evilwm.h || die "sed font failed"
-	sed -e '/Encoding/d' -i ${PN}.desktop || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" INSTALL_STRIP="" install
-
-	einstalldocs
-
-	echo -e "#!${EPREFIX}/bin/sh\nexec \"${EPREFIX}/usr/bin/${PN}\"" > "${T}/${PN}" || die
-	exeinto /etc/X11/Sessions
-	doexe "${T}/${PN}"
-
-	insinto /usr/share/xsessions
-	doins "${FILESDIR}/${PN}.desktop"
-	domenu "${FILESDIR}"/evilwm.desktop
-}


             reply	other threads:[~2022-08-29  8:06 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29  8:06 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04  8:13 [gentoo-commits] repo/gentoo:master commit in: x11-wm/evilwm/ Sam James
2024-08-01 16:51 Andreas Sturmlechner
2024-08-01 16:51 Andreas Sturmlechner
2023-12-19 17:01 Arthur Zamarin
2023-12-18  7:10 Joonas Niilola
2023-12-18  1:09 Sam James
2023-05-27  7:49 Joonas Niilola
2023-05-27  7:49 Joonas Niilola
2021-09-26 17:52 Sam James
2021-09-26 17:52 Sam James
2021-09-26  7:28 Agostino Sarubbo
2021-09-03  5:33 Joonas Niilola
2018-02-11 11:36 Michał Górny
2018-01-04 11:47 Mikle Kolyada
2018-01-04 11:45 Mikle Kolyada
2017-12-28 10:10 David Seifert
2017-12-26 18:56 Amy Liffey
2017-01-15 11:37 Manuel Rüger
2015-09-04 13:36 Tony Vroon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1661760350.caa80bdfbd73b516d874b3c3a8e63aafbd834865.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox