aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gs-theme-selector/gs-theme-selector-9999.ebuild')
-rw-r--r--gnome-extra/gs-theme-selector/gs-theme-selector-9999.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/gnome-extra/gs-theme-selector/gs-theme-selector-9999.ebuild b/gnome-extra/gs-theme-selector/gs-theme-selector-9999.ebuild
deleted file mode 100644
index a9eb395..0000000
--- a/gnome-extra/gs-theme-selector/gs-theme-selector-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v3
-# $Header: $
-
-EAPI="3"
-
-inherit autotools base git gnome2-utils
-
-DESCRIPTION="A theme selection extension for Gnome-Shell"
-HOMEPAGE="https://github.com/sardemff7/GS-Theme-Selector/"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/sardemff7/GS-Theme-Selector.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=gnome-base/gnome-shell-2.91.6"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- mkdir m4
- eautoreconf || die
- intltoolize --automake --force --copy || die
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- einfo "You might want to install some x11-themes/gnome-shell-*"
-}
-
-pkg_postrm() {
- gnome2_schemas_update --uninstall
-}