Skip to content

Commit

Permalink
media-gfx/gphotofs: Port to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Dec 13, 2019
1 parent 972df64 commit 2a9d10d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
17 changes: 9 additions & 8 deletions media-gfx/gphotofs/gphotofs-0.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# 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/"
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"
20 changes: 0 additions & 20 deletions media-gfx/gphotofs/gphotofs-0.5.ebuild

This file was deleted.

0 comments on commit 2a9d10d

Please sign in to comment.