summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-20 10:17:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-20 10:17:50 +0100
commit399fa07bfac673a8846466b16c76549e329b55b8 (patch)
tree29af17ef91f1bd986b8e615a96b61db7fad5df14 /x11-misc
parent388a0747e5972613060d5ca13955b5cd7132533d (diff)
gentoo auto-resync : 20:05:2023 - 10:17:50
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/Manifest.gzbin46860 -> 47021 bytes
-rw-r--r--x11-misc/ydotool/Manifest3
-rw-r--r--x11-misc/ydotool/metadata.xml22
-rw-r--r--x11-misc/ydotool/ydotool-1.0.4-r1.ebuild24
4 files changed, 49 insertions, 0 deletions
diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz
index f5d567884cb5..a51bb6228c60 100644
--- a/x11-misc/Manifest.gz
+++ b/x11-misc/Manifest.gz
Binary files differ
diff --git a/x11-misc/ydotool/Manifest b/x11-misc/ydotool/Manifest
new file mode 100644
index 000000000000..a712bc62bb6d
--- /dev/null
+++ b/x11-misc/ydotool/Manifest
@@ -0,0 +1,3 @@
+DIST ydotool-1.0.4.tar.gz 29364 BLAKE2B d021d0bc6cea3118cb91bd1e0cf0eab6b808925902c29274a417f16b0727998904085ca725411371284f222d7a043b9f3460725a07a911d40d0bd477d4fe9fcb SHA512 bbf66d752aa1dce9173c930e3a71bc277b330763b1aa0e38f9fec1976c282c64330251ba5abe222a991f4bcafbabf1312a940eb4b40a34bf99f628c2a41bc4a2
+EBUILD ydotool-1.0.4-r1.ebuild 495 BLAKE2B 3432b7aa34cd154ede4e4b8454bdb1748ae1e51c8eb3117aba0a2f5451edf7fc871d164cd9428abd6aa626a8aabce43da72e739643cb1f69b8a91495f3c88a65 SHA512 61f862275e09b2565ff8a185e0e07931bd4f5fd12e6d279f8161f54afaced73630928a27a7a29940896f4909fdf92cb8816497dab7f00adffb920df630a32652
+MISC metadata.xml 821 BLAKE2B 269e63bd65d1a7500c9c10d758866a36d7a2099c31768add216e9021d53ab3414ebd07cd9f99ba9575c8b1ff9637d920ee10b7d7e00effcde3a757b902855b40 SHA512 b4290cd3bf156281ce20e3f527a02ac30e7e47fae931a846db82a91db332c79719bb0a9b1cd31e021b553fbcf83c15e35363a29745d64198e09fb2eb250e2a01
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-r1.ebuild b/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild
new file mode 100644
index 000000000000..7e5ec069a404
--- /dev/null
+++ b/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild
@@ -0,0 +1,24 @@
+# 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
+ virtual/pkgconfig
+"
+
+src_install() {
+ cmake_src_install
+ newinitd Daemon/ydotool.service-openrc.in ${PN}
+}