summaryrefslogtreecommitdiff
path: root/x11-apps/xclipboard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-11 07:29:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-11 07:29:23 +0100
commitfbe1e64cf651fcf73e25d2d3115003bf59e231cd (patch)
tree5077c9b46dc8e389d2fc7dc7c77c819425e6203b /x11-apps/xclipboard
parentb46b9834b3fbf80b22ccc12e95f660512cd0fa75 (diff)
gentoo auto-resync : 11:07:2022 - 07:29:23
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r--x11-apps/xclipboard/Manifest2
-rw-r--r--x11-apps/xclipboard/xclipboard-1.1.4.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/xclipboard/Manifest b/x11-apps/xclipboard/Manifest
index 12b66415ba8d..d5dc9dc50c7a 100644
--- a/x11-apps/xclipboard/Manifest
+++ b/x11-apps/xclipboard/Manifest
@@ -1,3 +1,5 @@
DIST xclipboard-1.1.3.tar.bz2 132406 BLAKE2B 5e2e77a297c32884cadc4bf6e4503a958218b11083c747a575bb05dd8218fd0759edcab5c8d12055f5b0a1875e8a2cfb6b2062795580358521b619ecca8d70d8 SHA512 84a51d11851756422eb23e67b2721d2bcb2ac248fa32c0837423b6169144dff76717c22611ad3c93633e09a44dc70c847a2470d3988eff0b24d77e252a4e147e
+DIST xclipboard-1.1.4.tar.xz 128912 BLAKE2B f90906d3abb2de0915113d651d5bd4c4cf2a75c4b15c681a7609cd9aa46ce9d3157cdfa5f60ad76ce6a56396d51ae726645b1b43d53125161f362cc3520b6a66 SHA512 efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe
EBUILD xclipboard-1.1.3.ebuild 374 BLAKE2B 6e40ffedc8a81c49ce8953941548802716fdc79953f5fb76cdc434183d8fabb1652e680ac28d5aa307b0a482d302dff85be5cd86f1358b530452dab805a69236 SHA512 29687d418e81b54e582f6ed87d7595bf92f841bc917447d597f7d540e163191a0069cce24aa84b8b342c0f51223a18f8d747eef87abb35e7a12bb4a52d1053bc
+EBUILD xclipboard-1.1.4.ebuild 426 BLAKE2B 46a561e7bba9d8dcd9b63bc222fd79118a671fcd8353a8edf336600a26b04c95bb2843fe0712cd72d128ba8fa516d34788459f25252687851dd5741879967c0d SHA512 b918462d76833da704ed10688047c7096bd35fbf6eb7bd0dfed4027e58ab0df29090885a82c482530d48563e952bd088814f2eab1bf849f1e404c951cc5caa5e
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xclipboard/xclipboard-1.1.4.ebuild b/x11-apps/xclipboard/xclipboard-1.1.4.ebuild
new file mode 100644
index 000000000000..81b3a6199fee
--- /dev/null
+++ b/x11-apps/xclipboard/xclipboard-1.1.4.ebuild
@@ -0,0 +1,20 @@
+# 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 ~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"