public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/documentation-template/
@ 2014-02-27  9:13 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2014-02-27  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     820d6c926f5695496519f72e5fc540afc59d9c71
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 09:13:46 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 09:13:46 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=820d6c92

dev-lisp/documentation-template: new ebuild

---
 .../documentation-template-0.4.3.ebuild            | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild b/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild
new file mode 100644
index 0000000..734a50e
--- /dev/null
+++ b/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="Prepare HTML documentation for Common Lisp libraries"
+HOMEPAGE="http://weitz.de/documentation-template/"
+SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${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
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/documentation-template/
@ 2016-10-02 14:14 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-10-02 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     898020f774080d1368e496bbe249ec5ad2b2c6e9
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 14:14:26 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 14:14:26 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=898020f7

dev-lisp/documentation-template: Update header

 dev-lisp/documentation-template/documentation-template-0.4.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 734a50e..c685e4e 100644
--- a/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild
+++ b/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/documentation-template/
@ 2016-10-02 14:21 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-10-02 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ecdf82ed613f359979c5918c7feab2d26b0bec97
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 14:21:11 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 14:21:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ecdf82ed

dev-lisp/documentation-template: Bump to version 0.4.4

 .../documentation-template-0.4.4.ebuild            | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild
new file mode 100644
index 0000000..c685e4e
--- /dev/null
+++ b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="Prepare HTML documentation for Common Lisp libraries"
+HOMEPAGE="http://weitz.de/documentation-template/"
+SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${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
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/documentation-template/
@ 2016-10-18  8:06 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-10-18  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     baf9e73af956d329a9e0436ca82e5acd7347f493
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 08:06:10 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 08:06:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=baf9e73a

dev-lisp/documentation-template: Moved to Gentoo mirror

 dev-lisp/documentation-template/documentation-template-0.4.3.ebuild | 2 +-
 dev-lisp/documentation-template/documentation-template-0.4.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 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
index c685e4e..606e580 100644
--- a/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild
+++ b/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild
@@ -8,7 +8,7 @@ inherit common-lisp-3
 
 DESCRIPTION="Prepare HTML documentation for Common Lisp libraries"
 HOMEPAGE="http://weitz.de/documentation-template/"
-SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"

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 c685e4e..606e580 100644
--- a/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild
+++ b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild
@@ -8,7 +8,7 @@ inherit common-lisp-3
 
 DESCRIPTION="Prepare HTML documentation for Common Lisp libraries"
 HOMEPAGE="http://weitz.de/documentation-template/"
-SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"


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

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

commit:     3402de54e91aff9c68f068bcf20a692130978235
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:59:08 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:59:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3402de54

dev-lisp/documentation-template: Updates header and EAPI

 dev-lisp/documentation-template/documentation-template-0.4.3.ebuild | 5 ++---
 dev-lisp/documentation-template/documentation-template-0.4.4.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 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
index 606e580f..51ed2cc8 100644
--- a/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild
+++ b/dev-lisp/documentation-template/documentation-template-0.4.3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 

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 606e580f..51ed2cc8 100644
--- a/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild
+++ b/dev-lisp/documentation-template/documentation-template-0.4.4.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 


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

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

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
 }


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07  9:58 [gentoo-commits] proj/lisp:master commit in: dev-lisp/documentation-template/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2018-03-17 13:38 José María Alonso
2016-10-18  8:06 José María Alonso
2016-10-02 14:21 José María Alonso
2016-10-02 14:14 José María Alonso
2014-02-27  9:13 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