public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/liblockfile: ChangeLog liblockfile-1.09.ebuild
Date: Thu, 23 Feb 2012 21:52:25 +0000 (UTC)	[thread overview]
Message-ID: <20120223215225.9DADF2004B@flycatcher.gentoo.org> (raw)

darkside    12/02/23 21:52:25

  Modified:             ChangeLog liblockfile-1.09.ebuild
  Log:
  (Gentoo Prefix only) Use id -g instead of id -gn, bug 350763 by Francois Bissey
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.65                 net-libs/liblockfile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	11 Feb 2012 10:11:36 -0000	1.64
+++ ChangeLog	23 Feb 2012 21:52:25 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/liblockfile
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.64 2012/02/11 10:11:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.65 2012/02/23 21:52:25 darkside Exp $
+
+  23 Feb 2012; Jeremy Olexa <darkside@gentoo.org> liblockfile-1.09.ebuild:
+  (Gentoo Prefix only) Use id -g instead of id -gn, bug 350763 by Francois
+  Bissey
 
   11 Feb 2012; Fabian Groffen <grobian@gentoo.org> liblockfile-1.09.ebuild:
   Fix double Prefix that did not occur with 1.08



1.5                  net-libs/liblockfile/liblockfile-1.09.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild?r1=1.4&r2=1.5

Index: liblockfile-1.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- liblockfile-1.09.ebuild	11 Feb 2012 10:11:36 -0000	1.4
+++ liblockfile-1.09.ebuild	23 Feb 2012 21:52:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.4 2012/02/11 10:11:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.5 2012/02/23 21:52:25 darkside Exp $
 
 EAPI=4
 
@@ -36,7 +36,7 @@
 		# we never want to use LDCONFIG
 		export LDCONFIG=${EPREFIX}/bin/true
 		# in unprivileged installs this is "mail"
-		grp=$(id -gn)
+		grp=$(id -g)
 	fi
 	econf --with-mailgroup=${grp} --enable-shared
 }






             reply	other threads:[~2012-02-23 21:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-23 21:52 Jeremy Olexa (darkside) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-29 18:47 [gentoo-commits] gentoo-x86 commit in net-libs/liblockfile: ChangeLog liblockfile-1.09.ebuild Raul Porcel (armin76)
2012-07-03 19:52 Jeroen Roovers (jer)
2012-06-07 21:45 Brent Baude (ranger)
2012-06-06 19:12 Markus Meier (maekke)
2012-06-06  7:06 Jeff Horelick (jdhore)
2012-06-05 21:04 Brent Baude (ranger)
2012-06-02 11:39 Agostino Sarubbo (ago)
2012-06-02 10:08 Eray Aslan (eras)
2012-05-06  0:08 Alexis Ballier (aballier)
2011-12-18 14:35 Eray Aslan (eras)

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=20120223215225.9DADF2004B@flycatcher.gentoo.org \
    --to=darkside@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