summaryrefslogtreecommitdiff
path: root/dev-lisp/gcl/gcl-2.6.10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-lisp/gcl/gcl-2.6.10.ebuild
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-lisp/gcl/gcl-2.6.10.ebuild')
-rw-r--r--dev-lisp/gcl/gcl-2.6.10.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-lisp/gcl/gcl-2.6.10.ebuild b/dev-lisp/gcl/gcl-2.6.10.ebuild
index 0216a90d7973..47a5f441a32c 100644
--- a/dev-lisp/gcl/gcl-2.6.10.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,6 +8,7 @@ inherit elisp-common epatch flag-o-matic
DESCRIPTION="GNU Common Lisp"
HOMEPAGE="https://www.gnu.org/software/gcl/gcl.html"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz https://dev.gentoo.org/~grozin/${P}-fedora.tar.bz2"
+S="${WORKDIR}"/${PN}
LICENSE="LGPL-2 GPL-2"
SLOT="0"
@@ -29,8 +30,6 @@ DEPEND="${RDEPEND}
>=app-text/texi2html-1.64
>=sys-devel/autoconf-2.52"
-S="${WORKDIR}"/${PN}
-
src_prepare() {
mv "${WORKDIR}"/fedora/info/* info/
cp -p /usr/share/texmf-dist/tex/texinfo/texinfo.tex info/
@@ -134,13 +133,10 @@ src_install() {
elisp-install ${PN} elisp/*.el
fi
- insinto /usr/share/doc/${PF}
- doins *.dvi
+ docompress -x /usr/share/doc/${PF}/*.dvi
if use athena; then
- pushd xgcl-2 > /dev/null
- insinto /usr/share/doc/${PF}
- doins *.pdf
- popd > /dev/null
+ dodoc xgcl-2/*.pdf
+ docompress -x /usr/share/doc/${PF}/*.pdf
fi
}