summaryrefslogtreecommitdiff
path: root/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild')
-rw-r--r--x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild b/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild
deleted file mode 100644
index af9f7316..00000000
--- a/x11-themes/faenza-cupertino/faenza-cupertino-1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: Exp $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Faenza Cupertino"
-HOMEPAGE="http://tiheum.deviantart.com/"
-
-MY_PN="Faenza"
-
-SRC_URI="http://pkg.rogentos.ro/distfiles/x11-themes/${PN}/${MY_PN}.tar.gz"
-
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~x86 ~arm"
-IUSE=""
-SLOT="0"
-
-DEPEND="${RDEPEND}"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Faenza"
-
-src_prepare() {
- insinto /usr/share/icons
-}
-
-src_install() {
- doins -r "${S}" || die
-}