commit: 3f2321c197a0ac4d8e201c23c438c137138ed201 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Mar 17 13:39:17 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 13:39:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3f2321c1
dev-lisp/documentation-template: Drops old version 0.4.3. Updates SRC_URI and manifest .../documentation-template-0.4.3.ebuild | 23 ---------------------- .../documentation-template-0.4.4.ebuild | 6 +++--- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild b/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild deleted file mode 100644 index 51ed2cc8..00000000 --- a/dev-lisp/documentation-template/documentation-template-0.4.3.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="Prepare HTML documentation for Common Lisp libraries" -HOMEPAGE="http://weitz.de/documentation-template/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="dev-lisp/cl-who" - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - use doc && dohtml doc/index.html -} diff --git a/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild index 51ed2cc8..42fd2503 100644 --- a/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild +++ b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit common-lisp-3 DESCRIPTION="Prepare HTML documentation for Common Lisp libraries" HOMEPAGE="http://weitz.de/documentation-template/" -SRC_URI="mirror://gentoo/${P}.tar.gz" +SRC_URI="https://github.com/edicl/documentation-template/archive/v${PV}.tar.gz -> ${PF}.tar.gz" LICENSE="BSD-2" SLOT="0" @@ -19,5 +19,5 @@ RDEPEND="dev-lisp/cl-who" src_install() { common-lisp-install-sources *.lisp common-lisp-install-asdf - use doc && dohtml doc/index.html + use doc && dodoc doc/index.html }
