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 9D9A3138334 for ; Fri, 11 Oct 2019 15:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0266FE0821; Fri, 11 Oct 2019 15:16:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CF2EAE0821 for ; Fri, 11 Oct 2019 15:16:54 +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 AFCA234BBCE for ; Fri, 11 Oct 2019 15:16:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C573985C for ; Fri, 11 Oct 2019 15:16:50 +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: <1570806994.617f178060830cd8f9d415ef0da9fe8ffdba7877.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-bin/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask sys-freebsd/freebsd-bin/Manifest sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild sys-freebsd/freebsd-bin/metadata.xml X-VCS-Directories: sys-freebsd/freebsd-bin/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 617f178060830cd8f9d415ef0da9fe8ffdba7877 X-VCS-Branch: master Date: Fri, 11 Oct 2019 15:16:50 +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: 2fd0ae0a-ba59-4ce1-87cd-9a2d70c0f6f6 X-Archives-Hash: 06bf5d8c94b06683c8b10bd706b88506 commit: 617f178060830cd8f9d415ef0da9fe8ffdba7877 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 11 15:12:15 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 11 15:16:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617f1780 sys-freebsd/freebsd-bin: Remove last-rited pkg Closes: https://bugs.gentoo.org/683284 Signed-off-by: Michał Górny gentoo.org> profiles/package.mask | 1 - sys-freebsd/freebsd-bin/Manifest | 1 - sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild | 41 ------------------------- sys-freebsd/freebsd-bin/metadata.xml | 8 ----- 4 files changed, 51 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index b6e6f7d9129..3648096336d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -749,7 +749,6 @@ dev-libs/actor-framework # # Removal in 30 days. Bug #683284. sys-freebsd/boot0 -sys-freebsd/freebsd-bin sys-freebsd/freebsd-cddl sys-freebsd/freebsd-lib sys-freebsd/freebsd-libexec diff --git a/sys-freebsd/freebsd-bin/Manifest b/sys-freebsd/freebsd-bin/Manifest deleted file mode 100644 index f3dcd89d595..00000000000 --- a/sys-freebsd/freebsd-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e SHA512 b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild deleted file mode 100644 index 6451fb41815..00000000000 --- a/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit bsdmk freebsd - -DESCRIPTION="FreeBSD /bin tools" -SLOT="0" - -IUSE="" - -if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64-fbsd ~x86-fbsd" -fi - -EXTRACTONLY=" - bin/ - usr.bin/ - sbin/ - lib/ -" - -RDEPEND="=sys-freebsd/freebsd-lib-${RV}* - >=dev-libs/libedit-20120311.3.0-r1 - sys-libs/ncurses:0= - sys-apps/ed - !app-misc/realpath - ! - - - - bsd@gentoo.org - BSD Project - -