diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-24 13:30:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-24 13:30:43 +0000 |
commit | f31cca6d243f1409b34b08bcc56fded80af0738e (patch) | |
tree | 753624c5521ff83868591cb1851bfecc40bb0e3c /gnome-base | |
parent | media-libs/jasper: Add fixes for CVE-2014-815{7,8}, #537530 (diff) | |
download | gentoo-2-f31cca6d243f1409b34b08bcc56fded80af0738e.tar.gz gentoo-2-f31cca6d243f1409b34b08bcc56fded80af0738e.tar.bz2 gentoo-2-f31cca6d243f1409b34b08bcc56fded80af0738e.zip |
Version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.22.3.ebuild (renamed from gnome-base/gvfs/gvfs-1.20.2.ebuild) | 26 |
2 files changed, 19 insertions, 15 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index 4e84f3ff2402..b54e9c4b79ce 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gvfs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.280 2015/01/02 12:09:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.281 2015/01/24 13:30:43 pacho Exp $ + +*gvfs-1.22.3 (24 Jan 2015) + + 24 Jan 2015; Pacho Ramos <pacho@gentoo.org> +gvfs-1.22.3.ebuild, + -gvfs-1.20.2.ebuild: + Version bump, drop old 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gvfs-1.20.3.ebuild: Stable for alpha, wrt bug #529964 diff --git a/gnome-base/gvfs/gvfs-1.20.2.ebuild b/gnome-base/gvfs/gvfs-1.22.3.ebuild index e42d8795dca8..17f550722a0d 100644 --- a/gnome-base/gvfs/gvfs-1.20.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.22.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.20.2.ebuild,v 1.10 2014/10/11 12:08:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.22.3.ebuild,v 1.1 2015/01/24 13:30:43 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,13 +14,14 @@ HOMEPAGE="https://git.gnome.org/browse/gvfs" LICENSE="LGPL-2+" SLOT="0" -IUSE="afp archive avahi bluray cdda fuse gnome-online-accounts gphoto2 gtk +http ios libsecret mtp samba systemd test +udev udisks" +IUSE="afp archive bluray cdda fuse gnome-online-accounts gphoto2 gtk +http ios libsecret mtp samba systemd test +udev udisks zeroconf" REQUIRED_USE=" cdda? ( udev ) + mtp? ( udev ) udisks? ( udev ) systemd? ( udisks ) " -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" # Can use libgphoto-2.5.0 as well. Automagic detection. RDEPEND=" @@ -30,7 +31,6 @@ RDEPEND=" net-misc/openssh afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) archive? ( app-arch/libarchive:= ) - avahi? ( >=net-dns/avahi-0.6 ) bluray? ( media-libs/libbluray ) fuse? ( >=sys-fs/fuse-2.8.0 ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 ) @@ -49,6 +49,7 @@ RDEPEND=" virtual/libgudev:= virtual/libudev:= ) udisks? ( >=sys-fs/udisks-1.97:2 ) + zeroconf? ( >=net-dns/avahi-0.6 ) " DEPEND="${RDEPEND} app-text/docbook-xsl-stylesheets @@ -72,6 +73,8 @@ DEPEND="${RDEPEND} RESTRICT="test" src_prepare() { + DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits + if ! use udev; then sed -e 's/gvfsd-burn/ /' \ -e 's/burn.mount.in/ /' \ @@ -88,7 +91,8 @@ src_configure() { # --enable-documentation installs man pages # --disable-obexftp, upstream bug #729945 gnome2_src_configure \ - --disable-bash-completion \ + --enable-bash-completion \ + --with-bash-completion-dir="$(get_bashcompdir)" \ --disable-gdu \ --disable-hal \ --disable-obexftp \ @@ -96,7 +100,6 @@ src_configure() { --enable-documentation \ $(use_enable afp) \ $(use_enable archive) \ - $(use_enable avahi) \ $(use_enable bluray) \ $(use_enable cdda) \ $(use_enable fuse) \ @@ -111,11 +114,6 @@ src_configure() { $(use_enable libsecret keyring) \ $(use_enable samba) \ $(use_enable systemd libsystemd-login) \ - $(use_enable udisks udisks2) -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits - gnome2_src_install - dobashcomp programs/completion/gvfs + $(use_enable udisks udisks2) \ + $(use_enable zeroconf avahi) } |