From 09fb30dff9e9bcb47e82d9bc62c35b11fae334c8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 5 Mar 2016 11:32:26 +0000 Subject: fix our artwork, drop deprecated things --- x11-themes/kogaion-light-theme/Manifest | 3 - .../kogaion-light-theme-1.0.ebuild | 68 -------------------- .../kogaion-light-theme-2.0.ebuild | 70 --------------------- .../kogaion-light-theme-2.1.ebuild | 72 ---------------------- 4 files changed, 213 deletions(-) delete mode 100644 x11-themes/kogaion-light-theme/Manifest delete mode 100644 x11-themes/kogaion-light-theme/kogaion-light-theme-1.0.ebuild delete mode 100644 x11-themes/kogaion-light-theme/kogaion-light-theme-2.0.ebuild delete mode 100644 x11-themes/kogaion-light-theme/kogaion-light-theme-2.1.ebuild (limited to 'x11-themes/kogaion-light-theme') diff --git a/x11-themes/kogaion-light-theme/Manifest b/x11-themes/kogaion-light-theme/Manifest deleted file mode 100644 index caeb309a..00000000 --- a/x11-themes/kogaion-light-theme/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST kogaion-light-theme-1.0.tar.gz 143360 SHA256 6f0ac523e5eab62b3a85dcdf66dde5ef34de856653c0044c752d78f13e6bc9bc SHA512 228407849776b31910f59449043588f0a58dff3f072d65bd306d6e51b48c3432a699149cfb097481e8401bfa3e95ff4a076ca277161c7730ddb886987ab31669 WHIRLPOOL b29c7cc323b98a65030e51b423a10738f6e312e2da48fae240e292a88f67be61db3f3e6ea855f01d67fc8ee03d1e107a6c70f0b218a312606b36f8acab5c1c09 -DIST kogaion-light-theme-2.0.tar.gz 1505735 SHA256 70b548a3b613047ad35cd90fdc112047da510a1a4812ed1fb1ae77f2af85b3ed SHA512 71c38497fb3cb227c9c006a354bc4771b55da187278374a6f038b04add0aa622e26967244c5179f5130e6ec4d77368104de068add194f5b1785bbf4b486ec65d WHIRLPOOL e45492ca1e4b2ba61dad48107a7219ba63f0bbe30903f08dc8b5f718203b61368af663927579a231454f123ccfba77ffd8168a4ab03458eef317d3a17be9af91 -DIST kogaion-light-theme-2.1.tar.gz 1558793 SHA256 c83bb48e18541928549c3c80d22ff0a6891836d9702480e5b829bd7eca53e28e SHA512 cdf76a5e99256af2432beb9a9281df5b879f1e5978be09e275d36c365f7e95f50898f0a039cd015ba24f6bebff55cd98cbb914bcc3dd49904b07e6bcaa302af5 WHIRLPOOL 09b254a62ec8502e37ea8360f913d42b73cf18a371a89ec7129ffd0ab1df6bb576204ed638ed3955eaaf7a2e52d89c582a07a281d73cc5da55a68ba95c4478d1 diff --git a/x11-themes/kogaion-light-theme/kogaion-light-theme-1.0.ebuild b/x11-themes/kogaion-light-theme/kogaion-light-theme-1.0.ebuild deleted file mode 100644 index 3286b996..00000000 --- a/x11-themes/kogaion-light-theme/kogaion-light-theme-1.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="Kogaion light GTK/XFWM theme" -HOMEPAGE="http://rogentos.ro/" -SRC_URI="https://pk2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz - http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="gtk3 gtk2 gnome-shell unity cinnamon xfwm4" - -RDEPEND="gtk3? ( x11-themes/gtk-engines-unico ) - x11-themes/gtk-engines-murrine - x11-themes/gtk-engines - x11-themes/kogaion-elementary-icons" -DEPEND="" - -Z="Kogaion-light" -S="${WORKDIR}"/${Z}/ -THEME="/usr/share/themes" - -src_install() { - dodir ${THEME}/${Z} || die - insinto ${THEME}/${Z} || die - doins "${S}"/index.theme || die - - if use gtk3; then - doins -r "${S}"/gtk-3.0 || die "Cannot copy gtk3" - else - ewarn "Gtk3 Files weren't copied" - fi - - if use gtk2; then - doins -r "${S}"/gtk-2.0 || die "Cannot copy gtk2" - doins -r "${S}"/metacity-1 || die "Cannot copy metacity-1" - else - ewarn "Gtk2 Files were not copied" - fi - - if use gnome-shell; then - doins -r "${S}"/gnome-shell || die "Cannot copy gnome-shell" - else - ewarn "Gnome-shell Files were not copied" - fi - - if use cinnamon; then - doins -r "${S}"/cinnamon || die "Cannot copy cinnamon" - else - ewarn "Cinnamon Files were not copied" - fi - - if use unity; then - doins -r "${S}"/unity || die "Cannot copy unity" - else - ewarn "Unity Files were not copied" - fi - - if use xfwm4; then - doins -r "${S}"/xfwm4 || die "Cannot copy xfwm" - else - ewarn "Xfwm Files were not copied" - fi -} diff --git a/x11-themes/kogaion-light-theme/kogaion-light-theme-2.0.ebuild b/x11-themes/kogaion-light-theme/kogaion-light-theme-2.0.ebuild deleted file mode 100644 index 8a3e34b7..00000000 --- a/x11-themes/kogaion-light-theme/kogaion-light-theme-2.0.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="Kogaion light theme" -HOMEPAGE="http://rogentos.ro" -SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz - https://pk2.rogentos.ro/~noxis/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="gtk3 gtk2 gnome-shell unity cinnamon xfwm4" - -RDEPEND="gtk3? ( x11-themes/gtk-engines-unico ) - x11-themes/gtk-engines-murrine - x11-themes/gtk-engines-equinox - x11-themes/gtk-engines - x11-themes/faenza-kupertino-icons" -DEPEND="" - -Z="Kogaion-light" -S="${WORKDIR}"/${Z}/ -THEME="/usr/share/themes" - -src_install() { - dodir ${THEME}/${Z} || die - insinto ${THEME}/${Z} || die - doins "${S}"/index.theme || die - - if use gtk3; then - doins -r "${S}"/gtk-3.0 || die "Cannot copy gtk3" - else - ewarn "Gtk3 Files weren't copied" - fi - - if use gtk2; then - doins -r "${S}"/gtk-2.0 || die "Cannot copy gtk2" - doins -r "${S}"/metacity-1 || die "Cannot copy metacity-1" - else - ewarn "Gtk2 Files were not copied" - fi - - if use gnome-shell; then - doins -r "${S}"/gnome-shell || die "Cannot copy gnome-shell" - doins -r "${S}"/backgrounds || die "Cannot copy backgrounds" - else - ewarn "Gnome-shell Files were not copied" - fi - - if use cinnamon; then - doins -r "${S}"/cinnamon || die "Cannot copy cinnamon" - else - ewarn "Cinnamon Files were not copied" - fi - - if use unity; then - doins -r "${S}"/unity || die "Cannot copy unity" - else - ewarn "Unity Files were not copied" - fi - - if use xfwm4; then - doins -r "${S}"/xfwm4 || die "Cannot copy xfwm" - else - ewarn "Xfwm Files were not copied" - fi -} diff --git a/x11-themes/kogaion-light-theme/kogaion-light-theme-2.1.ebuild b/x11-themes/kogaion-light-theme/kogaion-light-theme-2.1.ebuild deleted file mode 100644 index f5192a8c..00000000 --- a/x11-themes/kogaion-light-theme/kogaion-light-theme-2.1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="Kogaion light theme" -HOMEPAGE="http://rogentos.ro" -SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz - https://buildserver.rogentos.ro/~kogaion/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz - http://bpr.bluepink.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz - mirror://kogaion/${CATEGORY}/"${PN}"/${PN}-${PVR}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -IUSE="gtk3 gtk2 gnome-shell xfwm4" #unity cinnamon" - -RDEPEND="gtk3? ( x11-themes/gtk-engines-unico ) - x11-themes/gtk-engines-murrine - x11-themes/gtk-engines-equinox - x11-themes/gtk-engines - x11-themes/faenza-kupertino-icons" -DEPEND="" - -Z="Kogaion-light" -S="${WORKDIR}"/${Z}/ -THEME="/usr/share/themes" - -src_install() { - dodir ${THEME}/${Z} || die - insinto ${THEME}/${Z} || die - doins "${S}"/index.theme || die - - if use gtk3; then - doins -r "${S}"/gtk-3.0 || die "Cannot copy gtk3" - else - ewarn "Gtk3 Files weren't copied" - fi - - if use gtk2; then - doins -r "${S}"/gtk-2.0 || die "Cannot copy gtk2" - doins -r "${S}"/metacity-1 || die "Cannot copy metacity-1" - else - ewarn "Gtk2 Files were not copied" - fi - - if use gnome-shell; then - doins -r "${S}"/gnome-shell || die "Cannot copy gnome-shell" - doins -r "${S}"/backgrounds || die "Cannot copy backgrounds" - else - ewarn "Gnome-shell Files were not copied" - fi - - #if use cinnamon; then - # doins -r "${S}"/cinnamon || die "Cannot copy cinnamon" - #else - #ewarn "Cinnamon Files were not copied" - #fi - - #if use unity; then - # doins -r "${S}"/unity || die "Cannot copy unity" - #else - #ewarn "Unity Files were not copied" - #fi - - if use xfwm4; then - doins -r "${S}"/xfwm4 || die "Cannot copy xfwm" - else - ewarn "Xfwm Files were not copied" - fi -} -- cgit v1.2.3