diff options
author | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:45 +0100 |
commit | 063b0d6d202282857bc32cac38b00f06734148e1 (patch) | |
tree | ca7c47ca493ab679508c6a7e97ab5e3dd96560c0 /x11-themes | |
parent | x11-misc/chgres: update EAPI 6 -> 8 (diff) | |
download | gentoo-063b0d6d202282857bc32cac38b00f06734148e1.tar.gz gentoo-063b0d6d202282857bc32cac38b00f06734148e1.tar.bz2 gentoo-063b0d6d202282857bc32cac38b00f06734148e1.zip |
x11-themes/pulse-glass: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/pulse-glass/pulse-glass-20100616-r1.ebuild (renamed from x11-themes/pulse-glass/pulse-glass-20100616.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-themes/pulse-glass/pulse-glass-20100616.ebuild b/x11-themes/pulse-glass/pulse-glass-20100616-r1.ebuild index bd67f1cb7b81..895c225d56c5 100644 --- a/x11-themes/pulse-glass/pulse-glass-20100616.ebuild +++ b/x11-themes/pulse-glass/pulse-glass-20100616-r1.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 MY_PN="Pulse-Glass" DESCRIPTION="The Pulse Glass x11 mouse cursor theme" HOMEPAGE="https://store.kde.org/content/show.php/Pulse+Glass?content=124442" SRC_URI="https://dl.opendesktop.org/api/files/downloadfile/id/1460735439/s/bdd2fc99c6d7c6dae5a922c9ee5f688f/t/1524406902/u/54541/124442-${MY_PN}.tar.gz" +S="${WORKDIR}/${MY_PN}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${MY_PN}" src_install() { insinto /usr/share/cursors/xorg-x11/${MY_PN} |