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-fare-matcher | |
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-fare-matcher')
4 files changed, 7 insertions, 56 deletions
diff --git a/dev-lisp/cl-fare-matcher/ChangeLog b/dev-lisp/cl-fare-matcher/ChangeLog index eaf899a37250..7407b6b46e0d 100644 --- a/dev-lisp/cl-fare-matcher/ChangeLog +++ b/dev-lisp/cl-fare-matcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-fare-matcher # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/ChangeLog,v 1.4 2005/03/18 08:01:38 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/ChangeLog,v 1.5 2005/04/15 20:17:38 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-fare-matcher-1.1.ebuild, cl-fare-matcher-1.1-r1.ebuild: + Keywording x86, ~ppc 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-fare-matcher-1.1-r1.ebuild: diff --git a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild index 4f6d75723085..d7637bb0a926 100644 --- a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild +++ b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.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-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.5 2005/03/18 08:01:38 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.6 2005/04/15 20:17:38 mkennedy Exp $ inherit common-lisp eutils @@ -10,7 +10,7 @@ SRC_URI="http://mapcar.org/~mrd/utilities/fare-matcher-ext-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild deleted file mode 100644 index 005170c541c7..000000000000 --- a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild,v 1.5 2004/06/24 23:43:04 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="A library of macros and functions by Fare Rideau." -HOMEPAGE="http://mapcar.org/~mrd/utilities/matcher.html http://www.cliki.net/fare-matcher http://www.cliki.net/fare-matcher-docs" -SRC_URI="http://mapcar.org/~mrd/utilities/fare-matcher-ext-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -S=${WORKDIR}/matcher - -CLPACKAGE=fare-matcher - -src_unpack() { - unpack ${A} - # maybe we should consider having clisp.sh pass -E utf8 to clisp - epatch ${FILESDIR}/clisp-utf8-gentoo.patch -} - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postinst() { - /usr/sbin/register-common-lisp-source $CLPACKAGE - while read line; do einfo ${line}; done <<EOF - -The comments within the source for fare-matcher provide documentation. -You can find summarized documentation at the CLiki. - - http://www.cliki.net/fare-matcher-docs - -EOF -} diff --git a/dev-lisp/cl-fare-matcher/files/digest-cl-fare-matcher-1.1 b/dev-lisp/cl-fare-matcher/files/digest-cl-fare-matcher-1.1 deleted file mode 100644 index 643e8815b1cf..000000000000 --- a/dev-lisp/cl-fare-matcher/files/digest-cl-fare-matcher-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d8197aa8c953e3b94475abe1d4a1a801 fare-matcher-ext-1.1.tar.gz 12531 |