diff options
author | Amy Liffey <amynka@gentoo.org> | 2018-02-12 20:10:57 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2018-02-12 20:13:36 +0100 |
commit | bb41b40a6749a669a12b0400db24b511c9534bdc (patch) | |
tree | 4a9cb69d0c095b7e950a9e0442107b644d5c72e7 /dev-scheme | |
parent | dev-scheme/goosh: EAPI 6 bump (diff) | |
download | gentoo-bb41b40a6749a669a12b0400db24b511c9534bdc.tar.gz gentoo-bb41b40a6749a669a12b0400db24b511c9534bdc.tar.bz2 gentoo-bb41b40a6749a669a12b0400db24b511c9534bdc.zip |
dev-scheme/goosh: remove old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/goosh/goosh-1.3.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-scheme/goosh/goosh-1.3.ebuild b/dev-scheme/goosh/goosh-1.3.ebuild deleted file mode 100644 index edc4f3d31070..000000000000 --- a/dev-scheme/goosh/goosh-1.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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}" - -src_install() { - make DESTDIR="${D}" install || die "install failed" -} |