public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/mhddfs/
@ 2016-06-25 15:59 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2016-06-25 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     78cbc32faad6229c78540ad75d9f702900c761fb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 15:59:23 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 15:59:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cbc32f

sys-fs/mhddfs: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 sys-fs/mhddfs/mhddfs-0.1.39.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-fs/mhddfs/mhddfs-0.1.39.ebuild b/sys-fs/mhddfs/mhddfs-0.1.39.ebuild
index 79be5d0..611cef6 100644
--- a/sys-fs/mhddfs/mhddfs-0.1.39.ebuild
+++ b/sys-fs/mhddfs/mhddfs-0.1.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="http://mhddfs.uvw.ru/downloads/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE="linguas_ru suid"
+IUSE="l10n_ru suid"
 
 RDEPEND=">=sys-fs/fuse-2.7.0"
 DEPEND="${RDEPEND}
@@ -32,7 +32,7 @@ src_install() {
 	dobin mhddfs
 	doman mhddfs.1
 	dodoc ${DOCS}
-	use linguas_ru && dodoc README.ru.UTF-8
+	use l10n_ru && dodoc README.ru.UTF-8
 	use suid && fperms u+s /usr/bin/${PN}
 }
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/mhddfs/
@ 2019-05-13  8:05 Sergey Popov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov @ 2019-05-13  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     faba0e9b9ceb394aee02a0b5651c21178b9dca00
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 08:03:51 2019 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon May 13 08:05:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faba0e9b

sys-fs/mhddfs: revision bump

Add missing depedency on dev-libs/glib

Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
Bug: https://bugs.gentoo.org/685578
Package-Manager: Portage-2.3.51, Repoman-2.3.10

 sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild | 53 +++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild b/sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild
new file mode 100644
index 00000000000..06b31c74b9f
--- /dev/null
+++ b/sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild
@@ -0,0 +1,53 @@
+# 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="
+	dev-libs/glib:2
+	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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/mhddfs/
@ 2019-05-13  8:05 Sergey Popov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov @ 2019-05-13  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     30f89ae214be286eaa6553d212775430f43b8a24
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 08:05:05 2019 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon May 13 08:05:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f89ae2

sys-fs/mhddfs: stable on amd64, drop old revision

Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
Closes: https://bugs.gentoo.org/685578
Package-Manager: Portage-2.3.51, Repoman-2.3.10

 sys-fs/mhddfs/mhddfs-0.1.39-r1.ebuild | 50 -----------------------------------
 sys-fs/mhddfs/mhddfs-0.1.39-r2.ebuild |  2 +-
 2 files changed, 1 insertion(+), 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 1c4db46a0fa..00000000000
--- 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 06b31c74b9f..78ca180e4bb 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"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-13  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-25 15:59 [gentoo-commits] repo/gentoo:master commit in: sys-fs/mhddfs/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2019-05-13  8:05 Sergey Popov
2019-05-13  8:05 Sergey Popov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox