public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-9999.ebuild ChangeLog
Date: Wed, 26 Feb 2014 18:20:37 +0000 (UTC)	[thread overview]
Message-ID: <20140226182037.7FCA82004C@flycatcher.gentoo.org> (raw)

ssuominen    14/02/26 18:20:37

  Modified:             udev-9999.ebuild ChangeLog
  Log:
  Install systemd.link(5) manpage since the information for configuring 99-default.link moved to there from udev(7) wrt http://cgit.freedesktop.org/systemd/systemd/commit/?id=1ff28eaee33d9d0cee46bd176b6d6f8805c95036
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.273                sys-fs/udev/udev-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.273&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.273&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.272&r2=1.273

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- udev-9999.ebuild	25 Feb 2014 11:12:27 -0000	1.272
+++ udev-9999.ebuild	26 Feb 2014 18:20:37 -0000	1.273
@@ -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/udev/udev-9999.ebuild,v 1.272 2014/02/25 11:12:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.273 2014/02/26 18:20:37 ssuominen Exp $
 
 EAPI=5
 
@@ -269,6 +269,7 @@
 
 		if [[ ${PV} = 9999* ]]; then
 			local man_targets=(
+				man/systemd.link.5
 				man/udev.7
 				man/udevadm.8
 				man/systemd-udevd.service.8
@@ -339,9 +340,9 @@
 		dosym {../bin,sbin}/udevadm
 
 		if [[ ${PV} = 9999* ]]; then
-			doman man/{udev.7,udevadm.8,systemd-udevd.service.8}
+			doman man/{systemd.link.5,udev.7,udevadm.8,systemd-udevd.service.8}
 		else
-			doman "${S}"/man/{udev.7,udevadm.8,systemd-udevd.service.8}
+			doman "${S}"/man/{systemd.link.5,udev.7,udevadm.8,systemd-udevd.service.8}
 		fi
 	else
 		local lib_LTLIBRARIES="libudev.la" \



1.999                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.998
retrieving revision 1.999
diff -u -r1.998 -r1.999
--- ChangeLog	25 Feb 2014 13:54:36 -0000	1.998
+++ ChangeLog	26 Feb 2014 18:20:37 -0000	1.999
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.998 2014/02/25 13:54:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.999 2014/02/26 18:20:37 ssuominen Exp $
+
+  26 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
+  Install systemd.link(5) manpage since the information for configuring
+  99-default.link moved to there from udev(7) wrt http://cgit.freedesktop.org/sy
+  stemd/systemd/commit/?id=1ff28eaee33d9d0cee46bd176b6d6f8805c95036
 
   25 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> udev-210.ebuild:
   Release >=sys-fs/udev-210 to ~arch since the information about the network





             reply	other threads:[~2014-02-26 18:20 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 18:20 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-10  2:37 [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-9999.ebuild ChangeLog Mike Gilbert (floppym)
2014-12-17 17:22 William Hubbs (williamh)
2014-12-17 16:05 William Hubbs (williamh)
2014-09-19  8:55 Samuli Suominen (ssuominen)
2014-08-31 14:07 Samuli Suominen (ssuominen)
2014-08-20  8:29 Samuli Suominen (ssuominen)
2014-08-02  0:29 Samuli Suominen (ssuominen)
2014-08-01  9:22 Samuli Suominen (ssuominen)
2014-07-30 18:11 Samuli Suominen (ssuominen)
2014-07-04 12:01 Samuli Suominen (ssuominen)
2014-07-03 18:17 Samuli Suominen (ssuominen)
2014-06-27 11:17 Samuli Suominen (ssuominen)
2014-06-21 18:06 Samuli Suominen (ssuominen)
2014-06-02 23:25 Samuli Suominen (ssuominen)
2014-05-28 12:22 Samuli Suominen (ssuominen)
2014-04-08 21:01 Samuli Suominen (ssuominen)
2014-03-12  6:59 Samuli Suominen (ssuominen)
2014-03-07 11:09 Samuli Suominen (ssuominen)
2014-03-07  6:08 Samuli Suominen (ssuominen)
2014-03-02 19:32 Samuli Suominen (ssuominen)
2014-02-24  5:58 Samuli Suominen (ssuominen)
2014-02-21 12:00 Samuli Suominen (ssuominen)
2014-02-16 20:03 Samuli Suominen (ssuominen)
2013-10-17 18:09 Samuli Suominen (ssuominen)
2013-03-23  2:22 William Hubbs (williamh)
2013-01-15 16:01 William Hubbs (williamh)
2012-11-01 20:01 William Hubbs (williamh)
2012-03-23 17:34 William Hubbs (williamh)
2012-03-23 16:55 William Hubbs (williamh)
2012-03-22 17:11 William Hubbs (williamh)
2012-03-22 15:42 William Hubbs (williamh)
2012-03-08 17:14 William Hubbs (williamh)
2012-02-08  4:29 William Hubbs (williamh)
2011-12-25  4:59 William Hubbs (williamh)
2011-12-15  0:34 William Hubbs (williamh)
2011-12-14 22:06 William Hubbs (williamh)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140226182037.7FCA82004C@flycatcher.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox