diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-27 20:29:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-27 20:37:23 +0200 |
commit | 7467eaa7f720adaee6ca6aa35b3c02ff9ea493fc (patch) | |
tree | c69f83baf08574de947a833e003c480a00a199ae /x11-themes/clearlooks-phenix | |
parent | dev-java/openjdk-bin: 8.292_p10 ppc64 stable, bug #784611 (diff) | |
download | gentoo-7467eaa7f720adaee6ca6aa35b3c02ff9ea493fc.tar.gz gentoo-7467eaa7f720adaee6ca6aa35b3c02ff9ea493fc.tar.bz2 gentoo-7467eaa7f720adaee6ca6aa35b3c02ff9ea493fc.zip |
x11-themes/clearlooks-phenix: Drop weird 9999 SLOT=live ebuild
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/clearlooks-phenix')
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild deleted file mode 100644 index 77a28af9ffa0..000000000000 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit git-r3 - -DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2" -HOMEPAGE="https://github.com/jpfleury/clearlooks-phenix" -EGIT_REPO_URI="https://github.com/jpfleury/clearlooks-phenix.git" - -KEYWORDS="" -LICENSE="GPL-3" -SLOT="live" -IUSE="" - -RDEPEND="x11-libs/gtk+:3 - x11-themes/gtk-engines" - -src_install() { - insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" - doins -r * -} - -pkg_postinst() { - elog "The theme is named Clearlooks-Phenix-${SLOT}." -} |