Diff wmtz-0.7_p20150816 with a wmtz-0.7_p20150816-r1
/usr/portage/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild 2023-10-09 14:52:35.976368514 +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 |
|
5 |
inherit multilib toolchain-funcs |
|
4 |
EAPI=8 |
|
6 | 5 | |
7 |
DESCRIPTION="dockapp that shows the time in multiple timezones" |
|
6 |
inherit toolchain-funcs |
|
7 | ||
8 |
DESCRIPTION="Dockapp that shows the time in multiple timezones" |
|
8 | 9 |
HOMEPAGE="https://www.dockapps.net/wmtz" |
9 | 10 |
# https://www.dockapps.net/download/${P}.tar.gz |
10 | 11 |
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" |
12 |
S="${WORKDIR}/${P}/${PN}" |
|
11 | 13 | |
12 |
LICENSE="GPL-2" |
|
14 |
LICENSE="GPL-2+" |
|
13 | 15 |
SLOT="0" |
14 |
KEYWORDS="amd64 ppc ~sparc x86" |
|
15 |
IUSE="" |
|
16 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86" |
|
16 | 17 | |
17 | 18 |
RDEPEND=">=x11-libs/libdockapp-0.7:= |
18 | 19 |
x11-libs/libX11 |
... | ... | |
20 | 21 |
x11-libs/libXpm" |
21 | 22 |
DEPEND="${RDEPEND}" |
22 | 23 | |
23 |
S=${WORKDIR}/${P}/${PN} |
|
24 | ||
25 | 24 |
src_prepare() { |
26 | 25 |
default |
27 | 26 |
#Honour Gentoo LDFLAGS, see bug #337890. |