public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/
@ 2018-10-13  9:13 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-10-13  9:13 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/
@ 2018-10-13  9:13 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-10-13  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4c4a773636e6ac3a118d8c4df94af50bb66b71f7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 09:12:30 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 09:13:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4a7736

x11-wm/treewm: Mark stable

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-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/treewm/treewm-0.4.5-r2.ebuild b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
index 751b8b2fe24..78121114220 100644
--- a/x11-wm/treewm/treewm-0.4.5-r2.ebuild
+++ b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/treewm/${P}.tar.bz2"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~ppc ~sparc ~x86"
+KEYWORDS="ppc sparc x86"
 
 RDEPEND="
 	x11-libs/libX11


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/
@ 2021-03-12 20:58 Thomas Raschbacher
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Raschbacher @ 2021-03-12 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0f315f56a64f545518e87c1febedb2f85d46b779
Author:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 20:25:46 2021 +0000
Commit:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 20:57:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f315f56

x11-wm/treewm: re-add myself as maintainer and add ~amd64

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>

 x11-wm/treewm/metadata.xml           | 5 ++++-
 x11-wm/treewm/treewm-0.4.5-r2.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/x11-wm/treewm/metadata.xml b/x11-wm/treewm/metadata.xml
index 8b08667b625..9a9cd0e9e7f 100644
--- a/x11-wm/treewm/metadata.xml
+++ b/x11-wm/treewm/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+  <maintainer type="person">
+    <email>lordvan@gentoo.org</email>
+    <name>Thomas Raschbacher</name>
+  </maintainer>
   <upstream>
     <remote-id type="sourceforge">treewm</remote-id>
   </upstream>

diff --git a/x11-wm/treewm/treewm-0.4.5-r2.ebuild b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
index 78121114220..a94abe2ab16 100644
--- a/x11-wm/treewm/treewm-0.4.5-r2.ebuild
+++ b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/treewm/${P}.tar.bz2"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="ppc sparc x86"
+KEYWORDS="~amd64 ppc sparc x86"
 
 RDEPEND="
 	x11-libs/libX11


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/
@ 2022-03-20  0:16 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-20  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     60ac099df890a43d709d2af5c63456f6397e7d22
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:16:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:16:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ac099d

x11-wm/treewm: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-wm/treewm/treewm-0.4.5-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/treewm/treewm-0.4.5-r2.ebuild b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
index a94abe2ab166..e2f992385164 100644
--- a/x11-wm/treewm/treewm-0.4.5-r2.ebuild
+++ b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -35,7 +35,7 @@ src_prepare() {
 src_compile() {
 	# only compile treewm, not (x11-apps/){xprop,xkill}
 	emake treewm \
-		CXX=$(tc-getCXX) \
+		CXX="$(tc-getCXX)" \
 		CCOPTIONS="${CFLAGS}" \
 		EXTRA_LDOPTIONS="${LDFLAGS}" \
 		PREFIX="/usr" ROOT="${D}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/treewm/
@ 2024-09-24 11:39 Thomas Raschbacher
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Raschbacher @ 2024-09-24 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     72ed6e3644226a90a7ead5ba123d8169b698132c
Author:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 11:36:45 2024 +0000
Commit:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 11:38:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ed6e36

x11-wm/treewm: removed Variable in wrong scope (no revbump since it was not even used anyway)

Closes: https://bugs.gentoo.org/836123
Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>

 x11-wm/treewm/treewm-0.4.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/treewm/treewm-0.4.5-r2.ebuild b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
index d6e75741168c..375ab4e49479 100644
--- a/x11-wm/treewm/treewm-0.4.5-r2.ebuild
+++ b/x11-wm/treewm/treewm-0.4.5-r2.ebuild
@@ -38,7 +38,7 @@ src_compile() {
 		CXX="$(tc-getCXX)" \
 		CCOPTIONS="${CFLAGS}" \
 		EXTRA_LDOPTIONS="${LDFLAGS}" \
-		PREFIX="/usr" ROOT="${D}"
+		PREFIX="/usr"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-24 11:39 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox