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 57C5313835A for ; Wed, 30 Sep 2020 05:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C60EE0ACA; Wed, 30 Sep 2020 05:49:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DF97AE0ACA for ; Wed, 30 Sep 2020 05:48:59 +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 CE44B3407AF for ; Wed, 30 Sep 2020 05:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A71A373 for ; Wed, 30 Sep 2020 05:48:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1601444888.002f6bf2ecb3d4bc368cf9ff8bb914e0e248df96.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gflags/Manifest dev-cpp/gflags/gflags-2.2.0.ebuild dev-cpp/gflags/gflags-2.2.1.ebuild X-VCS-Directories: dev-cpp/gflags/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 002f6bf2ecb3d4bc368cf9ff8bb914e0e248df96 X-VCS-Branch: master Date: Wed, 30 Sep 2020 05:48:56 +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: 57ce8d2e-9989-49e1-8919-e2da12e49cf8 X-Archives-Hash: 955a69b52a79935325faae68597e474c commit: 002f6bf2ecb3d4bc368cf9ff8bb914e0e248df96 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 28 10:39:41 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 30 05:48:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002f6bf2 dev-cpp/gflags: Drop 2.2.0 and 2.2.1 (r0) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-cpp/gflags/Manifest | 1 - dev-cpp/gflags/gflags-2.2.0.ebuild | 37 ------------------------------------- dev-cpp/gflags/gflags-2.2.1.ebuild | 37 ------------------------------------- 3 files changed, 75 deletions(-) diff --git a/dev-cpp/gflags/Manifest b/dev-cpp/gflags/Manifest index 8613f55b43d..160063ecec9 100644 --- a/dev-cpp/gflags/Manifest +++ b/dev-cpp/gflags/Manifest @@ -1,2 +1 @@ -DIST gflags-2.2.0.tar.gz 96408 BLAKE2B 571f07dd0972cec201eae8ce66d5e0592abb6ddb81bcf3c539f38861f0cd379de2db20ba99eab885ba030235938816d7a61e589b74a61743de7cdb2710646854 SHA512 e2106ca70ff539024f888bca12487b3bf7f4f51928acf5ae3e1022f6bbd5e3b7882196ec50b609fd52f739e1f7b13eec7d4b3535d8216ec019a3577de6b4228d DIST gflags-2.2.1.tar.gz 96985 BLAKE2B 065dac9cf5d878e4179cb6d56ddf240052a552b72036fd06cb83197d9772a9b97fa544f809c6e1efd6f9ad8cd0222872fc6292c44bc013c5f70e235bcc5b290c SHA512 e919cbdcff1f993ddbfa9c06d8e595566a4717c27ff62f388a64c0e6b4683a93211c24ce78485eae84c2c76053341574064e6c56af185fc2782e2816b26e1fc9 diff --git a/dev-cpp/gflags/gflags-2.2.0.ebuild b/dev-cpp/gflags/gflags-2.2.0.ebuild deleted file mode 100644 index 6bf713cbeae..00000000000 --- a/dev-cpp/gflags/gflags-2.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-multilib - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/gflags/gflags.git" -else - SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" -fi - -DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://gflags.github.io/gflags/" - -LICENSE="BSD" -SLOT="0/2.2" -IUSE="static-libs test" -RESTRICT="!test? ( test )" - -# AUTHORS.txt only links the google group -DOCS=( ChangeLog.txt README.md ) - -multilib_src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - -DBUILD_STATIC_LIBS=$(usex static-libs) - -DBUILD_TESTING=$(usex test) - # avoid installing .cmake/packages, e.g.: - # >>> /tmp/portage/dev-cpp/gflags-9999/homedir/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9 - -DREGISTER_INSTALL_PREFIX=OFF - ) - cmake-utils_src_configure -} diff --git a/dev-cpp/gflags/gflags-2.2.1.ebuild b/dev-cpp/gflags/gflags-2.2.1.ebuild deleted file mode 100644 index 5425bbe89ab..00000000000 --- a/dev-cpp/gflags/gflags-2.2.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-multilib - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/gflags/gflags" -else - SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -fi - -DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://gflags.github.io/gflags/" - -LICENSE="BSD" -SLOT="0/2.2" -IUSE="static-libs test" -RESTRICT="!test? ( test )" - -# AUTHORS.txt only links the google group -DOCS=( ChangeLog.txt README.md ) - -multilib_src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - -DBUILD_STATIC_LIBS=$(usex static-libs) - -DBUILD_TESTING=$(usex test) - # avoid installing .cmake/packages, e.g.: - # >>> /tmp/portage/dev-cpp/gflags-9999/homedir/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9 - -DREGISTER_INSTALL_PREFIX=OFF - ) - cmake-utils_src_configure -}