public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
@ 2013-03-22  9:14 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2013-03-22  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     052f167602226153d2b662fcecd304aea0070331
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 09:15:10 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 09:15:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=052f1676

dev-lisp/cl-fad: bump to version 0.7.1

---
 dev-lisp/cl-fad/cl-fad-0.7.1.ebuild |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
new file mode 100644
index 0000000..2488455
--- /dev/null
+++ b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions."
+HOMEPAGE="http://weitz.de/cl-fad/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc CHANGELOG README
+	dohtml doc/index.html
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
@ 2013-09-04 13:39 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2013-09-04 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     aba7fbf7b4b03d47e53587a6ba15bcb835653d25
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 13:39:21 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 13:39:21 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=aba7fbf7

dev-lisp/cl-fad: bump to version 0.7.2

---
 dev-lisp/cl-fad/cl-fad-0.7.2.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
new file mode 100644
index 0000000..2488455
--- /dev/null
+++ b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions."
+HOMEPAGE="http://weitz.de/cl-fad/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc CHANGELOG README
+	dohtml doc/index.html
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
@ 2013-10-16 10:48 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2013-10-16 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     837dc8e7d046a668b9a6f7c855a4712ada896422
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 10:49:24 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 10:49:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=837dc8e7

dev-lisp/cl-fad: add missing deps

---
 dev-lisp/cl-fad/cl-fad-0.7.2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
index 2488455..f97ff26 100644
--- a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
+++ b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
@@ -17,6 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
+RDEPEND="dev-lisp/alexandria
+		dev-lisp/bordeaux-threads"
+
 src_install() {
 	common-lisp-install-sources *.lisp
 	common-lisp-install-asdf


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
@ 2015-12-22 12:07 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2015-12-22 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     fc9679e06fa3f86e087b28579df3f0c4d0b9d8a7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 12:10:20 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 12:10:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fc9679e0

dev-lisp/cl-fad: bump to version 0.7.3

 dev-lisp/cl-fad/cl-fad-0.7.3.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild
new file mode 100644
index 0000000..d5a50cb
--- /dev/null
+++ b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions."
+HOMEPAGE="http://weitz.de/cl-fad/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/alexandria
+		dev-lisp/bordeaux-threads"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc CHANGELOG README
+	dohtml doc/index.html
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
@ 2015-12-22 12:07 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2015-12-22 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     985f9ad43b9e775321f4324ed91706eea72b9e4b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 12:05:53 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 12:05:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=985f9ad4

dev-lisp/cl-fad: fix header

 dev-lisp/cl-fad/cl-fad-0.6.4.ebuild | 4 ++--
 dev-lisp/cl-fad/cl-fad-0.7.1.ebuild | 4 ++--
 dev-lisp/cl-fad/cl-fad-0.7.2.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild b/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild
index 954e242..8e24100 100644
--- a/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild
+++ b/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
index 2488455..e99af07 100644
--- a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
+++ b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
index f97ff26..d5a50cb 100644
--- a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
+++ b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
@ 2016-08-25 16:56 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2016-08-25 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     42c64d6ccf8a8ec6b8cdde91195803c66a686ae4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 16:56:06 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 16:56:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=42c64d6c

dev-lisp/cl-fad: Bump to version 0.7.4

 dev-lisp/cl-fad/cl-fad-0.7.4.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild
new file mode 100644
index 0000000..a09149d
--- /dev/null
+++ b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
+HOMEPAGE="http://weitz.de/cl-fad/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/alexandria
+		dev-lisp/bordeaux-threads"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc CHANGELOG README
+	dohtml doc/index.html
+}


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

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

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

dev-lisp/cl-fad: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/cl-fad/cl-fad-0.6.4.ebuild | 21 ---------------------
 dev-lisp/cl-fad/cl-fad-0.7.1.ebuild |  7 +++----
 dev-lisp/cl-fad/cl-fad-0.7.2.ebuild |  7 +++----
 dev-lisp/cl-fad/cl-fad-0.7.3.ebuild |  7 +++----
 dev-lisp/cl-fad/cl-fad-0.7.4.ebuild |  5 ++---
 5 files changed, 11 insertions(+), 36 deletions(-)

diff --git a/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild b/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild
deleted file mode 100644
index 8e24100c..00000000
--- a/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions."
-HOMEPAGE="http://weitz.de/cl-fad/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-src_install() {
-	common-lisp-install *.{asd,lisp}
-	common-lisp-symlink-asdf
-	dodoc CHANGELOG README
-	dohtml doc/index.html
-}

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
index e99af077..3d14aafa 100644
--- a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
+++ b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2015 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
 
 MY_P="v${PV}"
 
-DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions."
+DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
 HOMEPAGE="http://weitz.de/cl-fad/"
 SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
 

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
index d5a50cba..bfb99f7c 100644
--- a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
+++ b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2015 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
 
 MY_P="v${PV}"
 
-DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions."
+DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
 HOMEPAGE="http://weitz.de/cl-fad/"
 SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
 

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild
index d5a50cba..bfb99f7c 100644
--- a/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild
+++ b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2015 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
 
 MY_P="v${PV}"
 
-DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions."
+DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
 HOMEPAGE="http://weitz.de/cl-fad/"
 SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
 

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild
index a09149d6..bfb99f7c 100644
--- a/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild
+++ b/dev-lisp/cl-fad/cl-fad-0.7.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] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
@ 2017-08-30 13:27 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2017-08-30 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4e860fbda0c481ced3a69663332111fa8fb3a5ef
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:27:39 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:27:39 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4e860fbd

dev-lisp/cl-fad: Drops old version

 dev-lisp/cl-fad/cl-fad-0.7.1.ebuild | 24 ------------------------
 dev-lisp/cl-fad/cl-fad-0.7.2.ebuild | 27 ---------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
deleted file mode 100644
index 3d14aafa..00000000
--- a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
-HOMEPAGE="http://weitz.de/cl-fad/"
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dodoc CHANGELOG README
-	dohtml doc/index.html
-}

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
deleted file mode 100644
index bfb99f7c..00000000
--- a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
-HOMEPAGE="http://weitz.de/cl-fad/"
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/alexandria
-		dev-lisp/bordeaux-threads"
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dodoc CHANGELOG README
-	dohtml doc/index.html
-}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
@ 2017-12-10 13:31 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2017-12-10 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3e7b53a13d379666ecb9bafcbe900e521797e152
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 13:31:55 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 13:31:55 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3e7b53a1

dev-lisp/cl-fad: Bumps version to 0.7.5

 dev-lisp/cl-fad/cl-fad-0.7.5.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild
new file mode 100644
index 00000000..3c1afe22
--- /dev/null
+++ b/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
+HOMEPAGE="https://github.com/edicl/cl-fad/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/alexandria
+		dev-lisp/bordeaux-threads"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc CHANGELOG README
+	dohtml doc/index.html
+}


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

end of thread, other threads:[~2017-12-10 13:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 21:23 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-12-10 13:31 José María Alonso
2017-08-30 13:27 José María Alonso
2016-08-25 16:56 José María Alonso
2015-12-22 12:07 José María Alonso
2015-12-22 12:07 José María Alonso
2013-10-16 10:48 José María Alonso
2013-09-04 13:39 José María Alonso
2013-03-22  9:14 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