summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-12-03 10:51:47 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-12-03 10:51:47 +0000
commitc2f06664739fc1fb7cc4db230bd4dc7fad0e9a06 (patch)
treec8e508729195be7b8ab36506dbd68cb4b64f2a5b /x11-themes
parentmake it eapi4. Stable on amd64. bug #391647 (diff)
downloadgentoo-2-c2f06664739fc1fb7cc4db230bd4dc7fad0e9a06.tar.gz
gentoo-2-c2f06664739fc1fb7cc4db230bd4dc7fad0e9a06.tar.bz2
gentoo-2-c2f06664739fc1fb7cc4db230bd4dc7fad0e9a06.zip
remove old
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/faenza-icon-theme/ChangeLog6
-rw-r--r--x11-themes/faenza-icon-theme/faenza-icon-theme-1.0.ebuild45
2 files changed, 5 insertions, 46 deletions
diff --git a/x11-themes/faenza-icon-theme/ChangeLog b/x11-themes/faenza-icon-theme/ChangeLog
index 550b8c95913e..b4e8a8f088d9 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.12 2011/10/30 10:05:07 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.13 2011/12/03 10:51:46 hwoarang Exp $
+
+ 03 Dec 2011; Markos Chandras <hwoarang@gentoo.org>
+ -faenza-icon-theme-1.0.ebuild:
+ remove old
30 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
faenza-icon-theme-1.1.ebuild:
diff --git a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.0.ebuild b/x11-themes/faenza-icon-theme/faenza-icon-theme-1.0.ebuild
deleted file mode 100644
index e4dc00172df0..000000000000
--- a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 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.0.ebuild,v 1.4 2011/09/18 08:20:13 ssuominen Exp $
-
-EAPI=4
-inherit gnome2-utils
-
-DESCRIPTION="A scalable icon theme called Faenza"
-HOMEPAGE="http://code.google.com/p/faenza-icon-theme/"
-SRC_URI="http://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.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"
-
-S=${WORKDIR}
-
-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
-}
-
-src_install() {
- insinto /usr/share/icons
- doins -r Faenza{,-Dark,-Darker,-Darkest}
-
- dodoc AUTHORS ChangeLog README
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }