forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-eselect/eselect-chuck: update EAPI 6 -> 8
Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
742f324
commit 4006906
Showing
1 changed file
with
6 additions
and
9 deletions.
There are no files selected for viewing
15 changes: 6 additions & 9 deletions
15
.../eselect-chuck/eselect-chuck-1.0.2.ebuild → ...elect-chuck/eselect-chuck-1.0.2-r1.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
EAPI=8 | ||
|
||
DESCRIPTION="Manages the /usr/bin/chuck symlink" | ||
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" | ||
SRC_URI="mirror://gentoo/chuck.eselect-${PVR}.bz2" | ||
SRC_URI="mirror://gentoo/chuck.eselect-${PV}.bz2" | ||
S="${WORKDIR}" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="amd64 x86" | ||
IUSE="" | ||
|
||
RDEPEND=">=app-admin/eselect-1.2.3" | ||
DEPEND="!<=media-sound/chuck-1.2.1.2" | ||
|
||
S=${WORKDIR} | ||
RDEPEND="app-admin/eselect" | ||
|
||
src_install() { | ||
insinto /usr/share/eselect/modules | ||
newins "${WORKDIR}/chuck.eselect-${PVR}" chuck.eselect | ||
newins "${WORKDIR}"/chuck.eselect-${PV} chuck.eselect | ||
} |