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 3F6BC138334 for ; Sun, 10 Mar 2019 19:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8974E0BD9; Sun, 10 Mar 2019 19:53:12 +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 9038FE0BD9 for ; Sun, 10 Mar 2019 19:53:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 595BA335D19 for ; Sun, 10 Mar 2019 19:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08FCD4FF for ; Sun, 10 Mar 2019 19:53:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1552247575.0c5be3102e2e8f1b2d2a9e34ba70020a95f730ce.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0c5be3102e2e8f1b2d2a9e34ba70020a95f730ce X-VCS-Branch: master Date: Sun, 10 Mar 2019 19:53:09 +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: 64fd4269-c182-422d-b94d-20732442c6df X-Archives-Hash: 02bbaba32f4cd57ad5c13d6c3cbfa517 commit: 0c5be3102e2e8f1b2d2a9e34ba70020a95f730ce Author: Michał Górny gentoo org> AuthorDate: Sun Mar 10 18:19:58 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 10 19:52:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5be310 sys-devel/clang-runtime: Drop 3* Signed-off-by: Michał Górny gentoo.org> sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild deleted file mode 100644 index 9d158ddc2cc..00000000000 --- a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib-build - -DESCRIPTION="Meta-ebuild for clang runtime libraries" -HOMEPAGE="https://clang.llvm.org/" -SRC_URI="" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="libcxx openmp" - -# compiler-rt is installed unconditionally -RDEPEND=" - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"