public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/realpath: realpath-1.16.ebuild ChangeLog
@ 2011-10-17 19:52 Justin Lecher (jlec)
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2011-10-17 19:52 UTC (permalink / raw
  To: gentoo-commits

jlec        11/10/17 19:52:56

  Modified:             realpath-1.16.ebuild ChangeLog
  Log:
  Add missing nls patch
  
  (Portage version: 2.2.0_alpha68/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-misc/realpath/realpath-1.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?r1=1.1&r2=1.2

Index: realpath-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- realpath-1.16.ebuild	17 Oct 2011 14:54:27 -0000	1.1
+++ realpath-1.16.ebuild	17 Oct 2011 19:52:56 -0000	1.2
@@ -1,13 +1,14 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.1 2011/10/17 14:54:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.2 2011/10/17 19:52:56 jlec Exp $
 
 EAPI="3"
 inherit eutils toolchain-funcs flag-o-matic prefix
 
 DESCRIPTION="Return the canonicalized absolute pathname"
 HOMEPAGE="http://packages.debian.org/unstable/utils/realpath"
-SRC_URI="mirror://debian/pool/main/r/${PN}/${PN}_${PV}.tar.gz
+SRC_URI="
+	mirror://debian/pool/main/r/${PN}/${PN}_${PV}.tar.gz
 	nls? ( mirror://debian/pool/main/r/${PN}/${PN}_${PV}_i386.deb )"
 
 LICENSE="GPL-2"



1.17                 app-misc/realpath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	17 Oct 2011 14:54:27 -0000	1.16
+++ ChangeLog	17 Oct 2011 19:52:56 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/realpath
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.16 2011/10/17 14:54:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.17 2011/10/17 19:52:56 jlec Exp $
+
+  17 Oct 2011; Justin Lecher <jlec@gentoo.org> +files/realpath-1.16-nonls.patch,
+  metadata.xml, realpath-1.16.ebuild:
+  Add missing nls patch
 
 *realpath-1.16 (17 Oct 2011)
 






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/realpath: realpath-1.16.ebuild ChangeLog
@ 2012-01-28 10:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-28 10:59 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/28 10:59:25

  Modified:             realpath-1.16.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #401089
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-misc/realpath/realpath-1.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?r1=1.4&r2=1.5

Index: realpath-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- realpath-1.16.ebuild	19 Dec 2011 17:52:53 -0000	1.4
+++ realpath-1.16.ebuild	28 Jan 2012 10:59:25 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.4 2011/12/19 17:52:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.5 2012/01/28 10:59:25 ago Exp $
 
 EAPI="3"
 inherit eutils toolchain-funcs flag-o-matic prefix
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="!sys-freebsd/freebsd-bin



1.20                 app-misc/realpath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	19 Dec 2011 17:52:53 -0000	1.19
+++ ChangeLog	28 Jan 2012 10:59:25 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/realpath
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.19 2011/12/19 17:52:53 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.20 2012/01/28 10:59:25 ago Exp $
+
+  28 Jan 2012; Agostino Sarubbo <ago@gentoo.org> realpath-1.16.ebuild:
+  Stable for amd64, wrt bug #401089
 
   19 Dec 2011; Fabian Groffen <grobian@gentoo.org> realpath-1.15-r3.ebuild,
   realpath-1.16.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/realpath: realpath-1.16.ebuild ChangeLog
@ 2012-01-28 19:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2012-01-28 19:49 UTC (permalink / raw
  To: gentoo-commits

armin76     12/01/28 19:49:06

  Modified:             realpath-1.16.ebuild ChangeLog
  Log:
  alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #401089
  
  (Portage version: 2.1.10.44/cvs/Linux ia64)

Revision  Changes    Path
1.6                  app-misc/realpath/realpath-1.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?r1=1.5&r2=1.6

Index: realpath-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- realpath-1.16.ebuild	28 Jan 2012 10:59:25 -0000	1.5
+++ realpath-1.16.ebuild	28 Jan 2012 19:49:06 -0000	1.6
@@ -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/app-misc/realpath/realpath-1.16.ebuild,v 1.5 2012/01/28 10:59:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.6 2012/01/28 19:49:06 armin76 Exp $
 
 EAPI="3"
 inherit eutils toolchain-funcs flag-o-matic prefix
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="!sys-freebsd/freebsd-bin



1.21                 app-misc/realpath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	28 Jan 2012 10:59:25 -0000	1.20
+++ ChangeLog	28 Jan 2012 19:49:06 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/realpath
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.20 2012/01/28 10:59:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.21 2012/01/28 19:49:06 armin76 Exp $
+
+  28 Jan 2012; Raúl Porcel <armin76@gentoo.org> realpath-1.16.ebuild:
+  alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #401089
 
   28 Jan 2012; Agostino Sarubbo <ago@gentoo.org> realpath-1.16.ebuild:
   Stable for amd64, wrt bug #401089






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/realpath: realpath-1.16.ebuild ChangeLog
@ 2012-02-03 17:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-03 17:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/03 17:09:35

  Modified:             realpath-1.16.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #401089
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-misc/realpath/realpath-1.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?r1=1.6&r2=1.7

Index: realpath-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- realpath-1.16.ebuild	28 Jan 2012 19:49:06 -0000	1.6
+++ realpath-1.16.ebuild	3 Feb 2012 17:09:35 -0000	1.7
@@ -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/app-misc/realpath/realpath-1.16.ebuild,v 1.6 2012/01/28 19:49:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.7 2012/02/03 17:09:35 ssuominen Exp $
 
 EAPI="3"
 inherit eutils toolchain-funcs flag-o-matic prefix
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="!sys-freebsd/freebsd-bin



1.22                 app-misc/realpath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Jan 2012 19:49:06 -0000	1.21
+++ ChangeLog	3 Feb 2012 17:09:35 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/realpath
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.21 2012/01/28 19:49:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.22 2012/02/03 17:09:35 ssuominen Exp $
+
+  03 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> realpath-1.16.ebuild:
+  ppc/ppc64 stable wrt #401089
 
   28 Jan 2012; Raúl Porcel <armin76@gentoo.org> realpath-1.16.ebuild:
   alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #401089






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/realpath: realpath-1.16.ebuild ChangeLog
@ 2012-02-07 15:25 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-07 15:25 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/07 15:25:11

  Modified:             realpath-1.16.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #401089).
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-misc/realpath/realpath-1.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?r1=1.7&r2=1.8

Index: realpath-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- realpath-1.16.ebuild	3 Feb 2012 17:09:35 -0000	1.7
+++ realpath-1.16.ebuild	7 Feb 2012 15:25:11 -0000	1.8
@@ -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/app-misc/realpath/realpath-1.16.ebuild,v 1.7 2012/02/03 17:09:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.8 2012/02/07 15:25:11 jer Exp $
 
 EAPI="3"
 inherit eutils toolchain-funcs flag-o-matic prefix
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="!sys-freebsd/freebsd-bin



1.23                 app-misc/realpath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	3 Feb 2012 17:09:35 -0000	1.22
+++ ChangeLog	7 Feb 2012 15:25:11 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/realpath
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.22 2012/02/03 17:09:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.23 2012/02/07 15:25:11 jer Exp $
+
+  07 Feb 2012; Jeroen Roovers <jer@gentoo.org> realpath-1.16.ebuild:
+  Stable for HPPA (bug #401089).
 
   03 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> realpath-1.16.ebuild:
   ppc/ppc64 stable wrt #401089






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/realpath: realpath-1.16.ebuild ChangeLog
@ 2012-04-23 22:33 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2012-04-23 22:33 UTC (permalink / raw
  To: gentoo-commits

vapier      12/04/23 22:33:56

  Modified:             realpath-1.16.ebuild ChangeLog
  Log:
  Drop gunzip on man pages (portage automatically takes care of that), simplify use/nls logic, and only append -lintl when USE=nls as this breaks uclibc systems.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-misc/realpath/realpath-1.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?r1=1.8&r2=1.9

Index: realpath-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- realpath-1.16.ebuild	7 Feb 2012 15:25:11 -0000	1.8
+++ realpath-1.16.ebuild	23 Apr 2012 22:33:56 -0000	1.9
@@ -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/app-misc/realpath/realpath-1.16.ebuild,v 1.8 2012/02/07 15:25:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.9 2012/04/23 22:33:56 vapier Exp $
 
 EAPI="3"
 inherit eutils toolchain-funcs flag-o-matic prefix
@@ -33,7 +33,6 @@
 		cd deb
 		unpack ${PN}_${PV}_i386.deb
 		unpack ./data.tar.gz
-		gunzip -r usr/share/man || die "gunzip failed"
 	fi
 }
 
@@ -47,7 +46,7 @@
 
 src_compile() {
 	tc-export CC
-	use !elibc_glibc && append-libs -lintl
+	use nls && use !elibc_glibc && append-libs -lintl
 	[[ ${CHOST} == *-mint* ]] && append-libs "-liconv"
 	if [[ ${CHOST} == *-irix* || ${CHOST} == *-interix[35]* ]] ; then
 		append-flags -I"${EPREFIX}"/usr/$(get_libdir)/gnulib/include
@@ -55,12 +54,12 @@
 		append-libs -lgnu
 	fi
 
-	emake VERSION="${PV}" SUBDIRS="src man $(use nls && echo po)" \
+	emake VERSION="${PV}" SUBDIRS="src man $(usex nls po '')" \
 		|| die "emake failed"
 }
 
 src_install() {
-	emake VERSION="${PV}" SUBDIRS="src man $(use nls && echo po)" \
+	emake VERSION="${PV}" SUBDIRS="src man $(usex nls po '')" \
 		DESTDIR="${D}" install || die "emake install failed"
 	newdoc debian/changelog ChangeLog.debian || die
 



1.25                 app-misc/realpath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	7 Feb 2012 20:33:14 -0000	1.24
+++ ChangeLog	23 Apr 2012 22:33:56 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/realpath
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.24 2012/02/07 20:33:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.25 2012/04/23 22:33:56 vapier Exp $
+
+  23 Apr 2012; Mike Frysinger <vapier@gentoo.org> realpath-1.16.ebuild:
+  Drop gunzip on man pages (portage automatically takes care of that), simplify
+  use/nls logic, and only append -lintl when USE=nls as this breaks uclibc
+  systems.
 
   07 Feb 2012; Justin Lecher <jlec@gentoo.org>
   -files/realpath-1.14-build.patch, -realpath-1.15-r1.ebuild,






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/realpath: realpath-1.16.ebuild ChangeLog
@ 2012-06-01  2:02 Zac Medico (zmedico)
  0 siblings, 0 replies; 7+ messages in thread
From: Zac Medico (zmedico) @ 2012-06-01  2:02 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/06/01 02:02:21

  Modified:             realpath-1.16.ebuild ChangeLog
  Log:
  inherit multilib for get_libdir
  
  (Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)

Revision  Changes    Path
1.10                 app-misc/realpath/realpath-1.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild?r1=1.9&r2=1.10

Index: realpath-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- realpath-1.16.ebuild	23 Apr 2012 22:33:56 -0000	1.9
+++ realpath-1.16.ebuild	1 Jun 2012 02:02:21 -0000	1.10
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.9 2012/04/23 22:33:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.10 2012/06/01 02:02:21 zmedico Exp $
 
 EAPI="3"
-inherit eutils toolchain-funcs flag-o-matic prefix
+inherit eutils toolchain-funcs flag-o-matic multilib prefix
 
 DESCRIPTION="Return the canonicalized absolute pathname"
 HOMEPAGE="http://packages.debian.org/unstable/utils/realpath"



1.26                 app-misc/realpath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	23 Apr 2012 22:33:56 -0000	1.25
+++ ChangeLog	1 Jun 2012 02:02:21 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/realpath
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.25 2012/04/23 22:33:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.26 2012/06/01 02:02:21 zmedico Exp $
+
+  01 Jun 2012; Zac Medico <zmedico@gentoo.org> realpath-1.16.ebuild:
+  inherit multilib for get_libdir
 
   23 Apr 2012; Mike Frysinger <vapier@gentoo.org> realpath-1.16.ebuild:
   Drop gunzip on man pages (portage automatically takes care of that), simplify






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

end of thread, other threads:[~2012-06-01  2:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 19:52 [gentoo-commits] gentoo-x86 commit in app-misc/realpath: realpath-1.16.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-28 10:59 Agostino Sarubbo (ago)
2012-01-28 19:49 Raul Porcel (armin76)
2012-02-03 17:09 Samuli Suominen (ssuominen)
2012-02-07 15:25 Jeroen Roovers (jer)
2012-04-23 22:33 Mike Frysinger (vapier)
2012-06-01  2:02 Zac Medico (zmedico)

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