aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild')
-rw-r--r--x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild b/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild
deleted file mode 100644
index 2df95f3..0000000
--- a/x11-themes/gnome-shell-dark-glass/gnome-shell-dark-glass-2010.01.09-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-inherit base
-
-MY_PN="Dark-Glass"
-DESCRIPTION="Dark Glass Theme for Gnome-Shell"
-HOMEPAGE="http://half-left.deviantart.com/art/GNOME-Shell-Dark-Glass-Git-192828345"
-SRC_URI="${PN}.zip"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-RESTRICT="fetch"
-
-RDEPEND="~gnome-base/gnome-shell-9999"
-DEPEND="app-arch/unzip"
-
-pkg_nofetch() {
- einfo "Please download the ${SRC_URI} from"
- einfo "${HOMEPAGE}"
- einfo "and place it in ${DISTDIR}"
-}
-
-src_install() {
- pushd "${WORKDIR}" &>/dev/null
- mv theme gnome-shell
- mv gnome-shell/gnome-shell.css gnome-shell/theme.css
- insinto /usr/share/themes/${MY_PN}
- doins -r gnome-shell || die "doins failed"
- insinto /usr/share/themes/${MY_PN}/gnome-shell
- doins "${FILESDIR}"/metadata.json
- popd &>/dev/null
-}