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 9E531158020 for ; Fri, 14 Oct 2022 01:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4648E08A2; Fri, 14 Oct 2022 01:26:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BB2A0E08A2 for ; Fri, 14 Oct 2022 01:26:42 +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 CB884340E99 for ; Fri, 14 Oct 2022 01:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D7745F7 for ; Fri, 14 Oct 2022 01:26:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665710791.f50d0eb1ba49cd626ed4f6736d53f51cd8f9cff6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/icecream/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/icecream/Manifest sys-devel/icecream/icecream-1.3.1.ebuild X-VCS-Directories: sys-devel/icecream/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f50d0eb1ba49cd626ed4f6736d53f51cd8f9cff6 X-VCS-Branch: master Date: Fri, 14 Oct 2022 01:26:40 +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: 2d35a570-0236-465e-8dce-595a6e2f46a6 X-Archives-Hash: 151f874ea4fdf736c2c5067ea613340e commit: f50d0eb1ba49cd626ed4f6736d53f51cd8f9cff6 Author: Sam James gentoo org> AuthorDate: Fri Oct 14 00:28:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 14 01:26:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50d0eb1 sys-devel/icecream: drop 1.3.1 Signed-off-by: Sam James gentoo.org> sys-devel/icecream/Manifest | 1 - sys-devel/icecream/icecream-1.3.1.ebuild | 79 -------------------------------- 2 files changed, 80 deletions(-) diff --git a/sys-devel/icecream/Manifest b/sys-devel/icecream/Manifest index 7641b4101f3a..715a372facd9 100644 --- a/sys-devel/icecream/Manifest +++ b/sys-devel/icecream/Manifest @@ -1,2 +1 @@ -DIST icecream-1.3.1.tar.gz 224068 BLAKE2B d7d66dadf27b0b88ab706bf217ce2b0d33b5db2ed95e48c4e9dcbd000931688ad6809ecbd4e14f0f3889bcebddc8543bd364c9dda09ba71e5dc04d0a5a2122d5 SHA512 d850394b4093defcf2c50bb3f9306348a45bf17d21f4730baeee7125998c2a548b7b3a7597785855d7e388e84830769bf0ec1c4136330a4c8e359cbdd111f5da DIST icecream-1.4.tar.gz 232707 BLAKE2B 5fdebea4d0eba4a99e8c7c01acab46ec323a887d3fe9944da23ae7089403a9ebf7bf9870ca61af49578af6adf49679341f7070f9e3da3e8c7c2f50d9d4e7c3fe SHA512 b77dd630c51b7b6b4d7fa06cd14a580891b974fe2d50074f7a3b129adc558fc7ce19b3a3716a6798c2fd0f7d0d3a1bc295bbedee3ed6dafa015f309c7c2590f5 diff --git a/sys-devel/icecream/icecream-1.3.1.ebuild b/sys-devel/icecream/icecream-1.3.1.ebuild deleted file mode 100644 index 72ab4fad07b2..000000000000 --- a/sys-devel/icecream/icecream-1.3.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -AT_NOELIBTOOLIZE="yes" -inherit autotools systemd tmpfiles - -DESCRIPTION="Distributed compiler with a central scheduler to share build load" -HOMEPAGE="https://github.com/icecc/icecream" -SRC_URI="https://github.com/icecc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86" - -DEPEND="app-arch/libarchive:= - app-arch/zstd:= - acct-user/icecream - acct-group/icecream - dev-libs/lzo:2 - sys-libs/libcap-ng" -RDEPEND="${DEPEND} - dev-util/shadowman" -BDEPEND="app-text/docbook2X" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf \ - --enable-clang-rewrite-includes \ - --enable-clang-wrappers -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die - - systemd_dounit "${FILESDIR}"/iceccd.service - systemd_dounit "${FILESDIR}"/icecc-scheduler.service - - newconfd suse/sysconfig.icecream icecream - newinitd "${FILESDIR}"/icecream.openrc icecream - - keepdir /var/log/icecream - fowners icecream:icecream /var/log/icecream - fperms 0750 /var/log/icecream - - newtmpfiles "${FILESDIR}"/icecream-tmpfiles.conf icecream.conf - - insinto /etc/logrotate.d - newins suse/logrotate icecream - - insinto /etc/firewalld/services - doins suse/iceccd.xml - doins suse/icecc-scheduler.xml - - insinto /usr/share/shadowman/tools - newins - icecc <<<"${EPREFIX}"/usr/libexec/icecc/bin -} - -pkg_prerm() { - if [[ -z ${REPLACED_BY_VERSION} && -z ${ROOT} ]]; then - eselect compiler-shadow remove icecc - fi -} - -pkg_postinst() { - tmpfiles_process icecream.conf - - if [[ -z ${ROOT} ]]; then - eselect compiler-shadow update icecc - fi -}