summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-12-16 11:40:30 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-12-16 11:40:30 +0000
commit50bd674b9aa4b47223396997fafa27a07cb7165d (patch)
tree2b417b76cb5a7d9074f78736987c8554f7c3e07f /x11-themes/faenza-icon-theme
parentRemove again mx4k for the reasons it was dropped first (diff)
downloadgentoo-2-50bd674b9aa4b47223396997fafa27a07cb7165d.tar.gz
gentoo-2-50bd674b9aa4b47223396997fafa27a07cb7165d.tar.bz2
gentoo-2-50bd674b9aa4b47223396997fafa27a07cb7165d.zip
Remove old
(Portage version: 2.1.11.34/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'x11-themes/faenza-icon-theme')
-rw-r--r--x11-themes/faenza-icon-theme/ChangeLog6
-rw-r--r--x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild48
2 files changed, 5 insertions, 49 deletions
diff --git a/x11-themes/faenza-icon-theme/ChangeLog b/x11-themes/faenza-icon-theme/ChangeLog
index 80eb97ea321b..ec8fc757c5ec 100644
--- a/x11-themes/faenza-icon-theme/ChangeLog
+++ b/x11-themes/faenza-icon-theme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/faenza-icon-theme
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.19 2012/12/02 11:32:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.20 2012/12/16 11:40:30 hwoarang Exp $
+
+ 16 Dec 2012; Markos Chandras <hwoarang@gentoo.org>
+ -faenza-icon-theme-1.2-r1.ebuild:
+ Remove old
02 Dec 2012; Markos Chandras <hwoarang@gentoo.org>
-faenza-icon-theme-1.1.ebuild, faenza-icon-theme-1.3.ebuild:
diff --git a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild b/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild
deleted file mode 100644
index 7a2598a411ac..000000000000
--- a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.2-r1.ebuild,v 1.3 2012/06/19 18:55:44 ssuominen Exp $
-
-EAPI=4
-inherit gnome2-utils
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="A scalable icon theme called Faenza"
-HOMEPAGE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
-# Use Ubuntu repo which has a proper faenza-icon-theme tarball
-#SRC_URI="http://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.tar.gz"
-SRC_URI="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( x11-themes/gnome-icon-theme )
- x11-themes/hicolor-icon-theme"
-
-RESTRICT="binchecks strip"
-
-src_prepare() {
- local res x
- for x in Faenza Faenza-Dark; do
- for res in 22 24 32 48; do
- cp "${x}"/places/${res}/start-here-gentoo.png \
- "${x}"/places/${res}/start-here.png || die
- done
- cp "${x}"/places/scalable/start-here-gentoo.svg \
- "${x}"/places/scalable/start-here.svg || die
- done
- for x in emesene dockmanager rhythmbox; do
- mv ${x} Faenza-${x} || die
- done
-}
-
-src_install() {
- insinto /usr/share/icons
- doins -r Faenza{,-Ambiance,-Dark,-Darker,-Darkest,-dockmanager,-emesene,-Radiance,-rhythmbox}
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }