public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
Date: Thu,  6 Jul 2017 21:23:24 +0000 (UTC)	[thread overview]
Message-ID: <1499376211.4724c9a3c745699d12ca55b7eab2ca5998282816.nimiux@gentoo> (raw)

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
 


             reply	other threads:[~2017-07-06 21:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06 21:23 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-12-10 13:31 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/ 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499376211.4724c9a3c745699d12ca55b7eab2ca5998282816.nimiux@gentoo \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox