media-gfx/gphotofs: Port to EAPI 7
authorDavid Seifert <soap@gentoo.org>
Fri, 13 Dec 2019 15:07:09 +0000 (16:07 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 13 Dec 2019 15:07:09 +0000 (16:07 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
media-gfx/gphotofs/gphotofs-0.5-r1.ebuild
media-gfx/gphotofs/gphotofs-0.5.ebuild [deleted file]

index c705d7aafcbf0b02e98d4eda7473b6e9c67b4d0b..70e41b60a411fac3366b21aa8785f5c25f5342b2 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
 DESCRIPTION="FUSE file system for interfacing with digital cameras using gphoto2"
 HOMEPAGE="http://www.gphoto.org/"
@@ -9,12 +9,13 @@ SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
+KEYWORDS="amd64 x86"
 
-RDEPEND=">=media-libs/libgphoto2-2.5.0
-       >=sys-fs/fuse-2.5:0
-       >=dev-libs/glib-2.6"
+RDEPEND="
+       dev-libs/glib:2
+       media-libs/libgphoto2:=
+       sys-fs/fuse:0="
 DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-       >=sys-devel/gettext-0.14.1"
+BDEPEND="
+       sys-devel/gettext
+       virtual/pkgconfig"
diff --git a/media-gfx/gphotofs/gphotofs-0.5.ebuild b/media-gfx/gphotofs/gphotofs-0.5.ebuild
deleted file mode 100644 (file)
index c1b0cfc..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="FUSE file system for interfacing with digital cameras using gphoto2"
-HOMEPAGE="http://www.gphoto.org/"
-SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libgphoto2-2.5.0
-       >=sys-fs/fuse-2.5
-       >=dev-libs/glib-2.6"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       >=sys-devel/gettext-0.14.1"