diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-10-26 00:10:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-10-26 00:10:07 +0100 |
commit | 95461df035e3867364495f065e5e805bf629b2d7 (patch) | |
tree | 867dce371a84a696e91be255d89f282975aa0480 /x11-themes/gentoo10-backgrounds | |
parent | 46eedbedafdb0040c37884982d4c775ce277fb7b (diff) |
gentoo resync : 25.10.2021
Diffstat (limited to 'x11-themes/gentoo10-backgrounds')
-rw-r--r-- | x11-themes/gentoo10-backgrounds/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild | 19 |
2 files changed, 7 insertions, 14 deletions
diff --git a/x11-themes/gentoo10-backgrounds/Manifest b/x11-themes/gentoo10-backgrounds/Manifest index 62156bf8bbde..c8631b8dc6cd 100644 --- a/x11-themes/gentoo10-backgrounds/Manifest +++ b/x11-themes/gentoo10-backgrounds/Manifest @@ -1,3 +1,3 @@ DIST gentoo10-backgrounds-20110309.tar.xz 21649584 BLAKE2B 1d15de80fa4f96d85196a92ce0b2afe485b920ca1827791a775ea666034f1da522be8ad2764dcea2ede9e92e516cb23e41f0db06039f85422a8553d7e1b35bdc SHA512 194acc2b5133a92be3522ec6502fdf4cb6b5c5948f168c119304dbaf3bdcb21cd9e3ea9b948e91a1206c2233c670bf630a95d98aba78b621a6437244a9a861e1 -EBUILD gentoo10-backgrounds-20110309.ebuild 1148 BLAKE2B 4828b8b6cfebd45a59416281d9b21728a0f162db2a152c07aed613f7be5005ea3bb934a85da2733b0727eac6733a9e7b88241912063cf67662886c41e302f2b3 SHA512 28f7c276a5b3a10ad76dcd24ca2e0afd1be566f13f5bf79fa0c939baf8105e7256b1a427b01b77b932122b3b0e1f7f159c138efbfc7139c9823b6f6609456646 +EBUILD gentoo10-backgrounds-20110309.ebuild 1093 BLAKE2B f97d90edc9249e5330ef91ddef3b19144fbd8f34e55b62a0d3fa53941b8a01a784afe84e452e7ae324444c535efd1e8162e69dacce25235101df6790b81b23b5 SHA512 a032af0c1a0fc94e83c73131c6261023006c279a74f48afdb0ca696cc649339bc1f785c7b9c3f06261df4d7f5f4324fd2dc76a7af49eb06ea1e5d3af145608d6 MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 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 |