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

commit:     fc9252c600ad28ffa0415cf63ba1a0039ad99568
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 06:50:26 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 06:50:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9252c6

x11-wm/windowlab: switch to default_src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.7

 x11-wm/windowlab/windowlab-1.40-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-wm/windowlab/windowlab-1.40-r1.ebuild b/x11-wm/windowlab/windowlab-1.40-r1.ebuild
index 45087d82b6c..2ee8f320435 100644
--- a/x11-wm/windowlab/windowlab-1.40-r1.ebuild
+++ b/x11-wm/windowlab/windowlab-1.40-r1.ebuild
@@ -33,8 +33,7 @@ pkg_setup() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
-	dodoc CHANGELOG README TODO
+	default
 
 	exeinto /etc/X11/Sessions
 	cat <<- EOF > "${T}"/${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/
@ 2018-06-03  6:57 Mikle Kolyada
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-06-03  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     73d3e385d787666ff7204d86726ed3b3e639a770
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 06:56:59 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 06:56:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d3e385

x11-wm/windowlab: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.7

 x11-wm/windowlab/Manifest              |  1 -
 x11-wm/windowlab/windowlab-1.34.ebuild | 56 ----------------------------------
 2 files changed, 57 deletions(-)

diff --git a/x11-wm/windowlab/Manifest b/x11-wm/windowlab/Manifest
index cde6438620d..368bab2bb4b 100644
--- a/x11-wm/windowlab/Manifest
+++ b/x11-wm/windowlab/Manifest
@@ -1,2 +1 @@
-DIST windowlab-1.34.tar 163840 BLAKE2B 5a4a310f3a9ef4047d6374119c3b9d6239ab450bb11139dc1686e57848d9f5125bab603f7b28a0b33e21403049176e14473d783e503604b7b83a229fd1e410eb SHA512 1d24065fdc2e66d9906d7a1c383d547f677db3c1343176501251637588c7683c08c2803473a505097cafda38486efbdc055bf9597c9ce00456c5ae0d1781e930
 DIST windowlab-1.40.tar 174080 BLAKE2B 9091565b40e886f921f33251c293b39ad4ec544a98d91046e52fa4e1aae66141934645e724ee224750dd7c50fba5a45fe2b4482c46e860c752a10c2b00dd05a5 SHA512 abea16f4f85f846d426fecce548cef2bf867fc6545a720ec2d3a8d93eb5a4abd6942e44534bb7faef6cffe0551181764effa99d835b8f067a1510f7d50af6d3d

diff --git a/x11-wm/windowlab/windowlab-1.34.ebuild b/x11-wm/windowlab/windowlab-1.34.ebuild
deleted file mode 100644
index 56ce2b4b3c0..00000000000
--- a/x11-wm/windowlab/windowlab-1.34.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="small and simple window manager of novel design"
-HOMEPAGE="http://www.nickgravgaard.com/windowlab/"
-SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86"
-IUSE="truetype"
-
-RDEPEND="truetype? ( x11-libs/libXft )
-	x11-libs/libXext"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	x11-base/xorg-proto"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${PN}-1.34-fixed-font.patch"
-}
-
-src_compile() {
-	if use truetype ; then
-		export DEFINES=-DXFT
-		export EXTRA_INC=$(pkg-config --cflags xft)
-		export EXTRA_LIBS=$(pkg-config --libs xft)
-	fi
-	emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-	dobin ${PN} || die
-
-	newman ${PN}.1x ${PN}.1 || die
-	dodoc CHANGELOG README TODO || die
-
-	dodir /etc/X11/${PN} || die
-	insinto /etc/X11/${PN}
-	doins ${PN}.menurc || die
-
-	dodir /etc/X11/Sessions || die
-	echo "/usr/bin/${PN}" > ${D}/etc/X11/Sessions/${PN}
-	fperms a+x /etc/X11/Sessions/${PN}
-}
-
-pkg_postinst() {
-	elog "${PN}'s menu config file has been changed from"
-	elog "/etc/X11/${PN}/menurc to /etc/X11/${PN}/${PN}.menurc"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/
@ 2018-06-03  6:57 Mikle Kolyada
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-06-03  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a4c4c4ccb10656d5a5cac98af77ee09471a8af0a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 06:56:23 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 06:56:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c4c4cc

x11-wm/windowlab: amd64/x86/ppc stable wrt bug #657180

Package-Manager: Portage-2.3.40, Repoman-2.3.7

 x11-wm/windowlab/windowlab-1.40-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/windowlab/windowlab-1.40-r1.ebuild b/x11-wm/windowlab/windowlab-1.40-r1.ebuild
index 2ee8f320435..9d51612cab0 100644
--- a/x11-wm/windowlab/windowlab-1.40-r1.ebuild
+++ b/x11-wm/windowlab/windowlab-1.40-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~mips ppc x86"
 IUSE="truetype"
 
 RDEPEND="truetype? ( x11-libs/libXft )


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/
@ 2021-04-13  0:26 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-13  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     acc2679259137e745ac81da9ed21f0486496fa85
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 05:15:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 00:26:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc26792

x11-wm/windowlab: call pkg-config via toolchain-funcs.eclass helper

This ensures we call the correct pkg-config in e.g. cross.

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-wm/windowlab/windowlab-1.40-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-wm/windowlab/windowlab-1.40-r1.ebuild b/x11-wm/windowlab/windowlab-1.40-r1.ebuild
index 9d51612cab0..b8af8cf8cf7 100644
--- a/x11-wm/windowlab/windowlab-1.40-r1.ebuild
+++ b/x11-wm/windowlab/windowlab-1.40-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,8 +26,8 @@ PATCHES=( "${FILESDIR}/${PN}-1.34-fixed-font.patch"
 pkg_setup() {
 	if use truetype ; then
 		export DEFINES=-DXFT
-		export EXTRA_INC=$(pkg-config --cflags xft)
-		export EXTRA_LIBS=$(pkg-config --libs xft)
+		export EXTRA_INC=$($(tc-getPKG_CONFIG) --cflags xft)
+		export EXTRA_LIBS=$($(tc-getPKG_CONFIG) --libs xft)
 	fi
 	tc-export CC
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/
@ 2022-08-29  7:14 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2022-08-29  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     85c42a9061309450e049ee757498019354c38256
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:13:52 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:13:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c42a90

x11-wm/windowlab: ppc stable wrt bug #867154

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-wm/windowlab/windowlab-1.40-r2.ebuild b/x11-wm/windowlab/windowlab-1.40-r2.ebuild
index 521a807b40c7..570d50f38f54 100644
--- a/x11-wm/windowlab/windowlab-1.40-r2.ebuild
+++ b/x11-wm/windowlab/windowlab-1.40-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~mips ppc ~x86"
 IUSE="truetype"
 
 RDEPEND="truetype? ( x11-libs/libXft )


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/
@ 2022-08-29  7:22 Joonas Niilola
  0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2022-08-29  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5bb688331b913f4bd0b89647dcaf7ea9c7cbdd1e
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:08:59 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb68833

x11-wm/windowlab: Stabilize 1.40-r2 x86, #867154

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/x11-wm/windowlab/windowlab-1.40-r2.ebuild b/x11-wm/windowlab/windowlab-1.40-r2.ebuild
index efc4ace2b01a..250ff0d6f450 100644
--- a/x11-wm/windowlab/windowlab-1.40-r2.ebuild
+++ b/x11-wm/windowlab/windowlab-1.40-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc ~x86"
+KEYWORDS="amd64 ~mips ppc x86"
 IUSE="truetype"
 
 RDEPEND="truetype? ( x11-libs/libXft )


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/
@ 2022-08-29  7:22 Joonas Niilola
  0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2022-08-29  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3b7f361fa223462ad2bec17463f4a870d9f2f320
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:08:19 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7f361f

x11-wm/windowlab: Stabilize 1.40-r2 amd64, #867154

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/x11-wm/windowlab/windowlab-1.40-r2.ebuild b/x11-wm/windowlab/windowlab-1.40-r2.ebuild
index 570d50f38f54..efc4ace2b01a 100644
--- a/x11-wm/windowlab/windowlab-1.40-r2.ebuild
+++ b/x11-wm/windowlab/windowlab-1.40-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ppc ~x86"
+KEYWORDS="amd64 ~mips ppc ~x86"
 IUSE="truetype"
 
 RDEPEND="truetype? ( x11-libs/libXft )


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/
@ 2022-08-29  8:38 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a23308788910b18797d673c4b019b77db76f1895
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:59:15 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2330878

x11-wm/windowlab: drop 1.40-r1, EAPI-6--

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

 x11-wm/windowlab/windowlab-1.40-r1.ebuild | 49 -------------------------------
 1 file changed, 49 deletions(-)

diff --git a/x11-wm/windowlab/windowlab-1.40-r1.ebuild b/x11-wm/windowlab/windowlab-1.40-r1.ebuild
deleted file mode 100644
index b8af8cf8cf79..000000000000
--- a/x11-wm/windowlab/windowlab-1.40-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="small and simple window manager of novel design"
-HOMEPAGE="http://www.nickgravgaard.com/windowlab/"
-SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86"
-IUSE="truetype"
-
-RDEPEND="truetype? ( x11-libs/libXft )
-	x11-libs/libXext"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	x11-base/xorg-proto"
-
-PATCHES=( "${FILESDIR}/${PN}-1.34-fixed-font.patch"
-	  "${FILESDIR}/${P}-gentoo.diff" )
-
-pkg_setup() {
-	if use truetype ; then
-		export DEFINES=-DXFT
-		export EXTRA_INC=$($(tc-getPKG_CONFIG) --cflags xft)
-		export EXTRA_LIBS=$($(tc-getPKG_CONFIG) --libs xft)
-	fi
-	tc-export CC
-}
-
-src_install() {
-	default
-
-	exeinto /etc/X11/Sessions
-	cat <<- EOF > "${T}"/${PN}
-		#!/bin/sh
-		exec /usr/bin/${PN}
-	EOF
-	doexe "${T}"/${PN}
-}
-
-pkg_postinst() {
-	elog "${PN}'s menu config file has been changed from"
-	elog "/etc/X11/${PN}/menurc to /etc/X11/${PN}/${PN}.menurc"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/
@ 2022-10-20  3:54 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-10-20  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     912e7f60516b06e31eb86b6b1a2c07f4c52cc8ca
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed Oct 19 09:35:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 03:52:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912e7f60

x11-wm/windowlab: fix metadata indentation

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-wm/windowlab/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/windowlab/metadata.xml b/x11-wm/windowlab/metadata.xml
index d4ceebc1842a..6d38fe93ff90 100644
--- a/x11-wm/windowlab/metadata.xml
+++ b/x11-wm/windowlab/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
+	<!-- maintainer-needed -->
+	<longdescription>
 	WindowLab is a small and simple window manager of novel design.
 
 	It has a click-to-focus but not raise-on-focus policy, a


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

end of thread, other threads:[~2022-10-20  3:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-13  0:26 [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowlab/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-10-20  3:54 Sam James
2022-08-29  8:38 Andreas Sturmlechner
2022-08-29  7:22 Joonas Niilola
2022-08-29  7:22 Joonas Niilola
2022-08-29  7:14 Agostino Sarubbo
2018-06-03  6:57 Mikle Kolyada
2018-06-03  6:57 Mikle Kolyada
2018-06-03  6:50 Mikle Kolyada

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