summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-27 10:02:55 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-27 10:02:55 +0000
commit2b5025dac30fb70094c5d0133a371b06c8b67240 (patch)
tree4f2338f4f4c04dc9f0ef4486038f1bd90ccfb767 /x11-themes
parentdrop old (diff)
downloadgentoo-2-2b5025dac30fb70094c5d0133a371b06c8b67240.tar.gz
gentoo-2-2b5025dac30fb70094c5d0133a371b06c8b67240.tar.bz2
gentoo-2-2b5025dac30fb70094c5d0133a371b06c8b67240.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/light-themes/ChangeLog5
-rw-r--r--x11-themes/light-themes/light-themes-0.1.93-r2.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/x11-themes/light-themes/ChangeLog b/x11-themes/light-themes/ChangeLog
index 9b90688f8bc8..1d4d72733323 100644
--- a/x11-themes/light-themes/ChangeLog
+++ b/x11-themes/light-themes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-themes/light-themes
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.27 2014/03/09 12:05:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/ChangeLog,v 1.28 2014/04/27 10:02:55 pacho Exp $
+
+ 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -light-themes-0.1.93-r2.ebuild:
+ drop old
09 Mar 2014; Pacho Ramos <pacho@gentoo.org> light-themes-0.1.93-r4.ebuild:
x86 stable, bug 499954
diff --git a/x11-themes/light-themes/light-themes-0.1.93-r2.ebuild b/x11-themes/light-themes/light-themes-0.1.93-r2.ebuild
deleted file mode 100644
index e70b7aeab0f4..000000000000
--- a/x11-themes/light-themes/light-themes-0.1.93-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/light-themes/light-themes-0.1.93-r2.ebuild,v 1.3 2013/12/08 19:54:09 pacho Exp $
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="GTK2/GTK3 Ambiance and Radiance themes from Ubuntu"
-HOMEPAGE="https://launchpad.net/light-themes"
-SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk3"
-
-DEPEND=""
-RDEPEND="x11-themes/gtk-engines-murrine
- gtk3? ( x11-themes/gtk-engines-unico )"
-
-src_prepare() {
- # Apply upstream fixes for gtk+-3.8 compat, bug #469062
- # upstream: https://bugs.launchpad.net/ubuntu-themes/+bug/1130183
- epatch "${FILESDIR}/${P}-gtk3.8-1.patch"
- epatch "${FILESDIR}/${P}-gtk3.8-2.patch"
- epatch "${FILESDIR}/${P}-gtk3.8-3.patch"
-
- cp -r Ambiance/ Ambiance-Gentoo || die
- cp -r Radiance/ Radiance-Gentoo || die
- sed -i -e 's/Ambiance/Ambiance-Gentoo/g' Ambiance-Gentoo/index.theme \
- Ambiance-Gentoo/metacity-1/metacity-theme-1.xml || die
- sed -i -e 's/Radiance/Radiance-Gentoo/g' Radiance-Gentoo/index.theme \
- Radiance-Gentoo/metacity-1/metacity-theme-1.xml || die
- sed -i -e 's/nselected_bg_color:#f07746/nselected_bg_color:#755fbb/g' \
- Ambiance-Gentoo/gtk-2.0/gtkrc Ambiance-Gentoo/gtk-3.0/settings.ini \
- Radiance-Gentoo/gtk-2.0/gtkrc Radiance-Gentoo/gtk-3.0/settings.ini || die
- sed -i -e 's/selected_bg_color #f07746/selected_bg_color #755fbb/g' \
- Ambiance-Gentoo/gtk-3.0/gtk-main.css Radiance-Gentoo/gtk-3.0/gtk-main.css || die
-}
-
-src_install() {
- insinto /usr/share/themes
- doins -r Radiance* Ambiance*
-
- use gtk3 || {
- rm -R "${D}"/usr/share/themes/*/gtk-3.0 || die
- }
-}