summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2014-01-18 03:37:42 +0000
committerRyan Hill <dirtyepic@gentoo.org>2014-01-18 03:37:42 +0000
commit5a45f190e7ebfb174167bca9b7b136f79856a5ce (patch)
tree05462580225aed74362b8cc6160ca46bc6c7cf5b /dev-util/creduce
parentAdd arm64 love. (diff)
downloadgentoo-2-5a45f190e7ebfb174167bca9b7b136f79856a5ce.tar.gz
gentoo-2-5a45f190e7ebfb174167bca9b7b136f79856a5ce.tar.bz2
gentoo-2-5a45f190e7ebfb174167bca9b7b136f79856a5ce.zip
Version bump.
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'dev-util/creduce')
-rw-r--r--dev-util/creduce/ChangeLog9
-rw-r--r--dev-util/creduce/creduce-2.1.0.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-util/creduce/ChangeLog b/dev-util/creduce/ChangeLog
index 7f901b40c830..6e44dbd980fd 100644
--- a/dev-util/creduce/ChangeLog
+++ b/dev-util/creduce/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/creduce
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/creduce/ChangeLog,v 1.2 2013/06/25 18:58:54 dirtyepic Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/creduce/ChangeLog,v 1.3 2014/01/18 03:37:42 dirtyepic Exp $
+
+*creduce-2.1.0 (18 Jan 2014)
+
+ 18 Jan 2014; Ryan Hill <dirtyepic@gentoo.org> +creduce-2.1.0.ebuild:
+ Version bump.
25 Jun 2013; Ryan Hill <dirtyepic@gentoo.org> creduce-2.0.1.ebuild:
Block newer clang/llvm versions (bug #450380).
diff --git a/dev-util/creduce/creduce-2.1.0.ebuild b/dev-util/creduce/creduce-2.1.0.ebuild
new file mode 100644
index 000000000000..32a290ff0e54
--- /dev/null
+++ b/dev-util/creduce/creduce-2.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/creduce/creduce-2.1.0.ebuild,v 1.1 2014/01/18 03:37:42 dirtyepic Exp $
+
+EAPI="5"
+
+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="creduce"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-lang/perl-5.10.0
+ app-text/delta
+ 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
+ sys-devel/clang:0/3.3
+ sys-devel/llvm:0/3.3[clang]"
+
+RDEPEND="${DEPEND}"