mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-devel/icecream: drop 1.3.1
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user