diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-04-21 12:43:03 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-04-21 12:43:03 +0000 |
commit | fd1591deb56b6241852e662a0afe9d83a4b6d5bb (patch) | |
tree | 192d3f968c5b5a81adabc158e5359bbdf1c82eb4 /dev-lisp | |
parent | courier version bump, proxy-maintained ebuild (diff) | |
download | historical-fd1591deb56b6241852e662a0afe9d83a4b6d5bb.tar.gz historical-fd1591deb56b6241852e662a0afe9d83a4b6d5bb.tar.bz2 historical-fd1591deb56b6241852e662a0afe9d83a4b6d5bb.zip |
Sparc stable, required by Bug #218706.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'dev-lisp')
4 files changed, 13 insertions, 6 deletions
diff --git a/dev-lisp/cl-asdf-binary-locations/ChangeLog b/dev-lisp/cl-asdf-binary-locations/ChangeLog index 158c59af4c3f..f8fbd7413e5f 100644 --- a/dev-lisp/cl-asdf-binary-locations/ChangeLog +++ b/dev-lisp/cl-asdf-binary-locations/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-asdf-binary-locations # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.6 2008/04/20 14:24:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.7 2008/04/21 12:41:39 fmccor Exp $ + + 21 Apr 2008; Ferris McCormick <fmccor@gentoo.org> + cl-asdf-binary-locations-20061018.ebuild: + Sparc stable, required by Bug #218706. 20 Apr 2008; Markus Meier <maekke@gentoo.org> cl-asdf-binary-locations-20061018.ebuild: diff --git a/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild b/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild index 59e3fb2d3788..c9d26d0d0f18 100644 --- a/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild +++ b/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.5 2008/04/20 14:24:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.6 2008/04/21 12:41:39 fmccor Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-binary-locations/" SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN/cl-/}_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="" DEPEND="dev-lisp/cl-asdf" diff --git a/dev-lisp/gentoo-init/ChangeLog b/dev-lisp/gentoo-init/ChangeLog index b79abf2b933c..efb895408d59 100644 --- a/dev-lisp/gentoo-init/ChangeLog +++ b/dev-lisp/gentoo-init/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gentoo-init # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/ChangeLog,v 1.7 2008/04/20 14:26:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/ChangeLog,v 1.8 2008/04/21 12:43:03 fmccor Exp $ + + 21 Apr 2008; Ferris McCormick <fmccor@gentoo.org> gentoo-init-0.1.ebuild: + Sparc stable, required by Bug #218706. 20 Apr 2008; Markus Meier <maekke@gentoo.org> gentoo-init-0.1.ebuild: x86 stable, bug #217700 diff --git a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild b/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild index 0a4368c89775..cd4da48f1666 100644 --- a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild +++ b/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild,v 1.6 2008/04/20 14:26:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild,v 1.7 2008/04/21 12:43:03 fmccor Exp $ DESCRIPTION="Simple ASDF-BINARY-LOCATIONS configuration for Gentoo Common Lisp ports." HOMEPAGE="http://www.gentoo.org/proj/en/lisp/common-lisp/guide.xml" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="" S=${WORKDIR} |