public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/numlockx/
@ 2021-02-25  9:15 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2021-02-25  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f1a0c0999145e288fa5a3e2fc3ca5f080c547437
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Thu Feb 25 09:14:55 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 09:14:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a0c099

x11-misc/numlockx: EAPI-7 bump + respect LDFLAGS

LDFLAGS were used for building but not the -lXext/Xtst configure tests.

Also removed HOMEPAGE, upstream doesn't seem to exist anymore.

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/numlockx/numlockx-1.2.ebuild | 30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)

diff --git a/x11-misc/numlockx/numlockx-1.2.ebuild b/x11-misc/numlockx/numlockx-1.2.ebuild
index bd6dcd1d7a2..5d4050ff9f5 100644
--- a/x11-misc/numlockx/numlockx-1.2.ebuild
+++ b/x11-misc/numlockx/numlockx-1.2.ebuild
@@ -1,38 +1,34 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 inherit autotools
 
-DESCRIPTION="Turns on numlock in X"
-HOMEPAGE="https://home.kde.org/~seli/numlockx/"
+DESCRIPTION="Changes keyboard's numlock state under X"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86"
-IUSE=""
 
 RDEPEND="
 	x11-libs/libX11
 	x11-libs/libXext
-	x11-libs/libXtst
-"
+	x11-libs/libXtst"
 DEPEND="
 	${RDEPEND}
-	x11-base/xorg-proto
-"
+	x11-base/xorg-proto"
 
 src_prepare() {
-	sed -i \
-		-e '/^K_.*$/d' \
-		-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
-		configure.in || die
-	sed -i -e 's,@X_[_A-Z]\+@,,g' Makefile.am || die
+	default
+	mv configure.{in,ac} || die
+	sed -i '/^K_/d; s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die
+	sed -i 's/@X_.*@//g' Makefile.am || die
 	eautoreconf
 }
 
-src_install() {
-	dobin ${PN}
-	dodoc AUTHORS README
+src_configure() {
+	econf X_LDFLAGS="${LDFLAGS}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/numlockx/
@ 2021-02-25  9:15 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2021-02-25  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7c67ff1fd43a2e8831efee5811b25715adc6abd3
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Thu Feb 25 09:14:52 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 09:14:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c67ff1f

x11-misc/numlockx: adopt through proxy-maint

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/numlockx/metadata.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/x11-misc/numlockx/metadata.xml b/x11-misc/numlockx/metadata.xml
index 2ba8e9e851e..d91810780a6 100644
--- a/x11-misc/numlockx/metadata.xml
+++ b/x11-misc/numlockx/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>sudinave@gmail.com</email>
+		<name>Ionen Wolkens</name>
+	</maintainer>
 	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
 	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/numlockx/
@ 2022-04-27  6:59 Yixun Lan
  0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2022-04-27  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d5c0da4e88314e6ad0744a5a91b2579a5c75cad4
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 06:51:13 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 06:59:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c0da4e

x11-misc/numlockx: keyword 1.2 for ~riscv

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-misc/numlockx/numlockx-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/numlockx/numlockx-1.2.ebuild b/x11-misc/numlockx/numlockx-1.2.ebuild
index 5d4050ff9f5c..60e3534a37fc 100644
--- a/x11-misc/numlockx/numlockx-1.2.ebuild
+++ b/x11-misc/numlockx/numlockx-1.2.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
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/numlockx/
@ 2022-09-28  2:35 Ionen Wolkens
  0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2022-09-28  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     28047ff825fbe2234370e3b58dc6454dbf84c833
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 23:54:51 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 02:34:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28047ff8

x11-misc/numlockx: EAPI 7->8

Just quick tidy'ing and cleanup of .in->.ac, should not
need a revbump here.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/numlockx/numlockx-1.2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-misc/numlockx/numlockx-1.2.ebuild b/x11-misc/numlockx/numlockx-1.2.ebuild
index 60e3534a37fc..a1eb8fc18389 100644
--- a/x11-misc/numlockx/numlockx-1.2.ebuild
+++ b/x11-misc/numlockx/numlockx-1.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
@@ -23,9 +23,10 @@ DEPEND="
 
 src_prepare() {
 	default
-	mv configure.{in,ac} || die
-	sed -i '/^K_/d; s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die
+
+	sed -i '/^K_/d; s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in || die
 	sed -i 's/@X_.*@//g' Makefile.am || die
+
 	eautoreconf
 }
 


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

end of thread, other threads:[~2022-09-28  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-27  6:59 [gentoo-commits] repo/gentoo:master commit in: x11-misc/numlockx/ Yixun Lan
  -- strict thread matches above, loose matches on Subject: below --
2022-09-28  2:35 Ionen Wolkens
2021-02-25  9:15 David Seifert
2021-02-25  9:15 David Seifert

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