* [gentoo-commits] repo/gentoo:master commit in: x11-misc/ydotool/
@ 2023-05-20 7:15 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-05-20 7:15 UTC (permalink / raw
To: gentoo-commits
commit: ce089df530f15eb155e78e11c05f1ec22d1bb84b
Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Sat May 20 06:14:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 07:15:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce089df5
x11-misc/ydotool: new package, add 1.0.4
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/31102
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/ydotool/Manifest | 1 +
x11-misc/ydotool/metadata.xml | 22 ++++++++++++++++++++++
x11-misc/ydotool/ydotool-1.0.4.ebuild | 21 +++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/x11-misc/ydotool/Manifest b/x11-misc/ydotool/Manifest
new file mode 100644
index 000000000000..9fe77b15836b
--- /dev/null
+++ b/x11-misc/ydotool/Manifest
@@ -0,0 +1 @@
+DIST ydotool-1.0.4.tar.gz 29364 BLAKE2B d021d0bc6cea3118cb91bd1e0cf0eab6b808925902c29274a417f16b0727998904085ca725411371284f222d7a043b9f3460725a07a911d40d0bd477d4fe9fcb SHA512 bbf66d752aa1dce9173c930e3a71bc277b330763b1aa0e38f9fec1976c282c64330251ba5abe222a991f4bcafbabf1312a940eb4b40a34bf99f628c2a41bc4a2
diff --git a/x11-misc/ydotool/metadata.xml b/x11-misc/ydotool/metadata.xml
new file mode 100644
index 000000000000..6144f457ca39
--- /dev/null
+++ b/x11-misc/ydotool/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zoltan@sinustrom.info</email>
+ <name>Zoltan Puskas</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ Generic Linux command-line automation tool (no X!) ou can use it on
+ anything as long as it accepts keyboard/mouse/whatever input. For
+ example, X11, text console, "RetroArch OS", fbdev apps
+ (fbterm/mplayer/SDL1/LittleVGL/Qt Embedded), etc.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">ReimuNotMoe/ydotool</remote-id>
+ <bugs-to>https://github.com/ReimuNotMoe/ydotool/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-misc/ydotool/ydotool-1.0.4.ebuild b/x11-misc/ydotool/ydotool-1.0.4.ebuild
new file mode 100644
index 000000000000..59f495186068
--- /dev/null
+++ b/x11-misc/ydotool/ydotool-1.0.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Generic command-line automation tool (no X!)"
+HOMEPAGE="https://github.com/ReimuNotMoe/ydotool"
+SRC_URI="https://github.com/ReimuNotMoe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="app-text/scdoc"
+
+src_install() {
+ cmake_src_install
+ newinitd Daemon/ydotool.service-openrc.in ydotoold
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/ydotool/
@ 2023-08-24 12:40 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-08-24 12:40 UTC (permalink / raw
To: gentoo-commits
commit: ec909670f18526c70aef0abaafd0faf9d4ae5b5c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 12:39:16 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 12:39:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec909670
x11-misc/ydotool: Stabilize 1.0.4-r2 amd64, #912952
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/ydotool/ydotool-1.0.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild b/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
index ff0493be7ad9..c0834b3c51a3 100644
--- a/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
+++ b/x11-misc/ydotool/ydotool-1.0.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ReimuNotMoe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="AGPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
BDEPEND="
app-text/scdoc
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/ydotool/
@ 2023-05-20 8:01 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-05-20 8:01 UTC (permalink / raw
To: gentoo-commits
commit: 17fa580d16f806ae901702ccce49d340a3b4ddb7
Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Sat May 20 07:53:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 08:01:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fa580d
x11-misc/ydotool: Update the OpenRC unit name
Name the OpenRC unit the same as upstream's systemd unit for
consistency, even though we are launching ydotoold.
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/31103
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/ydotool/{ydotool-1.0.4.ebuild => ydotool-1.0.4-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/ydotool/ydotool-1.0.4.ebuild b/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild
similarity index 89%
rename from x11-misc/ydotool/ydotool-1.0.4.ebuild
rename to x11-misc/ydotool/ydotool-1.0.4-r1.ebuild
index 05d76a2ed3da..7e5ec069a404 100644
--- a/x11-misc/ydotool/ydotool-1.0.4.ebuild
+++ b/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild
@@ -20,5 +20,5 @@ BDEPEND="
src_install() {
cmake_src_install
- newinitd Daemon/ydotool.service-openrc.in ydotoold
+ newinitd Daemon/ydotool.service-openrc.in ${PN}
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/ydotool/
@ 2023-05-20 7:15 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-05-20 7:15 UTC (permalink / raw
To: gentoo-commits
commit: 90778874f536be2453bbcd99ae20e50f1f6416f5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 07:15:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 07:15:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90778874
x11-misc/ydotool: add pkgconfig BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/ydotool/ydotool-1.0.4.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-misc/ydotool/ydotool-1.0.4.ebuild b/x11-misc/ydotool/ydotool-1.0.4.ebuild
index 59f495186068..05d76a2ed3da 100644
--- a/x11-misc/ydotool/ydotool-1.0.4.ebuild
+++ b/x11-misc/ydotool/ydotool-1.0.4.ebuild
@@ -13,7 +13,10 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-BDEPEND="app-text/scdoc"
+BDEPEND="
+ app-text/scdoc
+ virtual/pkgconfig
+"
src_install() {
cmake_src_install
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-24 12:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-20 7:15 [gentoo-commits] repo/gentoo:master commit in: x11-misc/ydotool/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-08-24 12:40 Sam James
2023-05-20 8:01 Sam James
2023-05-20 7:15 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox