summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiaoqiang zhao <zhaoxiaoqiang007@gmail.com>2017-10-21 10:27:54 +0800
committerMichał Górny <mgorny@gentoo.org>2018-03-13 19:35:33 +0100
commitff0a6ae11a35bbe71fd04ad59f002977c705b455 (patch)
tree3ca32e4f8d3c1284012b352d43310e85ab56838c /sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
parentwww-client/opera-developer: Old. (diff)
downloadgentoo-ff0a6ae11a35bbe71fd04ad59f002977c705b455.tar.gz
gentoo-ff0a6ae11a35bbe71fd04ad59f002977c705b455.tar.bz2
gentoo-ff0a6ae11a35bbe71fd04ad59f002977c705b455.zip
sys-fs/fuseiso: fix dependency problem and bump to EAPI=6
Closes: https://bugs.gentoo.org/634234 Closes: https://github.com/gentoo/gentoo/pull/6001 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-fs/fuseiso/fuseiso-20070708-r2.ebuild')
-rw-r--r--sys-fs/fuseiso/fuseiso-20070708-r2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
new file mode 100644
index 000000000000..988e0c3fc111
--- /dev/null
+++ b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fuse module to mount ISO9660"
+HOMEPAGE="https://sourceforge.net/projects/fuseiso"
+SRC_URI="http://superb-dca2.dl.sourceforge.net/project/fuseiso/fuseiso/20070708/fuseiso-20070708.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="sys-fs/fuse:=
+ sys-libs/zlib
+ dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+PATCHES=( ${FILESDIR}/${P}-largeiso.patch ${FILESDIR}/${P}-fix-typo.patch )