Skip to content

Commit

Permalink
dev-lisp/clisp: Scrub XDG variables
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/649932
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
SoapGentoo committed Mar 18, 2018
1 parent 511c001 commit 3ef9e67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dev-lisp/clisp/clisp-2.48-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="2"

inherit flag-o-matic eutils toolchain-funcs multilib
inherit flag-o-matic eutils toolchain-funcs multilib xdg-utils

DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
HOMEPAGE="http://clisp.sourceforge.net/"
Expand Down Expand Up @@ -61,6 +61,7 @@ src_prepare() {
if use alpha || use ia64; then
sed -i -e 's/-O2//g' src/makemake.in || die
fi
xdg_environment_reset
}

src_configure() {
Expand Down
6 changes: 4 additions & 2 deletions dev-lisp/clisp/clisp-2.49-r9.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit eutils flag-o-matic multilib toolchain-funcs
inherit eutils flag-o-matic multilib toolchain-funcs xdg-utils

DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
HOMEPAGE="http://clisp.sourceforge.net/"
Expand Down Expand Up @@ -61,6 +61,8 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-bits_ipctypes_to_sys_ipc.patch
epatch "${FILESDIR}"/${P}-get_hostname.patch
epatch "${FILESDIR}"/${P}-tinfo.patch

xdg_environment_reset
}

src_configure() {
Expand Down
4 changes: 3 additions & 1 deletion dev-lisp/clisp/clisp-2.49.90.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit eutils flag-o-matic multilib toolchain-funcs
inherit eutils flag-o-matic multilib toolchain-funcs xdg-utils

DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
HOMEPAGE="http://clisp.sourceforge.net/"
Expand Down Expand Up @@ -60,6 +60,8 @@ src_prepare() {
fi
eapply "${FILESDIR}"/"${P}"-after_glibc_cfree_bdb.patch
eapply_user

xdg_environment_reset
}

src_configure() {
Expand Down

0 comments on commit 3ef9e67

Please sign in to comment.