commit:     8b0a731584fd1276495d8defc12ef23ee9023bb1
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:53:59 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:53:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8b0a7315

dev-lisp/uffi: Drops old version

 dev-lisp/uffi/uffi-2.0.0.ebuild | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/dev-lisp/uffi/uffi-2.0.0.ebuild b/dev-lisp/uffi/uffi-2.0.0.ebuild
deleted file mode 100644
index 01c81617..00000000
--- a/dev-lisp/uffi/uffi-2.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 multilib
-
-DESCRIPTION="Portable FFI library for Common Lisp."
-HOMEPAGE="http://uffi.b9.com/";
-SRC_URI="http://files.b9.com/uffi/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-src_prepare() {
-       rm -f tests/*dylib
-       eapply_user
-}
-
-src_install() {
-       common-lisp-install-sources src
-       common-lisp-install-sources -t all tests
-       common-lisp-install-asdf
-
-       dodoc AUTHORS ChangeLog NEWS README TODO
-
-       if use doc ; then
-               dodoc doc/uffi.pdf
-
-               tar xfz doc/html.tar.gz -C "${T}"
-               dohtml "${T}"/html/*
-
-               docinto benchmarks && dodoc benchmarks/*.lisp
-               docinto examples && dodoc examples/*.{lisp,c}
-       fi
-}

Reply via email to