From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/
Date: Mon, 12 Nov 2018 01:56:33 +0000 (UTC) [thread overview]
Message-ID: <1541987766.9d4c87d33fd9ddb918e0417d85016df08656e73f.dlan@gentoo> (raw)
commit: 9d4c87d33fd9ddb918e0417d85016df08656e73f
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 01:51:07 2018 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 01:56:06 2018 +0000
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 <dlan <AT> 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 00000000000..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
+
+}
next reply other threads:[~2018-11-12 1:56 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-12 1:56 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-17 19:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/ John Helmert III
2025-02-16 20:59 John Helmert III
2025-02-16 20:59 John Helmert III
2025-02-16 20:59 John Helmert III
2025-02-02 22:54 John Helmert III
2025-02-02 22:54 John Helmert III
2023-02-19 0:58 John Helmert III
2022-10-21 6:04 John Helmert III
2022-05-22 15:59 John Helmert III
2022-03-09 1:10 John Helmert III
2022-03-08 22:44 John Helmert III
2020-05-26 6:48 Yixun Lan
2020-04-22 9:29 Jason A. Donenfeld
2020-02-14 21:59 Yixun Lan
2020-02-14 21:59 Yixun Lan
2018-10-12 19:30 Yixun Lan
2018-10-12 19:30 Yixun Lan
2018-08-21 14:57 Andreas Sturmlechner
2018-08-21 14:57 Andreas Sturmlechner
2016-11-04 3:02 Yixun Lan
2016-11-04 3:02 Yixun Lan
2016-02-15 7:01 Yixun Lan
2016-01-29 0:46 Jason Donenfeld
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1541987766.9d4c87d33fd9ddb918e0417d85016df08656e73f.dlan@gentoo \
--to=dlan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox