public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: fuse-2.9.3.ebuild fuse-2.9.2.ebuild ChangeLog
@ 2014-07-30 19:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-07-30 19:33 UTC (permalink / raw
  To: gentoo-commits

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 <ssuominen@gentoo.org> 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 <ago@gentoo.org> fuse-2.9.3.ebuild:
   Stable for alpha, wrt bug #489102





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: fuse-2.9.3.ebuild fuse-2.9.2.ebuild ChangeLog
@ 2014-08-10 20:19 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:19 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:19:38

  Modified:             fuse-2.9.3.ebuild fuse-2.9.2.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild?r1=1.12&r2=1.13

Index: fuse-2.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fuse-2.9.3.ebuild	30 Jul 2014 19:33:39 -0000	1.12
+++ fuse-2.9.3.ebuild	10 Aug 2014 20:19:38 -0000	1.13
@@ -1,12 +1,12 @@
 # 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.12 2014/07/30 19:33:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild,v 1.13 2014/08/10 20:19:38 slyfox Exp $
 
 EAPI=5
 inherit eutils libtool linux-info udev toolchain-funcs
 
 MY_P=${P/_/-}
-DESCRIPTION="An interface for filesystems implemented in userspace."
+DESCRIPTION="An interface for filesystems implemented in userspace"
 HOMEPAGE="http://fuse.sourceforge.net"
 SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
 



1.15                 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.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild?r1=1.14&r2=1.15

Index: fuse-2.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fuse-2.9.2.ebuild	30 Jul 2014 19:33:39 -0000	1.14
+++ fuse-2.9.2.ebuild	10 Aug 2014 20:19:38 -0000	1.15
@@ -1,12 +1,12 @@
 # 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.14 2014/07/30 19:33:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.15 2014/08/10 20:19:38 slyfox Exp $
 
 EAPI=5
 inherit eutils libtool linux-info udev toolchain-funcs
 
 MY_P=${P/_/-}
-DESCRIPTION="An interface for filesystems implemented in userspace."
+DESCRIPTION="An interface for filesystems implemented in userspace"
 HOMEPAGE="http://fuse.sourceforge.net"
 SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
 



1.199                sys-fs/fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?r1=1.198&r2=1.199

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog	30 Jul 2014 19:33:39 -0000	1.198
+++ ChangeLog	10 Aug 2014 20:19:38 -0000	1.199
@@ -1,6 +1,10 @@
 # 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.198 2014/07/30 19:33:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.199 2014/08/10 20:19:38 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> fuse-2.9.2.ebuild,
+  fuse-2.9.3.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   30 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> fuse-2.9.2.ebuild,
   fuse-2.9.3.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-11 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:19 [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: fuse-2.9.3.ebuild fuse-2.9.2.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-30 19:33 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox