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
-}

Reply via email to