diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-10-10 19:37:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-10-10 19:37:02 +0000 |
commit | 41eb0fe80a2d3b3e0048cdc94f0c61543fa49bef (patch) | |
tree | 4d6f5e53517608b59bdc8d37e67ae62bea871295 /gnome-base | |
parent | Release to ~arch for testing. This one works with mozjs185 wrt #360971 by Seb... (diff) | |
download | historical-41eb0fe80a2d3b3e0048cdc94f0c61543fa49bef.tar.gz historical-41eb0fe80a2d3b3e0048cdc94f0c61543fa49bef.tar.bz2 historical-41eb0fe80a2d3b3e0048cdc94f0c61543fa49bef.zip |
Drop .la files, bug #386665 by Ago. Bump to eapi4.
Package-Manager: portage-2.1.10.25/cvs/Linux x86_64
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.6.7-r1.ebuild | 3 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.8.2-r1.ebuild | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index cf7d08324047..445a57842954 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gvfs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.147 2011/08/14 14:23:28 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.148 2011/10/10 19:37:02 pacho Exp $ + + 10 Oct 2011; Pacho Ramos <pacho@gentoo.org> gvfs-1.6.7-r1.ebuild, + gvfs-1.8.2-r1.ebuild: + Drop .la files, bug #386665 by Ago. Bump to eapi4. *gvfs-1.8.2-r1 (14 Aug 2011) diff --git a/gnome-base/gvfs/gvfs-1.6.7-r1.ebuild b/gnome-base/gvfs/gvfs-1.6.7-r1.ebuild index 5ba104a07d3f..8813649ac0c4 100644 --- a/gnome-base/gvfs/gvfs-1.6.7-r1.ebuild +++ b/gnome-base/gvfs/gvfs-1.6.7-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.6.7-r1.ebuild,v 1.2 2011/07/11 00:08:46 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.6.7-r1.ebuild,v 1.3 2011/10/10 19:37:02 pacho Exp $ EAPI="4" +GNOME2_LA_PUNT="yes" GNOME_TARBALL_SUFFIX="bz2" GCONF_DEBUG="no" diff --git a/gnome-base/gvfs/gvfs-1.8.2-r1.ebuild b/gnome-base/gvfs/gvfs-1.8.2-r1.ebuild index e40d17e2bc9d..2ca473d77827 100644 --- a/gnome-base/gvfs/gvfs-1.8.2-r1.ebuild +++ b/gnome-base/gvfs/gvfs-1.8.2-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.8.2-r1.ebuild,v 1.1 2011/08/14 14:23:28 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.8.2-r1.ebuild,v 1.2 2011/10/10 19:37:02 pacho Exp $ -EAPI="3" +EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" +GNOME_TARBALL_SUFFIX="bz2" inherit autotools bash-completion gnome2 eutils if [[ ${PV} = 9999 ]]; then |