diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:07:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:07:32 +0000 |
commit | e136bbf9a4b355bcbf8875f4c056a79972afe78a (patch) | |
tree | 9c4899865cfe323656d994bb916a3f8f050d6fc4 /dev-lisp/cl-rsm-fuzzy | |
parent | sync IUSE (+doc), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-e136bbf9a4b355bcbf8875f4c056a79972afe78a.tar.gz gentoo-2-e136bbf9a4b355bcbf8875f4c056a79972afe78a.tar.bz2 gentoo-2-e136bbf9a4b355bcbf8875f4c056a79972afe78a.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/cl-rsm-fuzzy')
-rw-r--r-- | dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild index e837bb101327..ec8169b367a2 100644 --- a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild +++ b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild,v 1.2 2004/06/24 23:52:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild,v 1.3 2004/07/14 16:03:52 agriffis Exp $ inherit common-lisp @@ -10,13 +10,12 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rsm-fuzzy/cl-rsm-fuzzy_${PV LICENSE="BSD" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp " CLPACKAGE=rsm-fuzzy -S=${WORKDIR}/${P} - src_install() { common-lisp-install *.lisp *.asd common-lisp-system-symlink diff --git a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild index 9c12667710f2..3ef6bdceb30c 100644 --- a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild +++ b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild,v 1.2 2004/06/24 23:52:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild,v 1.3 2004/07/14 16:03:52 agriffis Exp $ inherit common-lisp @@ -16,8 +16,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=rsm-fuzzy -S=${WORKDIR}/${P} - src_install() { common-lisp-install *.lisp *.asd common-lisp-system-symlink |