summaryrefslogtreecommitdiff
path: root/x11-libs/libXcursor
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libXcursor')
-rw-r--r--x11-libs/libXcursor/Manifest2
-rw-r--r--x11-libs/libXcursor/libXcursor-1.2.1.ebuild24
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-libs/libXcursor/Manifest b/x11-libs/libXcursor/Manifest
index 4b66b93fee54..2d922935c354 100644
--- a/x11-libs/libXcursor/Manifest
+++ b/x11-libs/libXcursor/Manifest
@@ -1,5 +1,3 @@
-DIST libXcursor-1.2.1.tar.xz 280352 BLAKE2B 5c59a43d9cdaaab887ef7ffbe836534508e3542959dd5011c08e46db1d5e4de6e7ee47b1574eb1bd2aebc8baa8fe401e5195fa73bb2ab47b779dbd03af4bbf4a SHA512 ebb42a39855aab86d0c11fe6ad33d011cf56a6dc5c309bef643460319c03df239b7e09fe88777bb25c0e9ff8aceac6bf66e51cc04a2d5ee463b3bc3bbf1674e3
DIST libXcursor-1.2.2.tar.xz 289536 BLAKE2B 1619f71a514586bab7651aa47702a06a3b6e8d9c60b27c7eabe39b49dff9e83a050b88e171fdde4735ad4c62b1be4be10c84af35bb3e78dedccd9cd85fe3680c SHA512 6550ce1e69b35ef3356f25e31aa2779503d9cea780eff307cb646364993dfaa971304085d32677e68996bd3b8e067436c8fc89aeb4db07a12ce5bc93b735b5b0
-EBUILD libXcursor-1.2.1.ebuild 910 BLAKE2B 241cc4e3a3bcb11133846363cb5c1afdc51e5d0f9c0eadf84bf098c30db6c46631a053f542d2e8cd606783b616b231898760a771386f01a92932ce34509de148 SHA512 2b543723e5437a29a60ec79c52915e172ce07ef3dbbcc34c21649ed8f42c40b5136342c4973f2ce3b3ff192c2d08e749c8b9a1d30dfe912e6a4345b28dde322b
EBUILD libXcursor-1.2.2.ebuild 910 BLAKE2B bf63b7794508c3bd367a961d616f387204f97bf6f3d9fc23c655e24df6e8d8e51dc0bd7a23e1f30a6a1d11091c85ab4d116ef3b796ce1ef81c8d22f359fe2ebc SHA512 7269b12e74e46e9ab353caf8078f4350c0890fe69c87a291aeb90b91bc8c4f4d3a91c43924ff87dd9ba62af1b648648abb8c378faacf08835069a141de2c0101
MISC metadata.xml 341 BLAKE2B c8efd915b38a2d39c542bcbab6fc55b5d6e9859e3c81064f666bacc342f3eee63c2cc1e4f9e6ce095d28242c2e7d04021eb0c34b3088da601fa9c8c78ad28bff SHA512 e11bbb32b278b773e6a393a574c80ab35b84e8eddb542a85df8c288005476de58c326605de76ba7a37504100a20a71ef1bbd61f3402af3f79a81a28d60ac4d90
diff --git a/x11-libs/libXcursor/libXcursor-1.2.1.ebuild b/x11-libs/libXcursor/libXcursor-1.2.1.ebuild
deleted file mode 100644
index 208601cd8024..000000000000
--- a/x11-libs/libXcursor/libXcursor-1.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_MULTILIB=yes
-XORG_TARBALL_SUFFIX=xz
-inherit xorg-3
-
-DESCRIPTION="X.Org Xcursor library"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="doc"
-
-RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
- >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-icondir="${EPREFIX}"/usr/share/cursors/xorg-x11
- --with-cursorpath='~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps'
-)