summaryrefslogtreecommitdiff
path: root/x11-plugins/wmcliphist
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmcliphist')
-rw-r--r--x11-plugins/wmcliphist/Manifest3
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild34
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild4
3 files changed, 3 insertions, 38 deletions
diff --git a/x11-plugins/wmcliphist/Manifest b/x11-plugins/wmcliphist/Manifest
index bcfac9a93623..06cd5d0d5e2f 100644
--- a/x11-plugins/wmcliphist/Manifest
+++ b/x11-plugins/wmcliphist/Manifest
@@ -1,4 +1,3 @@
DIST wmcliphist-2.1.tar.gz 61459 BLAKE2B 5fc8bd635b83c0ab6ea937d5c8cd26e459c7a7caa25196e45b29b42b22243d7bad246741269b8def9fdfbf574c187a2595a9676b17c9ebb236e296c3297a3460 SHA512 92ffe45fce7da09cffb769e4c97a36309fe2d373f514708e5bffc7877324080d3116e30f84de7a9addc648c38d43c678e4e2fccae451d93a02a57e7f9e319e03
-EBUILD wmcliphist-2.1-r2.ebuild 635 BLAKE2B fb735454d49fb7c1eca28dc927aaf9fb39091a442de540f12f6375cf4b3801d9e92152ef85320bce9d1d6efb5d13c0c7c9b7c34bbe0771f2ccfede71bf46e3fa SHA512 7c726ded2d5d0189a509f3c6631e87060439063c0b289210f2e35b8407ddfcc01a27c40ec64d8185709daaa4fbe2e1ef3508af41c7783d25df8176ee8e25520d
-EBUILD wmcliphist-2.1-r3.ebuild 642 BLAKE2B c6862fef248159430e74439cae0fae57e5155cee741d35e594768efb614c8bacfeb9ac88dcf676a9eea1abfd3525d3919ed52774a8bc515734c7a3f6d654c6a3 SHA512 73b4f9c69b020eb2f8eb4102a5af2b0ee0b4afb785231fe340d82c1ad9547a43b3a7da2a735493e7bba4d62ee1f11793ee73195e4f5beab1db5b9a0a30dd1582
+EBUILD wmcliphist-2.1-r3.ebuild 639 BLAKE2B 1578f8f80fc4d5c855ff06268a4e9c3562a78b0ab3a3c430edaada495642832f861e35beb16f64a75d75b23f0ff6ef3cb545cfce874d8b727f597b2d24270ec1 SHA512 58adc97b408fd5e8f14de348436fffe57f8af4b562c4e0a17c60ffa1c356d788d6fda6edcff470a1e9b1504c869bb9b69eadd3a9f69071db0cbc9f63c7e816a9
MISC metadata.xml 545 BLAKE2B 43c6afe787bddae409b2034df482732a93706db767a17afe823025eb4a2a13f7534dcdbe250fea229b6e18783b35ad7ac64f896ae6f3adf11349d55348401c76 SHA512 80d0a7734bcd001a5be7a092ef9989156125dbec99753f3f57512a04b73298c69e23ad557535cd85559bce8412e3db4a48ae6d88198d5df51493552e9bc18fe9
diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
deleted file mode 100644
index 430468e706bd..000000000000
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="https://www.dockapps.net/wmcliphist"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3[X]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
- default
-
- sed -e '/^PREFIX/s:=.*:=/usr:' \
- -i Makefile || die
- tc-export CC
-}
-
-src_install() {
- default
-
- newdoc ${PN}rc ${PN}rc.sample
-}
diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild
index 1357a842a0ca..72dd056017da 100644
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}/dockapps"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc x86"
RDEPEND="x11-libs/gtk+:3[X]"
DEPEND="${RDEPEND}"