summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2019-05-13 11:05:05 +0300
committerSergey Popov <pinkbyte@gentoo.org>2019-05-13 11:05:19 +0300
commit30f89ae214be286eaa6553d212775430f43b8a24 (patch)
tree58156c73bd81a6485b6c101953c3e20da1049b4c /sys-fs
parentsys-fs/mhddfs: revision bump (diff)
downloadgentoo-30f89ae214be286eaa6553d212775430f43b8a24.tar.gz
gentoo-30f89ae214be286eaa6553d212775430f43b8a24.tar.bz2
gentoo-30f89ae214be286eaa6553d212775430f43b8a24.zip
sys-fs/mhddfs: stable on amd64, drop old revision
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Closes: https://bugs.gentoo.org/685578 Package-Manager: Portage-2.3.51, Repoman-2.3.10
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/mhddfs/mhddfs-0.1.39-r1.ebuild50
-rw-r--r--sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild2
2 files changed, 1 insertions, 51 deletions
diff --git a/sys-fs/mhddfs/mhddfs-0.1.39-r1.ebuild b/sys-fs/mhddfs/mhddfs-0.1.39-r1.ebuild
deleted file mode 100644
index 1c4db46a0fa0..000000000000
--- a/sys-fs/mhddfs/mhddfs-0.1.39-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${PN}_${PV}"
-
-DESCRIPTION="Fuse multi harddrive filesystem"
-HOMEPAGE="http://mhddfs.uvw.ru/ http://svn.uvw.ru/mhddfs/trunk/README"
-SRC_URI="http://mhddfs.uvw.ru/downloads/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-
-IUSE="l10n_ru suid"
-
-RDEPEND="sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-
-DOCS=( ChangeLog README )
-PATCHES=(
- "${FILESDIR}/${PN}-respect-compiler-vars.patch"
- "${FILESDIR}/${P}-segfault-fix.patch"
- "${FILESDIR}/${P}-xattr.patch"
-)
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin mhddfs
- doman mhddfs.1
- einstalldocs
- use l10n_ru && dodoc README.ru.UTF-8
- use suid && fperms u+s /usr/bin/${PN}
-}
-
-pkg_postinst() {
- if use suid; then
- ewarn
- ewarn "You have chosen to install ${PN} with the binary setuid root. This"
- ewarn "means that if there any undetected vulnerabilities in the binary,"
- ewarn "then local users may be able to gain root access on your machine."
- ewarn
- fi
-}
diff --git a/sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild b/sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild
index 06b31c74b9f6..78ca180e4bb5 100644
--- a/sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild
+++ b/sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://mhddfs.uvw.ru/downloads/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="l10n_ru suid"