From 892615d49b62a7276c773098cbb5d05162e0e005 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Fri, 30 Nov 2018 08:53:29 +0200 Subject: media-gfx/ephoto: EAPI-7 enhancements & new SRC_URI for 1.5 - add BDEPEND, - use https://download.enlightenment.org as source. Closes: https://bugs.gentoo.org/672246 Package-Manager: Portage[mgorny]-2.3.51.1 Signed-off-by: Joonas Niilola Closes: https://github.com/gentoo/gentoo/pull/10526 Signed-off-by: Andreas Sturmlechner --- media-gfx/ephoto/ephoto-1.5.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'media-gfx/ephoto/ephoto-1.5.ebuild') diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild index 0d9b39d3494e..d7c2a75e3e21 100644 --- a/media-gfx/ephoto/ephoto-1.5.ebuild +++ b/media-gfx/ephoto/ephoto-1.5.ebuild @@ -1,23 +1,21 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Enlightenment image viewer written with EFL" HOMEPAGE="https://www.enlightenment.org/about-ephoto" -SRC_URI="http://www.smhouston.us/stuff/${P}.tar.xz" +SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz -> ${P}-1.tar.xz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" -RDEPEND=">=dev-libs/efl-1.18.0[eet,X]" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" +RDEPEND="dev-libs/efl[eet,X]" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig + nls? ( sys-devel/gettext )" src_configure() { local myconf=( -- cgit v1.2.3-65-gdbad