summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-02 23:27:28 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-03 00:01:34 +0100
commit8a9eb917978e35cb5d5e4456e411fc8c7a73c02a (patch)
tree148996f422f5e683176dc65d53d4e911b3ece13b /dev-util
parentdev-util/creduce: Add myself as co-maintainer (diff)
downloadgentoo-8a9eb917978e35cb5d5e4456e411fc8c7a73c02a.tar.gz
gentoo-8a9eb917978e35cb5d5e4456e411fc8c7a73c02a.tar.bz2
gentoo-8a9eb917978e35cb5d5e4456e411fc8c7a73c02a.zip
dev-util/creduce: Add a live ebuild
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/creduce/creduce-9999.ebuild38
1 files changed, 38 insertions, 0 deletions
diff --git a/dev-util/creduce/creduce-9999.ebuild b/dev-util/creduce/creduce-9999.ebuild
new file mode 100644
index 000000000000..16015ddc1bc6
--- /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
+}