diff options
author | 2014-11-21 09:24:17 +0000 | |
---|---|---|
committer | 2014-11-21 09:24:17 +0000 | |
commit | 268215d570e87901df6936e0ed6650f1f11259a2 (patch) | |
tree | a2c25630d2471ca088b2f6c30dc6aa6bbc235739 /x11-themes | |
parent | Drop eautoreconf parallel workaround now the eclass is fixed #510684 by Micha... (diff) | |
download | gentoo-2-268215d570e87901df6936e0ed6650f1f11259a2.tar.gz gentoo-2-268215d570e87901df6936e0ed6650f1f11259a2.tar.bz2 gentoo-2-268215d570e87901df6936e0ed6650f1f11259a2.zip |
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/gtk-engines/gtk-engines-2.20.2.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/x11-themes/gtk-engines/ChangeLog b/x11-themes/gtk-engines/ChangeLog index d711457ace58..65484091f32c 100644 --- a/x11-themes/gtk-engines/ChangeLog +++ b/x11-themes/gtk-engines/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gtk-engines # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.199 2014/10/13 11:17:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.200 2014/11/21 09:24:17 pacho Exp $ + + 21 Nov 2014; Pacho Ramos <pacho@gentoo.org> -gtk-engines-2.20.2.ebuild: + Drop old 13 Oct 2014; Michał Górny <mgorny@gentoo.org> gtk-engines-2.20.2-r1.ebuild: Re-enable USE=lua for multilib, bug #510348. diff --git a/x11-themes/gtk-engines/gtk-engines-2.20.2.ebuild b/x11-themes/gtk-engines/gtk-engines-2.20.2.ebuild deleted file mode 100644 index cbaefad20d32..000000000000 --- a/x11-themes/gtk-engines/gtk-engines-2.20.2.ebuild +++ /dev/null @@ -1,40 +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/gtk-engines/gtk-engines-2.20.2.ebuild,v 1.13 2013/02/25 21:09:20 zmedico Exp $ - -EAPI="3" -GCONF_DEBUG="no" - -inherit eutils gnome2 - -DESCRIPTION="GTK+2 standard engines and themes" -HOMEPAGE="http://www.gtk.org/" - -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="accessibility lua" - -RDEPEND=">=x11-libs/gtk+-2.12:2 - lua? ( dev-lang/lua )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.31 - virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} --enable-animation $(use_enable lua) $(use_with lua system-lua)" - use accessibility || G2CONF="${G2CONF} --disable-hc" -} - -src_prepare() { - # Patch from 2.21.x, fixes building with glib-2.32, bug #410455 - epatch "${FILESDIR}/${P}-glib.h.patch" - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - find "${ED}" -name "*.la" -delete || die -} |