commit: cb076f5c4285287d7f1a61c197fe7656fb70cc2f Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Mar 17 21:23:26 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 21:23:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cb076f5c
dev-lisp/cl-uri: Drops package dev-lisp/cl-uri/cl-uri-0.4.0-r1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-lisp/cl-uri/cl-uri-0.4.0-r1.ebuild b/dev-lisp/cl-uri/cl-uri-0.4.0-r1.ebuild deleted file mode 100644 index 090e0f9a..00000000 --- a/dev-lisp/cl-uri/cl-uri-0.4.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="A library to parse/manipulate/use uris" -HOMEPAGE="http://common-lisp.net/project/cl-uri" -SRC_URI="http://common-lisp.net/project/${PN}/dist/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -CLSYSTEMS="src/${PN}" - -src_install() { - common-lisp-install-sources src/*.lisp - common-lisp-install-asdf - dohtml -r docs/* -}
