summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-dark-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-05 11:32:26 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-05 11:32:26 +0000
commit09fb30dff9e9bcb47e82d9bc62c35b11fae334c8 (patch)
tree8e84641c3ccbbd34c2ac6b63275d23b7a06fca31 /x11-themes/kogaion-dark-theme
parente8963683db76581942b4d37d4e54b396ee44c5cf (diff)
fix our artwork, drop deprecated things
Diffstat (limited to 'x11-themes/kogaion-dark-theme')
-rw-r--r--x11-themes/kogaion-dark-theme/Manifest3
-rw-r--r--x11-themes/kogaion-dark-theme/kogaion-dark-theme-1.0.ebuild68
-rw-r--r--x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.0.ebuild70
-rw-r--r--x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild71
4 files changed, 0 insertions, 212 deletions
diff --git a/x11-themes/kogaion-dark-theme/Manifest b/x11-themes/kogaion-dark-theme/Manifest
deleted file mode 100644
index 2dd2d219..00000000
--- a/x11-themes/kogaion-dark-theme/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST kogaion-dark-theme-1.0.tar.gz 54276 SHA256 b2bca98000a6bb7ccdd7751f0c3355df200a49a7b870a409afbd0ce16b409c59 SHA512 15bdfb32e23cc45da0f50e6dc9648ab0575c26ada9b0ce499b8f09278779835a37371dcca9c61b2a38c657b4e6fb6983a78336b9a36f4bdf3f0fe0b783868fe5 WHIRLPOOL 78b8e5b84aa6d7d6cf26faad42eb3403d02e62f6fbc27c51f4e7558597c5f7fac425a5e8be462ddb25606234a05ea71feba77fc637e999922d87db0cb23adba6
-DIST kogaion-dark-theme-2.0.tar.gz 1433737 SHA256 de40afccf93a4df21c3b9f7d7921a373b1180bab5c04fb728e4b0add1b4a58a7 SHA512 6d7827f58f7b9dad1981f1152a69d70eb62b709ff9db3b70bbf5897612bf05f49e7902310b91b7d78caf9c00e173e27a3d3647e221c2a2dfb206f461db822830 WHIRLPOOL d79f4f68e729d7d88b6d00a4cc7df652f17e07e335040a577b1f50ddaa8cd5b79be6e13fc8ba70400dd928951c361c28466796890cbcb2a50df46032be7878c1
-DIST kogaion-dark-theme-2.1.tar.gz 1487154 SHA256 e272dab1e713798ffb4d75269b2f2f81f23aaf9fbb80fb680787e75b90e9a983 SHA512 de34cdc3826c3d542b3122ba2981821ba68dd1d1ffc4abdbddfe7610ad16ea9cca8bc4c5060f49a75957393db9b824675437f6fce2cc05552cacafc25982b64a WHIRLPOOL cb2234612e9d660fcf27c4018655e9d8616bb8b4eeb367723be74cd7d61b60fcd0832a580bc5a4b52571c5b5f992f3eae10ec839360f35540d1c1fd985085619
diff --git a/x11-themes/kogaion-dark-theme/kogaion-dark-theme-1.0.ebuild b/x11-themes/kogaion-dark-theme/kogaion-dark-theme-1.0.ebuild
deleted file mode 100644
index 1f55361b..00000000
--- a/x11-themes/kogaion-dark-theme/kogaion-dark-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 dark GTK/XFWM theme"
-HOMEPAGE="https://github.com/bionel/kogaion-src"
-SRC_URI="https://pk2.rogentos.ro/~rogentos/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz
- http://pkg.rogentos.ro/~noxis/${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-equinox
- x11-themes/gtk-engines
- x11-themes/kogaion-elementary-icons"
-DEPEND=""
-
-Z="Kogaion-dark"
-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-dark-theme/kogaion-dark-theme-2.0.ebuild b/x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.0.ebuild
deleted file mode 100644
index 779188e1..00000000
--- a/x11-themes/kogaion-dark-theme/kogaion-dark-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 dark theme"
-HOMEPAGE="http://rogentos.ro"
-SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PVR}.tar.gz
- http://bpr.bluepink.ro/~rogentos/kogaion/${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-equinox
- x11-themes/gtk-engines-murrine
- x11-themes/gtk-engines
- x11-themes/faenza-kupertino-icons"
-DEPEND=""
-
-Z="Kogaion-dark"
-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-dark-theme/kogaion-dark-theme-2.1.ebuild b/x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild
deleted file mode 100644
index 7812f94b..00000000
--- a/x11-themes/kogaion-dark-theme/kogaion-dark-theme-2.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="Kogaion dark theme"
-HOMEPAGE="http://rogentos.ro"
-SRC_URI="http://pkg.rogentos.ro/~rogentos/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" #cinnamon unity"
-
-RDEPEND="gtk3? ( x11-themes/gtk-engines-unico )
- x11-themes/gtk-engines-equinox
- x11-themes/gtk-engines-murrine
- x11-themes/gtk-engines
- x11-themes/faenza-kupertino-icons"
-DEPEND="${DEPEND}"
-
-Z="Kogaion-dark"
-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
-}