From 8dd17625671faf6a47abf31d4c96a1e20d764ba5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 Feb 2023 02:17:30 +0000 Subject: gentoo auto-resync : 20:02:2023 - 02:17:29 --- x11-themes/constantine-backgrounds/Manifest | 2 +- .../constantine-backgrounds-12.1.1.4-r1.ebuild | 40 ---------------------- .../constantine-backgrounds-12.1.1.4-r2.ebuild | 34 ++++++++++++++++++ 3 files changed, 35 insertions(+), 41 deletions(-) delete mode 100644 x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild create mode 100644 x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r2.ebuild (limited to 'x11-themes/constantine-backgrounds') diff --git a/x11-themes/constantine-backgrounds/Manifest b/x11-themes/constantine-backgrounds/Manifest index 9517f9fd5430..78720b2899fa 100644 --- a/x11-themes/constantine-backgrounds/Manifest +++ b/x11-themes/constantine-backgrounds/Manifest @@ -1,3 +1,3 @@ DIST constantine-backgrounds-12.1.1-4.fc15.src.rpm 63652663 BLAKE2B d23f7b8695151944579ce7120bff29eb6830a595f64592fc2464918fb8109058eb300c51c33dfeee433cb8711415d2c046d82d38f6db492557165f9f33861f68 SHA512 e8b4f065cafe984f6dd36ce9ab027249ffeb312240e0036aa3b8662d67b510fe5ccfeafb836f0e61b302308d898936b17e7e0bccac978d64f0aec127b7715fad -EBUILD constantine-backgrounds-12.1.1.4-r1.ebuild 876 BLAKE2B ca74956c0655457ec7c30dfce3a3895c18ab2cd1d83a903b40bc49ae34ec09b0a3ef8fad0866442c7dcbeb59c173b1e2e7d6ed0894d42e678671e187b8e6daa0 SHA512 0da57c823e36d2527a4e1b96816e231755a4ee24ca5abc386cf526568168690efa0ff628f3d446b3449ff239815715e02c2601e9b1c8cafd01e59ec18dc8797f +EBUILD constantine-backgrounds-12.1.1.4-r2.ebuild 754 BLAKE2B e6a470fbec4aee95d111493b11da5971e471dc28ebdaf072de2458909c3fa3dca9cee145981d5715e03a3809d3785d5f7ced3268b9198a865905c85648fefb72 SHA512 7db62cfebd3fbf26819c050a0593fdd7de8ad6cdadbd4ef2bc67b9aa6b9e97ad01f5e1d92c93e0ee701f263249ad1072919871e1ef62256f055b3cd87ac9d122 MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild deleted file mode 100644 index e834d7ac6ba4..000000000000 --- a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rpm versionator - -SRC_PATH=development/15/source/SRPMS -FEDORA=15 -MY_P="${PN}-$(get_version_component_range 1-3)" - -DESCRIPTION="Fedora 12 official background artwork" -HOMEPAGE="https://fedoraproject.org/wiki/F12_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-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - rpm_src_unpack - - # as of 2017-07-28 rpm.eclass does not unpack the further lzma - # file automatically. - unpack ./${MY_P}.tar.lzma -} - -src_compile() { :; } -src_test() { :; } - -src_install() { - # The install targets are serial anyway. - emake -j1 DESTDIR="${D}" install -} diff --git a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r2.ebuild b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r2.ebuild new file mode 100644 index 000000000000..54fad80ba489 --- /dev/null +++ b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r2.ebuild @@ -0,0 +1,34 @@ +# 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 12 official background artwork" +HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork" +SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/development/15/source/SRPMS/${PN}-$(ver_rs 3 -).fc15.src.rpm" +S="${WORKDIR}/${MY_P}" + +LICENSE="CC-BY-SA-2.0" +SLOT="0" +KEYWORDS="amd64 x86" + +src_unpack() { + rpm_src_unpack + + # as of 2017-07-28 rpm.eclass does not unpack the further lzma + # file automatically. + unpack ./${MY_P}.tar.lzma +} + +src_compile() { :; } + +src_test() { :; } + +src_install() { + # The install targets are serial anyway. + emake -j1 DESTDIR="${D}" install +} -- cgit v1.2.3