x11-themes/zukini: Remove 20120806
authorJohannes Huber <johu@gentoo.org>
Mon, 9 Jul 2018 16:14:47 +0000 (18:14 +0200)
committerJohannes Huber <johu@gentoo.org>
Mon, 9 Jul 2018 16:14:58 +0000 (18:14 +0200)
Uses deprecated EAPI 4 and superseded by 20120817.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

x11-themes/zukini/Manifest
x11-themes/zukini/zukini-20120806.ebuild [deleted file]

index 477cefa17aeff56a12f50e3e05c05fd0c13d2163..664ad2aa1c22fc32b1c07675a63773841c0c7ce8 100644 (file)
@@ -1,2 +1 @@
-DIST zukini-20120806.zip 195927 BLAKE2B efca985f735de11b2a8681c139a8df1dd6c3b5b58cd9dd0e9043c25d449d29dab6397e4d9cbb42cd7be7aefc7bc1eb37cb05c8c65f7abe7fbb49b7df565a4a17 SHA512 90e663645ec2c867b88a8d02d940bed70270a940c7162ce761c5d7018a1ad9a2f11c3b547ac1d470f19a3729533836cef8cc53bdc18ea89eb293265c51f37083
 DIST zukini-20120817.zip 195930 BLAKE2B 78ba7fa7fe5d21add63f1f5028d1616ea8a9cfbe885ea1b373a60ebc6c9acc1d0b7798a585c958ba092f52b6fc05bcbab8550d7524828983c665060cfada689b SHA512 0ea42bc729100018acc16405283d41a10381bbcc411ea1b473880b7fdfe6785d6b7ae409959bdfb4f86c6081ae5fd102701efff793ea852c9c9913a03805e5f0
diff --git a/x11-themes/zukini/zukini-20120806.ebuild b/x11-themes/zukini/zukini-20120806.ebuild
deleted file mode 100644 (file)
index efd9431..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Unified look for GTK+ 2.x, GTK+ 3.x, gnome-shell, metacity and more"
-HOMEPAGE="http://lassekongo83.deviantart.com/#/d4ic1u2"
-SRC_URI="https://dev.gentoo.org/~sping/distfiles/${P}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RESTRICT="binchecks strip"
-
-RDEPEND=">=x11-themes/gtk-engines-murrine-0.98.2
-       >=x11-themes/gtk-engines-unico-1.0.2"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-
-src_unpack() {
-       unpack ${A}
-
-       local x=${S}/Zukini-awn
-       mkdir -p "${x}"
-       tar -zxf Zukini-awn.tgz -C "${x}"
-}
-
-src_install() {
-       insinto /usr/share/themes
-       doins -r Zukini
-
-       dodoc -r INSTALL panelbg.png README Zukini-awn # Yes, we want INSTALL!
-}