[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2023-02-18 Thread John Helmert III
commit: b64b7430adf15b6f9605e139cb01b977b2faa777
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Feb 18 21:59:14 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Feb 19 00:57:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64b7430

net-misc/megatools: add 1.11.1

Signed-off-by: John Helmert III  gentoo.org>

 net-misc/megatools/Manifest|  1 +
 net-misc/megatools/megatools-1.11.1.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index f490a19c42bf..6c8dca9544dc 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1 +1,2 @@
 DIST megatools-1.11.0.20220519.tar.gz 105567 BLAKE2B 
2f878568bb21a554d15bf6d68dfe27b8ba3d10cd9a4645e6082473e911940a0500d7becd0e4e7a72404f60759a5cb2780c6b176f722fb4fd57269570f4e2
 SHA512 
5c379a5a8da150d6d95a84f6bcf0c9be5b725c2c0e799e8d1e3358ac6081579eacc853f6b3d369c06006d3bdb3917dc20cf39ca5c69f153dc38de9daab74cea1
+DIST megatools-1.11.1.20230212.tar.gz 105339 BLAKE2B 
b4bc57fa009d8f500e0360c60284198ed2ae30d4580f82826fa6ef6230c5f627d265a1300dbbca76837acc83bf10e8ba73ea404dcb64bf09e15730877714c639
 SHA512 
8d96533c6ae117f38e095b16f4c3241a9170397174befaff9caf81b598addbe60c89c05d29b20efead462a8f263f799107653cab1ad429ab2ba2fe0dc4fbbb39

diff --git a/net-misc/megatools/megatools-1.11.1.ebuild 
b/net-misc/megatools/megatools-1.11.1.ebuild
new file mode 100644
index ..6313dae1c214
--- /dev/null
+++ b/net-misc/megatools/megatools-1.11.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+MY_P="${P}.20230212"
+
+DESCRIPTION="Command line tools and C library for accessing Mega cloud storage"
+HOMEPAGE="https://megatools.megous.com;
+SRC_URI="https://megatools.megous.com/builds/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/openssl:0=
+   net-libs/glib-networking[ssl]
+   net-misc/curl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/asciidoc
+   virtual/pkgconfig
+"
+
+src_install() {
+   meson_src_install
+
+   rm -r "${ED}/usr/share/doc/${PN}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2022-10-21 Thread John Helmert III
commit: f53044b7acce1b98c8b88a9e3fe228aa05670fd0
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Oct 21 05:56:12 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Oct 21 06:04:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53044b7

net-misc/megatools: drop 1.10.3

Signed-off-by: John Helmert III  gentoo.org>

 net-misc/megatools/Manifest|  1 -
 net-misc/megatools/megatools-1.10.3.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index d0855b9215ba..f490a19c42bf 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,2 +1 @@
-DIST megatools-1.10.3.tar.gz 196361 BLAKE2B 
49d7658714074253ab93134bd9fbb6f73a9101e362f219c4394cfe599deeb3cb2ccf01afb89db75691299271fa9dbfdf004abd6dfe26d2a0fda783282561ff51
 SHA512 
cf431e151f3f7e1a77fcfe07092694f861eca43ab88bb4e0d4de72f01662e9140c51891f8f5cf3cf66d3a04b64a55d57fd766c3febf2fc5cee1720558ff2079b
 DIST megatools-1.11.0.20220519.tar.gz 105567 BLAKE2B 
2f878568bb21a554d15bf6d68dfe27b8ba3d10cd9a4645e6082473e911940a0500d7becd0e4e7a72404f60759a5cb2780c6b176f722fb4fd57269570f4e2
 SHA512 
5c379a5a8da150d6d95a84f6bcf0c9be5b725c2c0e799e8d1e3358ac6081579eacc853f6b3d369c06006d3bdb3917dc20cf39ca5c69f153dc38de9daab74cea1

diff --git a/net-misc/megatools/megatools-1.10.3.ebuild 
b/net-misc/megatools/megatools-1.10.3.ebuild
deleted file mode 100644
index 6055ce2deca2..
--- a/net-misc/megatools/megatools-1.10.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Command line tools and C library for accessing Mega cloud storage"
-HOMEPAGE="https://megatools.megous.com;
-SRC_URI="https://megatools.megous.com/builds/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/openssl:0=
-   net-libs/glib-networking[ssl]
-   net-misc/curl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-text/asciidoc
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   sed -i -e "/^AC_PROG_CC/ a AM_PROG_AR" configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-maintainer-mode \
-   --disable-warnings
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2022-05-22 Thread John Helmert III
commit: 1a5309849c8fca90b8b111cbd41d28eaa67b67f3
Author: John Helmert III  gentoo  org>
AuthorDate: Sun May 22 15:57:48 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun May 22 15:59:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a530984

net-misc/megatools: add 1.11.0

Closes: https://bugs.gentoo.org/846797
Signed-off-by: John Helmert III  gentoo.org>

 net-misc/megatools/Manifest|  1 +
 net-misc/megatools/megatools-1.11.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index c669a373a633..d0855b9215ba 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1 +1,2 @@
 DIST megatools-1.10.3.tar.gz 196361 BLAKE2B 
49d7658714074253ab93134bd9fbb6f73a9101e362f219c4394cfe599deeb3cb2ccf01afb89db75691299271fa9dbfdf004abd6dfe26d2a0fda783282561ff51
 SHA512 
cf431e151f3f7e1a77fcfe07092694f861eca43ab88bb4e0d4de72f01662e9140c51891f8f5cf3cf66d3a04b64a55d57fd766c3febf2fc5cee1720558ff2079b
+DIST megatools-1.11.0.20220519.tar.gz 105567 BLAKE2B 
2f878568bb21a554d15bf6d68dfe27b8ba3d10cd9a4645e6082473e911940a0500d7becd0e4e7a72404f60759a5cb2780c6b176f722fb4fd57269570f4e2
 SHA512 
5c379a5a8da150d6d95a84f6bcf0c9be5b725c2c0e799e8d1e3358ac6081579eacc853f6b3d369c06006d3bdb3917dc20cf39ca5c69f153dc38de9daab74cea1

diff --git a/net-misc/megatools/megatools-1.11.0.ebuild 
b/net-misc/megatools/megatools-1.11.0.ebuild
new file mode 100644
index ..e9edcdae3798
--- /dev/null
+++ b/net-misc/megatools/megatools-1.11.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+MY_P="${P}.20220519"
+
+DESCRIPTION="Command line tools and C library for accessing Mega cloud storage"
+HOMEPAGE="https://megatools.megous.com;
+SRC_URI="https://megatools.megous.com/builds/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/openssl:0=
+   net-libs/glib-networking[ssl]
+   net-misc/curl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/asciidoc
+   virtual/pkgconfig
+"
+
+src_install() {
+   meson_src_install
+
+   rm -r "${ED}/usr/share/doc/${PN}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2022-03-08 Thread John Helmert III
commit: 236bbbed5837763b03bc39b80cecacd15bce0ebf
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Mar  8 23:01:36 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Wed Mar  9 01:10:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236bbbed

net-misc/megatools: fix PkgMetadataXmlIndentation

Signed-off-by: John Helmert III  gentoo.org>

 net-misc/megatools/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/megatools/metadata.xml b/net-misc/megatools/metadata.xml
index 64640533b894..4a33f270c218 100644
--- a/net-misc/megatools/metadata.xml
+++ b/net-misc/megatools/metadata.xml
@@ -10,7 +10,7 @@ Megatools is a collection of programs for accessing Mega 
service from
 a command line of your desktop or server.
 
 Mega website can be found at http://mega.co.nz.
-
+   

megous/megatools




[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2022-03-08 Thread John Helmert III
commit: cf96a64bff7b2565dd090d5521e54b2fc8ea9f97
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Mar  8 22:42:25 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Mar  8 22:43:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf96a64b

net-misc/megatools: add myself as a maintainer

Signed-off-by: John Helmert III  gentoo.org>

 net-misc/megatools/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/megatools/metadata.xml b/net-misc/megatools/metadata.xml
index 9c32253388f8..64640533b894 100644
--- a/net-misc/megatools/metadata.xml
+++ b/net-misc/megatools/metadata.xml
@@ -2,15 +2,15 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

-   d...@gentoo.org
-   Yixun Lan
+   a...@gentoo.org
+   John Helmert III


-Megatools is a collection of programs for accessing Mega service from 
+Megatools is a collection of programs for accessing Mega service from
 a command line of your desktop or server.
 
 Mega website can be found at http://mega.co.nz.
-
+

megous/megatools




[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2020-05-26 Thread Yixun Lan
commit: 0d3699ef910b77807149053b1c10a896c051ecf1
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue May 26 06:46:10 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue May 26 06:47:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3699ef

net-misc/megatools: respect 'AR' variable

use AM_PROG_AR to default to standard AR discovery
instead of make's 'ar'.

Closes: https://bugs.gentoo.org/725202
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/megatools/megatools-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/megatools/megatools-1.10.3.ebuild 
b/net-misc/megatools/megatools-1.10.3.ebuild
index 577aa496b79..f963f80749f 100644
--- a/net-misc/megatools/megatools-1.10.3.ebuild
+++ b/net-misc/megatools/megatools-1.10.3.ebuild
@@ -27,6 +27,7 @@ DEPEND="${COMMON_DEPEND}
 
 src_prepare() {
default
+   sed -i -e "/^AC_PROG_CC/ a AM_PROG_AR" configure.ac || die
eautoreconf
 }
 
@@ -35,5 +36,4 @@ src_configure() {
econf \
--disable-maintainer-mode \
--disable-warnings
-
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2020-04-22 Thread Jason A. Donenfeld
commit: f5f489da39d0cc88c01830a16720c1d7b71d395f
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Wed Apr 22 09:28:06 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Wed Apr 22 09:28:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f489da

net-misc/megatools: bump to 1.10.3

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-misc/megatools/Manifest | 2 +-
 .../megatools/{megatools-1.10.2-r1.ebuild => megatools-1.10.3.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index d4290378ada..c669a373a63 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1 +1 @@
-DIST megatools-1.10.2.tar.gz 103868 BLAKE2B 
102cc4249706e199f23be3d91372d98dc9d74389c79796638e77fb65886c3561eb589717e00d724de0fb81bfb59acec8207ef4782f6037b34a0bad8d76ebf5db
 SHA512 
6b8a5e92f24c9396a5f6572a0c67144216b75f9af9888dc41273d866d692eeb1f61d9337f74bd4c9e175f79f658f0f41de186147a4ede858797f2dacb98d0b97
+DIST megatools-1.10.3.tar.gz 196361 BLAKE2B 
49d7658714074253ab93134bd9fbb6f73a9101e362f219c4394cfe599deeb3cb2ccf01afb89db75691299271fa9dbfdf004abd6dfe26d2a0fda783282561ff51
 SHA512 
cf431e151f3f7e1a77fcfe07092694f861eca43ab88bb4e0d4de72f01662e9140c51891f8f5cf3cf66d3a04b64a55d57fd766c3febf2fc5cee1720558ff2079b

diff --git a/net-misc/megatools/megatools-1.10.2-r1.ebuild 
b/net-misc/megatools/megatools-1.10.3.ebuild
similarity index 89%
rename from net-misc/megatools/megatools-1.10.2-r1.ebuild
rename to net-misc/megatools/megatools-1.10.3.ebuild
index 7228227990b..577aa496b79 100644
--- a/net-misc/megatools/megatools-1.10.2-r1.ebuild
+++ b/net-misc/megatools/megatools-1.10.3.ebuild
@@ -7,7 +7,7 @@ inherit autotools eutils
 
 DESCRIPTION="Command line tools and C library for accessing Mega cloud storage"
 HOMEPAGE="https://megatools.megous.com;
-SRC_URI="https://github.com/megous/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://megatools.megous.com/builds/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2020-02-14 Thread Yixun Lan
commit: efac9a79bcc547065959ac4eef2b5f564cf6f569
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Feb 14 14:37:21 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Feb 14 21:53:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efac9a79

net-misc/megatools: drop old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/megatools/Manifest|  1 -
 net-misc/megatools/megatools-1.10.2.ebuild | 37 --
 net-misc/megatools/megatools-1.9.98.ebuild | 37 --
 3 files changed, 75 deletions(-)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index fc7ccc4b241..d4290378ada 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,2 +1 @@
 DIST megatools-1.10.2.tar.gz 103868 BLAKE2B 
102cc4249706e199f23be3d91372d98dc9d74389c79796638e77fb65886c3561eb589717e00d724de0fb81bfb59acec8207ef4782f6037b34a0bad8d76ebf5db
 SHA512 
6b8a5e92f24c9396a5f6572a0c67144216b75f9af9888dc41273d866d692eeb1f61d9337f74bd4c9e175f79f658f0f41de186147a4ede858797f2dacb98d0b97
-DIST megatools-1.9.98.tar.gz 83684 BLAKE2B 
f5c2a8559c7d4eb79eab2719fc63fd4a8c8d2acbf1d14e9de9d966a32043f291822bc5c67c9a5a63d5f9612ae3b3e3e3054ddf2f6b7695710ac6460021f5dc75
 SHA512 
0610809e16d135fd7cc3be45517a342f9800b098ed306b4341205bf0359832b4cb2a64220c84d5879cea6c4074229920dffd461824c93e08b492080ce87e012b

diff --git a/net-misc/megatools/megatools-1.10.2.ebuild 
b/net-misc/megatools/megatools-1.10.2.ebuild
deleted file mode 100644
index 23fe11cf190..000
--- a/net-misc/megatools/megatools-1.10.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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=""
-
-COMMON_DEPEND="dev-libs/glib:2
-   dev-libs/openssl:0=
-   net-misc/curl
-"
-RDEPEND="${COMMON_DEPEND}
-   net-libs/glib-networking[ssl]
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   app-text/asciidoc"
-
-src_configure() {
-   local myeconfargs=(
-   --disable-maintainer-mode
-   --disable-warnings
-   --disable-glibtest
-   )
-   autotools-utils_src_configure
-}

diff --git a/net-misc/megatools/megatools-1.9.98.ebuild 
b/net-misc/megatools/megatools-1.9.98.ebuild
deleted file mode 100644
index b802483dd5a..000
--- a/net-misc/megatools/megatools-1.9.98.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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=""
-
-COMMON_DEPEND="dev-libs/glib:2
-   dev-libs/openssl:0=
-   net-misc/curl
-"
-RDEPEND="${COMMON_DEPEND}
-   net-libs/glib-networking[ssl]
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   app-text/asciidoc"
-
-src_configure() {
-   local myeconfargs=(
-   --disable-maintainer-mode
-   --disable-warnings
-   --disable-glibtest
-   )
-   autotools-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2020-02-14 Thread Yixun Lan
commit: f48c752bdcdb8fe6ee47a4602129c34b1770
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Feb 14 14:46:48 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Feb 14 21:54:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48c752b

net-misc/megatools: fix website url

still leave download url which from github, may
switch to offical's in next version

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/megatools/megatools-1.10.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/megatools/megatools-1.10.2-r1.ebuild 
b/net-misc/megatools/megatools-1.10.2-r1.ebuild
index 1d9b22e67f6..7228227990b 100644
--- a/net-misc/megatools/megatools-1.10.2-r1.ebuild
+++ b/net-misc/megatools/megatools-1.10.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools eutils
 
 DESCRIPTION="Command line tools and C library for accessing Mega cloud storage"
-HOMEPAGE="https://github.com/megous/megatools;
+HOMEPAGE="https://megatools.megous.com;
 SRC_URI="https://github.com/megous/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2018-11-11 Thread Yixun Lan
commit: 9d4c87d33fd9ddb918e0417d85016df08656e73f
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Nov 12 01:51:07 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Nov 12 01:56:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4c87d3

net-misc/megatools: fix build warning

fix unrecognized configure options issue,
bump EAPI=7

Closes: https://bugs.gentoo.org/668698
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/megatools/megatools-1.10.2-r1.ebuild | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/net-misc/megatools/megatools-1.10.2-r1.ebuild 
b/net-misc/megatools/megatools-1.10.2-r1.ebuild
new file mode 100644
index 000..1d9b22e67f6
--- /dev/null
+++ b/net-misc/megatools/megatools-1.10.2-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils
+
+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=""
+
+COMMON_DEPEND="dev-libs/glib:2
+   dev-libs/openssl:0=
+   net-misc/curl
+"
+RDEPEND="${COMMON_DEPEND}
+   net-libs/glib-networking[ssl]
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   app-text/asciidoc"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   default
+   econf \
+   --disable-maintainer-mode \
+   --disable-warnings
+
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2018-10-12 Thread Yixun Lan
commit: 4daaa870145f4d4c33e5bbf76f1ad2020ae11e08
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Oct 12 19:24:33 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 12 19:29:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4daaa870

net-misc/megatools: version bump, 1.10.2

Closes: https://bugs.gentoo.org/664928
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/megatools/Manifest|  1 +
 net-misc/megatools/megatools-1.10.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index d6aac4c73a4..df315aa2e80 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,2 +1,3 @@
+DIST megatools-1.10.2.tar.gz 103868 BLAKE2B 
102cc4249706e199f23be3d91372d98dc9d74389c79796638e77fb65886c3561eb589717e00d724de0fb81bfb59acec8207ef4782f6037b34a0bad8d76ebf5db
 SHA512 
6b8a5e92f24c9396a5f6572a0c67144216b75f9af9888dc41273d866d692eeb1f61d9337f74bd4c9e175f79f658f0f41de186147a4ede858797f2dacb98d0b97
 DIST megatools-1.9.97.tar.gz 105211 BLAKE2B 
d28e51fb178a7ff3378793261df73a53a64d0a650d7891e3bb6adaffb3ab26922f66fc48bbdc664d9103d791a83f13417e62991e0d8d8bb035f1ab339b96693b
 SHA512 
bdc28b0d5abed23ef2b36c19d9b3572e776c293ff9e1b8cfc5966ae4a1107d554509bf136b4ceeb351cdfb3b0e094406d1ba5432c9a4572691b6ea16f6680552
 DIST megatools-1.9.98.tar.gz 83684 BLAKE2B 
f5c2a8559c7d4eb79eab2719fc63fd4a8c8d2acbf1d14e9de9d966a32043f291822bc5c67c9a5a63d5f9612ae3b3e3e3054ddf2f6b7695710ac6460021f5dc75
 SHA512 
0610809e16d135fd7cc3be45517a342f9800b098ed306b4341205bf0359832b4cb2a64220c84d5879cea6c4074229920dffd461824c93e08b492080ce87e012b

diff --git a/net-misc/megatools/megatools-1.10.2.ebuild 
b/net-misc/megatools/megatools-1.10.2.ebuild
new file mode 100644
index 000..23fe11cf190
--- /dev/null
+++ b/net-misc/megatools/megatools-1.10.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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=""
+
+COMMON_DEPEND="dev-libs/glib:2
+   dev-libs/openssl:0=
+   net-misc/curl
+"
+RDEPEND="${COMMON_DEPEND}
+   net-libs/glib-networking[ssl]
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   app-text/asciidoc"
+
+src_configure() {
+   local myeconfargs=(
+   --disable-maintainer-mode
+   --disable-warnings
+   --disable-glibtest
+   )
+   autotools-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2018-10-12 Thread Yixun Lan
commit: 4d26fffe6eadcd17eb73133569cd74ecee1f86a4
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Oct 12 19:28:36 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct 12 19:29:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d26fffe

net-misc/megatools: drop old

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/megatools/Manifest|  1 -
 net-misc/megatools/megatools-1.9.97.ebuild | 43 --
 net-misc/megatools/metadata.xml|  5 
 3 files changed, 49 deletions(-)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index df315aa2e80..fc7ccc4b241 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,3 +1,2 @@
 DIST megatools-1.10.2.tar.gz 103868 BLAKE2B 
102cc4249706e199f23be3d91372d98dc9d74389c79796638e77fb65886c3561eb589717e00d724de0fb81bfb59acec8207ef4782f6037b34a0bad8d76ebf5db
 SHA512 
6b8a5e92f24c9396a5f6572a0c67144216b75f9af9888dc41273d866d692eeb1f61d9337f74bd4c9e175f79f658f0f41de186147a4ede858797f2dacb98d0b97
-DIST megatools-1.9.97.tar.gz 105211 BLAKE2B 
d28e51fb178a7ff3378793261df73a53a64d0a650d7891e3bb6adaffb3ab26922f66fc48bbdc664d9103d791a83f13417e62991e0d8d8bb035f1ab339b96693b
 SHA512 
bdc28b0d5abed23ef2b36c19d9b3572e776c293ff9e1b8cfc5966ae4a1107d554509bf136b4ceeb351cdfb3b0e094406d1ba5432c9a4572691b6ea16f6680552
 DIST megatools-1.9.98.tar.gz 83684 BLAKE2B 
f5c2a8559c7d4eb79eab2719fc63fd4a8c8d2acbf1d14e9de9d966a32043f291822bc5c67c9a5a63d5f9612ae3b3e3e3054ddf2f6b7695710ac6460021f5dc75
 SHA512 
0610809e16d135fd7cc3be45517a342f9800b098ed306b4341205bf0359832b4cb2a64220c84d5879cea6c4074229920dffd461824c93e08b492080ce87e012b

diff --git a/net-misc/megatools/megatools-1.9.97.ebuild 
b/net-misc/megatools/megatools-1.9.97.ebuild
deleted file mode 100644
index 42d283b633f..000
--- a/net-misc/megatools/megatools-1.9.97.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}

diff --git a/net-misc/megatools/metadata.xml b/net-misc/megatools/metadata.xml
index bab792ed6d5..f108816a6cd 100644
--- a/net-misc/megatools/metadata.xml
+++ b/net-misc/megatools/metadata.xml
@@ -11,11 +11,6 @@ a command line of your desktop or server.
 
 Mega website can be found at http://mega.co.nz.
 
-   
-   
-   Enables support for the filesystem in userspace plugin through 
sys-fs/fuse.
-   
-   

megous/megatools




[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2018-08-21 Thread Andreas Sturmlechner
commit: 92fd0fdbcfd71283637888b39bd109da6fb2ed57
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 21 12:54:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 21 14:57:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fd0fdb

net-misc/megatools: Add missing dev-libs/openssl slot op

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-misc/megatools/megatools-1.9.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/megatools/megatools-1.9.98.ebuild 
b/net-misc/megatools/megatools-1.9.98.ebuild
index 441a9ef6db3..b802483dd5a 100644
--- a/net-misc/megatools/megatools-1.9.98.ebuild
+++ b/net-misc/megatools/megatools-1.9.98.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 COMMON_DEPEND="dev-libs/glib:2
-   dev-libs/openssl:0
+   dev-libs/openssl:0=
net-misc/curl
 "
 RDEPEND="${COMMON_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2018-08-21 Thread Andreas Sturmlechner
commit: df9def744c427947a32ab04ce4191e307e8729a3
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Mar 24 14:47:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 21 14:57:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9def74

net-misc/megatools: remove non-available configure switches and deps

Version 1.9.98 dropped fuse support and some configure switches, correct
the ebuild for that version.

Closes: https://bugs.gentoo.org/649460
Closes: https://github.com/gentoo/gentoo/pull/9033

 net-misc/megatools/megatools-1.9.98.ebuild | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/net-misc/megatools/megatools-1.9.98.ebuild 
b/net-misc/megatools/megatools-1.9.98.ebuild
index 42d283b633f..441a9ef6db3 100644
--- a/net-misc/megatools/megatools-1.9.98.ebuild
+++ b/net-misc/megatools/megatools-1.9.98.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,12 +14,11 @@ 
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"
+IUSE=""
 
 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]
@@ -30,14 +29,9 @@ DEPEND="${COMMON_DEPEND}
 
 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
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2016-11-03 Thread Yixun Lan
commit: f2adc86bedfb964a34e2b87f0a3ee1fb833ad698
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Nov  4 03:01:55 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Nov  4 03:02:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2adc86b

net-misc/megatools: drop old

Package-Manager: portage-2.3.2

 net-misc/megatools/Manifest|  2 --
 net-misc/megatools/megatools-1.9.95.ebuild | 44 --
 net-misc/megatools/megatools-1.9.96.ebuild | 44 --
 3 files changed, 90 deletions(-)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index c006360..1d01984 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,4 +1,2 @@
-DIST megatools-1.9.95.tar.gz 114825 SHA256 
2e87b1ab12249f0168d7ed69a6f29213378dd0f77f516301f0de138d403e2423 SHA512 
28ca49fdc4384f559f9f99b6cab78b03d4da1b2caa3637cf1420c037516496dd9cba4494211dd05e235bd1fc50e954a65813a6f2e0d6f5bbb532cd6897a37143
 WHIRLPOOL 
32901fa0f100661c79b48070ef1f8d7528d652d432a633911ad326cff967ef03ab3c935aa160bec5e8b9498d74c8385d51b731bf40bfdf27551fd2e4bc828e05
-DIST megatools-1.9.96.tar.gz 115043 SHA256 
a517d1ffed585215199d7c19583e48121351ee00ed699e404886c959ced735e2 SHA512 
40358ddd72c00939f6f36c22ecbe3fca23b88b0e9efb5a2b7193d93b56960bc2ecc5f284096b28cb05ff24918ee3a3a82ad48c96ab7edd6daf1f5850d154799e
 WHIRLPOOL 
d3ff18f6eb44c4bea39a33c2b3d1283a93cec43b636bc7d5d02978857c41bdcae67b9918d51ac13e0413e3902d86fa4ec849d0aed73083c416ac77c1a650d201
 DIST megatools-1.9.97.tar.gz 105211 SHA256 
5868b911a916848b9d4f7e12c84837ea11418e42f6ffd0fdab9d0618d9358480 SHA512 
bdc28b0d5abed23ef2b36c19d9b3572e776c293ff9e1b8cfc5966ae4a1107d554509bf136b4ceeb351cdfb3b0e094406d1ba5432c9a4572691b6ea16f6680552
 WHIRLPOOL 
a3e19d18a7869040d6d3cc05064238536aaab805608edd79830d563efdf2fec4d7beeb35e7b1e24a9c8eb786c4b01e642641ce45e72962938de9e2235842beed
 DIST megatools-1.9.98.tar.gz 83684 SHA256 
8e8614d7c29dc00fc47999d2a47372ae115635df9f30779fe32032f1a7289cec SHA512 
0610809e16d135fd7cc3be45517a342f9800b098ed306b4341205bf0359832b4cb2a64220c84d5879cea6c4074229920dffd461824c93e08b492080ce87e012b
 WHIRLPOOL 
d4f6f6513e323507a4f8f036c4a38ba63a896255b1f063cb774701331cd213637a2bae01118001548dfe2e23809c6c24e89130d7fa1cc6d19ce09bc8a1cc3120

diff --git a/net-misc/megatools/megatools-1.9.95.ebuild 
b/net-misc/megatools/megatools-1.9.95.ebuild
deleted file mode 100644
index 9c6aea0..
--- a/net-misc/megatools/megatools-1.9.95.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}

diff --git a/net-misc/megatools/megatools-1.9.96.ebuild 
b/net-misc/megatools/megatools-1.9.96.ebuild
deleted file mode 100644
index 9c6aea0..
--- a/net-misc/megatools/megatools-1.9.96.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-  

[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2016-11-03 Thread Yixun Lan
commit: 71cfb8e003c33170a75e70cd80891934ecd62254
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Nov  4 03:00:47 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Nov  4 03:02:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cfb8e0

net-misc/megatools: version bump

Package-Manager: portage-2.3.2

 net-misc/megatools/Manifest|  1 +
 net-misc/megatools/megatools-1.9.98.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index 9e5e7a2..c006360 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,3 +1,4 @@
 DIST megatools-1.9.95.tar.gz 114825 SHA256 
2e87b1ab12249f0168d7ed69a6f29213378dd0f77f516301f0de138d403e2423 SHA512 
28ca49fdc4384f559f9f99b6cab78b03d4da1b2caa3637cf1420c037516496dd9cba4494211dd05e235bd1fc50e954a65813a6f2e0d6f5bbb532cd6897a37143
 WHIRLPOOL 
32901fa0f100661c79b48070ef1f8d7528d652d432a633911ad326cff967ef03ab3c935aa160bec5e8b9498d74c8385d51b731bf40bfdf27551fd2e4bc828e05
 DIST megatools-1.9.96.tar.gz 115043 SHA256 
a517d1ffed585215199d7c19583e48121351ee00ed699e404886c959ced735e2 SHA512 
40358ddd72c00939f6f36c22ecbe3fca23b88b0e9efb5a2b7193d93b56960bc2ecc5f284096b28cb05ff24918ee3a3a82ad48c96ab7edd6daf1f5850d154799e
 WHIRLPOOL 
d3ff18f6eb44c4bea39a33c2b3d1283a93cec43b636bc7d5d02978857c41bdcae67b9918d51ac13e0413e3902d86fa4ec849d0aed73083c416ac77c1a650d201
 DIST megatools-1.9.97.tar.gz 105211 SHA256 
5868b911a916848b9d4f7e12c84837ea11418e42f6ffd0fdab9d0618d9358480 SHA512 
bdc28b0d5abed23ef2b36c19d9b3572e776c293ff9e1b8cfc5966ae4a1107d554509bf136b4ceeb351cdfb3b0e094406d1ba5432c9a4572691b6ea16f6680552
 WHIRLPOOL 
a3e19d18a7869040d6d3cc05064238536aaab805608edd79830d563efdf2fec4d7beeb35e7b1e24a9c8eb786c4b01e642641ce45e72962938de9e2235842beed
+DIST megatools-1.9.98.tar.gz 83684 SHA256 
8e8614d7c29dc00fc47999d2a47372ae115635df9f30779fe32032f1a7289cec SHA512 
0610809e16d135fd7cc3be45517a342f9800b098ed306b4341205bf0359832b4cb2a64220c84d5879cea6c4074229920dffd461824c93e08b492080ce87e012b
 WHIRLPOOL 
d4f6f6513e323507a4f8f036c4a38ba63a896255b1f063cb774701331cd213637a2bae01118001548dfe2e23809c6c24e89130d7fa1cc6d19ce09bc8a1cc3120

diff --git a/net-misc/megatools/megatools-1.9.98.ebuild 
b/net-misc/megatools/megatools-1.9.98.ebuild
new file mode 100644
index ..22bf7cd
--- /dev/null
+++ b/net-misc/megatools/megatools-1.9.98.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2016-02-14 Thread Yixun Lan
commit: b15198f619fb54bc41617e5ba8becab153d60319
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Feb 15 07:01:04 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb 15 07:01:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15198f6

net-misc/megatools: version bump 1.9.97

Package-Manager: portage-2.2.27

 net-misc/megatools/Manifest|  1 +
 net-misc/megatools/megatools-1.9.97.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index fe79828..9e5e7a2 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,2 +1,3 @@
 DIST megatools-1.9.95.tar.gz 114825 SHA256 
2e87b1ab12249f0168d7ed69a6f29213378dd0f77f516301f0de138d403e2423 SHA512 
28ca49fdc4384f559f9f99b6cab78b03d4da1b2caa3637cf1420c037516496dd9cba4494211dd05e235bd1fc50e954a65813a6f2e0d6f5bbb532cd6897a37143
 WHIRLPOOL 
32901fa0f100661c79b48070ef1f8d7528d652d432a633911ad326cff967ef03ab3c935aa160bec5e8b9498d74c8385d51b731bf40bfdf27551fd2e4bc828e05
 DIST megatools-1.9.96.tar.gz 115043 SHA256 
a517d1ffed585215199d7c19583e48121351ee00ed699e404886c959ced735e2 SHA512 
40358ddd72c00939f6f36c22ecbe3fca23b88b0e9efb5a2b7193d93b56960bc2ecc5f284096b28cb05ff24918ee3a3a82ad48c96ab7edd6daf1f5850d154799e
 WHIRLPOOL 
d3ff18f6eb44c4bea39a33c2b3d1283a93cec43b636bc7d5d02978857c41bdcae67b9918d51ac13e0413e3902d86fa4ec849d0aed73083c416ac77c1a650d201
+DIST megatools-1.9.97.tar.gz 105211 SHA256 
5868b911a916848b9d4f7e12c84837ea11418e42f6ffd0fdab9d0618d9358480 SHA512 
bdc28b0d5abed23ef2b36c19d9b3572e776c293ff9e1b8cfc5966ae4a1107d554509bf136b4ceeb351cdfb3b0e094406d1ba5432c9a4572691b6ea16f6680552
 WHIRLPOOL 
a3e19d18a7869040d6d3cc05064238536aaab805608edd79830d563efdf2fec4d7beeb35e7b1e24a9c8eb786c4b01e642641ce45e72962938de9e2235842beed

diff --git a/net-misc/megatools/megatools-1.9.97.ebuild 
b/net-misc/megatools/megatools-1.9.97.ebuild
new file mode 100644
index 000..22bf7cd
--- /dev/null
+++ b/net-misc/megatools/megatools-1.9.97.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/files/, net-misc/megatools/

2016-01-31 Thread Yixun Lan
commit: 37c79f8bf298122092161348d1c5455d74ff4a6a
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Feb  1 03:07:21 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb  1 03:07:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c79f8b

net-misc/megatools: cleanup old versions

Package-Manager: portage-2.2.26

 net-misc/megatools/Manifest|  2 -
 .../megatools/files/megatools-1.9.92-fuse.patch| 42 -
 net-misc/megatools/megatools-1.9.93.ebuild | 44 --
 net-misc/megatools/megatools-1.9.94.ebuild | 44 --
 4 files changed, 132 deletions(-)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index 1a7bd93..fe79828 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,4 +1,2 @@
-DIST megatools-1.9.93.tar.gz 116391 SHA256 
e744de3448fecb0d103a5462fa0f0ac4ea82dd780984180531425ebfc837f97f SHA512 
71f5ba72e963e337da93cb3386aafeba4a6d58b75bbe848ef590940688e634c2b0175d6fae88515dd844fff6f789ba54618bc0cbba8f083432c0eac27d40df83
 WHIRLPOOL 
392ceb5d7ea62aaaccb203e884eee67bd203235370e6228466ac3a37714543613bfa07402d0eb92b261903850912e01ec29aa2aaf9f9f14de4e8aef16054f2e0
-DIST megatools-1.9.94.tar.gz 115526 SHA256 
10d694cb1514484f9fd92760165870ed070014434b8e20d4a3a34befdadfcf12 SHA512 
ff457563fc056425c4fed51021cd0d16578b628163a8cb96fe04fbdccddb0046c9172aa75a1f2df70bc0356b509f25ef29ba03a1430c2453d18edc4cc8e1012f
 WHIRLPOOL 
b3f060be9c3702a576c8019c733d889af905a72a9f22d62c5a1bd0b7c19f2cb3755ae8b70d743fae4625f6b294e19226f0d8b2e9bc0ad863048e46845591e42c
 DIST megatools-1.9.95.tar.gz 114825 SHA256 
2e87b1ab12249f0168d7ed69a6f29213378dd0f77f516301f0de138d403e2423 SHA512 
28ca49fdc4384f559f9f99b6cab78b03d4da1b2caa3637cf1420c037516496dd9cba4494211dd05e235bd1fc50e954a65813a6f2e0d6f5bbb532cd6897a37143
 WHIRLPOOL 
32901fa0f100661c79b48070ef1f8d7528d652d432a633911ad326cff967ef03ab3c935aa160bec5e8b9498d74c8385d51b731bf40bfdf27551fd2e4bc828e05
 DIST megatools-1.9.96.tar.gz 115043 SHA256 
a517d1ffed585215199d7c19583e48121351ee00ed699e404886c959ced735e2 SHA512 
40358ddd72c00939f6f36c22ecbe3fca23b88b0e9efb5a2b7193d93b56960bc2ecc5f284096b28cb05ff24918ee3a3a82ad48c96ab7edd6daf1f5850d154799e
 WHIRLPOOL 
d3ff18f6eb44c4bea39a33c2b3d1283a93cec43b636bc7d5d02978857c41bdcae67b9918d51ac13e0413e3902d86fa4ec849d0aed73083c416ac77c1a650d201

diff --git a/net-misc/megatools/files/megatools-1.9.92-fuse.patch 
b/net-misc/megatools/files/megatools-1.9.92-fuse.patch
deleted file mode 100644
index 6841fe9..000
--- a/net-misc/megatools/files/megatools-1.9.92-fuse.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index cc8ff46..15ca668 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -41,17 +41,32 @@ AC_SUBST(MEGA_REQUIRES)
- AC_SUBST(MEGA_CFLAGS)
- AC_SUBST(MEGA_LIBS)
- 
--PKG_CHECK_MODULES(FUSE, [$FUSE_REQUIRES], [ENABLE_FUSE=yes], [ENABLE_FUSE=no])
--AC_SUBST(FUSE_CFLAGS)
--AC_SUBST(FUSE_LIBS)
--AM_CONDITIONAL([ENABLE_FUSE], [test x$ENABLE_FUSE = xyes])
--
- GLIB_MAKEFILE='$(top_srcdir)/Makefile.glib'
- AC_SUBST(GLIB_MAKEFILE)
- 
- PKG_CHECK_MODULES(GLIBTESTS, [glib-2.0 >= 2.34.0], [ENABLE_TESTS=yes], 
[ENABLE_TESTS=no])
- AM_CONDITIONAL([ENABLE_TESTS], [test x$ENABLE_TESTS = xyes])
- 
-+# check fuse
-+AC_ARG_WITH([fuse],
-+  AS_HELP_STRING([--without-fuse], [Ignore presence of fuse and disable it]))
-+
-+AS_IF([test "x$with_fuse" != "xno"],
-+  [PKG_CHECK_MODULES(FUSE, [$FUSE_REQUIRES], [ENABLE_FUSE=yes], 
[ENABLE_FUSE=no])],
-+  [ENABLE_FUSE=no])
-+
-+AS_IF([test "x$ENABLE_FUSE" = "xyes"],
-+  [
-+AC_SUBST(FUSE_CFLAGS)
-+AC_SUBST(FUSE_LIBS)
-+  ],
-+[AS_IF([test "x$with_fuse" = "xyes"],
-+  [AC_MSG_ERROR([fuse support requested but not found])
-+])
-+])
-+
-+AM_CONDITIONAL([ENABLE_FUSE], [test "x$ENABLE_FUSE" = "xyes"])
-+
- # enable dev compiler warnings
- AC_ARG_ENABLE([warnings], AC_HELP_STRING([--enable-warnings], [Build with 
compiler warnings enabled.]))
- AS_IF([test "x$enable_warnings" = "xyes"], [

diff --git a/net-misc/megatools/megatools-1.9.93.ebuild 
b/net-misc/megatools/megatools-1.9.93.ebuild
deleted file mode 100644
index 60a3ceb..000
--- a/net-misc/megatools/megatools-1.9.93.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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}
-   

[gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/

2016-01-28 Thread Jason Donenfeld
commit: 2ad157d2daef59e806131363dd5a3df68413a1af
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Jan 29 00:44:54 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Jan 29 00:44:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad157d2

net-misc/megatools: version bump

Package-Manager: portage-2.2.26

 net-misc/megatools/Manifest|  1 +
 net-misc/megatools/megatools-1.9.96.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index 6b9a4ba..1a7bd93 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -1,3 +1,4 @@
 DIST megatools-1.9.93.tar.gz 116391 SHA256 
e744de3448fecb0d103a5462fa0f0ac4ea82dd780984180531425ebfc837f97f SHA512 
71f5ba72e963e337da93cb3386aafeba4a6d58b75bbe848ef590940688e634c2b0175d6fae88515dd844fff6f789ba54618bc0cbba8f083432c0eac27d40df83
 WHIRLPOOL 
392ceb5d7ea62aaaccb203e884eee67bd203235370e6228466ac3a37714543613bfa07402d0eb92b261903850912e01ec29aa2aaf9f9f14de4e8aef16054f2e0
 DIST megatools-1.9.94.tar.gz 115526 SHA256 
10d694cb1514484f9fd92760165870ed070014434b8e20d4a3a34befdadfcf12 SHA512 
ff457563fc056425c4fed51021cd0d16578b628163a8cb96fe04fbdccddb0046c9172aa75a1f2df70bc0356b509f25ef29ba03a1430c2453d18edc4cc8e1012f
 WHIRLPOOL 
b3f060be9c3702a576c8019c733d889af905a72a9f22d62c5a1bd0b7c19f2cb3755ae8b70d743fae4625f6b294e19226f0d8b2e9bc0ad863048e46845591e42c
 DIST megatools-1.9.95.tar.gz 114825 SHA256 
2e87b1ab12249f0168d7ed69a6f29213378dd0f77f516301f0de138d403e2423 SHA512 
28ca49fdc4384f559f9f99b6cab78b03d4da1b2caa3637cf1420c037516496dd9cba4494211dd05e235bd1fc50e954a65813a6f2e0d6f5bbb532cd6897a37143
 WHIRLPOOL 
32901fa0f100661c79b48070ef1f8d7528d652d432a633911ad326cff967ef03ab3c935aa160bec5e8b9498d74c8385d51b731bf40bfdf27551fd2e4bc828e05
+DIST megatools-1.9.96.tar.gz 115043 SHA256 
a517d1ffed585215199d7c19583e48121351ee00ed699e404886c959ced735e2 SHA512 
40358ddd72c00939f6f36c22ecbe3fca23b88b0e9efb5a2b7193d93b56960bc2ecc5f284096b28cb05ff24918ee3a3a82ad48c96ab7edd6daf1f5850d154799e
 WHIRLPOOL 
d3ff18f6eb44c4bea39a33c2b3d1283a93cec43b636bc7d5d02978857c41bdcae67b9918d51ac13e0413e3902d86fa4ec849d0aed73083c416ac77c1a650d201

diff --git a/net-misc/megatools/megatools-1.9.96.ebuild 
b/net-misc/megatools/megatools-1.9.96.ebuild
new file mode 100644
index 000..9c6aea0
--- /dev/null
+++ b/net-misc/megatools/megatools-1.9.96.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}