x11-themes/experience: EAPI bump 0 -> 7

Closes: https://github.com/gentoo/gentoo/pull/8299
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Signed-off-by: Johannes Huber <johu@gentoo.org>
This commit is contained in:
Harri Nieminen
2018-05-14 11:11:22 +03:00
committed by Johannes Huber
parent bfbbffad89
commit 543d81f153
3 changed files with 40 additions and 2 deletions

View File

@@ -1 +1,2 @@
DIST experience-3.04.tar.gz 108140 BLAKE2B 0909eb0a55fcc27f806ccebcf4ebfa8fef53e753227bf04accd4460c0ea4507d9627c7a2796a4fb6fad1841b9c032de0397e72ce62a623a0cd6756578340ddce SHA512 528c282fae43da76d88401dc1225cb8ce357e3c2786d5848bfdc3560692939837a813d7689f2136ef1cf8f832390a8619c4736c0ff99ea5a2c1818be2cd47a81
DIST experience-gtk-3.04.tar.gz 108140 BLAKE2B 0909eb0a55fcc27f806ccebcf4ebfa8fef53e753227bf04accd4460c0ea4507d9627c7a2796a4fb6fad1841b9c032de0397e72ce62a623a0cd6756578340ddce SHA512 528c282fae43da76d88401dc1225cb8ce357e3c2786d5848bfdc3560692939837a813d7689f2136ef1cf8f832390a8619c4736c0ff99ea5a2c1818be2cd47a81

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="GTK+2 themes which copy and improve the look of XP Luna"
HOMEPAGE="https://web.archive.org/web/20130730053042/https://art.gnome.org/themes/gtk2/1058"
SRC_URI="mirror://gnome/teams/art.gnome.org/themes/gtk2/GTK2-EXperience.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="x11-themes/gtk-engines-experience"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_prepare() {
default
mv "eXperience - ice" eXperience-ice || die
mv "eXperience - olive" eXperience-olive || die
# Don't install index files, since this package doesn't provide the icon
# set. Remove cruft files also.
find . -name 'index.theme' -o -name '*~' | xargs rm || die
}
src_install() {
for dir in eXperience* ; do
insinto "/usr/share/themes/${dir}"
doins -r ${dir}/.
done
dodoc eXperience/README
}

View File

@@ -4,8 +4,7 @@
EAPI=0
DESCRIPTION="GTK+2 themes which copy and improve the look of XP Luna"
HOMEPAGE="https://art.gnome.org/themes/gtk2/1058"
#SRC_URI="https://art.gnome.org/download/themes/gtk2/1058/GTK2-EXperience.tar.gz"
HOMEPAGE="https://web.archive.org/web/20130730053042/https://art.gnome.org/themes/gtk2/1058"
SRC_URI="http://freshmeat.net/redir/${PN}/50795/url_tgz/${PN}-gtk-${PV}.tar.gz"
KEYWORDS="amd64 ~ppc sparc x86"