dlan        15/05/08 08:01:41

  Modified:             ChangeLog
  Added:                megatools-1.9.95.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.7                  net-misc/megatools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/megatools/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   17 Mar 2015 03:56:42 -0000      1.6
+++ ChangeLog   8 May 2015 08:01:41 -0000       1.7
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/megatools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/megatools/ChangeLog,v 1.6 
2015/03/17 03:56:42 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/megatools/ChangeLog,v 1.7 
2015/05/08 08:01:41 dlan Exp $
+
+*megatools-1.9.95 (08 May 2015)
+
+  08 May 2015; Yixun Lan <[email protected]> +megatools-1.9.95.ebuild:
+  version bump
 
 *megatools-1.9.94 (17 Mar 2015)
 



1.1                  net-misc/megatools/megatools-1.9.95.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/megatools-1.9.95.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/megatools/megatools-1.9.95.ebuild?rev=1.1&content-type=text/plain

Index: megatools-1.9.95.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/megatools/megatools-1.9.95.ebuild,v 
1.1 2015/05/08 08:01:41 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 ~arm ~x86"
IUSE="fuse introspection static-libs"

COMMON_DEPEND="dev-libs/glib:2
        dev-libs/openssl:0
        net-misc/curl
        fuse? ( sys-fs/fuse )
"
RDEPEND="${COMMON_DEPEND}
        net-libs/glib-networking[ssl]
"
DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig
        app-text/asciidoc"

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
}




Reply via email to