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

commit:     9569705a507a7ebf9dfd61e990ef3e075ccabcc3
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 13:59:23 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 13:59:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9569705a

dev-lisp/trivial-utf8: Updates header

 dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild
index edebe52..6c0fa57 100644
--- a/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild
+++ b/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.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 eutils
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-utf8/
@ 2016-11-30 14:49 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-11-30 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     acbd4a53795b4f1079bd46b6a9e269ffaf95eb08
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 14:49:55 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 14:49:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=acbd4a53

dev-lisp/trivial-utf8: Adds live ebuild

 dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
new file mode 100644
index 0000000..db2ec15
--- /dev/null
+++ b/dev-lisp/trivial-utf8/trivial-utf8-9999.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 darcs
+
+DESCRIPTION="A small library for doing UTF-8-based input and output."
+HOMEPAGE="http://common-lisp.net/project/trivial-utf-8/"
+EDARCS_REPOSITORY=" https://www.common-lisp.net/project/trivial-utf-8/darcs/trivial-utf-8/"
+
+LICENSE="ZLIB"
+SLOT="0"
+IUSE=""
+
+CLPACKAGE="trivial-utf-8"
+CLSYSTEMS="trivial-utf-8"
+
+src_install() {
+	common-lisp-install-sources -t lisp .
+	common-lisp-install-asdf
+	dodoc -r doc
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-utf8/
@ 2016-12-16 22:46 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-16 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     10f71fe040385828261fc7e0dbef916b1c5607db
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 22:46:30 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 22:46:30 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=10f71fe0

dev-lisp/trivial-utf8: Fixes space. Uses common-lisp-3_src_install

 dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
index db2ec15..d0c6214 100644
--- a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
+++ b/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
@@ -8,7 +8,7 @@ inherit common-lisp-3 darcs
 
 DESCRIPTION="A small library for doing UTF-8-based input and output."
 HOMEPAGE="http://common-lisp.net/project/trivial-utf-8/"
-EDARCS_REPOSITORY=" https://www.common-lisp.net/project/trivial-utf-8/darcs/trivial-utf-8/"
+EDARCS_REPOSITORY="https://www.common-lisp.net/project/trivial-utf-8/darcs/trivial-utf-8/"
 
 LICENSE="ZLIB"
 SLOT="0"
@@ -18,7 +18,6 @@ CLPACKAGE="trivial-utf-8"
 CLSYSTEMS="trivial-utf-8"
 
 src_install() {
-	common-lisp-install-sources -t lisp .
-	common-lisp-install-asdf
+	common-lisp-3_src_install
 	dodoc -r doc
 }


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

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

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

dev-lisp/trivial-utf8: Updates to common-lisp-3 eclass

 dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild | 11 ++++++-----
 dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild            |  3 +--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild
index 6c0fa578..1df948d6 100644
--- a/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.ebuild
+++ b/dev-lisp/trivial-utf8/trivial-utf8-0.1_pre20080922.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 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="A small library for doing UTF-8-based input and output."
 HOMEPAGE="http://common-lisp.net/project/trivial-utf-8/"
@@ -17,7 +18,7 @@ CLPACKAGE="trivial-utf-8"
 CLSYSTEMS="trivial-utf-8"
 
 src_install() {
-	common-lisp-install *.{lisp,asd} test.txt
-	common-lisp-symlink-asdf
+	common-lisp-install-sources *.lisp test.txt
+	common-lisp-install-asdf
 	dohtml doc/*
 }

diff --git a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild b/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
index d0c6214b..37e30f85 100644
--- a/dev-lisp/trivial-utf8/trivial-utf8-9999.ebuild
+++ b/dev-lisp/trivial-utf8/trivial-utf8-9999.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

end of thread, other threads:[~2017-07-06 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16 22:46 [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-utf8/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-06 21:16 José María Alonso
2016-11-30 14:49 José María Alonso
2016-11-30 13:59 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