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 2EE9D138359 for ; Wed, 30 Sep 2020 07:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD0EE0B46; Wed, 30 Sep 2020 07:06:58 +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 2836AE0B46 for ; Wed, 30 Sep 2020 07:06:58 +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 F0B20335DC7 for ; Wed, 30 Sep 2020 07:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E44389 for ; Wed, 30 Sep 2020 07:06:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601449604.b21937cc96c47f023b86da19d4350e8fe7a9d77a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-c-event-stream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/aws-c-event-stream/Manifest dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild X-VCS-Directories: dev-libs/aws-c-event-stream/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b21937cc96c47f023b86da19d4350e8fe7a9d77a X-VCS-Branch: master Date: Wed, 30 Sep 2020 07:06:55 +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: d07a588c-9750-4834-bcab-c8e75cb8a78d X-Archives-Hash: b588a1df3a8aa8367a474e049b408c7a commit: b21937cc96c47f023b86da19d4350e8fe7a9d77a Author: Sven Eden prydeworx com> AuthorDate: Tue Sep 29 08:12:32 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Sep 30 07:06:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21937cc dev-libs/aws-c-event-stream: Remove 0.1.3, it is not needed anymore. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sven Eden prydeworx.com> Signed-off-by: Joonas Niilola gentoo.org> dev-libs/aws-c-event-stream/Manifest | 1 - .../aws-c-event-stream-0.1.3.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) diff --git a/dev-libs/aws-c-event-stream/Manifest b/dev-libs/aws-c-event-stream/Manifest index 321b8fc0926..c2b13f320ab 100644 --- a/dev-libs/aws-c-event-stream/Manifest +++ b/dev-libs/aws-c-event-stream/Manifest @@ -1,2 +1 @@ -DIST aws-c-event-stream-0.1.3.tar.gz 27945 BLAKE2B 1e6944006d4da339726a4a4f292af5c0a9a31dcb907ff01cfb63f2efbcda0466fc42b770936704e3c8d49f00b1ba9e180726ed0de9acc38c3fb23553395da1b7 SHA512 d8959b8b30795a62fe5f15d95ccc81a705e9ba8f4e5f6a05e5a965bf705877992df5660d91fde3499fd3087405018e3207e0991fba214c1362d78ee824f4cca9 DIST aws-c-event-stream-0.1.6.tar.gz 26952 BLAKE2B 0edebb4c290d7e33d06dcba64a339bb3f4c60aa8b9455d8d519b41c7cab7eae3ac80e3545219ce87174de8ca47be4c4cd88d7cf21deff87a10f4d121ca66d3bb SHA512 2eca4176d9429de2741e9650f84b726a9979842e729fd0d900c1265ff89886dd7e12f72b61fc3af7c3282ec9357b8f6290c92713cef68e474150c947a5773421 diff --git a/dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild b/dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild deleted file mode 100644 index 50dc823f254..00000000000 --- a/dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="C99 implementation of the vnd.amazon.eventstream content-type" -HOMEPAGE="https://github.com/awslabs/aws-c-event-stream" -SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -DEPEND=" - dev-libs/aws-c-common - dev-libs/aws-checksums -" - -PATCHES=( - "${FILESDIR}"/${PV}-add_missing_cmake_install_prefix.patch -) - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -}