aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortastytea <gentoo@tastytea.de>2024-05-24 12:24:25 +0200
committertastytea <gentoo@tastytea.de>2024-05-24 12:24:25 +0200
commita849461a679d7d29657fb69183b44c59345be67b (patch)
tree0d66997209fe795ebbbd2d07d5768bf8d4893faa /x11-apps
parentx11-apps/xcur2png: add RDEPEND (diff)
downloadguru-a849461a679d7d29657fb69183b44c59345be67b.tar.gz
guru-a849461a679d7d29657fb69183b44c59345be67b.tar.bz2
guru-a849461a679d7d29657fb69183b44c59345be67b.zip
x11-apps/xcur2png: drop 0.7.1
Signed-off-by: tastytea <gentoo@tastytea.de>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xcur2png/xcur2png-0.7.1.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
deleted file mode 100644
index 603e029c3..000000000
--- a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Convert X cursors to PNG images"
-HOMEPAGE="https://github.com/eworm-de/xcur2png"
-SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- media-libs/libpng
- x11-libs/libXcursor
-"