From: Mart Raudsepp Date: Wed, 15 Feb 2017 23:58:39 +0000 (+0200) Subject: x11-themes/zukitwo-shell: remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0e6d0f79749aa9072f4e125816f3457c29f23bc3;p=gentoo.git x11-themes/zukitwo-shell: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/x11-themes/zukitwo-shell/Manifest b/x11-themes/zukitwo-shell/Manifest deleted file mode 100644 index e113f5596e89..000000000000 --- a/x11-themes/zukitwo-shell/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zukitwo-2013.12.10.tar.xz 220148 SHA256 0918a8a1c1ebc07112c400b8098d74eec6cd64c6eb0296d4f42897ad20347549 SHA512 48adcac0512dc1556dc224f57a851165be76ce772e2d0c6271ad78ce6239ab5a0e7c2d2edc84885c801277b462dcfe8c1c28e6ef8cd2c6ed0ecd5fdbafc75b7d WHIRLPOOL 501e0d149efce296bf811134f5f9b6fbf1f0311eeed2c840b1eca2a900a5997c71e736a95fc5b7c9400aca3f2920e561cc08bae30bce90c4663f345410ded07e -DIST zukitwo-2014.10.22.zip 436590 SHA256 cd07aa7e469dee87ad560868ad2825f59fdc4ea8939c6c9af73c25aa949e53a9 SHA512 009e3d42fc443b103c90e9463c18ed62066dfaced5823fd395f00a042939f2eacad55b9f1506bd9f92bd25cfdb8ef9c3b74085d027c8cda1105844cc55650963 WHIRLPOOL 6856a3f74b9110ec9bc449879418e1b4fc5bce145ddd8975c06e94398afc7bfaefbb10a57c766da768a9797abdb217ad70d562b23f796ea3818437f2b94eb539 diff --git a/x11-themes/zukitwo-shell/zukitwo-shell-2013.12.10.ebuild b/x11-themes/zukitwo-shell/zukitwo-shell-2013.12.10.ebuild deleted file mode 100644 index 998815b45753..000000000000 --- a/x11-themes/zukitwo-shell/zukitwo-shell-2013.12.10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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="https://dev.gentoo.org/~jlec/distfiles/${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 -} diff --git a/x11-themes/zukitwo-shell/zukitwo-shell-2014.10.22.ebuild b/x11-themes/zukitwo-shell/zukitwo-shell-2014.10.22.ebuild deleted file mode 100644 index ec049d121150..000000000000 --- a/x11-themes/zukitwo-shell/zukitwo-shell-2014.10.22.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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://www.hartwork.org/public/${MY_P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=gnome-base/gnome-shell-3.14 - media-fonts/droid - !<=x11-themes/zukitwo-2011.12.29" -# ${PN} was part of zukitwo before 2011.12.29-r1 -DEPEND="" - -# INSTALL file contains useful information for the end user -DOCS=( INSTALL README ) - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/themes - doins -r ZukiShell - default -}