Skip to content

Commit

Permalink
app-eselect/eselect-chuck: update EAPI 6 -> 8
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Oct 8, 2023
1 parent 742f324 commit 4006906
Showing 1 changed file with 6 additions and 9 deletions.
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
}

0 comments on commit 4006906

Please sign in to comment.