diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-11-30 08:53:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-16 20:29:16 +0100 |
commit | 892615d49b62a7276c773098cbb5d05162e0e005 (patch) | |
tree | 80a42d679b4fd2171e2cf0f5290394815202e8d0 /media-gfx/ephoto | |
parent | media-libs/phonon-gstreamer: No paused state on 0 vol, EAPI-7 bump (diff) | |
download | gentoo-892615d49b62a7276c773098cbb5d05162e0e005.tar.gz gentoo-892615d49b62a7276c773098cbb5d05162e0e005.tar.bz2 gentoo-892615d49b62a7276c773098cbb5d05162e0e005.zip |
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 <juippis@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10526
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/ephoto')
-rw-r--r-- | media-gfx/ephoto/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/ephoto/ephoto-1.5.ebuild | 14 |
2 files changed, 7 insertions, 9 deletions
diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest index 3bc1b6e34afc..aea5636b3da9 100644 --- a/media-gfx/ephoto/Manifest +++ b/media-gfx/ephoto/Manifest @@ -1 +1 @@ -DIST ephoto-1.5.tar.xz 324384 BLAKE2B 20e6a8904b2b80c67355b404ae39b10cb00f050f44336d899e63cc8e6d73b9b6d37dd9147479a2b6fa783ec90a07762fd31663d85d92d518e39cebc858489c9d SHA512 a60558230750f0edf7fb28f1d002a905a2c9afaf00f110c08e35f9d44f7d3939167065e0ef3819ac9ef0cfeed4ec260aef5267d631343dcce4628de70e7a5f23 +DIST ephoto-1.5-1.tar.xz 327004 BLAKE2B 73b6f72085c845e3bc39a70f1a5b087741ee9d2b6d0a7678af90b78dd08cd68defd7256a12e4ce2f9acab1fc93aafcfcac0f2ee689e9ef0b68f8837446fbf58d SHA512 2c56103e6018ef0252dd5efcb0996e9346c383887b6d272f4fddc0b22e0f98dc032049c8521bca6707f1a5d172abc2d6c8e037104f4aa7a5f920fd55a2fad23e 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=( |