From 3b32ae7547d742f6e65770361188670710bec186 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 21 Feb 2023 02:22:31 +0000 Subject: gentoo auto-resync : 21:02:2023 - 02:22:31 --- x11-themes/verne-backgrounds/Manifest | 2 +- .../verne-backgrounds-15.91.0.1-r1.ebuild | 37 ---------------------- .../verne-backgrounds-15.91.0.1-r2.ebuild | 28 ++++++++++++++++ 3 files changed, 29 insertions(+), 38 deletions(-) delete mode 100644 x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild create mode 100644 x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r2.ebuild (limited to 'x11-themes/verne-backgrounds') diff --git a/x11-themes/verne-backgrounds/Manifest b/x11-themes/verne-backgrounds/Manifest index 5b14282dbe25..2b97fdf1ea7d 100644 --- a/x11-themes/verne-backgrounds/Manifest +++ b/x11-themes/verne-backgrounds/Manifest @@ -1,3 +1,3 @@ DIST verne-backgrounds-15.91.0-1.fc16.src.rpm 7360450 BLAKE2B 014ccfb323148a4c7a544b79c30405a6c7827b17f5780b75a01275d6827ecc52acb130fc904510b6246ab7483449c2f0ad55931c3a3bb2f02162dc6841771c3a SHA512 fb9b5de5df841dcccf6f7927c3a3b44e726be6d2c0eacd873c284605878d2ab1b88e4510db314d2a20e54221b9e393ca2c495c96154cea6e871f4e192ca75df2 -EBUILD verne-backgrounds-15.91.0.1-r1.ebuild 742 BLAKE2B 21412fb0f644b3866cee12016d0352355c564b1831c2f2e6cc2f02e70e48e869065179a76edff8048c86a5cfd5af9eff006e2b5cefe5cbfcc81b75b609448064 SHA512 f13139b01108bd49c412653e2c5df434576a1e40b839e1f7cff4e75ddd56fd2dd36265539c1aa341ea912ca9065ac95a613a432930fd4e1255a0003d82cf2e91 +EBUILD verne-backgrounds-15.91.0.1-r2.ebuild 622 BLAKE2B aa643aefdb45679cf1c53d51070fae6dd046c696c58d2e96569f47fa94321074512275a773ca01ad15c7d74206b9a0b4f7b55d3262faa4c0d39cacaaaacf3370 SHA512 0e2f944efb7b7d8b6eab0f74dcb970788f455a7e8459a92d5af4447b70958fd019bc86d27304beec75e0cabbf5cbab7b5413f9859decb48707235028ed7e653d MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild b/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild deleted file mode 100644 index f33fc1ca9502..000000000000 --- a/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator rpm - -SRC_PATH=development/16/source/SRPMS -FEDORA=16 - -MY_P="${PN}-$(get_version_component_range 1-3)" - -DESCRIPTION="Fedora 16 official background artwork" -HOMEPAGE="https://fedoraproject.org/wiki/F16_Artwork" - -SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm" - -LICENSE="CC-BY-SA-3.0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="" - -S="${WORKDIR}/${MY_P}" - -SLOT=0 - -src_compile() { :; } -src_test() { :; } - -src_install() { - # The install targets are serial anyway. - emake -j1 DESTDIR="${D}" install - - dodoc Attribution -} diff --git a/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r2.ebuild b/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r2.ebuild new file mode 100644 index 000000000000..10c6e1d1c195 --- /dev/null +++ b/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit rpm + +MY_P="${PN}-$(ver_cut 1-3)" + +DESCRIPTION="Fedora 16 official background artwork" +HOMEPAGE="https://fedoraproject.org/wiki/F16_Artwork" +SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/development/16/source/SRPMS/${PN}-$(ver_rs 3 -).fc16.src.rpm" +S="${WORKDIR}/${MY_P}" + +LICENSE="CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { :; } + +src_test() { :; } + +src_install() { + # The install targets are serial anyway. + emake -j1 DESTDIR="${D}" install + + dodoc Attribution +} -- cgit v1.2.3