summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-06-21 18:29:22 +0200
committerDavid Seifert <soap@gentoo.org>2022-06-21 18:29:22 +0200
commit829a940d1abd6f8d4e77e44ce5d245e2c4c9667f (patch)
tree7f6204b3367d339123ae5e1aec94a859d9f06c86 /app-arch
parentdev-util/clippy: stabilize 8.2.2-r1 for x86 (diff)
downloadgentoo-829a940d1abd6f8d4e77e44ce5d245e2c4c9667f.tar.gz
gentoo-829a940d1abd6f8d4e77e44ce5d245e2c4c9667f.tar.bz2
gentoo-829a940d1abd6f8d4e77e44ce5d245e2c4c9667f.zip
app-arch/arj: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/arj/arj-3.10.22-r8.ebuild (renamed from app-arch/arj/arj-3.10.22-r7.ebuild)19
1 files changed, 5 insertions, 14 deletions
diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r8.ebuild
index 25397e35a751..571c5777b086 100644
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ b/app-arch/arj/arj-3.10.22-r8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools toolchain-funcs
@@ -10,13 +10,13 @@ MY_P="${PN}_${PV}"
DESCRIPTION="Utility for opening arj archives"
HOMEPAGE="http://arj.sourceforge.net/"
-SRC_URI="mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
+SRC_URI="
+ mirror://debian/pool/main/a/arj/${MY_P}.orig.tar.gz
mirror://debian/pool/main/a/arj/${MY_P}-${PATCH_LEVEL}.debian.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
PATCHES=(
"${FILESDIR}/${P}-implicit-declarations.patch"
@@ -26,22 +26,13 @@ PATCHES=(
"${FILESDIR}/${P}-interix.patch"
)
-DOCS=(
- doc/compile.txt
- doc/debug.txt
- doc/glossary.txt
- doc/rev_hist.txt
- doc/xlation.txt
-)
+DOCS=( doc/compile.txt doc/debug.txt doc/glossary.txt doc/rev_hist.txt doc/xlation.txt )
src_prepare() {
default
cd gnu || die 'failed to change to the "gnu" directory'
echo -n "" > stripgcc.lnk || die "failed to disable stripgcc.lnk"
- # This gets rid of the QA warning, but should be fixed upstream...
- mv configure.{in,ac} || die 'failed to move configure.in to configure.ac'
-
eautoreconf
}