commit: 3877a8ea9eb7bf06a9cdebfc1417cb2f0dbf1c1f
parent 4024572d5dff0480d4e7adeaad6e576dcd5fe186
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 21 May 2021 18:31:49 +0200
media-gfx/dustr: Moved to ::guru
Diffstat:
1 file changed, 0 insertions(+), 26 deletions(-)
diff --git a/media-gfx/dustr/dustr-9999.ebuild b/media-gfx/dustr/dustr-9999.ebuild
@@ -1,26 +0,0 @@
-# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3
-
-DESCRIPTION="light and interactive tool your crops need"
-HOMEPAGE="https://github.com/aearil/dustr"
-EGIT_REPO_URI="https://github.com/aearil/dustr.git"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- media-libs/libpng:=
- virtual/jpeg:=
- media-libs/libsdl2:=
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- einstalldocs
-
- DESTDIR="${ED}" emake install PREFIX="/usr"
-}