* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2018-10-07 14:02 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2018-10-07 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 8a6c1395a6754d3931ea5e601eb3eedac30796c9
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Oct 5 19:38:56 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 7 14:00:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6c1395
media-libs/libggiwmh: fix HOMEPAGE, use HTTPS, update DESCRIPTION
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild
index 20e6757cda5..ae533a70809 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
-DESCRIPTION="Library for General Graphics Interface"
-HOMEPAGE="http://www.ggi-project.org"
+DESCRIPTION="Window manager hints extensions for libggi"
+HOMEPAGE="https://ibiblio.org/ggicore/packages/libggiwmh.html"
SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2018-10-07 14:02 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2018-10-07 14:02 UTC (permalink / raw
To: gentoo-commits
commit: ea3596b1ab12209deb537a4cd0e4c04e1deb1104
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Oct 5 19:42:22 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 7 14:02:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3596b1
media-libs/libggiwmh: EAPI7 revbump, improve ebuild
* Removes all *.la files
* Disables static build
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://bugs.gentoo.org/667848
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 36 ++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
new file mode 100644
index 00000000000..67cd8c2664d
--- /dev/null
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Window manager hints extensions for libggi"
+HOMEPAGE="https://ibiblio.org/ggicore/packages/libggiwmh.html"
+SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="X"
+
+RDEPEND=">=media-libs/libggi-2.2.2
+ X? (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXxf86dga
+ x11-libs/libXxf86vm
+ )"
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README doc/libggiwmh{,-functions,-libraries}.txt )
+
+src_configure() {
+ econf \
+ $(use_enable X x) \
+ $(use_with X x) \
+ --disable-static
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2019-02-11 7:13 Sergei Trofimovich
0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2019-02-11 7:13 UTC (permalink / raw
To: gentoo-commits
commit: 73643be9ee7b8e884eab839547159d3d3b21950b
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Feb 11 06:19:41 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 07:12:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73643be9
media-libs/libggiwmh: stable 0.3.2-r1 for sparc, bug #677636
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index 67cd8c2664d..22ed7a03335 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2019-02-12 8:11 Sergei Trofimovich
0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2019-02-12 8:11 UTC (permalink / raw
To: gentoo-commits
commit: af55bd9d78d39d8e2d9e725348be5870103e6e01
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 08:04:10 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 08:04:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af55bd9d
media-libs/libggiwmh: stable 0.3.2-r1 for hppa, bug #677636
Package-Manager: Portage-2.3.60, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index 40a82cbd99d..4d0054ef079 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2019-02-12 8:12 Sergei Trofimovich
0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2019-02-12 8:12 UTC (permalink / raw
To: gentoo-commits
commit: 0eef9331d39a14930e7b37569d603f49105995d4
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 08:12:36 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 08:12:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eef9331
media-libs/libggiwmh: stable 0.3.2-r1 for ia64, bug #677636
Package-Manager: Portage-2.3.60, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index 4d0054ef079..4b93dd1c9a0 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ia64 ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2019-02-12 21:03 Sergei Trofimovich
0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2019-02-12 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 795eaf758dafca8e2d9bfb8818cc324cef6c0214
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 08:17:18 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 21:00:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795eaf75
media-libs/libggiwmh: stable 0.3.2-r1 for ppc64, bug #677636
Package-Manager: Portage-2.3.60, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index 4b93dd1c9a0..0b5d5f319ee 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2019-02-15 15:46 Thomas Deutschmann
0 siblings, 0 replies; 13+ messages in thread
From: Thomas Deutschmann @ 2019-02-15 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 3f4ef25d272cf9b4c6480ec14079bdd5e4acb729
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 14:59:01 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 15:46:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4ef25d
media-libs/libggiwmh: x86 stable (bug #677636)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index 0b5d5f319ee..32987db4d41 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2019-02-17 9:32 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2019-02-17 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 68c9dd4ce32a22838ddbb841c15c3eabfd8294fe
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 09:31:46 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 09:31:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c9dd4c
media-libs/libggiwmh: amd64 stable wrt bug #677636
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index 32987db4d41..dd28c413ec2 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2019-03-10 15:39 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2019-03-10 15:39 UTC (permalink / raw
To: gentoo-commits
commit: 555c881aeff93e79fe9c49e24e3499e13b5cb855
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 15:39:20 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 15:39:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555c881a
media-libs/libggiwmh: alpha stable wrt bug #677636
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index dd28c413ec2..d4a322807f2 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2019-03-18 7:50 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2019-03-18 7:50 UTC (permalink / raw
To: gentoo-commits
commit: fbb8575b6fcba2589bad60e04d8bee0b6aade662
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 16:29:25 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 07:50:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb8575b
media-libs/libggiwmh: remove old.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2.ebuild | 30 -----------------------------
1 file changed, 30 deletions(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild
deleted file mode 100644
index ae533a70809..00000000000
--- a/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Window manager hints extensions for libggi"
-HOMEPAGE="https://ibiblio.org/ggicore/packages/libggiwmh.html"
-SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="X"
-
-RDEPEND=">=media-libs/libggi-2.2.2
- X? ( x11-libs/libXxf86vm
- x11-libs/libXxf86dga
- x11-libs/libXext
- x11-libs/libX11 )"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf $(use_enable X x) $(use_with X x)
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc ChangeLog README doc/*.txt
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2022-03-14 10:48 Yixun Lan
0 siblings, 0 replies; 13+ messages in thread
From: Yixun Lan @ 2022-03-14 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 7370d404e928801ce33cc7ccadeb59db78946b1f
Author: Han Gao <rabenda.cn <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 10:41:46 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 10:34:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7370d404
media-libs/libggiwmh: ~riscv keywording
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Han Gao <rabenda.cn <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
index 699e643a96bd..3d92579a0e83 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
IUSE="X"
RDEPEND=">=media-libs/libggi-2.2.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2025-02-14 5:27 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-02-14 5:27 UTC (permalink / raw
To: gentoo-commits
commit: 620473cf6c6d1ee84325a277ba664e680bbdcb5a
Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Thu Feb 13 15:30:26 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 05:22:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620473cf
media-libs/libggiwmh: update EAPI 7 -> 8, fix impl decls in configure
Autoreconf, but non-regenerated acinclude.m4 needs to be removed
Closes: https://bugs.gentoo.org/899822
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40558
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild | 46 ++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild
new file mode 100644
index 000000000000..50df6bba01fd
--- /dev/null
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Window manager hints extensions for libggi"
+HOMEPAGE="https://ibiblio.org/ggicore/packages/libggiwmh.html"
+SRC_URI="https://downloads.sourceforge.net/ggi/${P}.src.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="X"
+
+RDEPEND=">=media-libs/libggi-2.2.2
+ X? (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXxf86dga
+ x11-libs/libXxf86vm
+ )"
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README doc/libggiwmh{,-functions,-libraries}.txt )
+
+src_prepare() {
+ default
+
+ # https://bugs.gentoo.org/899822
+ rm acinclude.m4 || die #it's not regenerated and breaks libggi check
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable X x) \
+ $(use_with X x) \
+ --disable-static
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
@ 2025-02-14 5:27 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-02-14 5:27 UTC (permalink / raw
To: gentoo-commits
commit: b09e1307d374b0c8928177041a7cf783e3c8cd5b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 05:23:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 05:23:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09e1307
media-libs/libggiwmh: drop redundant --disable-static
implied by EAPI 8.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild
index 50df6bba01fd..2aa255028000 100644
--- a/media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild
+++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r2.ebuild
@@ -36,8 +36,7 @@ src_prepare() {
src_configure() {
econf \
$(use_enable X x) \
- $(use_with X x) \
- --disable-static
+ $(use_with X x)
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2025-02-14 5:27 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-07 14:02 [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2018-10-07 14:02 Andreas Sturmlechner
2019-02-11 7:13 Sergei Trofimovich
2019-02-12 8:11 Sergei Trofimovich
2019-02-12 8:12 Sergei Trofimovich
2019-02-12 21:03 Sergei Trofimovich
2019-02-15 15:46 Thomas Deutschmann
2019-02-17 9:32 Mikle Kolyada
2019-03-10 15:39 Mikle Kolyada
2019-03-18 7:50 Patrice Clement
2022-03-14 10:48 Yixun Lan
2025-02-14 5:27 Sam James
2025-02-14 5:27 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox