public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/
Date: Sat, 13 Oct 2018 09:13:34 +0000 (UTC)	[thread overview]
Message-ID: <1539422008.bc2637c35c20581a2e76f6aa33d73abf55991d2d.zlogene@gentoo> (raw)

commit:     bc2637c35c20581a2e76f6aa33d73abf55991d2d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 09:13:13 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 09:13:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2637c3

x11-wm/treewm: Drop old (old EAPIs)

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-wm/treewm/treewm-0.4.5-r1.ebuild | 60 ------------------------------------
 x11-wm/treewm/treewm-0.4.5.ebuild    | 43 --------------------------
 2 files changed, 103 deletions(-)

diff --git a/x11-wm/treewm/treewm-0.4.5-r1.ebuild b/x11-wm/treewm/treewm-0.4.5-r1.ebuild
deleted file mode 100644
index 7c71b8f47a2..00000000000
--- a/x11-wm/treewm/treewm-0.4.5-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="WindowManager that arranges the windows in a tree (not in a list)"
-SRC_URI="mirror://sourceforge/treewm/${P}.tar.bz2"
-HOMEPAGE="http://treewm.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXxf86vm
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-misc/imake"
-
-src_prepare() {
-	# bug 251845
-	epatch "${FILESDIR}/${P}-gcc43.patch"
-	# bug 86453
-	sed -i xprop/dsimple.c \
-		-e 's:malloc:Malloc:g' \
-		|| die "sed xprop/dsimple.c"
-}
-
-src_compile() {
-	# only compile treewm, not (x11-apps/){xprop,xkill}
-	emake treewm \
-		CXX=$(tc-getCXX) \
-		CCOPTIONS="${CFLAGS}" \
-		EXTRA_LDOPTIONS="${LDFLAGS}" \
-		PREFIX="/usr" ROOT="${D}" \
-		|| die "emake"
-}
-
-src_install() {
-	# only install treewm, not (x11-apps/){xprop,xkill}
-	dobin src/treewm
-	dodoc AUTHORS ChangeLog PROBLEMS README README.tiling TODO default.cfg \
-		sample.cfg
-	insinto /usr/share/pixmaps/treewm
-	doins src/pixmaps/*.xpm
-}
-
-pkg_postinst() {
-	elog "x11-wm/treewm used to install its own versions of x11-apps/xprop and"
-	elog "x11-apps/xkill as treewm-xprop and treewm-xkill respectively, since"
-	elog "they are assumed to be broken in combination with treewm. Since"
-	elog "X(org) has become modular since treewm's last release and are not"
-	elog "installed by default, we can leave those out and simply point out"
-	elog "that it is NOT adviseable to use these programs when using treewm."
-}

diff --git a/x11-wm/treewm/treewm-0.4.5.ebuild b/x11-wm/treewm/treewm-0.4.5.ebuild
deleted file mode 100644
index 0351757d1ac..00000000000
--- a/x11-wm/treewm/treewm-0.4.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="WindowManager that arranges the windows in a tree (not in a list)"
-SRC_URI="mirror://sourceforge/treewm/${P}.tar.bz2"
-HOMEPAGE="http://treewm.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-
-RDEPEND="x11-libs/libXau
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXxf86vm
-	x11-libs/libXdmcp
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-misc/imake"
-
-src_unpack() {
-	unpack ${A}
-	# bug 251845
-	epatch "${FILESDIR}/${P}-gcc43.patch"
-	# bug 86453
-	sed -i -e "s:malloc:Malloc:g" "${S}"/xprop/dsimple.c
-}
-
-src_compile() {
-	emake PREFIX="/usr" ROOT="${D}" || die
-}
-
-src_install() {
-	make PREFIX="/usr" ROOT="${D}" install || die
-
-	# hack for Gentoo's doc policy:
-	cd "${D}/usr/share/doc/treewm" && dodoc * && cd .. && rm -rf treewm || die
-}


             reply	other threads:[~2018-10-13  9:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-13  9:13 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-13  9:13 [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/ Mikle Kolyada
2021-03-12 20:58 Thomas Raschbacher
2022-03-20  0:16 Sam James
2024-09-24 11:39 Thomas Raschbacher

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=1539422008.bc2637c35c20581a2e76f6aa33d73abf55991d2d.zlogene@gentoo \
    --to=zlogene@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