public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkblayout-state/
@ 2018-03-17  8:35 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-03-17  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     27c925f82d0bd84aecb3f1173e36bc02e20fc4e7
Author:     Karl Linden <karl.j.linden <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 07:57:47 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 08:34:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c925f8

x11-misc/xkblayout-state: Initial commit

Closes: https://github.com/gentoo/gentoo/pull/6389
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/xkblayout-state/Manifest                  |  1 +
 x11-misc/xkblayout-state/metadata.xml              | 12 +++++++++
 .../xkblayout-state-0_p20180118.ebuild             | 31 ++++++++++++++++++++++
 .../xkblayout-state/xkblayout-state-9999.ebuild    | 26 ++++++++++++++++++
 4 files changed, 70 insertions(+)

diff --git a/x11-misc/xkblayout-state/Manifest b/x11-misc/xkblayout-state/Manifest
new file mode 100644
index 00000000000..a23c24b233a
--- /dev/null
+++ b/x11-misc/xkblayout-state/Manifest
@@ -0,0 +1 @@
+DIST xkblayout-state-0_p20180118.tar.gz 6853 BLAKE2B 1a8b3a9c89d9647bb8b9f6a2261f2e06f44f408823939268d60364fe532b9501e3c36d8f66cc1160f0b5432874d48046f848159842d09135a6cb4af658a8b248 SHA512 7618e920f8044324b7f4eb58d4e22ce076056d2d911cd950e6a862303c4b37f31f5919fec69c63173a7ff181d51849def4f6a78a407baf3012232f2f423bed00

diff --git a/x11-misc/xkblayout-state/metadata.xml b/x11-misc/xkblayout-state/metadata.xml
new file mode 100644
index 00000000000..b5f0b450d00
--- /dev/null
+++ b/x11-misc/xkblayout-state/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>karl.j.linden@gmail.com</email>
+		<name>Karl Linden</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild
new file mode 100644
index 00000000000..afbeba66bac
--- /dev/null
+++ b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+# Commit Date: 18 Jan 2018
+EGIT_COMMIT="45b752b130e077d5b1437d40b0a459e062aafa13"
+
+DESCRIPTION="A small program to get/set the current XKB layout"
+HOMEPAGE="https://github.com/nonpop/xkblayout-state"
+SRC_URI="https://github.com/nonpop/xkblayout-state/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake CXX="$(tc-getCXX)"
+}
+
+src_install() {
+	emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
+}

diff --git a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild
new file mode 100644
index 00000000000..b92c94a3366
--- /dev/null
+++ b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="A small program to get/set the current XKB layout"
+HOMEPAGE="https://github.com/nonpop/xkblayout-state"
+EGIT_REPO_URI="https://github.com/nonpop/xkblayout-state.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake CXX="$(tc-getCXX)"
+}
+
+src_install() {
+	emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkblayout-state/
@ 2023-02-22 19:56 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0d046b924d443618b43b25cd72f0a657fb18cf2a
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:48:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d046b92

x11-misc/xkblayout-state: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xkblayout-state/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xkblayout-state/metadata.xml b/x11-misc/xkblayout-state/metadata.xml
index bef24d2c2337..c61bb6c88c0f 100644
--- a/x11-misc/xkblayout-state/metadata.xml
+++ b/x11-misc/xkblayout-state/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">nonpop/xkblayout-state</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkblayout-state/
@ 2023-07-12 18:45 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-07-12 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ffc9d4343ec9463e634fc26f5504c8aecbc285f7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 11 11:45:51 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:37:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc9d434

x11-misc/xkblayout-state: remove live ebuild

Last commit was Nov 6 2021. Very few commits anyway over the past years.
There is no reason to keep a live ebuild.

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../xkblayout-state/xkblayout-state-9999.ebuild    | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild
deleted file mode 100644
index 12dd2ae2ff82..000000000000
--- a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit git-r3 toolchain-funcs
-
-DESCRIPTION="Small program to get/set the current XKB layout"
-HOMEPAGE="https://github.com/nonpop/xkblayout-state"
-EGIT_REPO_URI="https://github.com/nonpop/xkblayout-state.git"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake CXX="$(tc-getCXX)"
-}
-
-src_install() {
-	emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkblayout-state/
@ 2023-07-12 18:45 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-07-12 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fe3f50c52954d72ff14636dd560a56cf9c4e2631
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 11 11:50:38 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:37:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3f50c5

x11-misc/xkblayout-state: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31835
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/xkblayout-state/Manifest                  |  1 +
 .../xkblayout-state-0_p20211106.ebuild             | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-misc/xkblayout-state/Manifest b/x11-misc/xkblayout-state/Manifest
index a23c24b233aa..d9c77e8013ab 100644
--- a/x11-misc/xkblayout-state/Manifest
+++ b/x11-misc/xkblayout-state/Manifest
@@ -1 +1,2 @@
 DIST xkblayout-state-0_p20180118.tar.gz 6853 BLAKE2B 1a8b3a9c89d9647bb8b9f6a2261f2e06f44f408823939268d60364fe532b9501e3c36d8f66cc1160f0b5432874d48046f848159842d09135a6cb4af658a8b248 SHA512 7618e920f8044324b7f4eb58d4e22ce076056d2d911cd950e6a862303c4b37f31f5919fec69c63173a7ff181d51849def4f6a78a407baf3012232f2f423bed00
+DIST xkblayout-state-0_p20211106.tar.gz 7617 BLAKE2B 523a861c7cf79e2fc77ced1c411d54771f3ed4ed236ac89d8c89996a26e6fe4bf0d12f75ade9d9bebb1de9e233dcd6ca838dbf297df6f411caff0a27e47df5b5 SHA512 85d785ed767d1c29cd1710bc07894ebc94a18018afa211202929c82ac10e7efb06e5ce29d8de507cbd4c931d650e3c04e1452f63dad17a99a379e55761dbc15b

diff --git a/x11-misc/xkblayout-state/xkblayout-state-0_p20211106.ebuild b/x11-misc/xkblayout-state/xkblayout-state-0_p20211106.ebuild
new file mode 100644
index 000000000000..765479fe3bb9
--- /dev/null
+++ b/x11-misc/xkblayout-state/xkblayout-state-0_p20211106.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+# Commit Date: 06 Nov 2021
+EGIT_COMMIT="f311779ed95f43f1fdebed0f710ad84057e6fe19"
+
+DESCRIPTION="Small program to get/set the current XKB layout"
+HOMEPAGE="https://github.com/nonpop/xkblayout-state"
+SRC_URI="https://github.com/nonpop/xkblayout-state/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake CXX="$(tc-getCXX)"
+}
+
+src_install() {
+	emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkblayout-state/
@ 2023-07-12 18:45 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-07-12 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a510f4c6f92872366fca19e1ae4490f9ea7ffd1f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 11 11:45:28 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:37:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a510f4c6

x11-misc/xkblayout-state: fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild | 6 +++---
 x11-misc/xkblayout-state/xkblayout-state-9999.ebuild        | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild
index afbeba66bacf..e3ae97e16f45 100644
--- a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild
+++ b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,11 +8,11 @@ inherit toolchain-funcs
 # Commit Date: 18 Jan 2018
 EGIT_COMMIT="45b752b130e077d5b1437d40b0a459e062aafa13"
 
-DESCRIPTION="A small program to get/set the current XKB layout"
+DESCRIPTION="Small program to get/set the current XKB layout"
 HOMEPAGE="https://github.com/nonpop/xkblayout-state"
 SRC_URI="https://github.com/nonpop/xkblayout-state/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild
index b92c94a33662..12dd2ae2ff82 100644
--- a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild
+++ b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit git-r3 toolchain-funcs
 
-DESCRIPTION="A small program to get/set the current XKB layout"
+DESCRIPTION="Small program to get/set the current XKB layout"
 HOMEPAGE="https://github.com/nonpop/xkblayout-state"
 EGIT_REPO_URI="https://github.com/nonpop/xkblayout-state.git"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkblayout-state/
@ 2023-08-26 14:04 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-08-26 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     24391359a6d3fa46ba5c548aebfe2cf946080509
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:53:00 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 14:04:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24391359

x11-misc/xkblayout-state: drop 0_p20180118

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/xkblayout-state/Manifest                  |  1 -
 .../xkblayout-state-0_p20180118.ebuild             | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/x11-misc/xkblayout-state/Manifest b/x11-misc/xkblayout-state/Manifest
index d9c77e8013ab..fbfed7265a10 100644
--- a/x11-misc/xkblayout-state/Manifest
+++ b/x11-misc/xkblayout-state/Manifest
@@ -1,2 +1 @@
-DIST xkblayout-state-0_p20180118.tar.gz 6853 BLAKE2B 1a8b3a9c89d9647bb8b9f6a2261f2e06f44f408823939268d60364fe532b9501e3c36d8f66cc1160f0b5432874d48046f848159842d09135a6cb4af658a8b248 SHA512 7618e920f8044324b7f4eb58d4e22ce076056d2d911cd950e6a862303c4b37f31f5919fec69c63173a7ff181d51849def4f6a78a407baf3012232f2f423bed00
 DIST xkblayout-state-0_p20211106.tar.gz 7617 BLAKE2B 523a861c7cf79e2fc77ced1c411d54771f3ed4ed236ac89d8c89996a26e6fe4bf0d12f75ade9d9bebb1de9e233dcd6ca838dbf297df6f411caff0a27e47df5b5 SHA512 85d785ed767d1c29cd1710bc07894ebc94a18018afa211202929c82ac10e7efb06e5ce29d8de507cbd4c931d650e3c04e1452f63dad17a99a379e55761dbc15b

diff --git a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild
deleted file mode 100644
index e3ae97e16f45..000000000000
--- a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-# Commit Date: 18 Jan 2018
-EGIT_COMMIT="45b752b130e077d5b1437d40b0a459e062aafa13"
-
-DESCRIPTION="Small program to get/set the current XKB layout"
-HOMEPAGE="https://github.com/nonpop/xkblayout-state"
-SRC_URI="https://github.com/nonpop/xkblayout-state/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake CXX="$(tc-getCXX)"
-}
-
-src_install() {
-	emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
-}


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

end of thread, other threads:[~2023-08-26 14:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-12 18:45 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkblayout-state/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2023-08-26 14:04 Andreas Sturmlechner
2023-07-12 18:45 Conrad Kostecki
2023-07-12 18:45 Conrad Kostecki
2023-02-22 19:56 Sam James
2018-03-17  8:35 Michał Górny

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