diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-02-12 09:13:21 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-02-12 09:13:21 +0000 |
commit | 5ac964845b215505f8e7dca14719e32ce27b6cf5 (patch) | |
tree | 3d3e3a2ef62c1f538eec3c7d9fca33ad0180e87c /dev-lisp/cl-asdf | |
parent | Bump to 0.5 (diff) | |
download | historical-5ac964845b215505f8e7dca14719e32ce27b6cf5.tar.gz historical-5ac964845b215505f8e7dca14719e32ce27b6cf5.tar.bz2 historical-5ac964845b215505f8e7dca14719e32ce27b6cf5.zip |
Fire in the hole!
Diffstat (limited to 'dev-lisp/cl-asdf')
-rw-r--r-- | dev-lisp/cl-asdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/cl-asdf-1.81.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-lisp/cl-asdf/ChangeLog b/dev-lisp/cl-asdf/ChangeLog index e3f1ed8be737..11ec7b08b800 100644 --- a/dev-lisp/cl-asdf/ChangeLog +++ b/dev-lisp/cl-asdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-asdf # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.8 2004/01/28 09:44:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.9 2004/02/12 09:13:13 mkennedy Exp $ + + 12 Feb 2004; <mkennedy@gentoo.org> cl-asdf-1.81.ebuild: + Cleanup for eclass changes. 28 Jan 2004; <mkennedy@gentoo.org> cl-asdf-1.81.ebuild: ~mips and ~ppc diff --git a/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild index c1657af34f74..9fa647ef1beb 100644 --- a/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild +++ b/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild,v 1.2 2004/01/28 09:44:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.81.ebuild,v 1.3 2004/02/12 09:13:13 mkennedy Exp $ DEB_PV=1 @@ -10,7 +10,6 @@ DESCRIPTION="Another System Definition Facility for Common Lisp" HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-asdf/${PN}_${PV}.orig.tar.gz http://ftp.debian.org/debian/pool/main/c/cl-asdf/cl-asdf_${PV}-${DEB_PV}.diff.gz" - LICENSE="MIT" SLOT="0" KEYWORDS="x86 ~sparc ~mips ~ppc" |