Diff wmblob-1.0.4 with a wmblob-1.0.4-r1
/usr/portage/x11-plugins/wmblob/wmblob-1.0.4-r1.ebuild 2023-10-09 14:52:35.968368513 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2020 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 |
|
5 |
inherit autotools multilib |
|
4 |
EAPI=8 |
|
6 | 5 | |
7 |
DESCRIPTION="a fancy but useless dockapp with moving blobs" |
|
6 |
inherit autotools |
|
7 | ||
8 |
DESCRIPTION="Fancy but useless dockapp with moving blobs" |
|
8 | 9 |
HOMEPAGE="https://github.com/bbidulock/wmblob" |
9 | 10 |
SRC_URI="https://github.com/bbidulock/wmblob/releases/download/${PV}/${P}.tar.bz2" |
10 | 11 | |
11 |
LICENSE="GPL-2" |
|
12 |
LICENSE="GPL-2+" |
|
12 | 13 |
SLOT="0" |
13 |
KEYWORDS="amd64 ppc sparc x86" |
|
14 |
IUSE="" |
|
14 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86" |
|
15 | 15 | |
16 | 16 |
RDEPEND="x11-libs/gtk+:2 |
17 | 17 |
x11-libs/libX11 |
18 | 18 |
x11-libs/libXpm |
19 | 19 |
x11-libs/libXext" |
20 | 20 |
DEPEND="${RDEPEND} |
21 |
virtual/pkgconfig |
|
22 | 21 |
x11-libs/libXt" |
22 |
BDEPEND="virtual/pkgconfig" |
|
23 | 23 | |
24 | 24 |
DOCS="AUTHORS ChangeLog NEWS README doc/how_it_works" |
25 | 25 |