logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 39fc1b9a368ac3b29106e6aedaddce5bb3b5594f
parent 386decfcca20ce8e18dfac0b974853d100d9949f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 10 Sep 2023 12:20:30 +0200

sys-auth/skeud: update LICENSE, install in /usr

Diffstat:

Msys-auth/skeud/skeud-9999.ebuild14++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/sys-auth/skeud/skeud-9999.ebuild b/sys-auth/skeud/skeud-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Copyright 2021-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,14 +8,14 @@ inherit git-r3 DESCRIPTION="Simple and portable utilities to deal with user accounts (su, login)" HOMEPAGE="https://hacktivis.me/git/skeud" EGIT_REPO_URI="https://hacktivis.me/git/skeud.git" -LICENSE="AGPL-3" +LICENSE="MPL-2.0" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" RDEPEND="virtual/libcrypt" -DEPEND="virtual/libcrypt" +DEPEND="${RDEPEND}" BDEPEND=" test? ( dev-libs/atf @@ -24,11 +24,5 @@ BDEPEND=" " src_install() { - emake install DESTDIR="${D}" PREFIX='/opt/lanodan' SYS_BINDIR='/opt/lanodan/bin' - - # before 50baselayout - newenvd - 40skeud <<-EOF - PATH="/opt/lanodan/bin" - MANPATH="/opt/lanodan/share/man" - EOF + emake install DESTDIR="${D}" PREFIX='/usr' }