diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-01 10:31:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-01 10:31:39 +0000 |
commit | 55841c99d9c590344fcf7cab224d7605ab8a0a2a (patch) | |
tree | 0d0a9bdaaaee77e5ab7accdf8501f7172883536c /app-misc/jq | |
parent | Stable for amd64, wrt bug #467850 (diff) | |
download | gentoo-2-55841c99d9c590344fcf7cab224d7605ab8a0a2a.tar.gz gentoo-2-55841c99d9c590344fcf7cab224d7605ab8a0a2a.tar.bz2 gentoo-2-55841c99d9c590344fcf7cab224d7605ab8a0a2a.zip |
Stable for amd64, wrt bug #468074
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc/jq')
-rw-r--r-- | app-misc/jq/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/jq/jq-1.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-misc/jq/ChangeLog b/app-misc/jq/ChangeLog index f615e036a325..420d4a0ee97f 100644 --- a/app-misc/jq/ChangeLog +++ b/app-misc/jq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/jq # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jq/ChangeLog,v 1.3 2013/02/07 21:39:36 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jq/ChangeLog,v 1.4 2013/05/01 10:31:39 ago Exp $ + + 01 May 2013; Agostino Sarubbo <ago@gentoo.org> jq-1.2.ebuild: + Stable for amd64, wrt bug #468074 07 Feb 2013; Ulrich Müller <ulm@gentoo.org> jq-1.1.ebuild, jq-1.2.ebuild: Move Creative Commons licenses to shorter names. @@ -16,4 +19,3 @@ 23 Oct 2012; Tim Harder <radhermit@gentoo.org> +jq-1.1.ebuild, +files/jq-1.1-makefile.patch, +metadata.xml: Initial import, ebuild by me. - diff --git a/app-misc/jq/jq-1.2.ebuild b/app-misc/jq/jq-1.2.ebuild index 8482a9da834b..9c9dfd162971 100644 --- a/app-misc/jq/jq-1.2.ebuild +++ b/app-misc/jq/jq-1.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.2 2013/02/07 21:39:36 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jq/jq-1.2.ebuild,v 1.3 2013/05/01 10:31:39 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/stedolan/jq/archive/${P}.tar.gz" LICENSE="MIT CC-BY-3.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" DEPEND="sys-devel/bison |