diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-08-15 17:44:27 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-16 00:42:17 +0200 |
commit | 9c37881ec789f4003101852ded59ac01baa59641 (patch) | |
tree | 5bd5a580348816a69253a69f80e641dc2f71ca78 | |
parent | app-forensics/rifiuti: EAPI6 cleanup (diff) | |
download | gentoo-9c37881ec789f4003101852ded59ac01baa59641.tar.gz gentoo-9c37881ec789f4003101852ded59ac01baa59641.tar.bz2 gentoo-9c37881ec789f4003101852ded59ac01baa59641.zip |
media-gfx/icon-slicer: EAPI6 cleanup
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild deleted file mode 100644 index 72b4dfca04b3..000000000000 --- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="utility for generating icon themes and libXcursor cursor themes" -HOMEPAGE="https://www.freedesktop.org/software/icon-slicer/" -SRC_URI="https://www.freedesktop.org/software/icon-slicer/releases/${P}.tar.gz" - -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86" -LICENSE="MIT" -SLOT="0" - -RDEPEND="x11-apps/xcursorgen - x11-libs/gtk+:2 - dev-libs/popt" -DEPEND="${RDEPEND} - virtual/pkgconfig" |