Diff experience-3.04-r1 with a experience-3.04-r2

/usr/portage/x11-themes/experience/experience-3.04-r2.ebuild 2026-06-05 19:17:05.015041394 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="GTK+2 themes which copy and improve the look of XP Luna"
7 7
HOMEPAGE="https://web.archive.org/web/20130730053042/https://art.gnome.org/themes/gtk2/1058"
8 8
SRC_URI="mirror://gnome/teams/art.gnome.org/themes/gtk2/GTK2-EXperience.tar.gz -> ${P}.tar.gz"
9
S="${WORKDIR}"
9 10

  
10 11
LICENSE="GPL-2"
11 12
SLOT="0"
12 13
KEYWORDS="amd64 ~ppc ~sparc x86"
13
IUSE=""
14 14

  
15 15
RDEPEND="x11-themes/gtk-engines-experience"
16 16
DEPEND="${RDEPEND}"
17 17

  
18
S="${WORKDIR}"
19

  
20 18
src_prepare() {
21 19
	default
22 20

  
Thank you!