diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 20:17:38 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 20:17:38 +0000 |
commit | ec6d11b2f0b173863f261dbed52817f92519016b (patch) | |
tree | 8a6d621fd48479f02bf00dd5d3a7b7ec4ceedcae /dev-lisp/cl-fad | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-ec6d11b2f0b173863f261dbed52817f92519016b.tar.gz gentoo-2-ec6d11b2f0b173863f261dbed52817f92519016b.tar.bz2 gentoo-2-ec6d11b2f0b173863f261dbed52817f92519016b.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-fad')
-rw-r--r-- | dev-lisp/cl-fad/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-fad/cl-fad-0.1.1.ebuild | 24 | ||||
-rw-r--r-- | dev-lisp/cl-fad/cl-fad-0.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-fad/files/digest-cl-fad-0.1.1 | 1 |
4 files changed, 7 insertions, 28 deletions
diff --git a/dev-lisp/cl-fad/ChangeLog b/dev-lisp/cl-fad/ChangeLog index ce627a199b58..9ab3b44dc92d 100644 --- a/dev-lisp/cl-fad/ChangeLog +++ b/dev-lisp/cl-fad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-fad # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/ChangeLog,v 1.3 2005/03/21 07:14:01 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/ChangeLog,v 1.4 2005/04/15 20:16:19 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-fad-0.1.1.ebuild, + cl-fad-0.1.2.ebuild: + Keywording x86, ~ppc 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-fad-0.1.2.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-fad/cl-fad-0.1.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.1.1.ebuild deleted file mode 100644 index da80b9cffaf8..000000000000 --- a/dev-lisp/cl-fad/cl-fad-0.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/cl-fad-0.1.1.ebuild,v 1.1 2005/02/02 23:16:27 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION='CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions.' -HOMEPAGE="http://weitz.de/cl-fad/" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=cl-fad - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dodoc CHANGELOG README - dohtml doc/index.html -} diff --git a/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild index 38445d4d7864..de75f8b01462 100644 --- a/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild,v 1.2 2005/03/21 07:14:01 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild,v 1.3 2005/04/15 20:16:19 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://weitz.de/cl-fad/" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-fad/files/digest-cl-fad-0.1.1 b/dev-lisp/cl-fad/files/digest-cl-fad-0.1.1 deleted file mode 100644 index 82e17fd68755..000000000000 --- a/dev-lisp/cl-fad/files/digest-cl-fad-0.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3d195b40540933924ff15b959b06293f cl-fad_0.1.1.orig.tar.gz 9348 |