public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.3.0.ebuild
Date: Mon, 28 Feb 2011 18:27:52 +0000 (UTC)	[thread overview]
Message-ID: <20110228182752.F057720054@flycatcher.gentoo.org> (raw)

mgorny      11/02/28 18:27:52

  Modified:             ChangeLog xf86-input-synaptics-1.3.0.ebuild
  Log:
  Replace DOCS var with an array due to xorg-2 eclass changes.
  
  (Portage version: 2.2.0_alpha24_p18/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 x11-drivers/xf86-input-synaptics/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	15 Feb 2011 07:32:23 -0000	1.56
+++ ChangeLog	28 Feb 2011 18:27:52 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.56 2011/02/15 07:32:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.57 2011/02/28 18:27:52 mgorny Exp $
+
+  28 Feb 2011; Michał Górny <mgorny@gentoo.org>
+  xf86-input-synaptics-1.3.0.ebuild:
+  Replace DOCS var with an array due to xorg-2 eclass changes.
 
   15 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
   xf86-input-synaptics-1.3.0.ebuild:



1.6                  x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild?r1=1.5&r2=1.6

Index: xf86-input-synaptics-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xf86-input-synaptics-1.3.0.ebuild	15 Feb 2011 07:32:23 -0000	1.5
+++ xf86-input-synaptics-1.3.0.ebuild	28 Feb 2011 18:27:52 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild,v 1.5 2011/02/15 07:32:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild,v 1.6 2011/02/28 18:27:52 mgorny Exp $
 
 EAPI=3
 
@@ -21,7 +21,8 @@
 	>=x11-proto/recordproto-1.14"
 
 src_install() {
-	DOCS="README" xorg-2_src_install
+	DOCS=( README )
+	xorg-2_src_install
 }
 pkg_postinst() {
 	xorg-2_pkg_postinst






             reply	other threads:[~2011-02-28 18:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28 18:27 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-02-15  7:32 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.3.0.ebuild Kacper Kowalik (xarthisius)
2010-12-25 20:20 Christian Faulhammer (fauli)
2010-12-23 12:54 Samuli Suominen (ssuominen)
2010-09-10 13:27 Chi-Thanh Christopher Nguyen (chithanh)

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=20110228182752.F057720054@flycatcher.gentoo.org \
    --to=mgorny@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