From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6942015806E for ; Sat, 20 May 2023 07:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4998E0880; Sat, 20 May 2023 07:15:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86F6BE0880 for ; Sat, 20 May 2023 07:15:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9831A340E8D for ; Sat, 20 May 2023 07:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F853A65 for ; Sat, 20 May 2023 07:15:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684566928.ce089df530f15eb155e78e11c05f1ec22d1bb84b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/ydotool/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/ydotool/Manifest x11-misc/ydotool/metadata.xml x11-misc/ydotool/ydotool-1.0.4.ebuild X-VCS-Directories: x11-misc/ydotool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce089df530f15eb155e78e11c05f1ec22d1bb84b X-VCS-Branch: master Date: Sat, 20 May 2023 07:15:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bca30585-053b-4642-9841-6b97a2834254 X-Archives-Hash: 7a93938b7fc6d37081521959454e9e76 commit: ce089df530f15eb155e78e11c05f1ec22d1bb84b Author: Zoltan Puskas sinustrom info> AuthorDate: Sat May 20 06:14:48 2023 +0000 Commit: Sam James gentoo 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 sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/31102 Signed-off-by: Sam James 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 @@ + + + + + zoltan@sinustrom.info + Zoltan Puskas + + + proxy-maint@gentoo.org + Proxy Maintainers + + + 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. + + + ReimuNotMoe/ydotool + https://github.com/ReimuNotMoe/ydotool/issues + + 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 +}