ChangeLog

# ChangeLog for dev-scheme/goosh
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/goosh/ChangeLog,v 1.6 2007/01/10 19:38:47 peper Exp $

10 Jan 2007; Piotr JaroszyƄski goosh-1.3.ebuild:
Dependency update: dev-util/guile -> dev-scheme/guile.

01 Oct 2006; Donnie Berkholz ; metadata.xml:
Transfer to sci-chemistry herd from sci.

01 Oct 2006; Donnie Berkholz ; metadata.xml:
Remove myself as maintainer so it goes to all of the sci team.

26 Sep 2006; Donnie Berkholz ; goosh-1.3.ebuild:
Stable on x86/ppc.

05 Aug 2006; Donnie Berkholz ; metadata.xml:
Update my email address: spyderous -> dberkholz.

*goosh-1.3 (16 Jun 2006)

16 Jun 2006; Donnie Berkholz ; +metadata.xml,
+goosh-1.3.ebuild:
Add goosh, a small Guile process-control library needed for sci-chemistry/coot.

Manifest

DIST goosh-1.3.tar.gz 43503 RMD160 aa518718e47fddf647a7407ab45f7e6d0330ce5e SHA1 3276d450b85af83b65837124f1fea9df130f6e74 SHA256 5a3c2ecae59b4f77831b6dd904016269f1b533fab5e1a52eebd2e723323fc920
EBUILD goosh-1.3.ebuild 535 RMD160 014960398d8c330d1888cf4db7b99b45415690b3 SHA1 8a6c850f1e7a9ef64eec9149974d72bacb2aa7c6 SHA256 ce742201bb1d945b8456aa55d79e7ab0e83f1b08fa7e86da34e85217bc796b4e
MISC ChangeLog 997 RMD160 fb595442d2b930e87baab79f52a4438fa9cf3031 SHA1 c5005a085f9c15fa3a81f2c877b5cb4375757ea8 SHA256 6d5304fc37a5de76284a7234f4cdc02c3a57d3016f99b00550de910702c91732
MISC metadata.xml 166 RMD160 4452298fd03e7c9395d1182bfe69d60a14144af6 SHA1 cb0b513473c0348f4f6f6cd9a132e4884155fddb SHA256 84c92b49702daf95eace8d2765215cbd8650da4ef776f9f700b5ce3785dec852

goosh-1.3.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/goosh/goosh-1.3.ebuild,v 1.3 2007/01/10 19:38:47 peper Exp $

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="ppc x86"
IUSE=""
RDEPEND=">=dev-scheme/guile-1.6"
DEPEND="${RDEPEND}"

src_install() {
make DESTDIR="${D}" install || die "install failed"
}

metadata.xml




sci-chemistry