Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/goosh/
Date: Mon, 12 Feb 2018 19:14:25
Message-Id: 1518462816.bb41b40a6749a669a12b0400db24b511c9534bdc.amynka@gentoo
1 commit: bb41b40a6749a669a12b0400db24b511c9534bdc
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 12 19:10:57 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 12 19:13:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb41b40a
7
8 dev-scheme/goosh: remove old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-scheme/goosh/goosh-1.3.ebuild | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/dev-scheme/goosh/goosh-1.3.ebuild b/dev-scheme/goosh/goosh-1.3.ebuild
16 deleted file mode 100644
17 index edc4f3d3107..00000000000
18 --- a/dev-scheme/goosh/goosh-1.3.ebuild
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 -# Copyright 1999-2009 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -DESCRIPTION="Small process-control library for Guile"
25 -HOMEPAGE="http://arglist.com/guile/"
26 -SRC_URI="http://arglist.com/guile/${P}/${P}.tar.gz"
27 -LICENSE="GPL-2"
28 -SLOT="0"
29 -KEYWORDS="~amd64 ppc x86"
30 -IUSE=""
31 -RDEPEND=">=dev-scheme/guile-1.6"
32 -DEPEND="${RDEPEND}"
33 -
34 -src_install() {
35 - make DESTDIR="${D}" install || die "install failed"
36 -}