Diff amule-2.3.3-r1 with a amule-9999
/usr/portage/net-p2p/amule/amule-9999.ebuild 2023-10-09 14:52:34.732368482 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 |
WX_GTK_VER="3.0-gtk3" |
6 | 6 | |
7 |
inherit autotools flag-o-matic wxwidgets xdg-utils |
|
7 |
inherit flag-o-matic wxwidgets xdg-utils |
|
8 | 8 | |
9 | 9 |
if [[ ${PV} == 9999 ]] ; then |
10 | 10 |
EGIT_REPO_URI="https://github.com/amule-project/amule" |
... | ... | |
13 | 13 |
MY_P="${PN/m/M}-${PV}" |
14 | 14 |
SRC_URI="https://download.sourceforge.net/${PN}/${MY_P}.tar.xz" |
15 | 15 |
S="${WORKDIR}/${MY_P}" |
16 |
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
16 |
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" |
|
17 | 17 |
fi |
18 | 18 | |
19 | 19 |
DESCRIPTION="aMule, the all-platform eMule p2p client" |
... | ... | |
52 | 52 |
PATCHES=( |
53 | 53 |
"${FILESDIR}/${PN}-2.3.2-disable-version-check.patch" |
54 | 54 |
"${FILESDIR}/${PN}-2.3.3-fix-exception.patch" |
55 |
"${FILESDIR}/${P}-autoconf-2.70.patch" |
|
56 | 55 |
) |
57 | 56 | |
58 | 57 |
pkg_setup() { |