From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/
Date: Thu, 18 May 2017 22:51:41 +0000 (UTC) [thread overview]
Message-ID: <1495147896.dbfac530690876acf80eb1c5ea481a0b5ffc9b99.mgorny@gentoo> (raw)
commit: dbfac530690876acf80eb1c5ea481a0b5ffc9b99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 22:17:25 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 18 22:51:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfac530
dev-util/creduce: Bump to 2.7.0 (compatible with LLVM 4)
dev-util/creduce/Manifest | 1 +
dev-util/creduce/creduce-2.7.0.ebuild | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-util/creduce/Manifest b/dev-util/creduce/Manifest
index d4830e2e2b0..e7b3195c3a5 100644
--- a/dev-util/creduce/Manifest
+++ b/dev-util/creduce/Manifest
@@ -1,3 +1,4 @@
DIST creduce-2.4.0.tar.gz 677706 SHA256 0b4c5184b7bdc369a476c0eb4d41f1618f66e82d7ebeafa9492c0355ce63ed35 SHA512 75a603a8e2a967edfd12f9423f08b716a292f75e72ce770b083f4f9458510c3aaa16a91102c75f0ca098d08bb898fde998cae81e17c680dab330164fcffb5b33 WHIRLPOOL 676d20f68ff540abaeb7d64adf4fdfba7d2b164832481029b8a2cc0d95fe55d407ec7ffd7e5a85117cb3194264a70ecb79dbc95b7d5ddf1d62b901fcc6124a6a
DIST creduce-2.5.0.tar.gz 742516 SHA256 2dcd784e1d27df60f4ea1d92c4c556c02da4152db353d544dce8b7813fa443e4 SHA512 5292381ddf5e2b061bcfb1a3f52cd25cab3ab5985faade7c779c41be19b5cf7309fbcfff1428f026bfcee5da7c6f898b0b8fa48d03ef83acd64000c3ece2189d WHIRLPOOL b73c5f091caa697de9bba5f069e33b796a9a02efe5c5e3c0536ba94f9e454270d1750c93a27a953ac58ff6e8fd816f78b60205a01b24dd4140e927b6e1a33e33
DIST creduce-2.6.0.tar.gz 763886 SHA256 cdacc1046ca3ae2b0777b8f235428e7976b0fb97c2f69979c8accd8d2cc0c55d SHA512 e2a08127d2aea29b6934792eff4ff0d9f10952ca520671c60ef4b24a48522b19c48336d4b9d0b8e8c633dd8832b2a56d3d0daa311478e474e974c60a0ae381f1 WHIRLPOOL 882065bed157f441df9628a9e691f69c47495ba54b43580d7c5eb442d7ba58e65d674655ee8e013203adfab581b49f973e3ada3147d3e4b9fb707572b49be652
+DIST creduce-2.7.0.tar.gz 768832 SHA256 36dca859c97a988e71b1a08e0cbd5849e4da051d248c5e483494194c4a231a41 SHA512 0ded47fdb4303d84619d63fbedd7bc12141b4857679dda8438683199dbdc98b985f848e797b9dc25a31dda591ee54bcb94580285890b23495fcf151aa3636226 WHIRLPOOL 224f4827317049971cc30d6909cfb4c094b5022c30c4d80964df85dfeaa3ab9a4a20685d685a820701daa16e82863fb9e625e2a94fa56a013e284fcfa95a9a8e
diff --git a/dev-util/creduce/creduce-2.7.0.ebuild b/dev-util/creduce/creduce-2.7.0.ebuild
new file mode 100644
index 00000000000..b7f1c69685d
--- /dev/null
+++ b/dev-util/creduce/creduce-2.7.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+: ${CMAKE_MAKEFILE_GENERATOR=ninja}
+inherit cmake-utils llvm
+
+DESCRIPTION="C-Reduce - a plugin-based C program reducer"
+HOMEPAGE="http://embed.cs.utah.edu/creduce/"
+SRC_URI="http://embed.cs.utah.edu/creduce/${P}.tar.gz"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-lang/perl-5.10.0
+ <sys-devel/clang-5:=
+ || (
+ sys-devel/clang:4
+ >=sys-devel/clang-3.9:0
+ )"
+RDEPEND="${COMMON_DEPEND}
+ dev-perl/Benchmark-Timer
+ dev-perl/Exporter-Lite
+ dev-perl/File-Which
+ dev-perl/Getopt-Tabular
+ dev-perl/Regexp-Common
+ dev-perl/Sys-CPU
+ dev-util/astyle
+ dev-util/indent"
+DEPEND="${COMMON_DEPEND}"
+
+LLVM_MAX_SLOT=4
next reply other threads:[~2017-05-18 22:51 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-18 22:51 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-06-08 8:56 [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/ Michał Górny
2019-12-09 19:20 Michał Górny
2019-06-02 7:20 Michał Górny
2019-04-21 18:04 Michał Górny
2019-04-21 16:14 Michał Górny
2019-04-21 16:14 Michał Górny
2018-10-03 8:55 Michał Górny
2018-06-16 21:54 Michał Górny
2018-06-16 21:54 Michał Górny
2018-04-11 16:19 Michał Górny
2018-03-29 10:19 Michał Górny
2018-03-10 12:23 Pacho Ramos
2018-02-15 22:10 Michał Górny
2017-11-29 17:50 Michał Górny
2017-08-12 21:21 Michał Górny
2017-07-30 9:38 Michał Górny
2017-05-19 21:33 Michał Górny
2017-04-14 16:20 Ulrich Müller
2017-03-07 17:03 Michał Górny
2016-12-18 13:35 Michał Górny
2016-11-25 8:49 Michał Górny
2016-11-25 7:55 Michał Górny
2016-11-02 23:01 Michał Górny
2016-11-02 23:01 Michał Górny
2016-08-25 1:03 Ryan Hill
2016-08-02 11:54 Kent Fredric
2016-07-02 2:34 Ryan Hill
2016-06-05 3:59 Ryan Hill
2016-02-16 23:00 Ryan Hill
2015-10-02 6:46 Ryan Hill
2015-09-30 0:07 Ryan Hill
2015-09-30 0:07 Ryan Hill
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=1495147896.dbfac530690876acf80eb1c5ea481a0b5ffc9b99.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