diff options
author | 2017-02-04 22:05:47 +0100 | |
---|---|---|
committer | 2017-02-04 22:08:47 +0100 | |
commit | 45863f955b63ba22d0a4f3c66269adfd9c774369 (patch) | |
tree | 3914697cfdecffd88389487ea8c2f0b286debd1c /dev-scheme/guile-json/guile-json-0.6.0.ebuild | |
parent | sci-libs/shogun: Remove old (diff) | |
download | gentoo-45863f955b63ba22d0a4f3c66269adfd9c774369.tar.gz gentoo-45863f955b63ba22d0a4f3c66269adfd9c774369.tar.bz2 gentoo-45863f955b63ba22d0a4f3c66269adfd9c774369.zip |
dev-scheme/guile-json: Initial commit
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-scheme/guile-json/guile-json-0.6.0.ebuild')
-rw-r--r-- | dev-scheme/guile-json/guile-json-0.6.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-scheme/guile-json/guile-json-0.6.0.ebuild b/dev-scheme/guile-json/guile-json-0.6.0.ebuild new file mode 100644 index 000000000000..672c0643d550 --- /dev/null +++ b/dev-scheme/guile-json/guile-json-0.6.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="JSON module for Guile" +HOMEPAGE="http://savannah.nongnu.org/projects/guile-json/" +SRC_URI="http://download.savannah.gnu.org/releases/guile-json/${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-scheme/guile" +DEPEND="${RDEPEND}" |