commit:     8a9eb917978e35cb5d5e4456e411fc8c7a73c02a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 22:27:28 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 23:01:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9eb917

dev-util/creduce: Add a live ebuild

 dev-util/creduce/creduce-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-util/creduce/creduce-9999.ebuild 
b/dev-util/creduce/creduce-9999.ebuild
new file mode 100644
index 00000000..16015dd
--- /dev/null
+++ b/dev-util/creduce/creduce-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+EGIT_REPO_URI="https://github.com/csmith-project/creduce
+       git://github.com/csmith-project/creduce"
+
+inherit autotools git-r3
+
+DESCRIPTION="C-Reduce - a plugin-based C program reducer"
+HOMEPAGE="http://embed.cs.utah.edu/creduce/";
+SRC_URI=""
+
+LICENSE="creduce"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+       >=dev-lang/perl-5.10.0
+       >=sys-devel/clang-3.9:="
+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}"
+
+src_prepare() {
+       default
+       eautoreconf
+}

Reply via email to