diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-02-20 02:17:30 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-02-20 02:17:30 +0000 |
commit | 8dd17625671faf6a47abf31d4c96a1e20d764ba5 (patch) | |
tree | 6dd5062cd293d1c2fc5af1f89cd548c7b3a62f3c /x11-themes/laughlin-backgrounds | |
parent | d4725f7e03f4d243d29d408f4b9de39459e00d4c (diff) |
gentoo auto-resync : 20:02:2023 - 02:17:29
Diffstat (limited to 'x11-themes/laughlin-backgrounds')
-rw-r--r-- | x11-themes/laughlin-backgrounds/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r2.ebuild (renamed from x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild) | 20 |
2 files changed, 8 insertions, 14 deletions
diff --git a/x11-themes/laughlin-backgrounds/Manifest b/x11-themes/laughlin-backgrounds/Manifest index 4abd2562dc70..edff13009126 100644 --- a/x11-themes/laughlin-backgrounds/Manifest +++ b/x11-themes/laughlin-backgrounds/Manifest @@ -1,3 +1,3 @@ DIST laughlin-backgrounds-14.1.0-3.fc15.src.rpm 52687935 BLAKE2B b8bbf3847a2524988fc8395cb33a5009209d49d5c648b021a0ab146e32ea7b8e54a4145a072d564ec55155cc3417c2e1126623103ef745c6b89e872396af1b2d SHA512 db03da2177bcd894a267366cdfb0ae9497872bd22ad7061fadc42d9bc1e2c2ce3015d8f85ed7fa58d1b82132ca350d7939ee20104b7a2e9e9d99bee197bc9e80 -EBUILD laughlin-backgrounds-14.1.0.3-r1.ebuild 873 BLAKE2B a2cab4b7bb4204e846ecb70d6eff995ed505730523f8cc09035f8ef1175357ef934d7569fb2c942b37ca47c5759705167f8d5e3b3841353b97cf487bc1b193fa SHA512 769ceed35c84ae80a10a4d82ae8884ad2031d9415665d360433e17d62c334c1406f8cc811d69bf195754459c9a26a4cb042fe8000d51de3b9da4341306143912 +EBUILD laughlin-backgrounds-14.1.0.3-r2.ebuild 754 BLAKE2B 422c773a80826429268fc50dda62faeb5f9aa32f6d4fd5f2399b724ad7fb176d9bf2826b78c2abe0703a61705dbe4c64f14552e3159de21088d2461b773f7ff5 SHA512 ec4657bc28afc909da0198ad4733d9e6a6e1aaa1b2e2633d4d4b0473bc773378a80fd86b967aa7690452ffd583a2d8530186e44dca8d8b5fbf572186eba9f726 MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r2.ebuild index 0fe9084619c1..711e7ea18b9e 100644 --- a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild +++ b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r2.ebuild @@ -1,27 +1,20 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit rpm versionator +inherit rpm -SRC_PATH=development/15/source/SRPMS -FEDORA=15 -MY_P="${PN}-$(get_version_component_range 1-3)" +MY_P="${PN}-$(ver_cut 1-3)" DESCRIPTION="Fedora 14 official background artwork" HOMEPAGE="https://fedoraproject.org/wiki/F14_Artwork" -SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm" +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" -IUSE="" - -RDEPEND="" -DEPEND="" - -S="${WORKDIR}/${MY_P}" src_unpack() { rpm_src_unpack @@ -32,6 +25,7 @@ src_unpack() { } src_compile() { :; } + src_test() { :; } src_install() { |