diff options
author | 2021-02-14 15:03:07 +0000 | |
---|---|---|
committer | 2021-03-12 21:49:20 +0100 | |
commit | 13c67f5b1f5d2c896cb62a47b39f132239815212 (patch) | |
tree | 48bc2a310db24ec0ce4da0bec0f4a0de97ab4327 /x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.02.07.ebuild | |
parent | x11-themes/numix-icon-theme-circle: version bump to 20.09.19 (diff) | |
download | gentoo-13c67f5b1f5d2c896cb62a47b39f132239815212.tar.gz gentoo-13c67f5b1f5d2c896cb62a47b39f132239815212.tar.bz2 gentoo-13c67f5b1f5d2c896cb62a47b39f132239815212.zip |
x11-themes/numix-icon-theme-circle: drop old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.02.07.ebuild')
-rw-r--r-- | x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.02.07.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.02.07.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.02.07.ebuild deleted file mode 100644 index d88f88cffa05..000000000000 --- a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-19.02.07.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils - -DESCRIPTION="An icon theme for Linux 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" - -DEPEND="x11-themes/numix-icon-theme" -RDEPEND="${DEPEND}" - -src_install() { - insinto /usr/share/icons - doins -r Numix-Circle{,-Light} - -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } |