commit: 5cb80f5cf9ab7006f8447b9d44599c7d6fbb90a2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Mar 17 13:49:56 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 13:49:56 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5cb80f5c
dev-lisp/s-sysdeps: Drops old version and updates manifest dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild | 33 ---------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild deleted file mode 100644 index d1a8f5f1..00000000 --- a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DEB_PV=1 - -DESCRIPTION="A Common Lisp abstraction layer over platform dependent functionality." -HOMEPAGE="http://homepage.mac.com/svc/s-sysdeps/" -SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/s/${PN}/${PN}_${PV}-${DEB_PV}.diff.gz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -S="${WORKDIR}"/${P}.orig - -src_prepare() { - rm -f "${S}"/Makefile -} - -src_install() { - common-lisp-install-sources src test - common-lisp-install-asdf ${PN}.asd - dohtml doc/*.html - dodoc README.txt -}