Diff wmcoincoin-2.6.3 with a wmcoincoin-2.6.3-r1
/usr/portage/x11-plugins/wmcoincoin/wmcoincoin-2.6.3-r1.ebuild 2023-10-09 14:52:35.972368514 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
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 |
DESCRIPTION="a dockapp for browsing dacode news and board sites" |
|
7 |
HOMEPAGE="http://hules.free.fr/wmcoincoin" |
|
6 |
DESCRIPTION="Dockapp for browsing dacode news and board sites" |
|
7 |
HOMEPAGE="http://hules.free.fr/wmcoincoin/" |
|
8 | 8 |
SRC_URI="http://hules.free.fr/${PN}/download/${P}.tar.gz" |
9 | 9 | |
10 |
LICENSE="GPL-2" |
|
10 |
LICENSE="GPL-2+" |
|
11 | 11 |
SLOT="0" |
12 |
KEYWORDS="amd64 ppc x86" |
|
12 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
13 | 13 |
IUSE="nls xinerama" |
14 | 14 | |
15 |
RDEPEND="x11-libs/gtk+:2 |
|
16 |
media-libs/imlib2[X] |
|
15 |
RDEPEND="media-libs/imlib2[X] |
|
16 |
x11-libs/gtk+:2 |
|
17 | 17 |
x11-libs/libX11 |
18 | 18 |
x11-libs/libXext |
19 | 19 |
x11-libs/libXft |
... | ... | |
21 | 21 |
x11-libs/libXpm |
22 | 22 |
xinerama? ( x11-libs/libXinerama )" |
23 | 23 |
DEPEND="${RDEPEND} |
24 |
virtual/pkgconfig |
|
25 | 24 |
x11-base/xorg-proto |
26 |
x11-libs/libXt |
|
25 |
x11-libs/libXt" |
|
26 |
BDEPEND="virtual/pkgconfig |
|
27 | 27 |
nls? ( sys-devel/gettext )" |
28 | 28 | |
29 |
DOCS="AUTHORS ChangeLog NEWS README" |
|
30 | ||
31 | 29 |
src_configure() { |
32 | 30 |
econf \ |
33 | 31 |
$(use_enable nls) \ |