public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/icecream/
Date: Sat, 26 Aug 2017 13:37:03 +0000 (UTC)	[thread overview]
Message-ID: <1503754615.b3c8bfdfbd712d01523a3cdefb59f9653f0a9c62.mgorny@gentoo> (raw)

commit:     b3c8bfdfbd712d01523a3cdefb59f9653f0a9c62
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 20:05:28 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:36:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c8bfdf

sys-devel/icecream: Convert to EAPI=6

 sys-devel/icecream/icecream-1.0.0-r2.ebuild | 51 +++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/sys-devel/icecream/icecream-1.0.0-r2.ebuild b/sys-devel/icecream/icecream-1.0.0-r2.ebuild
new file mode 100644
index 00000000000..ec2858a94ac
--- /dev/null
+++ b/sys-devel/icecream/icecream-1.0.0-r2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/icecream/icecc}"
+
+inherit user
+
+DESCRIPTION="icecc is a program for distributed compiling of C(++) code across several machines; based on distcc"
+HOMEPAGE="https://github.com/icecc/icecream"
+SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+	sys-libs/libcap-ng
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+	"${FILESDIR}/${P}-libcap-ng.patch"
+)
+
+pkg_setup() {
+	enewgroup icecream
+	enewuser icecream -1 -1 /var/cache/icecream icecream
+}
+
+src_configure() {
+	econf \
+		--enable-shared --disable-static \
+		--enable-clang-wrappers \
+		--enable-clang-rewrite-includes
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+
+	newconfd suse/sysconfig.icecream icecream
+	newinitd "${FILESDIR}"/icecream-r2 icecream
+
+	insinto /etc/logrotate.d
+	newins suse/logrotate icecream
+}


             reply	other threads:[~2017-08-26 13:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-26 13:37 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-26 13:37 [gentoo-commits] repo/gentoo:master commit in: sys-devel/icecream/ Michał Górny
2017-08-26 13:37 Michał Górny
2017-09-02 14:56 Michael Palimaka
2017-12-01 22:19 David Seifert
2018-03-11  6:08 Matt Turner
2018-03-14  6:00 Markus Meier
2018-03-17  9:58 Pacho Ramos
2018-03-17 21:42 Matt Turner
2020-02-15 10:03 David Seifert
2020-04-14  7:28 Sergei Trofimovich
2021-07-18 16:18 Conrad Kostecki
2021-07-18 16:18 Conrad Kostecki
2021-12-21  4:19 Sam James
2022-03-12  0:06 Sam James
2022-03-12  0:06 Sam James
2022-10-14  1:26 Sam James
2023-09-18  9:55 WANG Xuerui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503754615.b3c8bfdfbd712d01523a3cdefb59f9653f0a9c62.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox