diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-05 17:54:14 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-05 17:54:14 +0000 |
commit | 7c70e5af576541443be3c6052953387f86c30876 (patch) | |
tree | cfa87b1ee6d29572c8a815b7855349f7e7621161 /gnome-base/gvfs | |
parent | Fix die message (diff) | |
download | gentoo-2-7c70e5af576541443be3c6052953387f86c30876.tar.gz gentoo-2-7c70e5af576541443be3c6052953387f86c30876.tar.bz2 gentoo-2-7c70e5af576541443be3c6052953387f86c30876.zip |
Fix bug #318561 and remove old and broken versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gvfs')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.4.3-r1.ebuild (renamed from gnome-base/gvfs/gvfs-1.4.3.ebuild) | 8 |
2 files changed, 15 insertions, 3 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index f9e6c2cc55aa..e41ad17c6d84 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnome-base/gvfs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.97 2010/05/04 16:14:48 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.98 2010/05/05 17:54:14 pacho Exp $ + +*gvfs-1.4.3-r1 (05 May 2010) + + 05 May 2010; Pacho Ramos <pacho@gentoo.org> -gvfs-1.4.3.ebuild, + +gvfs-1.4.3-r1.ebuild: + Revision bump to fix translation due broken intltoolize file (bug #318561, + thanks a lot to Jeremy Guitton for reporting the problem). Remove broken + version. 03 May 2010; Olivier Crête <tester@gentoo.org> gvfs-1.4.3.ebuild: amd64 stable, bug #314899 diff --git a/gnome-base/gvfs/gvfs-1.4.3.ebuild b/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild index 24b97aafa8b5..7f86500e6b76 100644 --- a/gnome-base/gvfs/gvfs-1.4.3.ebuild +++ b/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3.ebuild,v 1.8 2010/05/04 16:14:48 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild,v 1.1 2010/05/05 17:54:14 pacho Exp $ EAPI="2" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="archive avahi bluetooth cdda doc fuse gdu gnome gnome-keyring gphoto2 hal +http samba +udev" @@ -86,6 +86,10 @@ src_prepare() { echo "mount-archive.desktop.in.in" >> po/POTFILES.in fi + # Fix intltoolize broken file, see upstream #577133 + sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ + || die "sed failed" + use gphoto2 || use archive && eautoreconf } |