summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-13 12:44:46 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-13 12:44:46 +0000
commit00e012f3027376e109753649575d3c49c7360576 (patch)
treed8445898d1a928d4b72b511bfa4837c7d4a6105f /x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild
parentDrop package due bug #508854 (diff)
downloadgentoo-2-00e012f3027376e109753649575d3c49c7360576.tar.gz
gentoo-2-00e012f3027376e109753649575d3c49c7360576.tar.bz2
gentoo-2-00e012f3027376e109753649575d3c49c7360576.zip
Drop package due bug #508854
Diffstat (limited to 'x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild')
-rw-r--r--x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild b/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild
deleted file mode 100644
index 7a186ad2ce22..000000000000
--- a/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild
+++ /dev/null
@@ -1,41 +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/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild,v 1.10 2013/09/29 09:18:35 pacho Exp $
-
-EAPI=5
-GCONF_DEBUG="yes"
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Additional themes for GNOME"
-HOMEPAGE="http://librsvg.sourceforge.net/theme.php"
-
-LICENSE="LGPL-2.1 GPL-2 DSL"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="
- >=x11-libs/gtk+-2.6:2
- >=x11-themes/gtk-engines-2.14:2
- >=x11-misc/icon-naming-utils-0.8.1
- gnome-base/librsvg
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.23
-"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS"
-
-src_prepare() {
- # Fix tooltips references, bug #238138
- epatch "${FILESDIR}/${P}-darklooks.patch"
-
- sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
-
- # Respect LINGUAS, bug #182086
- eautoreconf
- gnome2_src_prepare
-}