diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 11:44:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 11:44:52 +0000 |
commit | b554ad718a623da6c847c6c0f927d393cdf099db (patch) | |
tree | f353377612e0a8120c47da5b73f8004759ccb58e /dev-lisp/cl-aima | |
parent | dependency on app-arch/tar instead of sys-apps/tar (diff) | |
download | gentoo-2-b554ad718a623da6c847c6c0f927d393cdf099db.tar.gz gentoo-2-b554ad718a623da6c847c6c0f927d393cdf099db.tar.bz2 gentoo-2-b554ad718a623da6c847c6c0f927d393cdf099db.zip |
dependency on app-arch/tar instead of sys-apps/tar
Diffstat (limited to 'dev-lisp/cl-aima')
-rw-r--r-- | dev-lisp/cl-aima/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/cl-aima/Manifest b/dev-lisp/cl-aima/Manifest index 1716dad3c9b4..25ad74176663 100644 --- a/dev-lisp/cl-aima/Manifest +++ b/dev-lisp/cl-aima/Manifest @@ -1,4 +1,4 @@ -MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 a20168fdb1e5f4246cab846324b7e023 cl-aima-1.0.2.ebuild 1532 +MD5 87db609d57ed4d93a096c3c989f53e87 cl-aima-1.0.2.ebuild 1532 MD5 4016507928fefb54dbbb55d1a427f380 ChangeLog 453 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 1b11e210086362909b8f0d4af6489c09 files/digest-cl-aima-1.0.2 136 diff --git a/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild b/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild index 294ed535b1b6..0efaba99d7ce 100644 --- a/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild +++ b/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild,v 1.2 2003/10/15 17:11:36 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild,v 1.3 2003/11/14 11:41:53 seemant Exp $ inherit common-lisp @@ -50,4 +50,4 @@ pkg_preinst() { pkg_postrm() { rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -}
\ No newline at end of file +} |