pacho 14/10/16 08:12:17 Modified: ChangeLog Added: gtk-engines-flat-2.0-r3.ebuild Removed: gtk-engines-flat-2.0-r2.ebuild Log: 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)
Revision Changes Path 1.29 x11-themes/gtk-engines-flat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-flat/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 5 May 2012 04:10:07 -0000 1.28 +++ ChangeLog 16 Oct 2014 08:12:17 -0000 1.29 @@ -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 <[email protected]> +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 <[email protected]> gtk-engines-flat-2.0-r2.ebuild: 1.1 x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-flat/gtk-engines-flat-2.0-r3.ebuild?rev=1.1&content-type=text/plain Index: gtk-engines-flat-2.0-r3.ebuild =================================================================== # 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-r3.ebuild,v 1.1 2014/10/16 08:12:17 pacho Exp $ 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://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" IUSE="" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} virtual/pkgconfig " S=${WORKDIR}/${MY_P} src_prepare() { eautoreconf # need new libtool for interix gnome2_src_prepare } src_install() { gnome2_src_install rm -f "${ED}"/usr/share/themes/Flat/{ICON.png,README.html} }
