Diff wmget-0.6.1 with a wmget-0.6.1-r1
/usr/portage/x11-plugins/wmget/wmget-0.6.1-r1.ebuild 2023-10-09 14:52:35.972368514 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2018 Gentoo Foundation |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=6 |
|
4 |
EAPI=8 |
|
5 | ||
5 | 6 |
inherit autotools |
6 | 7 | |
7 |
DESCRIPTION="a libcurl based dockapp for automated downloads" |
|
8 |
DESCRIPTION="Libcurl based dockapp for automated downloads" |
|
8 | 9 |
HOMEPAGE="https://www.dockapps.net/wmget" |
9 | 10 |
SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" |
11 |
# Specific to this tarball |
|
12 |
S="${WORKDIR}/dockapps-5aaf842" |
|
10 | 13 | |
11 | 14 |
LICENSE="MIT" |
12 | 15 |
SLOT="0" |
13 |
KEYWORDS="amd64 ~ppc ~sparc x86" |
|
14 |
IUSE="" |
|
16 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86" |
|
15 | 17 | |
16 | 18 |
RDEPEND="x11-libs/libX11 |
17 | 19 |
x11-libs/libXext |
... | ... | |
20 | 22 |
DEPEND="${RDEPEND} |
21 | 23 |
x11-base/xorg-proto" |
22 | 24 | |
23 |
# Specific to this tarball |
|
24 |
S=${WORKDIR}/dockapps-5aaf842 |
|
25 | ||
26 | 25 |
src_prepare() { |
27 | 26 |
default |
28 | ||
29 | 27 |
eautoreconf |
30 | 28 |
} |