From 53e439d9ea961e8aa3fc79ebb6beb8adc4321cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Sun, 28 Jan 2024 20:05:17 +0100 Subject: [PATCH] app-misc/nwg-shell-wallpapers: drop 1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Jäger --- app-misc/nwg-shell-wallpapers/Manifest | 1 - .../nwg-shell-wallpapers-1.1.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild diff --git a/app-misc/nwg-shell-wallpapers/Manifest b/app-misc/nwg-shell-wallpapers/Manifest index b1c4ad1eca..7908fa2dea 100644 --- a/app-misc/nwg-shell-wallpapers/Manifest +++ b/app-misc/nwg-shell-wallpapers/Manifest @@ -1,3 +1,2 @@ -DIST nwg-shell-wallpapers-1.1.tar.gz 18835687 BLAKE2B 73e6659edfcd1d015717dfbedc85373278b8a7ec78a10592b495117018930dc23a3e36f23885a78625c2bfc98074c2ce7a6a8152c57da46ecadd1534494e49ea SHA512 88e0a1f54b3b55ce9833ab793719d6326bcf8bafd2b84c469b68b6b4be3970ae80dbf45cd444f9cf5fdd89fc3cf6036a7312112fa7fca33bb9eedf9205e32613 DIST nwg-shell-wallpapers-1.3.tar.gz 14905039 BLAKE2B 71856c2961cfbbb3b2c86e686df63320ddff9357fadbe00732d1dce33779a4f690d3b3bf3f1188cee20a0608c138e09494954285a7d2ce5da363ae1563a43045 SHA512 dc3a72f57dbc288841dbe4d4ebbdb4013d620a18acdb9c3e22e3af06fa481db2aeb98d845a27e86a421b9658f451de99bd4f7e4759b97d32d1124e8014097f90 DIST nwg-shell-wallpapers-1.4.tar.gz 14905267 BLAKE2B a1afec9595f44b64f92e2275df807678ccfc1ddb6157e583bbebdd3e3d01cb1bee3761dadb65c636189f2cd0608ecec59daf4900894b7005ebfd7bf06d35590a SHA512 8cf4f8ee316084f5b1a67b150cd560c29caf845e7359e45f9976fb3f9cd3c7ae22dcb113854f4539e04443a2dc37b5cb134bbad04d090cabedb2c0a9db4d8611 diff --git a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild b/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild deleted file mode 100644 index 6ab9adfad8..0000000000 --- a/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project" -HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers" -LICENSE="MIT" -SLOT="0" - -DEPEND="" - -src_install() { - insinto /usr/share/backgrounds/nwg-shell - doins wallpapers/* -}