public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxkb/
@ 2017-12-05 15:18 Bernard Cafarelli
  0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2017-12-05 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     29b3af98ffc1fc56440596a42e4bc483e4729d99
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 14:20:50 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 15:10:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b3af98

x11-plugins/wmxkb: update SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmxkb/Manifest           | 2 +-
 x11-plugins/wmxkb/wmxkb-1.2.2.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmxkb/Manifest b/x11-plugins/wmxkb/Manifest
index b8df19e3482..0e8550b0aff 100644
--- a/x11-plugins/wmxkb/Manifest
+++ b/x11-plugins/wmxkb/Manifest
@@ -1 +1 @@
-DIST wmxkb-1.2.2.tar.gz 196726 SHA256 26c3d7404543b5f6e5feedc4edde5217a0ba750852fb1a36297adaf77bff322f SHA512 4439c532cc2e0dbcbfd04664420fbdfdf65db47961d2b3374049bb78e20589478c2d3e07d01f1936ce7ace24f5da553546597fa7805c27bba45ac1dfc26d8f54 WHIRLPOOL 53dcf388f241a5bff2a1f20a304a6a5636a88ab7bf327b1424d34cdd25aed5bd38d3d1d1b346fb5244fef21071e904c06f3c94d82969a6cb4656d2970a5b42ed
+DIST wmxkb-1.2.2.tar.gz 196726 BLAKE2B df0ae8275c82c4fb8965ef6761c82831edfccaf074fdc907ca4bf6b37fb853f6ccb31a05a76c0c392c8b9604a2f03af3bb1e7ed6918c2da09c2757ff93f8965d SHA512 4439c532cc2e0dbcbfd04664420fbdfdf65db47961d2b3374049bb78e20589478c2d3e07d01f1936ce7ace24f5da553546597fa7805c27bba45ac1dfc26d8f54

diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
index 392e6c64abe..af99220d04e 100644
--- a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
+++ b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2
@@ -6,7 +6,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Dockable keyboard layout switcher for Window Maker"
 HOMEPAGE="http://wmalms.tripod.com/#WMXKB"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="http://wmalms.tripod.com/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxkb/
@ 2018-07-26  3:58 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2018-07-26  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     bca07d8f820858faa9e0b4e74932fcb51c5c5101
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jul 24 18:43:02 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 03:43:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca07d8f

x11-plugins/wmxkb: EAPI7, improve ebuild

 x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild | 40 +++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
new file mode 100644
index 00000000000..c1686dffe7d
--- /dev/null
+++ b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Dockable keyboard layout switcher for Window Maker"
+HOMEPAGE="http://wmalms.tripod.com/#WMXKB"
+SRC_URI="http://wmalms.tripod.com/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXt
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+DOCS=( CHANGES README )
+HTML_DOCS=( doc/manual{,_body,_title}.html )
+
+src_prepare() {
+	default
+	sed -i -e 's:$(LD) -o:$(CC) $(LDFLAGS) -o:' Makefile.in || die #336528
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin wmxkb
+	insinto /usr/share/pixmaps/wmxkb
+	doins pixmaps/*.xpm
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxkb/
@ 2018-09-19 18:29 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-09-19 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d6e6831de462eabba4b64d081488b2b659c59418
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 18:20:42 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 18:28:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e6831d

x11-plugins/wmxkb: x86 stable (bug #666088)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
index c1686dffe7d..c22114f48ac 100644
--- a/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
+++ b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://wmalms.tripod.com/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libXt


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxkb/
@ 2018-09-19 19:15 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-09-19 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6632a9f4bbe5737da790cc007f1507610a230d63
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 19:14:53 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 19:14:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6632a9f4

x11-plugins/wmxkb: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wmxkb/wmxkb-1.2.2.ebuild | 39 ------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
deleted file mode 100644
index 37bfd003969..00000000000
--- a/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit toolchain-funcs
-
-DESCRIPTION="Dockable keyboard layout switcher for Window Maker"
-HOMEPAGE="http://wmalms.tripod.com/#WMXKB"
-SRC_URI="http://wmalms.tripod.com/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXext
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-src_prepare() {
-	sed -i -e 's:$(LD) -o:$(CC) $(LDFLAGS) -o:' Makefile.in || die #336528
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
-	dobin wmxkb || die #242188
-
-	insinto /usr/share/pixmaps/wmxkb
-	doins pixmaps/*.xpm || die
-
-	dodoc CHANGES README || die #350496
-	dohtml doc/*.html || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxkb/
@ 2023-03-10 10:57 Bernard Cafarelli
  0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli @ 2023-03-10 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a5ef35d8e3632710ea029cf4177557e863947789
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 10:52:09 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 10:57:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ef35d8

x11-plugins/wmxkb: fix implicit function  declarations in configure

Closes: https://bugs.gentoo.org/899066
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
index c22114f48ac8..9ada95c7ec20 100644
--- a/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
+++ b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Dockable keyboard layout switcher for Window Maker"
 HOMEPAGE="http://wmalms.tripod.com/#WMXKB"
@@ -26,6 +26,7 @@ HTML_DOCS=( doc/manual{,_body,_title}.html )
 src_prepare() {
 	default
 	sed -i -e 's:$(LD) -o:$(CC) $(LDFLAGS) -o:' Makefile.in || die #336528
+	eautoreconf
 }
 
 src_compile() {


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

end of thread, other threads:[~2023-03-10 10:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 15:18 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxkb/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2018-07-26  3:58 David Seifert
2018-09-19 18:29 Thomas Deutschmann
2018-09-19 19:15 Mikle Kolyada
2023-03-10 10:57 Bernard Cafarelli

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