summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2023-05-22 22:50:01 -0700
committerMatthew Smith <matthew@gentoo.org>2023-05-24 08:26:11 +0100
commit46225adcb29a471740e1f3e04847303af0b4ede0 (patch)
treea900af645a9d6c23fa472dd96e4d6aea6432926e /x11-misc/ydotool/ydotool-1.0.4-r1.ebuild
parentdev-python/cx_Freeze: Bump to 6.15.0 (diff)
downloadgentoo-46225adcb29a471740e1f3e04847303af0b4ede0.tar.gz
gentoo-46225adcb29a471740e1f3e04847303af0b4ede0.tar.bz2
gentoo-46225adcb29a471740e1f3e04847303af0b4ede0.zip
x11-misc/ydotool: Really fix license, fix OpenRC script
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/31138 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'x11-misc/ydotool/ydotool-1.0.4-r1.ebuild')
-rw-r--r--x11-misc/ydotool/ydotool-1.0.4-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild b/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild
deleted file mode 100644
index 7e5ec069a404..000000000000
--- a/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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}
-}