commit: 7a0de541bc232b0db1dd78ce9973c6ead1c0fb49 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Jan 16 22:22:14 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Jan 16 22:22:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7a0de541
dev-lisp/cl-who: Drops old version dev-lisp/cl-who/cl-who-0.11.1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-lisp/cl-who/cl-who-0.11.1.ebuild b/dev-lisp/cl-who/cl-who-0.11.1.ebuild deleted file mode 100644 index 95740cb..0000000 --- a/dev-lisp/cl-who/cl-who-0.11.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -DESCRIPTION='CL-WHO (is yet another Lisp Markup Language).' -HOMEPAGE="http://weitz.de/cl-who/ - http://www.cliki.net/cl-who/" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf - dodoc CHANGELOG - dohtml doc/*.html -}
