summaryrefslogtreecommitdiff
path: root/media-gfx/maim/maim-5.4.63.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/maim/maim-5.4.63.ebuild')
-rw-r--r--media-gfx/maim/maim-5.4.63.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-gfx/maim/maim-5.4.63.ebuild b/media-gfx/maim/maim-5.4.63.ebuild
deleted file mode 100644
index 3f7ece5696d3..000000000000
--- a/media-gfx/maim/maim-5.4.63.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Commandline tool to take screenshots of the desktop"
-HOMEPAGE="https://github.com/naelstrof/maim"
-SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libjpeg-turbo
- media-libs/libpng:0=
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXrandr
-"
-
-DEPEND="${RDEPEND}
- x11-libs/libXcomposite
- virtual/opengl
- x11-misc/slop
-"