commit:     4bcf4faf08e4210c19252db234dbcde7ebd121c2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 17:06:17 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon May 28 17:06:17 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4bcf4faf

dev-lisp/cffi: Drop old versions

 dev-lisp/cffi/cffi-0.14.0.ebuild | 48 ----------------------------------------
 dev-lisp/cffi/cffi-0.16.1.ebuild | 48 ----------------------------------------
 dev-lisp/cffi/cffi-0.17.1.ebuild | 48 ----------------------------------------
 3 files changed, 144 deletions(-)

diff --git a/dev-lisp/cffi/cffi-0.14.0.ebuild b/dev-lisp/cffi/cffi-0.14.0.ebuild
deleted file mode 100644
index 74b8c642..00000000
--- a/dev-lisp/cffi/cffi-0.14.0.ebuild
+++ /dev/null
@@ -1,48 +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=${PN}_${PV}
-
-DESCRIPTION="The Common Foreign Function Interface (CFFI)"
-HOMEPAGE="http://common-lisp.net/project/cffi/";
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-lisp/sbcl virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}
-               dev-lisp/alexandria
-               dev-lisp/babel
-               dev-lisp/trivial-features"
-
-CLSYSTEMS="cffi.asd cffi-tests.asd cffi-examples.asd cffi-grovel.asd \
-               cffi-uffi-compat.asd"
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
-       if use doc ; then
-               VARTEXFONTS="${T}"/fonts \
-                       make -C doc manual spec || die "Cannot build docs"
-       fi
-}
-
-src_install() {
-       common-lisp-install-sources examples/ src/ uffi-compat/
-       common-lisp-install-sources -t all grovel/ tests/
-       common-lisp-install-asdf
-       dodoc README TODO doc/*.txt
-       if use doc; then
-               doinfo doc/*.info
-               rm doc/{spec,manual}/cffi*
-               insinto /usr/share/doc/${PF}/html
-               doins -r doc/{spec,manual}
-       fi
-}

diff --git a/dev-lisp/cffi/cffi-0.16.1.ebuild b/dev-lisp/cffi/cffi-0.16.1.ebuild
deleted file mode 100644
index 23c8ac01..00000000
--- a/dev-lisp/cffi/cffi-0.16.1.ebuild
+++ /dev/null
@@ -1,48 +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=${PN}_${PV}
-
-DESCRIPTION="The Common Foreign Function Interface (CFFI)"
-HOMEPAGE="http://common-lisp.net/project/cffi/";
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-lisp/sbcl virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}
-               dev-lisp/alexandria
-               dev-lisp/babel
-               dev-lisp/trivial-features"
-
-CLSYSTEMS="cffi.asd cffi-tests.asd cffi-examples.asd cffi-grovel.asd \
-               cffi-uffi-compat.asd"
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
-       if use doc ; then
-               VARTEXFONTS="${T}"/fonts \
-                       make -C doc manual spec || die "Cannot build docs"
-       fi
-}
-
-src_install() {
-       common-lisp-install-sources examples/ src/ uffi-compat/
-       common-lisp-install-sources -t all grovel/ tests/
-       common-lisp-install-asdf
-       dodoc README.md TODO doc/*.txt
-       if use doc; then
-               doinfo doc/*.info
-               rm doc/{spec,manual}/cffi*
-               insinto /usr/share/doc/${PF}/html
-               doins -r doc/{spec,manual}
-       fi
-}

diff --git a/dev-lisp/cffi/cffi-0.17.1.ebuild b/dev-lisp/cffi/cffi-0.17.1.ebuild
deleted file mode 100644
index ab61a7e0..00000000
--- a/dev-lisp/cffi/cffi-0.17.1.ebuild
+++ /dev/null
@@ -1,48 +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=${PN}_${PV}
-
-DESCRIPTION="The Common Foreign Function Interface (CFFI)"
-HOMEPAGE="http://common-lisp.net/project/cffi/";
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-lisp/sbcl virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}
-               dev-lisp/alexandria
-               dev-lisp/babel
-               dev-lisp/trivial-features"
-
-CLSYSTEMS="cffi.asd cffi-tests.asd cffi-examples.asd cffi-grovel.asd \
-               cffi-uffi-compat.asd cffi-toolchain cffi-libffi"
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
-       if use doc ; then
-               VARTEXFONTS="${T}"/fonts \
-                       make -C doc manual spec || die "Cannot build docs"
-       fi
-}
-
-src_install() {
-       common-lisp-install-sources examples/ src/ uffi-compat/
-       common-lisp-install-sources -t all grovel/ tests/ toolchain/ libffi/
-       common-lisp-install-asdf
-       dodoc README.md TODO doc/*.txt
-       if use doc; then
-               doinfo doc/*.info
-               rm doc/{spec,manual}/cffi*
-               insinto /usr/share/doc/${PF}/html
-               doins -r doc/{spec,manual}
-       fi
-}

Reply via email to