summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-10-16 08:12:17 +0000
committerPacho Ramos <pacho@gentoo.org>2014-10-16 08:12:17 +0000
commit609fdce94bf92ce294fd1bc3afbbaa5246fdc02e (patch)
tree5025ec1db605603eca60cf5c1bbdb00f8ad6b8c4 /x11-themes/gtk-engines-flat
parentbump; add pypy (diff)
downloadgentoo-2-609fdce94bf92ce294fd1bc3afbbaa5246fdc02e.tar.gz
gentoo-2-609fdce94bf92ce294fd1bc3afbbaa5246fdc02e.tar.bz2
gentoo-2-609fdce94bf92ce294fd1bc3afbbaa5246fdc02e.zip
Bump eapi, drop .la files, update HOMEPAGE (as original is dead), keep stable only on amd64/x86 for now to drop load for other arch teams (thanks to Mathieu Zouaoua for caring about this).
(Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes/gtk-engines-flat')
-rw-r--r--x11-themes/gtk-engines-flat/ChangeLog12
-rw-r--r--x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r3.ebuild (renamed from x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild)22
2 files changed, 23 insertions, 11 deletions
diff --git a/x11-themes/gtk-engines-flat/ChangeLog b/x11-themes/gtk-engines-flat/ChangeLog
index d84cfdf06ca1..798c08c6461e 100644
--- a/x11-themes/gtk-engines-flat/ChangeLog
+++ b/x11-themes/gtk-engines-flat/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-themes/gtk-engines-flat
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog,v 1.28 2012/05/05 04:10:07 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog,v 1.29 2014/10/16 08:12:17 pacho Exp $
+
+*gtk-engines-flat-2.0-r3 (16 Oct 2014)
+
+ 16 Oct 2014; Pacho Ramos <pacho@gentoo.org> +gtk-engines-flat-2.0-r3.ebuild,
+ -gtk-engines-flat-2.0-r2.ebuild:
+ Bump eapi, drop .la files, update HOMEPAGE (as original is dead), keep stable
+ only on amd64/x86 for now to drop load for other arch teams (thanks to Mathieu
+ Zouaoua for caring about this).
05 May 2012; Jeff Horelick <jdhore@gentoo.org>
gtk-engines-flat-2.0-r2.ebuild:
diff --git a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r3.ebuild
index f6f88ecfeaa0..ceeb31e561a8 100644
--- a/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild
+++ b/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r3.ebuild
@@ -1,33 +1,37 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r2.ebuild,v 1.16 2012/05/05 04:10:07 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r3.ebuild,v 1.1 2014/10/16 08:12:17 pacho Exp $
-EAPI=3
-inherit autotools
+EAPI=5
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit autotools gnome2
MY_P=gtk-flat-theme-${PV}
DESCRIPTION="GTK+ Flat Theme Engine"
-HOMEPAGE="http://themes.freshmeat.net/projects/gtk2flat"
+HOMEPAGE="http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-flat/"
SRC_URI="http://download.freshmeat.net/themes/gtk2flat/gtk2flat-default.tar.gz"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
S=${WORKDIR}/${MY_P}
src_prepare() {
eautoreconf # need new libtool for interix
+ gnome2_src_prepare
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS README
+ gnome2_src_install
rm -f "${ED}"/usr/share/themes/Flat/{ICON.png,README.html}
}