summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-30 23:08:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-30 23:44:48 +0100
commitad65dcef4b65ad32e7d32994b75bfc21695f60c3 (patch)
tree937c90cd8ba85572e8cf9c623421c3361294cf5e /x11-themes/nuvola/nuvola-1.0-r1.ebuild
parentmedia-libs/kvazaar: metadata.xml indentation (diff)
downloadgentoo-ad65dcef4b65ad32e7d32994b75bfc21695f60c3.tar.gz
gentoo-ad65dcef4b65ad32e7d32994b75bfc21695f60c3.tar.bz2
gentoo-ad65dcef4b65ad32e7d32994b75bfc21695f60c3.zip
profiles: Remove last-rited x11-themes/Tulliana, x11-themes/nuvola
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/nuvola/nuvola-1.0-r1.ebuild')
-rw-r--r--x11-themes/nuvola/nuvola-1.0-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/nuvola/nuvola-1.0-r1.ebuild b/x11-themes/nuvola/nuvola-1.0-r1.ebuild
deleted file mode 100644
index 6d710f6a8b2b..000000000000
--- a/x11-themes/nuvola/nuvola-1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Nuvola SVG icon theme"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=5358"
-SRC_URI="http://www.icon-king.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RESTRICT="strip binchecks"
-
-DEPEND="!=kde-apps/kdeartwork-iconthemes-4*"
-
-S=${WORKDIR}
-
-src_install() {
- cd nuvola
- dodoc thanks.to readme.txt author
- rm thanks.to thanks.to~ readme.txt author license.txt
-
- cd "${S}"
- insinto /usr/share/icons
- doins -r nuvola
-}