commit: 0b1509ba1b0e18156147f24ab196bc7d3f4eca2c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 17:00:40 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 17:00:40 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0b1509ba
dev-lisp/html-template: Drops old version and updates manifest
dev-lisp/html-template/html-template-0.9.1.ebuild | 25 -----------------------
dev-lisp/html-template/html-template-0.9.2.ebuild | 6 ++----
2 files changed, 2 insertions(+), 29 deletions(-)
diff --git a/dev-lisp/html-template/html-template-0.9.1.ebuild
b/dev-lisp/html-template/html-template-0.9.1.ebuild
deleted file mode 100644
index 23c8ba0b..00000000
--- a/dev-lisp/html-template/html-template-0.9.1.ebuild
+++ /dev/null
@@ -1,25 +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="${PN} is a portable templating library for Common Lisp"
-HOMEPAGE="http://weitz.de/html-template/
- http://www.cliki.net/html-template/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_install() {
- common-lisp-install-sources *.lisp
- common-lisp-install-asdf
- dodoc CHANGELOG INSTALLATION
- dohtml doc/*.html
-}
diff --git a/dev-lisp/html-template/html-template-0.9.2.ebuild
b/dev-lisp/html-template/html-template-0.9.2.ebuild
index 16bcb79e..dba4c182 100644
--- a/dev-lisp/html-template/html-template-0.9.2.ebuild
+++ b/dev-lisp/html-template/html-template-0.9.2.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
@@ -8,15 +8,13 @@ inherit common-lisp-3
DESCRIPTION="${PN} is a portable templating library for Common Lisp"
HOMEPAGE="http://weitz.de/html-template/
http://www.cliki.net/html-template/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="https://github.com/edicl/html-template/archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="!dev-lisp/cl-${PN}"
-
src_install() {
common-lisp-3_src_install
dodoc CHANGELOG INSTALLATION doc/*.html