From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/
Date: Fri, 4 Nov 2016 03:02:32 +0000 (UTC) [thread overview]
Message-ID: <1478228550.f2adc86bedfb964a34e2b87f0a3ee1fb833ad698.dlan@gentoo> (raw)
commit: f2adc86bedfb964a34e2b87f0a3ee1fb833ad698
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 4 03:01:55 2016 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 03:02:30 2016 +0000
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..00000000
--- 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..00000000
--- 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
- $(use_enable static-libs static)
- $(use_enable introspection)
- $(use_with fuse)
- )
- autotools-utils_src_configure
-}
next reply other threads:[~2016-11-04 3:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-04 3:02 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-19 0:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/ 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-11-12 1:56 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-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=1478228550.f2adc86bedfb964a34e2b87f0a3ee1fb833ad698.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