* [gentoo-commits] repo/proj/guru:master commit in: net-fs/hubicfuse/
@ 2020-05-10 19:37 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-05-10 19:37 UTC (permalink / raw
To: gentoo-commits
commit: 8c7e43b9572388995d348062048de8e8c0b39bd1
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun May 10 16:57:44 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 10 16:57:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c7e43b9
net-fs/hubicfuse: n/p FUSE cloud mountpoing for hubiC
A FUSE application which provides access to hubiC's
cloud files via a mount-point
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
net-fs/hubicfuse/Manifest | 1 +
net-fs/hubicfuse/hubicfuse-3.0.1.ebuild | 36 +++++++++++++++++++++++
net-fs/hubicfuse/metadata.xml | 51 +++++++++++++++++++++++++++++++++
3 files changed, 88 insertions(+)
diff --git a/net-fs/hubicfuse/Manifest b/net-fs/hubicfuse/Manifest
new file mode 100644
index 0000000..e2c0645
--- /dev/null
+++ b/net-fs/hubicfuse/Manifest
@@ -0,0 +1 @@
+DIST hubicfuse-3.0.1.tar.gz 94467 BLAKE2B c30561d9d35378d67666eaf663064bde082775c92e7fd018b57bcebd72939d82892534e62e506be34a2613fb3aa24bd402aa81e6f5e425b0b1922a49bbaf98b4 SHA512 39301395987c8e68c5de57361a6b1ce8c8cd58e3dfdf89b23ff9efd63900eb934261aab6df46d2cf73e4151b9815d1ebe4984cabd9145b83191835e6c4360e16
diff --git a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
new file mode 100644
index 0000000..d1fd3fa
--- /dev/null
+++ b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Support for mounting HubiC drive in GNU/Linux"
+HOMEPAGE="https://github.com/TurboGit/hubicfuse"
+SRC_URI="https://github.com/TurboGit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="libressl"
+
+DEPEND="
+ net-misc/curl
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ sys-fs/fuse:0
+ sys-apps/file
+ dev-libs/libxml2
+ dev-libs/json-c
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+ default
+
+ dobin hubic_token
+
+ ewarn "The hubiC service is now closed to new subscriptions:"
+ ewarn "https://www.ovh.co.uk/subscriptions-hubic-ended/"
+ ewarn "Make sure that you already have hubiC account."
+}
diff --git a/net-fs/hubicfuse/metadata.xml b/net-fs/hubicfuse/metadata.xml
new file mode 100644
index 0000000..b91fcbc
--- /dev/null
+++ b/net-fs/hubicfuse/metadata.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>denis7774@gmail.com</email>
+ <name>Reva Denis aka RarogCmex</name>
+ </maintainer>
+ <longdescription lang="en">
+ A FUSE application which provides access to hubiC's cloud files via a mount-point.
+
+ This version contains support for DLO, symlinks and support to see other tenant's containers.
+ Those features are coming from https://github.com/LabAdvComp/cloudfuse
+ USAGE
+ Your hubiC Cloud configuration can be placed in a file named $HOME/.hubicfuse. All the following variables are required:
+
+ client_id=[hubiC client id for the registered application]
+ client_secret=[hubiC client secret for the registered application]
+ refresh_token=[A refresh token you got from the script]
+ Optional variables:
+
+ get_extended_metadata=[true/false, force download of additional file metadata like atime and mtime on first directory list]
+ curl_verbose=[true/false, enable verbose output for curl HTTP requests]
+ curl_progress_state=[true/false, enable verbose progress output for curl HTTP requests. Used for debugging.]
+ cache_statfs_timeout=[value in seconds, large timeout increases the file access speed]
+ debug_level=[0 default, 1 extremely verbose for debugging purposes]
+ enable_chmod=[true/false, false by default, still experimental feature]
+ enable_chown=[true/false, false by default, still experimental feature]
+ client_id and client_secret can be retrieved from the hubiC web interface
+
+ The refresh_token can be obtained running the script provided (hubic_token) or with any
+ other method you like if you follow the example at https://api.hubic.com/
+
+ Then you can call hubicfuse:
+
+ sudo hubicfuse /mnt/hubic -o noauto_cache,sync_read,allow_other
+ And finaly, it can be set in /etc/fstab:
+
+ hubicfuse /mnt/hubic fuse user,noauto 0 0
+ It also inherits a number of command-line arguments and mount options from the Fuse framework.
+ The "-h" argument should provide a summary.
+
+ It is also possible to pass a custom hubicfuse settings file so that it is possible to mount multiple hubiC accounts:
+
+ sudo hubicfuse /mnt/hubic1 -o noauto_cache,sync_read,allow_other,settings_filename=/root/hubic/account1.settings
+ sudo hubicfuse /mnt/hubic2 -o noauto_cache,sync_read,allow_other,settings_filename=/root/hubic/account2.settings
+ And finaly, in /etc/fstab :
+
+ hubicfuse /mnt/hubic1 fuse user,noauto,settings_filename=/root/hubic/account1.settings 0 0
+ hubicfuse /mnt/hubic2 fuse user,noauto,settings_filename=/root/hubic/account2.settings 0 0
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-fs/hubicfuse/
@ 2020-09-23 10:10 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-09-23 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 9e90c8aec86a053895301e3414dd1d3d1e79dd3c
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 22 15:28:28 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Sep 22 15:32:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e90c8ae
net-fs/hubicfuse: maintainer retire #744112
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
net-fs/hubicfuse/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-fs/hubicfuse/metadata.xml b/net-fs/hubicfuse/metadata.xml
index b91fcbcf..54e19093 100644
--- a/net-fs/hubicfuse/metadata.xml
+++ b/net-fs/hubicfuse/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
- <maintainer type="person">
- <email>denis7774@gmail.com</email>
- <name>Reva Denis aka RarogCmex</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription lang="en">
A FUSE application which provides access to hubiC's cloud files via a mount-point.
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-fs/hubicfuse/
@ 2020-12-23 10:24 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-12-23 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 6bbc784eb1163ef0e10277d8259149db68199a17
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 23 09:41:28 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Dec 23 09:41:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bbc784e
net-fs/hubicfuse: append-cflags -fcommon
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
net-fs/hubicfuse/hubicfuse-3.0.1.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
index d1fd3fa8..f20d9e52 100644
--- a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
+++ b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit flag-o-matic
+
DESCRIPTION="Support for mounting HubiC drive in GNU/Linux"
HOMEPAGE="https://github.com/TurboGit/hubicfuse"
SRC_URI="https://github.com/TurboGit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -25,6 +27,11 @@ RDEPEND="${DEPEND}"
DOCS=( README.md )
+src_configure() {
+ append-cflags -fcommon
+ default
+}
+
src_install() {
default
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-fs/hubicfuse/
@ 2021-05-03 9:36 Andrew Ammerlaan
2021-05-03 10:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-05-03 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 53d14d79146f2687476c935637323b1af5d8fcf3
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon May 3 09:32:36 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 3 09:32:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53d14d79
net-fs/hubicfuse: drop libressl
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-fs/hubicfuse/hubicfuse-3.0.1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
index f20d9e52a..94d4fde6c 100644
--- a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
+++ b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,12 +12,10 @@ SLOT="0"
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="libressl"
DEPEND="
net-misc/curl
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
sys-fs/fuse:0
sys-apps/file
dev-libs/libxml2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-fs/hubicfuse/
2021-05-03 9:36 [gentoo-commits] repo/proj/guru:dev commit in: net-fs/hubicfuse/ Andrew Ammerlaan
@ 2021-05-03 10:11 ` Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-05-03 10:11 UTC (permalink / raw
To: gentoo-commits
commit: 53d14d79146f2687476c935637323b1af5d8fcf3
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon May 3 09:32:36 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 3 09:32:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53d14d79
net-fs/hubicfuse: drop libressl
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-fs/hubicfuse/hubicfuse-3.0.1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
index f20d9e52a..94d4fde6c 100644
--- a/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
+++ b/net-fs/hubicfuse/hubicfuse-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,12 +12,10 @@ SLOT="0"
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="libressl"
DEPEND="
net-misc/curl
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
sys-fs/fuse:0
sys-apps/file
dev-libs/libxml2
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-03 10:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-03 9:36 [gentoo-commits] repo/proj/guru:dev commit in: net-fs/hubicfuse/ Andrew Ammerlaan
2021-05-03 10:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-12-23 10:24 Andrew Ammerlaan
2020-09-23 10:10 Andrew Ammerlaan
2020-05-10 19:37 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox