public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2015-08-21 15:23 Bernard Cafarelli
  0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2015-08-21 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     603779c488d7028b93dad6e318171098b71edca2
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 15:20:59 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 15:20:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603779c4

x11-plugins/wmfsm: version bump

Package-Manager: portage-2.2.20.1

 x11-plugins/wmfsm/Manifest          |  1 +
 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest
index 25c88f9..01fc3de 100644
--- a/x11-plugins/wmfsm/Manifest
+++ b/x11-plugins/wmfsm/Manifest
@@ -1,2 +1,3 @@
 DIST wmfsm-0.34.tar.gz 105220 SHA256 8f2ac20fceb96cd2508aff2996e5c9896946345ec77b676190f46386b1ee571b SHA512 bf215d199e616c3f3d35d2556f208d76c9d5587e267d0dea3cdc48bc6b73c9216a35f5c683aa9cbfb425c01ff23e85c2a2f435fd87c82c8b26baa63dd7b03f08 WHIRLPOOL 5729efa3ed6896b40121f4f0911799861413f3e4483eec7c550609d9114b2aa3d2f9292d0a40d0cf35ce64034baf327573784854994fbdda3463c83f1624d696
 DIST wmfsm-0.35.tar.gz 21921 SHA256 a8c1a8cc4ff6f41503318fd86f00eaf93a2ddc7b5d84b613299a769e52db9463 SHA512 81f8090f835b1c4cb1f5bf562803bc1ff00c93e59f5f8eaa008c81507b27043999e5cc67f23c14ec785b2e179ff6bdd20e49f6d0f2f8d50556746662bddabbf2 WHIRLPOOL 1fad1d8e26b8caf9de232c47507d822750f3646563b42c2017008a126027ea00a83e46209c92fc09580eb223b8166738848a855ebb5e8a6cb9251c244ff8b6a4
+DIST wmfsm-0.36.tar.gz 20456 SHA256 81b84d66f9dcc681401b997a3bf927dc7f4280e884202d0cc7570a2317460f99 SHA512 d5d148f67f226e38a8b3c2475cdae9d93cb545ca79afe93060137b36f09a328db82b4561a6dd76abe7f5d59e944e8c8ed0f85ab1ff1727c659195c88d1d7406b WHIRLPOOL fcac308c30e7c7f94c2d9fb8e0215d548a6c48327badef19934fa697cbcf93b54a02c296a23b4ea48541c3e0a889836f0cb834948acf7ce2a2e4be9fec77f20c

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
new file mode 100644
index 0000000..f49a3c0
--- /dev/null
+++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+IUSE=""
+DESCRIPTION="dockapp for monitoring filesystem usage"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmfsm"
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXt
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}
+	x11-proto/xproto"
+
+src_prepare() {
+	sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed"
+
+	eautoreconf
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc AUTHORS ChangeLog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2015-08-23 20:35 Bernard Cafarelli
  0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2015-08-23 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     a9a0934633a3768f234f6a13cbc5d542ea706d4f
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 20:08:18 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 20:35:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a09346

x11-plugins/wmfsm: drop some versions

Package-Manager: portage-2.2.20.1

 x11-plugins/wmfsm/Manifest             |  1 -
 x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | 33 ------------------------------
 x11-plugins/wmfsm/wmfsm-0.35.ebuild    | 37 ----------------------------------
 3 files changed, 71 deletions(-)

diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest
index 01fc3de..91ecf17 100644
--- a/x11-plugins/wmfsm/Manifest
+++ b/x11-plugins/wmfsm/Manifest
@@ -1,3 +1,2 @@
 DIST wmfsm-0.34.tar.gz 105220 SHA256 8f2ac20fceb96cd2508aff2996e5c9896946345ec77b676190f46386b1ee571b SHA512 bf215d199e616c3f3d35d2556f208d76c9d5587e267d0dea3cdc48bc6b73c9216a35f5c683aa9cbfb425c01ff23e85c2a2f435fd87c82c8b26baa63dd7b03f08 WHIRLPOOL 5729efa3ed6896b40121f4f0911799861413f3e4483eec7c550609d9114b2aa3d2f9292d0a40d0cf35ce64034baf327573784854994fbdda3463c83f1624d696
-DIST wmfsm-0.35.tar.gz 21921 SHA256 a8c1a8cc4ff6f41503318fd86f00eaf93a2ddc7b5d84b613299a769e52db9463 SHA512 81f8090f835b1c4cb1f5bf562803bc1ff00c93e59f5f8eaa008c81507b27043999e5cc67f23c14ec785b2e179ff6bdd20e49f6d0f2f8d50556746662bddabbf2 WHIRLPOOL 1fad1d8e26b8caf9de232c47507d822750f3646563b42c2017008a126027ea00a83e46209c92fc09580eb223b8166738848a855ebb5e8a6cb9251c244ff8b6a4
 DIST wmfsm-0.36.tar.gz 20456 SHA256 81b84d66f9dcc681401b997a3bf927dc7f4280e884202d0cc7570a2317460f99 SHA512 d5d148f67f226e38a8b3c2475cdae9d93cb545ca79afe93060137b36f09a328db82b4561a6dd76abe7f5d59e944e8c8ed0f85ab1ff1727c659195c88d1d7406b WHIRLPOOL fcac308c30e7c7f94c2d9fb8e0215d548a6c48327badef19934fa697cbcf93b54a02c296a23b4ea48541c3e0a889836f0cb834948acf7ce2a2e4be9fec77f20c

diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
deleted file mode 100644
index 92b62b9..0000000
--- a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXt
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-proto/xproto
-	x11-proto/xextproto"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"/wmfsm
-	epatch "${FILESDIR}"/${P}.linux-fs.patch
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog
-}

diff --git a/x11-plugins/wmfsm/wmfsm-0.35.ebuild b/x11-plugins/wmfsm/wmfsm-0.35.ebuild
deleted file mode 100644
index e423809..0000000
--- a/x11-plugins/wmfsm/wmfsm-0.35.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools
-
-IUSE=""
-DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="http://windowmaker.org/dockapps/?name=wmfsm"
-# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
-SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXt
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-proto/xproto"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
-	sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed"
-
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2015-08-27  8:18 Bernard Cafarelli
  0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2015-08-27  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a02e006eef3391f5f59fb9785eac73886fe13870
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 08:03:43 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 08:18:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02e006e

x11-plugins/wmfsm: restore stable ebuild, bug #558860

This partially reverts commit a9a09346

 x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
new file mode 100644
index 0000000..92b62b9
--- /dev/null
+++ b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit eutils
+
+IUSE=""
+DESCRIPTION="dockapp for monitoring filesystem usage"
+HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc sparc x86"
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXt
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}
+	x11-proto/xproto
+	x11-proto/xextproto"
+
+src_unpack() {
+	unpack ${A}
+	cd "${S}"/wmfsm
+	epatch "${FILESDIR}"/${P}.linux-fs.patch
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die "make install failed"
+	dodoc AUTHORS ChangeLog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2016-04-09 14:14 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2016-04-09 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     54238d5529ed211c3ef70e6d2841f6c8ffb66466
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 14:13:17 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 14:13:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54238d55

x11-plugins/wmfsm: amd64 stable wrt bug #579234

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
index df50945..c23cbf5 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2016-04-09 14:17 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2016-04-09 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a3edb0b6986b5ee96e907f9e0e3d4e2a74274e00
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 14:16:14 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 14:16:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3edb0b6

x11-plugins/wmfsm: x86 stable wrt bug #579234

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
index c23cbf5..a75391d 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2018-05-05 19:28 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-05 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     718bb1c35643cbc451550d345682aee2549e5fe4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 30 09:03:55 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May  5 19:27:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718bb1c3

x11-plugins/wmfsm: use HTTPS

 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
index c140d7e0ff2..62f0eb72ea0 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit autotools
 
 IUSE=""
 DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="http://www.dockapps.net/wmfsm"
+HOMEPAGE="https://www.dockapps.net/wmfsm"
 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2018-07-26 20:33 Bernard Cafarelli
  0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2018-07-26 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     07b5fd136fac50a329f38d071cefc89a11efd109
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 22 12:52:03 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 20:30:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b5fd13

x11-plugins/wmfsm: EAPI7, improve ebuild

 x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
new file mode 100644
index 00000000000..c350aba8961
--- /dev/null
+++ b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="dockapp for monitoring filesystem usage"
+HOMEPAGE="https://www.dockapps.net/wmfsm"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXt
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+src_prepare() {
+	default
+	sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed"
+
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2021-10-16 17:38 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2021-10-16 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ef1b4c0362c4428cf3415b052d8ce4b848620782
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 17:37:53 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 17:37:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1b4c03

x11-plugins/wmfsm: drop 0.36

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
deleted file mode 100644
index 43937a34e43..00000000000
--- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-IUSE=""
-DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="https://www.dockapps.net/wmfsm"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXt
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-src_prepare() {
-	sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed"
-
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/
@ 2021-10-16 17:38 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2021-10-16 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4ad61d165ee6fdf9a42b0616f72d5e53633bd48f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 17:37:54 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 17:37:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad61d16

x11-plugins/wmfsm: update EAPI 5 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
index c350aba8961..9edd1516785 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 inherit autotools
 
@@ -13,7 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 
-RDEPEND=">=x11-libs/libdockapp-0.7:=
+RDEPEND="
+	>=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXt
@@ -23,7 +24,5 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
 	default
-	sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed"
-
 	eautoreconf
 }


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

end of thread, other threads:[~2021-10-16 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 15:23 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2015-08-23 20:35 Bernard Cafarelli
2015-08-27  8:18 Bernard Cafarelli
2016-04-09 14:14 Agostino Sarubbo
2016-04-09 14:17 Agostino Sarubbo
2018-05-05 19:28 Aaron Bauman
2018-07-26 20:33 Bernard Cafarelli
2021-10-16 17:38 David Seifert
2021-10-16 17:38 David Seifert

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