public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/html-template/
@ 2016-12-04 21:48 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8c430fea42f65e9a36b23857785638d07c4858f7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 21:48:15 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 21:48:15 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8c430fea

dev-lisp/html-template: Updates header

 dev-lisp/html-template/html-template-0.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 5c19cd0..30d9307 100644
--- a/dev-lisp/html-template/html-template-0.9.1.ebuild
+++ b/dev-lisp/html-template/html-template-0.9.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/html-template/
@ 2016-12-04 21:53 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     fc9b645cc00b68cf5a5bd8a4645d0578e9681910
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 21:53:14 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 21:53:14 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fc9b645c

dev-lisp/html-template: Bumps version to 0.9.2

 dev-lisp/html-template/html-template-0.9.2.ebuild | 24 +++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-lisp/html-template/html-template-0.9.2.ebuild b/dev-lisp/html-template/html-template-0.9.2.ebuild
new file mode 100644
index 0000000..adc72db
--- /dev/null
+++ b/dev-lisp/html-template/html-template-0.9.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="mirror://gentoo/${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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/html-template/
@ 2017-07-06 21:28 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-06 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     693e7360f334528f77c2621bdbf675a087ee3851
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 21:28:22 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 21:28:22 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=693e7360

dev-lisp/html-template: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/html-template/html-template-0.9.1.ebuild | 11 ++++++-----
 dev-lisp/html-template/html-template-0.9.2.ebuild |  3 +--
 2 files changed, 7 insertions(+), 7 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
index 30d93072..23c8ba0b 100644
--- a/dev-lisp/html-template/html-template-0.9.1.ebuild
+++ b/dev-lisp/html-template/html-template-0.9.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="${PN} is a portable templating library for Common Lisp"
 HOMEPAGE="http://weitz.de/html-template/
@@ -17,8 +18,8 @@ IUSE=""
 RDEPEND="!dev-lisp/cl-${PN}"
 
 src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
+	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 adc72dba..16bcb79e 100644
--- a/dev-lisp/html-template/html-template-0.9.2.ebuild
+++ b/dev-lisp/html-template/html-template-0.9.2.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/html-template/
@ 2018-03-18 17:00 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2018-03-18 17:00 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-18 17:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-18 17:00 [gentoo-commits] proj/lisp:master commit in: dev-lisp/html-template/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-06 21:28 José María Alonso
2016-12-04 21:53 José María Alonso
2016-12-04 21:48 José María Alonso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox