diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:28:51 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:37:38 -0500 |
commit | 07b87f21bb0fd44e274450a59b5c1557a04ae51f (patch) | |
tree | 4be990a78572eb5f1d2b14147c6fe5664ba323c0 /x11-apps/xcursorgen | |
parent | x11-apps/transset: Drop old versions (diff) | |
download | gentoo-07b87f21bb0fd44e274450a59b5c1557a04ae51f.tar.gz gentoo-07b87f21bb0fd44e274450a59b5c1557a04ae51f.tar.bz2 gentoo-07b87f21bb0fd44e274450a59b5c1557a04ae51f.zip |
x11-apps/xcursorgen: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r-- | x11-apps/xcursorgen/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest index a1a1082f542d..24169f6c8ec1 100644 --- a/x11-apps/xcursorgen/Manifest +++ b/x11-apps/xcursorgen/Manifest @@ -1,2 +1 @@ -DIST xcursorgen-1.0.7.tar.bz2 128102 BLAKE2B d4e583e0183e23d1a127d367e520027bb36dad44306dc2848717f2d25ea3cb656a7cd95fd02a18522911a720319126eed07637e1809b868f1f85c74773a10c35 SHA512 bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2 DIST xcursorgen-1.0.8.tar.xz 123208 BLAKE2B 91d44a92b5cc2822ad81aba23897ae6bb2e931d7366e4643363904a249d83e8225ee193e2d3b9ae4c1c5ff9f07f5fbb94b4201613d715499709c1861d8dd378a SHA512 dede5b9e1e09f9253365bbb83fdab26c681641913f3586cef52d4802db9cecc7e252344911cd969a873c3a5c5ebbd4b862f786de263f92ea1bcb2df90236f9c4 diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild deleted file mode 100644 index 3c76cb0ec048..000000000000 --- a/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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 ~riscv ~s390 sparc x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXcursor - media-libs/libpng:0=" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |