summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2023-06-18 21:20:01 +0530
committerJoonas Niilola <juippis@gentoo.org>2023-07-06 21:47:19 +0300
commit6d9b88e127f507fbf1d7513ab26ed77cb3711456 (patch)
treeb4356f8827ae12dea5fd91472293fa3b3aa7ed86 /x11-themes
parentx11-themes/numix-icon-theme-circle: add 23.06.11 (diff)
downloadgentoo-6d9b88e127f507fbf1d7513ab26ed77cb3711456.tar.gz
gentoo-6d9b88e127f507fbf1d7513ab26ed77cb3711456.tar.bz2
gentoo-6d9b88e127f507fbf1d7513ab26ed77cb3711456.zip
x11-themes/numix-icon-theme-circle: drop 21.05.31
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31532 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/numix-icon-theme-circle/Manifest1
-rw-r--r--x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.05.31.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/x11-themes/numix-icon-theme-circle/Manifest b/x11-themes/numix-icon-theme-circle/Manifest
index 9cf992af0b17..bc1dbd3bbe02 100644
--- a/x11-themes/numix-icon-theme-circle/Manifest
+++ b/x11-themes/numix-icon-theme-circle/Manifest
@@ -1,3 +1,2 @@
-DIST numix-icon-theme-circle-21.05.31.tar.gz 2407170 BLAKE2B 820ae38a08f36d4afcfd514b928cdcfdf2ef5b8c82a1468acb7ab1b2701f360957f65a3b7a88da91eef758de5ec3b339aba75c31bad93c29d19d086bfbf2e9bb SHA512 dd045df209b6ccd59ae19137e564613c4a70297bd1f026aa12ebf7c89e28bdba69e0aa1b5d5393409a92c692baceb7ba26360980985a98153396fa3f9d8d369a
DIST numix-icon-theme-circle-23.04.28.tar.gz 2577339 BLAKE2B 436ed78b5dbf95bb16329259bf3ed04a214cc1a607322a54d7905b963285d2446eb3bdcbd3c710ce1e1d20ce89ed94a283efe709b697e3c1a39744813640c41d SHA512 e7defe35f5054c79ac641bb0579dde45d0b9d3734c5fff2cf0093efc6a424a790f633a1f974e85b9c1903948fbb49a5fb78f38beba49e9a470e59e402a3518c9
DIST numix-icon-theme-circle-23.06.11.tar.gz 2558841 BLAKE2B d149930e609028cd2338d14632e2f7477ca0e01a23497ddf1796c276cc27588dc1f683a89c487f8b1c64b5a386bc97f4d558f1ca5fe3c8e9096d797a058e4072 SHA512 ca9847fb997e17a6eb780a8ee8565cfa5eef2dfe96086d92d2fad69e1a9b02287d533cf206840acdc16f0b8d28dc4d92c5c0da58a28a0a01bef2d7fcb56dfef6
diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.05.31.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.05.31.ebuild
deleted file mode 100644
index cc1f6a1d9d14..000000000000
--- a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-21.05.31.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="Icon theme from the Numix project"
-HOMEPAGE="https://github.com/numixproject"
-SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="x11-themes/numix-icon-theme"
-
-src_install() {
- insinto /usr/share/icons
- doins -r Numix-Circle{,-Light}
-}