Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589842 - sys-fs/s3fs-1.80: version bump
Summary: sys-fs/s3fs-1.80: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: https://github.com/s3fs-fuse/s3fs-fus...
Whiteboard:
Keywords:
Depends on:
Blocks: 589884
  Show dependency tree
 
Reported: 2016-07-27 13:04 UTC by Juraj Variny
Modified: 2016-08-24 12:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Improved 1.80 ebuild (s3fs-1.80.ebuild,966 bytes, text/plain)
2016-07-28 18:08 UTC, Juraj Variny
Details
Added metadata.xml with use flags descriptions. (metadata.xml,657 bytes, application/xml)
2016-08-07 19:19 UTC, Juraj Variny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj Variny 2016-07-27 13:04:18 UTC
Renamed 1.78 ebuild works fine. Contains many useful bug fixes.
Comment 1 Coacher 2016-07-27 14:12:21 UTC
(In reply to Juraj Variny from comment #0)

Hello.

Would you like to be a maintainer for s3fs via Proxy Maintainers project?
See https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers for more info.
Comment 2 Juraj Variny 2016-07-27 22:54:36 UTC
I wish to maintain the package - see #589884.
Comment 3 Coacher 2016-07-28 00:59:42 UTC
Great!

Please submit your ebuild for s3fs-1.80 here and proxy-maint team will review it and help you to improve it.

At first glance current s3fs-1.78 ebuild could be updated to have EAPI=6 and to provide GnuTLS/NSS options instead of OpenSSL as does upstream.
Comment 4 Coacher 2016-07-28 01:15:49 UTC
s/instead of OpenSSL/instead of just OpenSSL/
Comment 5 Juraj Variny 2016-07-28 18:08:07 UTC
Created attachment 441826 [details]
Improved 1.80 ebuild

Implemented EAPI=6 and choice between openssl/nss/gnutls based on use flags.
Comment 6 Amy Liffey gentoo-dev 2016-08-05 20:44:38 UTC
(In reply to Juraj Variny from comment #5)
> Created attachment 441826 [details]
> Improved 1.80 ebuild
> 
> Implemented EAPI=6 and choice between openssl/nss/gnutls based on use flags.

Can you please provide description for those local useflags? (openssl/nss/nettle)

Thanks
Comment 7 Juraj Variny 2016-08-07 19:19:24 UTC
Created attachment 442724 [details]
Added metadata.xml with use flags descriptions.
Comment 8 Juraj Variny 2016-08-24 12:26:59 UTC
Can I do anything to help proceed further with this?
Comment 9 Patrice Clement gentoo-dev 2016-08-24 12:38:30 UTC
Feel free to file a PR to speed this up.
Comment 10 Patrice Clement gentoo-dev 2016-08-24 12:45:01 UTC
OK leave it, I'll add your ebuild to the repo.
Comment 11 Patrice Clement gentoo-dev 2016-08-24 12:49:25 UTC
commit 56513b84b1327e9e3c0473f439084f5b15da9c04 (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Wed Aug 24 14:48:10 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Wed Aug 24 14:49:05 2016 +0200

sys-fs/s3fs: version bump to 1.80.

Courtesy of Juraj Variny <rini17@gmail.com>.

Gentoo-Bug: https://bugs.gentoo.org/589842
Package-Manager: portage-2.2.28

sys-fs/s3fs/Manifest         |  1 +
sys-fs/s3fs/metadata.xml     | 14 +++++++----
sys-fs/s3fs/s3fs-1.80.ebuild | 56 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 66 insertions(+), 5 deletions(-)
create mode 100644 sys-fs/s3fs/s3fs-1.80.ebuild

Commited, thanks!