summaryrefslogtreecommitdiff
blob: e0b177e492d10745926ce22c85bf317a1ea69066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

EGIT_REPO_URI="git://github.com/douglascrockford/JSON-java.git"

inherit git-2

DESCRIPTION="A reference implementation of a JSON package in Java."
HOMEPAGE="https://github.com/douglascrockford/JSON-java"
SRC_URI=""

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND=""
DEPEND="test? (
		dev-lang/junit
	)"

# incomplete ...