From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E497F138239 for ; Fri, 14 Feb 2020 21:59:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D39D4E0908; Fri, 14 Feb 2020 21:59:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD7FEE0908 for ; Fri, 14 Feb 2020 21:59:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA3BD34E8EB for ; Fri, 14 Feb 2020 21:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5147317 for ; Fri, 14 Feb 2020 21:59:30 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1581717237.efac9a79bcc547065959ac4eef2b5f564cf6f569.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/megatools/Manifest net-misc/megatools/megatools-1.10.2.ebuild net-misc/megatools/megatools-1.9.98.ebuild X-VCS-Directories: net-misc/megatools/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: efac9a79bcc547065959ac4eef2b5f564cf6f569 X-VCS-Branch: master Date: Fri, 14 Feb 2020 21:59:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca57109e-b440-4d37-af25-9af77cb5e089 X-Archives-Hash: be3e579e88684ee8daffde0a475416c5 commit: efac9a79bcc547065959ac4eef2b5f564cf6f569 Author: Yixun Lan gentoo org> AuthorDate: Fri Feb 14 14:37:21 2020 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Feb 14 21:53:57 2020 +0000 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..00000000000 --- 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..00000000000 --- 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 -}