Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369489 - sys-fs/boxfs-0.7.ebuild - A FUSE filesystem to access files on box.net accounts
Summary: sys-fs/boxfs-0.7.ebuild - A FUSE filesystem to access files on box.net accounts
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://code.google.com/p/boxfs/
Whiteboard: sunrise-removal
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2011-05-31 12:06 UTC by Laurento Frittella (mrfree)
Modified: 2016-06-08 16:46 UTC (History)
1 user (show)

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


Attachments
sys-fs/boxfs-0.7.ebuild (boxfs-0.7.ebuild,557 bytes, text/plain)
2011-05-31 12:06 UTC, Laurento Frittella (mrfree)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurento Frittella (mrfree) 2011-05-31 12:06:43 UTC
Created attachment 275325 [details]
sys-fs/boxfs-0.7.ebuild

https://code.google.com/p/boxfs/

"boxfs is a FUSE-based filesystem that lets you mount your box.net account to a local directory.

It interfaces whe box.net storage service using their OpenBox API."
Comment 1 Tianon 2013-08-28 02:55:53 UTC
Building this depends on libapp being installed, and thus this bug probably needs to depend on #369487 and thus the ebuild on dev-libs/libapp.
Comment 2 Tianon 2013-08-28 03:06:24 UTC
Also worth noting, once adding the dependency and using my updated ebuild, I have a working copy of boxfs on my machine, happily syncing files correctly up to box.com.
Comment 3 Michael Lawrence 2015-11-29 04:45:20 UTC
https://code.google.com/p/boxfs/  -----> HTTP_Redirects to 

https://github.com/drotiro/boxfs2


however their is no versions on the repo.  boxfs-9999.ebuild
I need better ebuid'er foo but what the hell i'll give it a shot. 

 
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

EGIT_REPO_URI="git://github.com/drotiro/${PN}.git
	http://github.com/drotiro/${PN}.git"
inherit git-3 multilib

DESCRIPTION="A FUSE filesystem to access files on box.net accounts"
HOMEPAGE="https://github.com/drotiro/boxfs2"
SRC_URI=""
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="sys-fs/fuse
	dev-libs/libxml2
	net-misc/curl
	dev-libs/libzip
	dev-libs\libapp"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

EGIT_CHECKOUT_DIR=${WORKDIR}/${P}
D=${WORKDIR}/${P}

src_unpack() {
git-r3_src_unpack
}

src_install() {
	dodir /usr/bin
	emake PREFIX="${D}usr" install

	dodoc README
}
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-08 16:46:41 UTC
Hello, everyone.

It seems that at least one ebuild related to this bug exists in the Sunrise overlay at the moment. However, I have to regretfully announce that after a long inactivity period the Sunrise project has been discontinued and the related overlay will be eventually removed. For this reason, I'd like to ask you to reevaluate the ebuilds and consider moving them. If you'd like to maintain a package from Sunrise in Gentoo, please take a look at our Proxy Maintainers [1] project.

Please make sure to take ebuilds from the unreviewed developer Sunrise repository [2] rather than the -reviewed one, since the latter has not been updated for over a year. While at it, please note that:

1. Adding a package to Gentoo requires declaring yourself as an active maintainer for it. All bugs regarding the package will be assigned to you, and you will be expected to maintain it.

2. Some packages may not be suitable for addition anymore. While there's no strong rules that would prevent you from adding a package, it may be a bad idea to add old-unmaintained packages that will shortly result in a large number of bugs reported with no solution. If that is the case, please close the bug as RESOLVED/OBSOLETE to make it easier to find packages worth adding.

3. Some of the bugs were already closed as WONTFIX/OBSOLETE/... while the relevant ebuild was kept in Sunrise. If you disagree with the original decision, you still can add the ebuild via proxy-maint.

4. Pleaes note that many of the Sunrise ebuilds are old and may be buggy. If you decide to move them, please make sure to update/clean them up. The proxy-maint team will also review your ebuilds, therefore making sure they land in Gentoo in good quality.

Once again, thank you for your contribution. We hope that you will still want to contribute to Gentoo, through proxy-maint or otherwise.


[1]:https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers
[2]:https://gitweb.gentoo.org/proj/sunrise.git/