Skip to content

Commit

Permalink
games-misc/asr-manpages: port to EAPI 7, missing die
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 4, 2021
1 parent 383f985 commit 1410178
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit eutils
EAPI=7

MY_R="6"
MY_P="${PN}_${PV/_rc6/}"
DESCRIPTION="set of humorous manual pages developed on alt.sysadmin.recovery"
DESCRIPTION="Set of humorous manual pages developed on alt.sysadmin.recovery"
HOMEPAGE="https://www.debian.org"
SRC_URI="mirror://debian/pool/main/a/asr-manpages/${MY_P}.orig.tar.gz
mirror://debian/pool/main/a/asr-manpages/${MY_P}-${MY_R}.diff.gz"
S="${WORKDIR}"/${MY_P/_/-}.orig

LICENSE="freedist" #465704
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86"
IUSE=""

RDEPEND="virtual/man"

S=${WORKDIR}/${MY_P/_/-}.orig
PATCHES=(
"${WORKDIR}"/${MY_P}-${MY_R}.diff
)

src_prepare() {
epatch ../"${MY_P}-${MY_R}.diff"
rm -rf debian
default
rm -rf debian || die
}

src_install() {
Expand Down

0 comments on commit 1410178

Please sign in to comment.