public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-configuration-parser/
@ 2016-10-02 19:15 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-10-02 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     867f69e451c126d880b67acd3aac3db749d69b0d
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 19:15:28 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 19:15:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=867f69e4

dev-lisp/trivial-configuration-parser: Update header

 .../trivial-configuration-parser-1.1.ebuild                         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild b/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild
index 473f333..147875a 100644
--- a/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild
+++ b/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild
@@ -1,10 +1,10 @@
-# 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
 
-DESCRIPTION="TRIVIAL-CONFIGURATION-PARSER is a Common Lisp library for parsing its own syntax of configuration file"
+DESCRIPTION="Common Lisp library for parsing its own syntax of configuration file"
 HOMEPAGE="http://www.cliki.net/trivial-configuration-parser"
 SRC_URI="http://www.unmutual.info/software/${P}.tar.gz"
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-configuration-parser/
@ 2017-07-02 20:58 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-02 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     adccf8952118a29cefa59e6b4b1bdd6bf5ee0f8a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:58:42 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:58:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=adccf895

dev-lisp/trivial-configuration-parser: Updates to common-lisp-3 eclass

 .../trivial-configuration-parser-1.1.ebuild                   | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild b/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild
index 147875aa..6fa50b1a 100644
--- a/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild
+++ b/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.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="Common Lisp library for parsing its own syntax of configuration file"
 HOMEPAGE="http://www.cliki.net/trivial-configuration-parser"
@@ -16,7 +17,7 @@ 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 README demo.conf
 }


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

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

commit:     72279639eda54a5122ee46b34d60f4d0ca0d435a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 13:44:01 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 13:44:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=72279639

dev-lisp/trivial-configuration-parser: Drop package

 .../trivial-configuration-parser-1.1.ebuild        | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild b/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.ebuild
deleted file mode 100644
index 6fa50b1a..00000000
--- a/dev-lisp/trivial-configuration-parser/trivial-configuration-parser-1.1.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="Common Lisp library for parsing its own syntax of configuration file"
-HOMEPAGE="http://www.cliki.net/trivial-configuration-parser"
-SRC_URI="http://www.unmutual.info/software/${P}.tar.gz"
-
-LICENSE="MIT"
-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 README demo.conf
-}


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 19:15 [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-configuration-parser/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-02 20:58 José María Alonso
2018-03-17 13:43 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