mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-themes/gentoo10-backgrounds: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
LICENSE="CC-BY-SA-3.0"
|
||||
KEYWORDS="amd64 ~mips x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="app-arch/xz-utils"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="CC-BY-SA-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~mips x86"
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user