From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7546E13877A for ; Wed, 30 Jul 2014 19:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E794DE08D0; Wed, 30 Jul 2014 19:33:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62A14E08D0 for ; Wed, 30 Jul 2014 19:33:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2ABD3401FC for ; Wed, 30 Jul 2014 19:33:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id A48462004E; Wed, 30 Jul 2014 19:33:39 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: fuse-2.9.3.ebuild fuse-2.9.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: fuse-2.9.3.ebuild fuse-2.9.2.ebuild ChangeLog X-VCS-Directories: sys-fs/fuse X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140730193339.A48462004E@flycatcher.gentoo.org> Date: Wed, 30 Jul 2014 19:33:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 784de932-1da8-492e-8bda-4308246569f6 X-Archives-Hash: 77a89d7bda7bc5550a376f24988456b1 ssuominen 14/07/30 19:33:39 Modified: fuse-2.9.3.ebuild fuse-2.9.2.ebuild ChangeLog Log: Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision Changes Path 1.12 sys-fs/fuse/fuse-2.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild?r1=1.11&r2=1.12 Index: fuse-2.9.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- fuse-2.9.3.ebuild 18 Jan 2014 19:54:53 -0000 1.11 +++ fuse-2.9.3.ebuild 30 Jul 2014 19:33:39 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild,v 1.11 2014/01/18 19:54:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild,v 1.12 2014/07/30 19:33:39 ssuominen Exp $ EAPI=5 inherit eutils libtool linux-info udev toolchain-funcs @@ -42,7 +42,7 @@ econf \ INIT_D_PATH="${EPREFIX}/etc/init.d" \ MOUNT_FUSE_PATH="${EPREFIX}/sbin" \ - UDEV_RULES_PATH="${EPREFIX}/$(udev_get_udevdir)/rules.d" \ + UDEV_RULES_PATH="${EPREFIX}/$(get_udevdir)/rules.d" \ $(use_enable static-libs static) \ --disable-example } 1.14 sys-fs/fuse/fuse-2.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild?r1=1.13&r2=1.14 Index: fuse-2.9.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- fuse-2.9.2.ebuild 15 Mar 2013 15:38:29 -0000 1.13 +++ fuse-2.9.2.ebuild 30 Jul 2014 19:33:39 -0000 1.14 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.13 2013/03/15 15:38:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.14 2014/07/30 19:33:39 ssuominen Exp $ EAPI=5 inherit eutils libtool linux-info udev toolchain-funcs @@ -42,7 +42,7 @@ econf \ INIT_D_PATH="${EPREFIX}/etc/init.d" \ MOUNT_FUSE_PATH="${EPREFIX}/sbin" \ - UDEV_RULES_PATH="${EPREFIX}/$(udev_get_udevdir)/rules.d" \ + UDEV_RULES_PATH="${EPREFIX}/$(get_udevdir)/rules.d" \ $(use_enable static-libs static) \ --disable-example } 1.198 sys-fs/fuse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.198&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.198&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?r1=1.197&r2=1.198 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v retrieving revision 1.197 retrieving revision 1.198 diff -u -r1.197 -r1.198 --- ChangeLog 18 Jan 2014 19:54:53 -0000 1.197 +++ ChangeLog 30 Jul 2014 19:33:39 -0000 1.198 @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.197 2014/01/18 19:54:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.198 2014/07/30 19:33:39 ssuominen Exp $ + + 30 Jul 2014; Samuli Suominen fuse-2.9.2.ebuild, + fuse-2.9.3.ebuild: + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() + version. 18 Jan 2014; Agostino Sarubbo fuse-2.9.3.ebuild: Stable for alpha, wrt bug #489102