summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-04-21 14:31:43 +0200
committerPacho Ramos <pacho@gentoo.org>2017-04-21 14:32:06 +0200
commiteca6a9610edd27e86401e6c8f5056ebb837cc6c2 (patch)
treeb6f2806b026bdce5e8d938ffecfad1ff76be6483 /x11-themes
parentnet-voip/ekiga: Drop old (diff)
downloadgentoo-eca6a9610edd27e86401e6c8f5056ebb837cc6c2.tar.gz
gentoo-eca6a9610edd27e86401e6c8f5056ebb837cc6c2.tar.bz2
gentoo-eca6a9610edd27e86401e6c8f5056ebb837cc6c2.zip
x11-themes/faenza-icon-theme: Drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/faenza-icon-theme/Manifest1
-rw-r--r--x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/x11-themes/faenza-icon-theme/Manifest b/x11-themes/faenza-icon-theme/Manifest
index 6b60d6d970d0..2b8d79844fd9 100644
--- a/x11-themes/faenza-icon-theme/Manifest
+++ b/x11-themes/faenza-icon-theme/Manifest
@@ -1,2 +1 @@
DIST faenza-icon-theme_1.3.1.tar.gz 24647057 SHA256 afd1c32229989e4cf09733c1ce5f2a651e585d86f45e98e9de6e8813f15d0edc SHA512 0c017ddbaa2dba485341d3bb1e321fafad026aafc893fa2519ddfd3fe0475fc8d011c99ce3de581c9b1c6aa7d250312673dda7c10bb12783db2d45816646ddc9 WHIRLPOOL 1e22412d60c9b5f4380d45f6a99beb5bbac28e256d3bacf8b53e46548f053371357221d91a192e190d91286abfb5af699e217679f2e89eb25d792fac6f2f1cce
-DIST faenza-icon-theme_1.3.orig.tar.gz 24944217 SHA256 0d15be1910f30ea52152f8041d0da25ac00d979ccce81db31415c60fedb73e43 SHA512 948a1a93097322fc903b6d3e3c49f3aa5d641597d5da7c94448a838b70b48121f948a5b34eb4e2893f078a61898594b712c82359ab0f28e7134e4afc7375b83c WHIRLPOOL 1cc500e7a9788940c1bb2f7796ae2bcb39edae1fd4432188a1863831366d750fc94d2f41c837e0cd5555a9df88e46356bc6887f34a548e9d3f84297c0d1dd0a3
diff --git a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild b/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild
deleted file mode 100644
index 466711dcd0d1..000000000000
--- a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.tar.gz"
-SRC_URI="https://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm 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
- 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; }