summaryrefslogtreecommitdiff
path: root/x11-apps/xcursorgen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-apps/xcursorgen
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r--x11-apps/xcursorgen/Manifest3
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild3
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild15
3 files changed, 2 insertions, 19 deletions
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
index f45ab879ff0f..9e4c5bb3da5a 100644
--- a/x11-apps/xcursorgen/Manifest
+++ b/x11-apps/xcursorgen/Manifest
@@ -1,4 +1,3 @@
DIST xcursorgen-1.0.7.tar.bz2 128102 BLAKE2B d4e583e0183e23d1a127d367e520027bb36dad44306dc2848717f2d25ea3cb656a7cd95fd02a18522911a720319126eed07637e1809b868f1f85c74773a10c35 SHA512 bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2
-EBUILD xcursorgen-1.0.7-r1.ebuild 398 BLAKE2B e2538a20a46a88f473f9dcac2d2f3d80db363152a1fde1e99c0f1203ab36bd1cc3acc66c66f86279df7d09542bc0290eaf73bea71956998e08cf4cb016e0d883 SHA512 4eac51d7f841180b9c3b9ae891859b4cbfc3a03adf81a9badb8f8be49d4abc749065a4bfada24d7d956c059d63b6c91c550b7ce8acdc000bd4d24ad9caf0bf9a
-EBUILD xcursorgen-1.0.7.ebuild 375 BLAKE2B fbedac7900c723f04c0fcbfb61fcc8e668ef888dbf7a9f36e535c9c45fe855748df3477fe1b66f0200ce1bc51dc45748d2e905466bb9ad9e60c498ed7a0c6fac SHA512 e9ad2ce7da1d46a04705e46e3f31db70c69474cd9b57cbe3fe0d6fffe3ecc2dbf4586562cbe32e521c9a0629b7f55e1cc9d5f7f4646c7d7f46552cead4c7a727
+EBUILD xcursorgen-1.0.7-r1.ebuild 390 BLAKE2B 5f99537419a679894505cb4228926a162e222be427f95577fd0339f424ce3345a3cb596c03bd5925b6c4e31eddc610826abcd81ebaeb241a10d4911dafdf1b20 SHA512 0f86cfb357f757e631c08bf651ef26061cca6c08a95466d78c056356461770c3cfc6213a59b8e4d35cd4ca7a8f86e23cf05e974b0acbd3ef1b1630b7b5436886
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild
index b7046b906d08..146a0a17f02b 100644
--- a/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild
@@ -6,8 +6,7 @@ EAPI=7
inherit xorg-3
DESCRIPTION="create an X cursor file from a collection of PNG images"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
RDEPEND="
x11-libs/libX11
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild
deleted file mode 100644
index de9d27f20360..000000000000
--- a/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="create an X cursor file from a collection of PNG images"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXcursor
- media-libs/libpng:0="
-DEPEND="${RDEPEND}"