From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B8FC158091 for ; Wed, 8 Jun 2022 09:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2A5DE087A; Wed, 8 Jun 2022 09:37:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87C85E087A for ; Wed, 8 Jun 2022 09:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 885DA340F37 for ; Wed, 8 Jun 2022 09:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20637303 for ; Wed, 8 Jun 2022 09:37:23 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1654681037.f61cd36106ca976c4647a846c4aa92b772999d13.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/ubuntu-wallpapers/Manifest x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-21.04.1.ebuild X-VCS-Directories: x11-themes/ubuntu-wallpapers/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f61cd36106ca976c4647a846c4aa92b772999d13 X-VCS-Branch: master Date: Wed, 8 Jun 2022 09:37:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1da6b8d-1156-4f7e-aa10-22fbc4250418 X-Archives-Hash: ba0e14eca4a4cd91495f37a73273ed0e commit: f61cd36106ca976c4647a846c4aa92b772999d13 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 8 09:37:17 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 8 09:37:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61cd361 x11-themes/ubuntu-wallpapers: drop 21.04.1 Signed-off-by: Pacho Ramos gentoo.org> x11-themes/ubuntu-wallpapers/Manifest | 1 - .../ubuntu-wallpapers-21.04.1.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest index dc8640d2e446..dce224cb5d48 100644 --- a/x11-themes/ubuntu-wallpapers/Manifest +++ b/x11-themes/ubuntu-wallpapers/Manifest @@ -1,2 +1 @@ -DIST ubuntu-wallpapers_21.04.1.orig.tar.gz 235198866 BLAKE2B 6facece4b46071b25ca05a0af97cde3e6174b332a3adb5483ba9871651848087286eb8b46088a215daeceffa53259be0a549d1021f749911430e75ec121a98e0 SHA512 466ea79166aef82fd6893e5e5c27e5315488d4ac6f07d6f828a14f8c4d8e2af1805ebd66ae0cf36bde76dc8c4d063284c68acc8bc429668e3cc0f9a2af2eb84a DIST ubuntu-wallpapers_21.10.1.orig.tar.gz 246340533 BLAKE2B 0d5b253fd1462baad0ebc758c20a4e9662baf913bb776342faa31df5ae33629098680fe0a442c186271089d2769cfee1439438851a510f3d978669cb95a017af SHA512 f48c9ac59c6de32b4dbdd2a52c21b5464f6100c4acb2384150d9666e8cf31eb705d534742ca54df1f8ed82363d79704294aa6a52933838ee9fddd0a58e53cdcc diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-21.04.1.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-21.04.1.ebuild deleted file mode 100644 index 09a6e6c50205..000000000000 --- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-21.04.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Ubuntu wallpapers" -HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers" -MY_P="${PN}_${PV}" -SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz" - -# Review COPYING file for updates -LICENSE="CC-BY-SA-3.0" - -KEYWORDS="amd64 arm x86" -IUSE="" - -RDEPEND="" -DEPEND="" -BDEPEND="" - -S="${WORKDIR}/${MY_P/_/-}" - -SLOT="0" - -src_compile() { :; } -src_test() { :; } - -src_install() { - insinto /usr/share/backgrounds - doins *.jpg *.png - - insinto /usr/share/backgrounds/contest - doins contest/*.xml - - for i in *.xml.in; do - insinto /usr/share/gnome-background-properties - newins ${i} ${i/.in/} - done - - einstalldocs -}