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 9C0A7138334 for ; Sat, 1 Dec 2018 13:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A983FE0916; Sat, 1 Dec 2018 13:04:11 +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 82FEFE0916 for ; Sat, 1 Dec 2018 13:04:11 +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 1A0C8335C58 for ; Sat, 1 Dec 2018 13:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36356447 for ; Sat, 1 Dec 2018 13:04:08 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1543669443.e0df511fd403eaf021655e1fdfa5dd50808952bc.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cron/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/cron/cron-0.ebuild X-VCS-Directories: virtual/cron/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e0df511fd403eaf021655e1fdfa5dd50808952bc X-VCS-Branch: master Date: Sat, 1 Dec 2018 13:04:08 +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: 1b8b73a8-97be-46d2-bd8c-31b227311795 X-Archives-Hash: 49c566906fb5e24b89f58e502771bdc7 commit: e0df511fd403eaf021655e1fdfa5dd50808952bc Author: Mikle Kolyada gentoo org> AuthorDate: Sat Dec 1 13:03:09 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Dec 1 13:04:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0df511f virtual/cron: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 virtual/cron/cron-0.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/virtual/cron/cron-0.ebuild b/virtual/cron/cron-0.ebuild deleted file mode 100644 index f1836885c7b..00000000000 --- a/virtual/cron/cron-0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for cron" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" - -RDEPEND="|| ( sys-process/vixie-cron - sys-process/bcron - sys-process/cronie - sys-process/dcron - sys-process/fcron )"