commit: 8aa4959dfbd1ead12d60c5c2de7702a8de221f64 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon May 28 17:56:37 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon May 28 17:56:37 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8aa4959d
dev-lisp/terminfo: Use snapshot ebuild dev-lisp/terminfo/terminfo-1.10.ebuild | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild index 64294693..9f9f730a 100644 --- a/dev-lisp/terminfo/terminfo-1.10.ebuild +++ b/dev-lisp/terminfo/terminfo-1.10.ebuild @@ -5,23 +5,14 @@ EAPI=6 inherit common-lisp-3 -LINEDITPKG="linedit-0.17.5" - DESCRIPTION="Common Lisp interface to the terminfo database." HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html - https://github.com/nikodemus/linedit" -SRC_URI="mirror://gentoo/${LINEDITPKG}.tar.gz" + https://www.cliki.net/Terminfo" +SRC_URI="mirror/gentoo/${P}.tar.bz2" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="sys-libs/ncurses" - -S="${WORKDIR}"/"${LINEDITPKG}" - -src_install() { - common-lisp-install-sources "${PN}.lisp" - common-lisp-install-asdf "${PN}.asd" -}