* [gentoo-commits] repo/gentoo:master commit in: app-misc/esekeyd/
@ 2023-04-28 19:21 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2023-04-28 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 3c33fb6e89517d53a2ca8e1fb380e59d4a9585ac
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Apr 27 23:22:56 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 19:20:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c33fb6e
app-misc/esekeyd: update EAPI 7 -> 8
Update HOMEPAGE and SRC_URI (#905200).
Closes: https://bugs.gentoo.org/905200
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30784
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/esekeyd/Manifest | 1 +
app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild | 22 ++++++++++++++++++++++
app-misc/esekeyd/metadata.xml | 3 +++
3 files changed, 26 insertions(+)
diff --git a/app-misc/esekeyd/Manifest b/app-misc/esekeyd/Manifest
index 5f98b63c606f..2cbe0e028984 100644
--- a/app-misc/esekeyd/Manifest
+++ b/app-misc/esekeyd/Manifest
@@ -1 +1,2 @@
+DIST esekeyd-1.2.7.gh.tar.gz 10623 BLAKE2B 599813e046ddbd69c218dc823c760c3598d3f1ef0411e953f7c64adc00846b63912fc143baeca8acd9d4631e99e7fac79246309af06dce6bd852c3124604908e SHA512 cc6d227ee5138b4bbc6affcf5214c7233d9245532d69233afe2322121b04428e0708c923bea8db358fe5e0bd4a6b9d6f67f3dbd8fafd0accdff8508600929b0d
DIST esekeyd-1.2.7.tar.gz 104502 BLAKE2B d8060837e533c5c3fda11dc3a2d67f3010b820035d1f1a794c296a132f3dde3c17fe132257b996532ae6caa57fe2150c370aa71d03c2e48b9a88568498144769 SHA512 dc15623e0ffdd4cc7f3834b2becabf54ce61ea5190fd44734b2aa426db3d936cb5e3caada82357d6ed41db6eba41e9f792e453e2bb93c0fe62d87ac29651c89a
diff --git a/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild b/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild
new file mode 100644
index 000000000000..0405ac1bc018
--- /dev/null
+++ b/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Multimedia key daemon that uses the Linux event interface"
+HOMEPAGE="https://github.com/burghardt/esekeyd"
+SRC_URI="https://github.com/burghardt/esekeyd/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DOCS=( AUTHORS ChangeLog examples/example.conf NEWS README TODO )
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/app-misc/esekeyd/metadata.xml b/app-misc/esekeyd/metadata.xml
index 115e9d64a669..41f8531e5d0d 100644
--- a/app-misc/esekeyd/metadata.xml
+++ b/app-misc/esekeyd/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">burghardt/esekeyd</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/esekeyd/
@ 2023-04-29 22:13 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2023-04-29 22:13 UTC (permalink / raw
To: gentoo-commits
commit: aa61e19bcbd40d8718e97d0293d21e21e617748b
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Apr 29 13:30:43 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 22:13:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61e19b
app-misc/esekeyd: drop 1.2.7-r1
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30806
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild b/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild
deleted file mode 100644
index 0405ac1bc018..000000000000
--- a/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Multimedia key daemon that uses the Linux event interface"
-HOMEPAGE="https://github.com/burghardt/esekeyd"
-SRC_URI="https://github.com/burghardt/esekeyd/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-
-DOCS=( AUTHORS ChangeLog examples/example.conf NEWS README TODO )
-
-src_prepare() {
- default
- eautoreconf
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/esekeyd/
@ 2023-06-01 17:08 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-06-01 17:08 UTC (permalink / raw
To: gentoo-commits
commit: af6c0e665a4bf67d5cbc4611b850d5d721fe6e30
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 17:08:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 17:08:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6c0e66
app-misc/esekeyd: Stabilize 1.2.7-r2 amd64, #907643
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild b/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild
index 76b688ceeeaf..84d35683cd96 100644
--- a/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild
+++ b/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
PATCHES=(
"${FILESDIR}/1.2.7-fix-revision.patch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/esekeyd/
@ 2023-06-01 17:09 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-06-01 17:09 UTC (permalink / raw
To: gentoo-commits
commit: f20b887a425935ff9cc6bef69e8632e4c81debae
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 17:09:19 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 17:09:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20b887a
app-misc/esekeyd: Stabilize 1.2.7-r2 x86, #907643
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild b/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild
index 84d35683cd96..4ba1d3e5b7b5 100644
--- a/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild
+++ b/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
PATCHES=(
"${FILESDIR}/1.2.7-fix-revision.patch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/esekeyd/
@ 2024-09-03 17:45 Petr Vaněk
0 siblings, 0 replies; 5+ messages in thread
From: Petr Vaněk @ 2024-09-03 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 8cbb30403edf46f1f700b6fec5a465c82b3c97ab
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 17:26:55 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 17:44:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbb3040
app-misc/esekeyd: drop 1.2.7
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-misc/esekeyd/Manifest | 1 -
app-misc/esekeyd/esekeyd-1.2.7.ebuild | 14 --------------
2 files changed, 15 deletions(-)
diff --git a/app-misc/esekeyd/Manifest b/app-misc/esekeyd/Manifest
index 2cbe0e028984..9bc100bf39f5 100644
--- a/app-misc/esekeyd/Manifest
+++ b/app-misc/esekeyd/Manifest
@@ -1,2 +1 @@
DIST esekeyd-1.2.7.gh.tar.gz 10623 BLAKE2B 599813e046ddbd69c218dc823c760c3598d3f1ef0411e953f7c64adc00846b63912fc143baeca8acd9d4631e99e7fac79246309af06dce6bd852c3124604908e SHA512 cc6d227ee5138b4bbc6affcf5214c7233d9245532d69233afe2322121b04428e0708c923bea8db358fe5e0bd4a6b9d6f67f3dbd8fafd0accdff8508600929b0d
-DIST esekeyd-1.2.7.tar.gz 104502 BLAKE2B d8060837e533c5c3fda11dc3a2d67f3010b820035d1f1a794c296a132f3dde3c17fe132257b996532ae6caa57fe2150c370aa71d03c2e48b9a88568498144769 SHA512 dc15623e0ffdd4cc7f3834b2becabf54ce61ea5190fd44734b2aa426db3d936cb5e3caada82357d6ed41db6eba41e9f792e453e2bb93c0fe62d87ac29651c89a
diff --git a/app-misc/esekeyd/esekeyd-1.2.7.ebuild b/app-misc/esekeyd/esekeyd-1.2.7.ebuild
deleted file mode 100644
index ba1cc0bce966..000000000000
--- a/app-misc/esekeyd/esekeyd-1.2.7.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Multimedia key daemon that uses the Linux event interface"
-HOMEPAGE="http://freshmeat.net/projects/esekeyd/"
-SRC_URI="http://www.burghardt.pl/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-
-DOCS=( AUTHORS ChangeLog examples/example.conf NEWS README TODO )
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-09-03 17:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28 19:21 [gentoo-commits] repo/gentoo:master commit in: app-misc/esekeyd/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2023-04-29 22:13 Conrad Kostecki
2023-06-01 17:08 Arthur Zamarin
2023-06-01 17:09 Arthur Zamarin
2024-09-03 17:45 Petr Vaněk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox