summaryrefslogtreecommitdiff
path: root/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild')
-rw-r--r--x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild29
1 files changed, 8 insertions, 21 deletions
diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
index 8d7a1731ba67..ef9bfc9d1c6b 100644
--- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
+++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
@@ -1,26 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit versionator xdg-utils
+EAPI=7
-MY_PV="$(delete_all_version_separators ${PV})"
+inherit xdg
-DESCRIPTION="A scalable icon theme called Nou"
+MY_PV="$(ver_rs 1- '')"
+
+DESCRIPTION="Scalable icon theme called Nou"
HOMEPAGE="http://www.silvestre.com.ar/"
-SRC_URI="http://www.silvestre.com.ar/icons/Nou-${MY_PV}.tar.bz2"
+SRC_URI="mirror://gentoo/Nou-${MY_PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme ) )"
-DEPEND=""
-RESTRICT="binchecks strip"
-
-S=${WORKDIR}
+S="${WORKDIR}"
src_install() {
dodoc Nou/{AUTHORS,README}
@@ -29,11 +24,3 @@ src_install() {
insinto /usr/share/icons
doins -r Nou
}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}