dlan        15/03/17 03:56:42

  Modified:             ChangeLog
  Added:                megatools-1.9.94.ebuild
  Removed:              megatools-1.9.92-r2.ebuild
  Log:
  version bump & drop old, bug 543490
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.6                  net-misc/megatools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/megatools/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   21 Nov 2014 14:56:08 -0000      1.5
+++ ChangeLog   17 Mar 2015 03:56:42 -0000      1.6
@@ -1,6 +1,12 @@
 # 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.5 
2014/11/21 14:56:08 dlan Exp $
+# 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 $
+
+*megatools-1.9.94 (17 Mar 2015)
+
+  17 Mar 2015; Yixun Lan <[email protected]> -megatools-1.9.92-r2.ebuild,
+  +megatools-1.9.94.ebuild:
+  version bump & drop old, bug 543490
 
 *megatools-1.9.93 (21 Nov 2014)
 



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

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

Index: megatools-1.9.94.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.94.ebuild,v 
1.1 2015/03/17 03:56:42 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