diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 10:23:06 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 10:25:20 +0200 |
commit | 73c51562ac6ee520332eaa2f9ead2627cfc86568 (patch) | |
tree | cf703f48b46c10e8ce3c432f131a335472a45869 /x11-themes/numix-icon-theme | |
parent | x11-themes/numix-icon-theme-circle: drop 19.12.27, 20.06.07, 20.07.11 (diff) | |
download | gentoo-73c51562ac6ee520332eaa2f9ead2627cfc86568.tar.gz gentoo-73c51562ac6ee520332eaa2f9ead2627cfc86568.tar.bz2 gentoo-73c51562ac6ee520332eaa2f9ead2627cfc86568.zip |
x11-themes/numix-icon-theme: drop 18.07.17, 20.03.20
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes/numix-icon-theme')
-rw-r--r-- | x11-themes/numix-icon-theme/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild | 19 | ||||
-rw-r--r-- | x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild | 19 |
3 files changed, 0 insertions, 40 deletions
diff --git a/x11-themes/numix-icon-theme/Manifest b/x11-themes/numix-icon-theme/Manifest index d7c725a193e7..9e9d6504462b 100644 --- a/x11-themes/numix-icon-theme/Manifest +++ b/x11-themes/numix-icon-theme/Manifest @@ -1,4 +1,2 @@ -DIST numix-icon-theme-18.07.17.tar.gz 4415673 BLAKE2B f2bd9342dfb914872df429edc756eebf457f2938cb9db28948bec308eb9cb533268103957a2cc3381948ba4cc1405c82f3cba225bc1f956304119fdde4503b4e SHA512 dd71dd5b05df9f00b9a3d066ce9ad44aa2959d0fae5083a2203d0562b774c0f7d25edf278a285a4e3813fb7d4346626fafc6c6d947cf9d510beb320839dbd757 DIST numix-icon-theme-19.09.20.tar.gz 4410187 BLAKE2B 84c786784bf9099aca30f86eebea4931e2ab35e83531642ebf4394d23b5fb317d1f0d296b82e7db8d894936222f582a7012d510dd27bf9b91cf74ddf435e0dba SHA512 33887291c6322c3a78162c86e8d81b882c5483d00bd14ebd1238eb5aec800e8d2f8e5a01c24d96491dd569495242ea196995a130ec5a8957e10e9068ae252d1b -DIST numix-icon-theme-20.03.20.tar.gz 4426810 BLAKE2B a2f31ccff9326cc96c7f77c2acdd8f2c24698d6331bff73afcb0a2c80277b0c58b9527e063987b44867d7fe6f1586b454f29d29b5de3b3d69f43c245c29a6986 SHA512 417f50a13fa60292abc17381678d482d2b1f6f0df2ca7e97dfd3070fa3a563adb5cdbb33ce9853c80fdb7a90abba61263d064f212655149df7fe4cdea751097e DIST numix-icon-theme-20.06.07.tar.gz 4431263 BLAKE2B 80f5220da0b0361ddaa27c178c0d1e75e34d970e6b25bd175a44b854c8e340e0cb37a5d6ac64aaa73d05b9570efdad0d40d268dc0a15836b41ec680e92a4ea13 SHA512 8ab26fe047d1ab7002a9cd1b21406c5565153dfd9fea7267945f8f9eeaac299b6b7601340c22d933c9e28c522cff300596aac6d589b0080d44746441d5494f6d diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild deleted file mode 100644 index cc8d91bb36f0..000000000000 --- a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -DESCRIPTION="An official icon theme from the Numix Project" -HOMEPAGE="https://github.com/numixproject" -SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -src_install() { - insinto /usr/share/icons - doins -r Numix{,-Light} -} diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild deleted file mode 100644 index 9ad960d6168b..000000000000 --- a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -DESCRIPTION="An official icon theme from the Numix Project" -HOMEPAGE="https://github.com/numixproject" -SRC_URI="https://github.com/numixproject/numix-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_install() { - insinto /usr/share/icons - doins -r Numix{,-Light} -} |