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 86269158041 for ; Sun, 25 Feb 2024 15:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6F04E29D8; Sun, 25 Feb 2024 15:56:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8EA83E29D8 for ; Sun, 25 Feb 2024 15:56:39 +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 B7EB133D3CF for ; Sun, 25 Feb 2024 15:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26B8A14CE for ; Sun, 25 Feb 2024 15:56:37 +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: <1708876584.097afbb67852b850143515927e96c1ace6fd416b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/papirus-icon-theme/Manifest x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild X-VCS-Directories: x11-themes/papirus-icon-theme/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 097afbb67852b850143515927e96c1ace6fd416b X-VCS-Branch: master Date: Sun, 25 Feb 2024 15:56:37 +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: 379ca459-8b2f-476e-9446-fe5b55e3b8eb X-Archives-Hash: eba52e86bbcb32580bc4ec6fc0220ead commit: 097afbb67852b850143515927e96c1ace6fd416b Author: Pacho Ramos gentoo org> AuthorDate: Sun Feb 25 15:48:18 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Feb 25 15:56:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097afbb6 x11-themes/papirus-icon-theme: add 20240201 Signed-off-by: Pacho Ramos gentoo.org> x11-themes/papirus-icon-theme/Manifest | 1 + .../papirus-icon-theme/papirus-icon-theme-20240201.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index 0569db2a736d..7fbee3586947 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1 +1,2 @@ DIST papirus-icon-theme-20231201.tar.gz 33478959 BLAKE2B ae89b85cec7bd6299a12cdd74aea4a54120ededb6340f39789df0bcf0abd0217d1e2c038e18056b15819cc3a7aedc54310b9c3a63ab037fbe16caf719c28af8f SHA512 49c9ef429ba5368d40c996aa84576bb4b7585291398c76ef13c969df19aaa4108ccc4691aed7881a7121cdc79b20f87caf3aa146cf8f0d353096506dce889faa +DIST papirus-icon-theme-20240201.tar.gz 33512835 BLAKE2B ebfc5495aac5cf49da4fbc5b5ea59d823074a5dc1fa2c6833dbc334cebb4a9145f5c7e86e6ce1f59282bd3b91fe657257eea93808cbed6a3a1e99d8f765b7004 SHA512 ac4b653e904bcda1a643accd43c8fcda2f4d0b5d9844e92c31e3fe950b440f172a53d0042677b902c41769884be54a06ccb42ea01283104b80daf421a70a6516 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild new file mode 100644 index 000000000000..7f705870568c --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit xdg + +DESCRIPTION="Free and open source SVG icon theme" +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme" +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +src_compile() { :; }