Skip to content

Commit

Permalink
app-admin/integrit: bump to EAPI 8
Browse files Browse the repository at this point in the history
Summary:
Bump to EAPI 8 (tested before push)
Integrit-4.0 does not exist anymore and now it compiles
correctly so I'm gonna close the bug below.
Add myself as maintainer
Drop old version

Closes: https://bugs.gentoo.org/450752
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
Marco Scardovi authored and juippis committed Dec 21, 2021
1 parent cd42dd0 commit f05a7ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app-admin/integrit/integrit-4.2_rc1.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit autotools

Expand All @@ -14,19 +14,20 @@ SRC_URI="https://github.com/integrit/integrit/archive/v${MY_PV}.tar.gz -> ${P}.t
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

# Tests don't work in 4.2_rc1. Please re-check on version bump!
RESTRICT="test"

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

PATCHES=( "${FILESDIR}"/${PN}-4.1-fix-build-system.patch )
PATCHES=( "${FILESDIR}/${PN}"-4.1-fix-build-system.patch )

BDEPEND="sys-apps/texinfo"

src_prepare() {
default
mv configure.{in,ac} || die
mv hashtbl/configure.{in,ac} || die
mv configure.{in,ac} || die "Failed to move configure.in into .ac"
mv hashtbl/configure.{in,ac} || die "Failed to move hashtbl/configure.in into .ac"

eautoreconf
touch ar-lib || die #775746
Expand Down

0 comments on commit f05a7ac

Please sign in to comment.