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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7943158083 for ; Wed, 18 Sep 2024 17:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D97E29AB; Wed, 18 Sep 2024 17:38:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24B46E29AB for ; Wed, 18 Sep 2024 17:38:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CAC7342FA5 for ; Wed, 18 Sep 2024 17:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63C9627F6 for ; Wed, 18 Sep 2024 17:38:49 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1726681052.ef8f2e411aac5a47b932cfeec4ea5639e20231ce.arkamar@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-r1.ebuild X-VCS-Directories: sys-process/supervise-scripts/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: ef8f2e411aac5a47b932cfeec4ea5639e20231ce X-VCS-Branch: master Date: Wed, 18 Sep 2024 17:38:49 +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: 6acaef0c-3079-40de-8a0a-babc0c6affb2 X-Archives-Hash: be90ea6afb696581b7860b38b0608ee0 commit: ef8f2e411aac5a47b932cfeec4ea5639e20231ce Author: Petr Vaněk gentoo org> AuthorDate: Wed Sep 18 17:36:09 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Sep 18 17:37:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8f2e41 sys-process/supervise-scripts: drop 4.0-r1 Signed-off-by: Petr Vaněk gentoo.org> .../supervise-scripts-4.0-r1.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild deleted file mode 100644 index 6f566c19862b..000000000000 --- a/sys-process/supervise-scripts/supervise-scripts-4.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 - default -} - -src_install() { - emake PREFIX="${D}" install - use doc && dodoc *.html -}