diff options
Diffstat (limited to 'x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild')
-rw-r--r-- | x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild b/x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild index 7718adab6a51..b2c3afe621c4 100644 --- a/x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild +++ b/x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild @@ -1,31 +1,24 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="Gentoo - 10 Years Compiling Background Artwork" HOMEPAGE="https://www.gentoo.org/inside-gentoo/artwork/" - SRC_URI="https://dev.gentoo.org/~flameeyes/${P}.tar.xz" +S="${WORKDIR}/${PN}" LICENSE="CC-BY-SA-3.0" +SLOT="0" KEYWORDS="amd64 ~mips x86" -IUSE="" - -RDEPEND="" -DEPEND="app-arch/xz-utils" -S="${WORKDIR}/${PN}" - -SLOT="0" +BDEPEND="app-arch/xz-utils" src_prepare() { + default sed -i -e "s:/usr/:${EPREFIX}/usr/:" *.xml || die } -src_compile() { :; } -src_test() { :; } - src_install() { insinto /usr/share/backgrounds/gentoo10 |