summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/zukitwo-shell/zukitwo-shell-2012.07.02.ebuild')
-rw-r--r--x11-themes/zukitwo-shell/zukitwo-shell-2012.07.02.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-themes/zukitwo-shell/zukitwo-shell-2012.07.02.ebuild b/x11-themes/zukitwo-shell/zukitwo-shell-2012.07.02.ebuild
deleted file mode 100644
index c262ed68e4e1..000000000000
--- a/x11-themes/zukitwo-shell/zukitwo-shell-2012.07.02.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo-shell/zukitwo-shell-2012.07.02.ebuild,v 1.1 2012/07/05 00:37:21 tetromino Exp $
-
-EAPI="4"
-
-DESCRIPTION="Zukitwo theme for GNOME Shell"
-HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562"
-# Upstream download URI updates file contents without changing the filename
-MY_PN="zukitwo"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${MY_PN}/${MY_P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/gnome-shell-3.4
- media-fonts/ubuntu-font-family
- !<=x11-themes/zukitwo-2011.12.29"
-# ${PN} was part of zukitwo before 2011.12.29-r1
-DEPEND="app-arch/xz-utils"
-
-# INSTALL file contains useful information for the end user
-DOCS=( INSTALL README )
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- insinto /usr/share/themes
- doins -r Zukitwo-Shell
- default
-}