diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 01:02:19 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 01:02:19 +0000 |
commit | 355db7d13d6770fc87b90a23f1bc2173ad5cd8d9 (patch) | |
tree | db51a967b7603e9ac186d6efb66b11aad45f5585 /dev-lisp/cl-ubf | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-355db7d13d6770fc87b90a23f1bc2173ad5cd8d9.tar.gz gentoo-2-355db7d13d6770fc87b90a23f1bc2173ad5cd8d9.tar.bz2 gentoo-2-355db7d13d6770fc87b90a23f1bc2173ad5cd8d9.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-ubf')
-rw-r--r-- | dev-lisp/cl-ubf/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild | 34 | ||||
-rw-r--r-- | dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 | 1 |
4 files changed, 9 insertions, 40 deletions
diff --git a/dev-lisp/cl-ubf/ChangeLog b/dev-lisp/cl-ubf/ChangeLog index 1da01b8d630d..ce38e00eda35 100644 --- a/dev-lisp/cl-ubf/ChangeLog +++ b/dev-lisp/cl-ubf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-ubf -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/ChangeLog,v 1.4 2004/06/24 23:56:15 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/ChangeLog,v 1.5 2005/04/17 01:02:19 mkennedy Exp $ + + 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-ubf-0.2.1.ebuild, + cl-ubf-0.2.1-r1.ebuild: + Keywording. *cl-ubf-0.2.1-r1 (12 Feb 2004) diff --git a/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild b/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild index f71d6c8193c1..0cd4a4f122a1 100644 --- a/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild +++ b/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild,v 1.2 2004/06/24 23:56:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild,v 1.3 2005/04/17 01:02:19 mkennedy Exp $ inherit common-lisp @@ -11,7 +11,7 @@ HOMEPAGE="http://common-lisp.net/project/ubf/ SRC_URI="http://common-lisp.net/project/ubf/releases/ubf-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild b/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild deleted file mode 100644 index 00b950f7e2e8..000000000000 --- a/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild +++ /dev/null @@ -1,34 +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-ubf/cl-ubf-0.2.1.ebuild,v 1.3 2004/06/24 23:56:15 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="A Common Lisp implementation of a UBF(A) reader and writer" -HOMEPAGE="http://common-lisp.net/project/ubf/ - http://www.cliki.net/ubf - http://www.sics.se/~joe/ubf/site/home.html" -SRC_URI="http://common-lisp.net/project/ubf/releases/ubf-${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=ubf - -S=${WORKDIR}/ubf-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 b/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 deleted file mode 100644 index 2732e3a684b0..000000000000 --- a/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d1f4b5e49cb6ae1044fbac4a1b600ca0 ubf-0.2.1.tar.gz 5896 |