public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-04-17 20:59 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-04-17 20:59 UTC (permalink / raw
  To: gentoo-commits

ottxor      14/04/17 20:59:40

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  added prefix support (no solaris)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.2                  app-shells/dash/dash-0.5.7.4.ebuild

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

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dash-0.5.7.4.ebuild	18 Feb 2014 12:03:40 -0000	1.1
+++ dash-0.5.7.4.ebuild	17 Apr 2014 20:59:40 -0000	1.2
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.1 2014/02/18 12:03:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.2 2014/04/17 20:59:40 ottxor Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"
@@ -47,7 +47,7 @@
 	use static && append-ldflags -static
 	# Do not pass --enable-glob due to #443552.
 	econf \
-		--bindir=/bin \
+		--bindir="${EPREFIX}"/bin \
 		--enable-fnmatch \
 		$(use_with libedit)
 }



1.115                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	18 Feb 2014 12:03:40 -0000	1.114
+++ ChangeLog	17 Apr 2014 20:59:40 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.114 2014/02/18 12:03:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.115 2014/04/17 20:59:40 ottxor Exp $
+
+  17 Apr 2014; Christoph Junghans <ottxor@gentoo.org> dash-0.5.7.4.ebuild:
+  added prefix support (no solaris)
 
 *dash-0.5.7.4 (18 Feb 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-10-02 18:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-10-02 18:06 UTC (permalink / raw
  To: gentoo-commits

jer         14/10/02 18:06:21

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #524262).
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  app-shells/dash/dash-0.5.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?r1=1.2&r2=1.3

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dash-0.5.7.4.ebuild	17 Apr 2014 20:59:40 -0000	1.2
+++ dash-0.5.7.4.ebuild	2 Oct 2014 18:06:21 -0000	1.3
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.2 2014/04/17 20:59:40 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.3 2014/10/02 18:06:21 jer Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



1.117                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	2 Oct 2014 09:15:35 -0000	1.116
+++ ChangeLog	2 Oct 2014 18:06:21 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.116 2014/10/02 09:15:35 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.117 2014/10/02 18:06:21 jer Exp $
+
+  02 Oct 2014; Jeroen Roovers <jer@gentoo.org> dash-0.5.7.4.ebuild:
+  Stable for HPPA (bug #524262).
 
 *dash-0.5.8.1 (02 Oct 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-10-09  9:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-09  9:13 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/09 09:13:15

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #524262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-shells/dash/dash-0.5.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?r1=1.3&r2=1.4

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dash-0.5.7.4.ebuild	2 Oct 2014 18:06:21 -0000	1.3
+++ dash-0.5.7.4.ebuild	9 Oct 2014 09:13:15 -0000	1.4
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.3 2014/10/02 18:06:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.4 2014/10/09 09:13:15 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



1.118                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	2 Oct 2014 18:06:21 -0000	1.117
+++ ChangeLog	9 Oct 2014 09:13:15 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.117 2014/10/02 18:06:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.118 2014/10/09 09:13:15 ago Exp $
+
+  09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
+  Stable for amd64, wrt bug #524262
 
   02 Oct 2014; Jeroen Roovers <jer@gentoo.org> dash-0.5.7.4.ebuild:
   Stable for HPPA (bug #524262).





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

* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-10-10 10:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-10 10:57 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/10 10:57:20

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #524262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-shells/dash/dash-0.5.7.4.ebuild

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

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dash-0.5.7.4.ebuild	9 Oct 2014 09:13:15 -0000	1.4
+++ dash-0.5.7.4.ebuild	10 Oct 2014 10:57:20 -0000	1.5
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.4 2014/10/09 09:13:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.5 2014/10/10 10:57:20 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



1.119                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	9 Oct 2014 09:13:15 -0000	1.118
+++ ChangeLog	10 Oct 2014 10:57:20 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.118 2014/10/09 09:13:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.119 2014/10/10 10:57:20 ago Exp $
+
+  10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
+  Stable for x86, wrt bug #524262
 
   09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
   Stable for amd64, wrt bug #524262





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

* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-10-18 14:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-18 14:20 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/18 14:20:51

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #524262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  app-shells/dash/dash-0.5.7.4.ebuild

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

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dash-0.5.7.4.ebuild	10 Oct 2014 20:10:38 -0000	1.6
+++ dash-0.5.7.4.ebuild	18 Oct 2014 14:20:51 -0000	1.7
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.6 2014/10/10 20:10:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.7 2014/10/18 14:20:51 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



1.121                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	10 Oct 2014 20:10:38 -0000	1.120
+++ ChangeLog	18 Oct 2014 14:20:51 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.120 2014/10/10 20:10:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.121 2014/10/18 14:20:51 ago Exp $
+
+  18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
+  Stable for ppc, wrt bug #524262
 
   10 Oct 2014; Markus Meier <maekke@gentoo.org> dash-0.5.7.4.ebuild:
   arm stable, bug #524262





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

* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-10-27 16:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-27 16:01 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/27 16:01:43

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #524262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  app-shells/dash/dash-0.5.7.4.ebuild

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

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dash-0.5.7.4.ebuild	18 Oct 2014 14:20:51 -0000	1.7
+++ dash-0.5.7.4.ebuild	27 Oct 2014 16:01:43 -0000	1.8
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.7 2014/10/18 14:20:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.8 2014/10/27 16:01:43 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



1.122                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	18 Oct 2014 14:20:51 -0000	1.121
+++ ChangeLog	27 Oct 2014 16:01:43 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.121 2014/10/18 14:20:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.122 2014/10/27 16:01:43 ago Exp $
+
+  27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
+  Stable for ppc64, wrt bug #524262
 
   18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
   Stable for ppc, wrt bug #524262





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

* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-10-28 10:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-28 10:50 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/28 10:50:55

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #524262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  app-shells/dash/dash-0.5.7.4.ebuild

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

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dash-0.5.7.4.ebuild	27 Oct 2014 16:01:43 -0000	1.8
+++ dash-0.5.7.4.ebuild	28 Oct 2014 10:50:55 -0000	1.9
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.8 2014/10/27 16:01:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.9 2014/10/28 10:50:55 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



1.123                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	27 Oct 2014 16:01:43 -0000	1.122
+++ ChangeLog	28 Oct 2014 10:50:55 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.122 2014/10/27 16:01:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.123 2014/10/28 10:50:55 ago Exp $
+
+  28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
+  Stable for ia64, wrt bug #524262
 
   27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
   Stable for ppc64, wrt bug #524262





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

* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-10-29  9:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-29  9:24 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/29 09:24:39

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #524262
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 app-shells/dash/dash-0.5.7.4.ebuild

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

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dash-0.5.7.4.ebuild	28 Oct 2014 10:50:55 -0000	1.9
+++ dash-0.5.7.4.ebuild	29 Oct 2014 09:24:39 -0000	1.10
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.9 2014/10/28 10:50:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.10 2014/10/29 09:24:39 ago Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



1.124                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	28 Oct 2014 10:50:55 -0000	1.123
+++ ChangeLog	29 Oct 2014 09:24:39 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.123 2014/10/28 10:50:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.124 2014/10/29 09:24:39 ago Exp $
+
+  29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
+  Stable for sparc, wrt bug #524262
 
   28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> dash-0.5.7.4.ebuild:
   Stable for ia64, wrt bug #524262





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

* [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog
@ 2014-11-01 18:08 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2014-11-01 18:08 UTC (permalink / raw
  To: gentoo-commits

vapier      14/11/01 18:08:16

  Modified:             dash-0.5.7.4.ebuild ChangeLog
  Log:
  Mark alpha/arm64/s390/sh stable #524262.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.11                 app-shells/dash/dash-0.5.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild?r1=1.10&r2=1.11

Index: dash-0.5.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dash-0.5.7.4.ebuild	29 Oct 2014 09:24:39 -0000	1.10
+++ dash-0.5.7.4.ebuild	1 Nov 2014 18:08:16 -0000	1.11
@@ -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/app-shells/dash/dash-0.5.7.4.ebuild,v 1.10 2014/10/29 09:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.7.4.ebuild,v 1.11 2014/11/01 18:08:16 vapier Exp $
 
 EAPI="4"
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libedit static"
 
 RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"



1.126                app-shells/dash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	31 Oct 2014 19:25:38 -0000	1.125
+++ ChangeLog	1 Nov 2014 18:08:16 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/dash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.125 2014/10/31 19:25:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.126 2014/11/01 18:08:16 vapier Exp $
+
+  01 Nov 2014; Mike Frysinger <vapier@gentoo.org> dash-0.5.7.4.ebuild:
+  Mark alpha/arm64/s390/sh stable #524262.
 
 *dash-0.5.8.1-r1 (31 Oct 2014)
 





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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27 16:01 [gentoo-commits] gentoo-x86 commit in app-shells/dash: dash-0.5.7.4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-01 18:08 Mike Frysinger (vapier)
2014-10-29  9:24 Agostino Sarubbo (ago)
2014-10-28 10:50 Agostino Sarubbo (ago)
2014-10-18 14:20 Agostino Sarubbo (ago)
2014-10-10 10:57 Agostino Sarubbo (ago)
2014-10-09  9:13 Agostino Sarubbo (ago)
2014-10-02 18:06 Jeroen Roovers (jer)
2014-04-17 20:59 Christoph Junghans (ottxor)

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