Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/qjson/
Date: Sat, 04 Feb 2012 20:10:31
Message-Id: 2757071dd897febc4b4c7f57ca34a0ac39bfead1.johu@gentoo
1 commit: 2757071dd897febc4b4c7f57ca34a0ac39bfead1
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 20:14:08 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 20:14:08 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2757071d
7
8 [dev-libs/qjson] EAPI 4, git 2 eclass.
9
10 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 dev-libs/qjson/qjson-9999.ebuild | 8 ++++----
14 1 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/qjson/qjson-9999.ebuild b/dev-libs/qjson/qjson-9999.ebuild
17 index 7727cfd..ac7c5e1 100644
18 --- a/dev-libs/qjson/qjson-9999.ebuild
19 +++ b/dev-libs/qjson/qjson-9999.ebuild
20 @@ -1,14 +1,14 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 +# Copyright 1999-2012 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Header: $
25
26 -EAPI="2"
27 +EAPI=4
28
29 -inherit cmake-utils git
30 +inherit cmake-utils git-2
31
32 DESCRIPTION="A library for mapping JSON data to QVariant objects"
33 HOMEPAGE="http://qjson.sourceforge.net"
34 -EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
35 +EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"