diff options
Diffstat (limited to 'app-misc/jq/jq-1.1.ebuild')
-rw-r--r-- | app-misc/jq/jq-1.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-misc/jq/jq-1.1.ebuild b/app-misc/jq/jq-1.1.ebuild deleted file mode 100644 index ed99f3c3df60..000000000000 --- a/app-misc/jq/jq-1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jq/jq-1.1.ebuild,v 1.2 2013/02/07 21:39:36 ulm Exp $ - -EAPI=5 - -inherit vcs-snapshot toolchain-funcs eutils - -DESCRIPTION="A lightweight and flexible command-line JSON processor" -HOMEPAGE="http://stedolan.github.com/jq/" -SRC_URI="https://github.com/stedolan/jq/tarball/${P} -> ${P}.tar.gz" - -LICENSE="MIT CC-BY-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="test? ( dev-util/valgrind )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch - tc-export CC -} - -src_install() { - dobin jq - dodoc README.md -} |