dlan 14/09/09 03:21:13 Modified: ChangeLog metadata.xml Added: megatools-1.9.92-r1.ebuild Removed: megatools-1.9.92.ebuild Log: fix bug 522258, 522260, thanks @hasufell (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.2 net-misc/megatools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/megatools/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 5 Sep 2014 07:12:44 -0000 1.1 +++ ChangeLog 9 Sep 2014 03:21:13 -0000 1.2 @@ -1,6 +1,13 @@ # ChangeLog for net-misc/megatools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/megatools/ChangeLog,v 1.1 2014/09/05 07:12:44 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/megatools/ChangeLog,v 1.2 2014/09/09 03:21:13 dlan Exp $ + +*megatools-1.9.92-r1 (09 Sep 2014) + + 09 Sep 2014; Yixun Lan <[email protected]> -megatools-1.9.92.ebuild, + +megatools-1.9.92-r1.ebuild, +files/megatools-1.9.92-fuse.patch, + metadata.xml: + fix bug 522258, 522260, thanks @hasufell *megatools-1.9.92 (05 Sep 2014) 1.2 net-misc/megatools/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/megatools/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 5 Sep 2014 07:12:44 -0000 1.1 +++ metadata.xml 9 Sep 2014 03:21:13 -0000 1.2 @@ -11,4 +11,9 @@ Mega website can be found at http://mega.co.nz. </longdescription> + <use> + <flag name="fuse"> + Enables support for the filesystem in userspace plugin through <pkg>sys-fs/fuse</pkg>. + </flag> + </use> </pkgmetadata> 1.1 net-misc/megatools/megatools-1.9.92-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/megatools-1.9.92-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/megatools-1.9.92-r1.ebuild?rev=1.1&content-type=text/plain Index: megatools-1.9.92-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/megatools/megatools-1.9.92-r1.ebuild,v 1.1 2014/09/09 03:21:13 dlan Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 inherit autotools-utils DESCRIPTION="Command line tools and C library for accessing Mega cloud storage" HOMEPAGE="https://github.com/megous/megatools" SRC_URI="https://github.com/megous/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="fuse introspection static-libs" RDEPEND="dev-libs/glib:2 dev-libs/openssl:0 net-misc/curl fuse? ( sys-fs/fuse ) " DEPEND="${RDEPEND} virtual/pkgconfig app-text/asciidoc" PATCHES=( "${FILESDIR}"/${P}-fuse.patch ) src_configure() { local myeconfargs=( --enable-shared --enable-docs-build --disable-maintainer-mode --disable-warnings --disable-glibtest $(use_enable static-libs static) $(use_enable introspection) $(use_with fuse) ) autotools-utils_src_configure }
