summaryrefslogtreecommitdiff
path: root/app-arch/arj/arj-3.10.22-r7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-arch/arj/arj-3.10.22-r7.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-arch/arj/arj-3.10.22-r7.ebuild')
-rw-r--r--app-arch/arj/arj-3.10.22-r7.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/app-arch/arj/arj-3.10.22-r7.ebuild b/app-arch/arj/arj-3.10.22-r7.ebuild
deleted file mode 100644
index c69298f293b6..000000000000
--- a/app-arch/arj/arj-3.10.22-r7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-PATCH_LEVEL=15
-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
- mirror://debian/pool/main/a/arj/${MY_P}-${PATCH_LEVEL}.debian.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-PATCHES=(
- "${FILESDIR}/${P}-implicit-declarations.patch"
- "${FILESDIR}/${P}-glibc2.10.patch"
- "${WORKDIR}"/debian/patches/
- "${FILESDIR}/${P}-darwin.patch"
- "${FILESDIR}/${P}-interix.patch"
-)
-
-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
-}
-
-src_configure() {
- cd gnu || die 'failed to change to the "gnu" directory'
- econf
-}