From a26f916765e51f0037e5b6b4f11e3aaf05811ced Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Tue, 17 Mar 2015 18:38:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20chrome-t?= =?UTF-8?q?hemes-calculate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chromium-41/Default/Preferences | 2 +- .../Default/install-themes-calculate.sh | 6 ---- www-plugins/chrome-themes-calculate/Manifest | 1 - .../chrome-themes-calculate-1.0.1.ebuild | 29 ------------------- 4 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 profiles/templates/3.3/6_ac_desktop_profile/2-user/www-client/chromium-41/Default/install-themes-calculate.sh delete mode 100644 www-plugins/chrome-themes-calculate/Manifest delete mode 100644 www-plugins/chrome-themes-calculate/chrome-themes-calculate-1.0.1.ebuild diff --git a/profiles/templates/3.3/6_ac_desktop_profile/2-user/www-client/chromium-41/Default/Preferences b/profiles/templates/3.3/6_ac_desktop_profile/2-user/www-client/chromium-41/Default/Preferences index 630b30963..fa247147a 100644 --- a/profiles/templates/3.3/6_ac_desktop_profile/2-user/www-client/chromium-41/Default/Preferences +++ b/profiles/templates/3.3/6_ac_desktop_profile/2-user/www-client/chromium-41/Default/Preferences @@ -1,4 +1,4 @@ -# Calculate pkg(www-plugins/chrome-ublock)!=&&pkg(www-plugins/chrome-themes-calculate)!= +# Calculate pkg(www-plugins/chrome-ublock)!= { "bookmark_bar": { "show_on_all_tabs": true diff --git a/profiles/templates/3.3/6_ac_desktop_profile/2-user/www-client/chromium-41/Default/install-themes-calculate.sh b/profiles/templates/3.3/6_ac_desktop_profile/2-user/www-client/chromium-41/Default/install-themes-calculate.sh deleted file mode 100644 index b6156fb35..000000000 --- a/profiles/templates/3.3/6_ac_desktop_profile/2-user/www-client/chromium-41/Default/install-themes-calculate.sh +++ /dev/null @@ -1,6 +0,0 @@ -# Calculate pkg(www-plugins/chrome-themes-calculate)!= exec=/bin/bash - -mkdir -p #-ur_home_path-#/.config/chromium/Default/Extensions/clcbojcafbggjenbeflknhfimpcikmlc -cp -r /usr/share/chrome-themes-calculate/* #-ur_home_path-#/.config/chromium/Default/Extensions/clcbojcafbggjenbeflknhfimpcikmlc -chown #-ur_login-#:#-ur_group-# -R #-ur_home_path-#/.config/chromium/Default/Extensions -exit 0 diff --git a/www-plugins/chrome-themes-calculate/Manifest b/www-plugins/chrome-themes-calculate/Manifest deleted file mode 100644 index dad73295f..000000000 --- a/www-plugins/chrome-themes-calculate/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST chrome-themes-calculate-1.0.1.tar.bz2 63085 SHA256 820c0bda5d98332b4988a0e7c3810bb0a360eddfd1c2c6614ab6f7c1a8b4428f SHA512 89fe70d6d0aba9b0b43c9d9dee10a441d16012d104e17be5941dffd72902040ac6e7a883c722940d0ba5c9d99518be6f1bb3819422dd3ff4b0eca5eb40ca6c3b WHIRLPOOL 4fb6749eab58f2c11db5c1fa0e45e69aa76198afc7b24bd4f2d1b32c262d67d9d2df6c2751c642544ed16f412079b5c0a4850b9cd94fa683aa4af439414224fe diff --git a/www-plugins/chrome-themes-calculate/chrome-themes-calculate-1.0.1.ebuild b/www-plugins/chrome-themes-calculate/chrome-themes-calculate-1.0.1.ebuild deleted file mode 100644 index f252f81f0..000000000 --- a/www-plugins/chrome-themes-calculate/chrome-themes-calculate-1.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit eutils - -SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2 - http://mirror.yandex.ru/calculate/${PN}/${P}.tar.bz2" - -DESCRIPTION="Simple minimalistic white theme for Google Chrome" -HOMEPAGE="https://chrome.google.com/webstore/detail/clcbojcafbggjenbeflknhfimpcikmlc" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="|| ( www-client/chromium - www-client/google-chrome )" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_install() { - dodir /usr/share/chrome-themes-calculate - insinto /usr/share/chrome-themes-calculate - doins -r * -}