summaryrefslogtreecommitdiff
blob: b3535d7e0ed7ac3192eca0c27598fd1a0a29fea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

ESVN_SUB_PROJECT="E-MODULES-EXTRA"
ESVN_URI_APPEND="${PN#e_modules-}"

inherit enlightenment

DESCRIPTION="This module is a port of the e16 epplet E-Screenshot by Tom Gilbert"

DEPEND="dev-libs/efl
	>=x11-wm/enlightenment-0.17.0_alpha:0.17=
	x11-misc/emprint
	|| ( media-gfx/imagemagick media-gfx/scrot )"
RDEPEND=${DEPEND}