Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509700
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- arj-3.10.22-r4.ebuild
0
++ arj-3.10.22-r4.ebuild
Lines 6-17 Link Here
6
6
7
inherit autotools eutils multilib toolchain-funcs
7
inherit autotools eutils multilib toolchain-funcs
8
8
9
PATCH_LEVEL=10
9
PATCH_LEVEL=12
10
10
11
DESCRIPTION="Utility for opening arj archives"
11
DESCRIPTION="Utility for opening arj archives"
12
HOMEPAGE="http://arj.sourceforge.net"
12
HOMEPAGE="http://arj.sourceforge.net"
13
SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
13
SRC_URI="mirror://debian/pool/main/a/arj/${P/-/_}.orig.tar.gz
14
	mirror://debian/pool/main/a/arj/${P/-/_}-${PATCH_LEVEL}.debian.tar.gz"
14
	mirror://debian/pool/main/a/arj/${P/-/_}-${PATCH_LEVEL}.debian.tar.xz"
15
15
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
SLOT="0"
17
SLOT="0"
Lines 29-34 Link Here
29
	epatch "${FILESDIR}"/${P}-darwin.patch
29
	epatch "${FILESDIR}"/${P}-darwin.patch
30
	epatch "${FILESDIR}"/${P}-interix.patch
30
	epatch "${FILESDIR}"/${P}-interix.patch
31
31
32
	epatch_user
33
32
	cd gnu
34
	cd gnu
33
	eautoconf
35
	eautoconf
34
}
36
}

Return to bug 509700