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 CC87E138336 for ; Sun, 10 Mar 2019 14:50:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17FDAE0B43; Sun, 10 Mar 2019 14:50:20 +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 E2532E0B43 for ; Sun, 10 Mar 2019 14:50:19 +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 4D1F8335D05 for ; Sun, 10 Mar 2019 14:50:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A063D563 for ; Sun, 10 Mar 2019 14:50:09 +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: <1552229404.0bd21e54afab625e36dc4a9c751ac74cb647979d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/supervise-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/supervise-scripts/supervise-scripts-4.0.ebuild X-VCS-Directories: sys-process/supervise-scripts/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0bd21e54afab625e36dc4a9c751ac74cb647979d X-VCS-Branch: master Date: Sun, 10 Mar 2019 14:50: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: c270fba8-0bec-4db0-b1da-c02fc1ff0fb3 X-Archives-Hash: 473844db8e9fe6f70bd2c0c1919be560 commit: 0bd21e54afab625e36dc4a9c751ac74cb647979d Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 10 14:49:47 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 10 14:50:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd21e54 sys-process/supervise-scripts: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../supervise-scripts/supervise-scripts-4.0.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild deleted file mode 100644 index c63c589d804..00000000000 --- a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -DESCRIPTION="Starting and stopping daemontools managed services" -HOMEPAGE="http://untroubled.org/supervise-scripts/" -SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="doc" - -RDEPEND="virtual/daemontools" -DEPEND="${RDEPEND}" - -src_prepare() { - echo "/usr/bin" > conf-bin - echo "/usr/share/man" > conf-man -} - -src_install() { - emake PREFIX="${D}" install || die "Install failed" - use doc && dohtml *.html -}