diff options
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/goosh/goosh-1.3-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-scheme/goosh/goosh-1.3-r1.ebuild b/dev-scheme/goosh/goosh-1.3-r1.ebuild new file mode 100644 index 000000000000..fe51640be163 --- /dev/null +++ b/dev-scheme/goosh/goosh-1.3-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Small process-control library for Guile" +HOMEPAGE="http://arglist.com/guile/" +SRC_URI="http://arglist.com/guile/${P}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ppc x86" +IUSE="" + +RDEPEND=">=dev-scheme/guile-1.6" +DEPEND="${RDEPEND}" |