Skip to content

Commit

Permalink
app-portage/epkg: update EAPI 5 -> 8
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/826410
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Nov 23, 2021
1 parent 2c0fe66 commit 2028e9f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions app-portage/epkg/epkg-0.4-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A simple portage wrapper which works like other package managers"
HOMEPAGE="https://github.com/jdhore/epkg"
SRC_URI="https://github.com/jdhore/${PN}/archive/refs/tags/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="app-portage/eix
app-portage/gentoolkit
sys-apps/portage"

S="${WORKDIR}"/${PN}-${P}

src_install() {
dobin epkg
doman doc/epkg.1
}

0 comments on commit 2028e9f

Please sign in to comment.