commit: c5edbf7f7419b38aca621e669d26349c2de0753e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 2 15:13:09 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Apr 2 15:13:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c5edbf7f
dev-lisp/climacs: Remove package SRC_URI is gone. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-lisp/climacs/climacs-20080209-r1.ebuild | 52 ----------------------------- 1 file changed, 52 deletions(-) diff --git a/dev-lisp/climacs/climacs-20080209-r1.ebuild b/dev-lisp/climacs/climacs-20080209-r1.ebuild deleted file mode 100644 index 092a7d74..00000000 --- a/dev-lisp/climacs/climacs-20080209-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 elisp-common eutils - -DESCRIPTION="Climacs is an Emacs-like text editor written in Common Lisp." -HOMEPAGE="http://common-lisp.net/project/climacs" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="sys-apps/texinfo - doc? ( virtual/texi2dvi )" -RDEPEND=">=dev-lisp/flexichain-0.4.1 - >=dev-lisp/mcclim-0.9.5_p20080209" - -src_compile() { - cd Doc || die - makeinfo --force ${PN}-internals.texi -o ${PN}-internals.info || die - [[ -e ${PN}-internals.info ]] || die "Cannot build info docs(internals)" - makeinfo --force ${PN}-user.texi -o ${PN}-user.info || die - [[ -e ${PN}-user.info ]] || die "Cannot build info docs(user manual)" - if use doc ; then - VARTEXFONTS="${T}"/fonts \ - texi2pdf ${PN}-internals.texi -o ${PN}-internals.pdf \ - || die "Cannot build PDF docs(internals)" - VARTEXFONTS="${T}"/fonts \ - texi2pdf ${PN}-user.texi -o ${PN}-user.pdf \ - || die "Cannot build PDF docs(user manual)" - fi -} - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dodoc INSTALL* README TODO - doinfo Doc/${PN}-{internals,user}.info - use doc && dodoc Doc/${PN}-{internals,user}.pdf -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -}
