diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:17:28 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:17:28 +0000 |
commit | 0f81384b567ffeb6a77f34dfa1e7a5144b76c90f (patch) | |
tree | 95e3b3ac04ac1d274eae2ca2694e4a164ac1742d /dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild | |
parent | dev-lisp/cl-rsm-memo removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | historical-0f81384b567ffeb6a77f34dfa1e7a5144b76c90f.tar.gz historical-0f81384b567ffeb6a77f34dfa1e7a5144b76c90f.tar.bz2 historical-0f81384b567ffeb6a77f34dfa1e7a5144b76c90f.zip |
dev-lisp/cl-rsm-mod removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild')
-rw-r--r-- | dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild b/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild deleted file mode 100644 index 3213dd776ad8..000000000000 --- a/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild,v 1.6 2008/03/27 16:24:21 armin76 Exp $ - -inherit common-lisp - -DESCRIPTION="McIntire's Common Lisp Modular Arithmetic Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod" -SRC_URI="mirror://gentoo/cl-rsm-mod_1.1.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~sparc ~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp " - -CLPACKAGE=rsm-mod - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc copying copyright - dohtml *.html *.jpg - do-debian-credits -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} |