diff options
Diffstat (limited to 'dev-java/json-java/json-java-9999.ebuild')
-rw-r--r-- | dev-java/json-java/json-java-9999.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-java/json-java/json-java-9999.ebuild b/dev-java/json-java/json-java-9999.ebuild new file mode 100644 index 0000000..e0b177e --- /dev/null +++ b/dev-java/json-java/json-java-9999.ebuild @@ -0,0 +1,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 ... |