summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-11-05 20:18:05 -0500
committerMatt Turner <mattst88@gentoo.org>2024-11-05 20:21:39 -0500
commit74f605de783ef335848ecada540c999e833e2f51 (patch)
tree41aaa900ec66a72bab38d3be71d6e51c778d7312 /x11-apps
parentdev-util/directx-headers: Drop old versions (diff)
downloadgentoo-74f605de783ef335848ecada540c999e833e2f51.tar.gz
gentoo-74f605de783ef335848ecada540c999e833e2f51.tar.bz2
gentoo-74f605de783ef335848ecada540c999e833e2f51.zip
x11-apps/xclipboard: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xclipboard/Manifest1
-rw-r--r--x11-apps/xclipboard/xclipboard-1.1.4.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-apps/xclipboard/Manifest b/x11-apps/xclipboard/Manifest
index cb2aa7ad4150..e1480a962906 100644
--- a/x11-apps/xclipboard/Manifest
+++ b/x11-apps/xclipboard/Manifest
@@ -1,2 +1 @@
-DIST xclipboard-1.1.4.tar.xz 128912 BLAKE2B f90906d3abb2de0915113d651d5bd4c4cf2a75c4b15c681a7609cd9aa46ce9d3157cdfa5f60ad76ce6a56396d51ae726645b1b43d53125161f362cc3520b6a66 SHA512 efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe
DIST xclipboard-1.1.5.tar.xz 132420 BLAKE2B a405f3381cba8a8af8be5cd6db50b338fe70994c125b7dfa358c1c46874009ec1a4ab99788e082e8aeb77e1c864de409ef1f9a820dd4e7e42456f5cf3c0623e9 SHA512 9962b8d19e6387c9af87a47d66d81577ec3e2ba1d0aa6f6ca8fa89664ccfb0dd20906e143a4d19a303a4eded4f29c4bd40868477fbf754a79cdb48256846a8d3
diff --git a/x11-apps/xclipboard/xclipboard-1.1.4.ebuild b/x11-apps/xclipboard/xclipboard-1.1.4.ebuild
deleted file mode 100644
index a7bda0c6bff8..000000000000
--- a/x11-apps/xclipboard/xclipboard-1.1.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_TARBALL_SUFFIX="xz"
-inherit xorg-3
-
-DESCRIPTION="interchange between cut buffer and selection"
-
-KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="
- x11-libs/libXaw
- x11-libs/libxkbfile
- x11-libs/libXmu
- >=x11-libs/libXt-1.1
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"