You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/creduce/creduce-2.0.1.ebuild

28 lines
661 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/creduce/creduce-2.0.1.ebuild,v 1.2 2013/06/25 18:58:54 dirtyepic Exp $
EAPI=4
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"
IUSE=""
DEPEND="
>=dev-lang/perl-5.10.0
<sys-devel/clang-3.2
<sys-devel/llvm-3.2"
RDEPEND="${DEPEND}
app-text/delta
dev-perl/Exporter-Lite
dev-perl/File-Which
dev-perl/regexp-common
dev-util/astyle
dev-util/indent"