diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 10:31:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 10:31:46 +0000 |
commit | d6db1139a39533ce6ae4fa9d258f7a34b3ad0198 (patch) | |
tree | de271a816f5a4b1cb3f56235443e72da6edb4cd6 /dev-libs/slib | |
parent | cleanup (diff) | |
download | historical-d6db1139a39533ce6ae4fa9d258f7a34b3ad0198.tar.gz historical-d6db1139a39533ce6ae4fa9d258f7a34b3ad0198.tar.bz2 historical-d6db1139a39533ce6ae4fa9d258f7a34b3ad0198.zip |
cleanup
Diffstat (limited to 'dev-libs/slib')
-rw-r--r-- | dev-libs/slib/slib-2.4.2.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/slib/slib-2.4.3.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/slib/slib-2.4.2.ebuild b/dev-libs/slib/slib-2.4.2.ebuild index 7bf9821ed4d3..43e5b1501244 100644 --- a/dev-libs/slib/slib-2.4.2.ebuild +++ b/dev-libs/slib/slib-2.4.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.1 2001/12/01 20:26:34 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.2 2002/04/27 10:30:57 seemant Exp $ -P=slib2d2 -S=${WORKDIR}/slib +MY_P=${PN}2d2 +S=${WORKDIR}/${PN} DESCRIPTION="SLIB is a library providing functions for Scheme implementations." -SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${P}.zip" +SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${MY_P}.zip" HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" RDEPEND=">=dev-util/guile-1.4" diff --git a/dev-libs/slib/slib-2.4.3.ebuild b/dev-libs/slib/slib-2.4.3.ebuild index 1c46b8199238..3d888068414e 100644 --- a/dev-libs/slib/slib-2.4.3.ebuild +++ b/dev-libs/slib/slib-2.4.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.3.ebuild,v 1.1 2002/03/17 21:50:10 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.3.ebuild,v 1.2 2002/04/27 10:30:57 seemant Exp $ -P=slib2d3 -S=${WORKDIR}/slib +MY_P=${PN}2d3 +S=${WORKDIR}/${PN} DESCRIPTION="SLIB is a library providing functions for Scheme implementations." -SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${P}.zip" +SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${MY_P}.zip" HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" RDEPEND=">=dev-util/guile-1.4" |