public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2013-05-23  3:14 Mike Frysinger (vapier)
  0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2013-05-23  3:14 UTC (permalink / raw
  To: gentoo-commits

vapier      13/05/23 03:14:46

  Modified:             ChangeLog
  Added:                which-2.20-r1.ebuild
  Log:
  Update to EAPI=4 and build against 64bit interfaces #471024.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.43                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	17 Feb 2013 20:15:47 -0000	1.42
+++ ChangeLog	23 May 2013 03:14:46 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.42 2013/02/17 20:15:47 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.43 2013/05/23 03:14:46 vapier Exp $
+
+*which-2.20-r1 (23 May 2013)
+
+  23 May 2013; Mike Frysinger <vapier@gentoo.org> +which-2.20-r1.ebuild:
+  Update to EAPI=4 and build against 64bit interfaces #471024.
 
   17 Feb 2013; Zac Medico <zmedico@gentoo.org> which-2.20.ebuild:
   Add ~arm-linux keyword.



1.1                  sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.1&content-type=text/plain

Index: which-2.20-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.1 2013/05/23 03:14:46 vapier Exp $

EAPI="4"

inherit flag-o-matic

DESCRIPTION="Prints out location of specified executables that are in your path"
HOMEPAGE="http://www.xs4all.nl/~carlo17/which/"
SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

src_prepare() {
	append-lfs-flags
}





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2013-09-14 10:14 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-09-14 10:14 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/09/14 10:14:19

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Export AR. Bug #484854
  
  (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.2                  sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.1&r2=1.2

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- which-2.20-r1.ebuild	23 May 2013 03:14:46 -0000	1.1
+++ which-2.20-r1.ebuild	14 Sep 2013 10:14:18 -0000	1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.1 2013/05/23 03:14:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.2 2013/09/14 10:14:18 hwoarang Exp $
 
 EAPI="4"
 
-inherit flag-o-matic
+inherit flag-o-matic toolchain-funcs
+
 
 DESCRIPTION="Prints out location of specified executables that are in your path"
 HOMEPAGE="http://www.xs4all.nl/~carlo17/which/"
@@ -16,5 +17,6 @@
 IUSE=""
 
 src_prepare() {
+	export AR="$(tc-getAR)"
 	append-lfs-flags
 }



1.44                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	23 May 2013 03:14:46 -0000	1.43
+++ ChangeLog	14 Sep 2013 10:14:18 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.43 2013/05/23 03:14:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.44 2013/09/14 10:14:18 hwoarang Exp $
+
+  14 Sep 2013; Markos Chandras <hwoarang@gentoo.org> which-2.20-r1.ebuild:
+  Export AR. Bug #484854
 
 *which-2.20-r1 (23 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2013-09-14 10:44 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 15+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-09-14 10:44 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/09/14 10:44:44

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Fix my last commit to use tc-export instead
  
  (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.3                  sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.2&r2=1.3

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- which-2.20-r1.ebuild	14 Sep 2013 10:14:18 -0000	1.2
+++ which-2.20-r1.ebuild	14 Sep 2013 10:44:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.2 2013/09/14 10:14:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.3 2013/09/14 10:44:44 hwoarang Exp $
 
 EAPI="4"
 
@@ -17,6 +17,10 @@
 IUSE=""
 
 src_prepare() {
-	export AR="$(tc-getAR)"
 	append-lfs-flags
 }
+
+src_configure() {
+	tc-export AR
+	default
+}



1.45                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	14 Sep 2013 10:14:18 -0000	1.44
+++ ChangeLog	14 Sep 2013 10:44:44 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.44 2013/09/14 10:14:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.45 2013/09/14 10:44:44 hwoarang Exp $
+
+  14 Sep 2013; Markos Chandras <hwoarang@gentoo.org> which-2.20-r1.ebuild:
+  Fix my last commit to use tc-export instead
 
   14 Sep 2013; Markos Chandras <hwoarang@gentoo.org> which-2.20-r1.ebuild:
   Export AR. Bug #484854





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2013-09-14 13:35 Patrick Lauer (patrick)
  0 siblings, 0 replies; 15+ messages in thread
From: Patrick Lauer (patrick) @ 2013-09-14 13:35 UTC (permalink / raw
  To: gentoo-commits

patrick     13/09/14 13:35:23

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.4/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.3&r2=1.4

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- which-2.20-r1.ebuild	14 Sep 2013 10:44:44 -0000	1.3
+++ which-2.20-r1.ebuild	14 Sep 2013 13:35:23 -0000	1.4
@@ -1,12 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.3 2013/09/14 10:44:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.4 2013/09/14 13:35:23 patrick Exp $
 
 EAPI="4"
 
 inherit flag-o-matic toolchain-funcs
 
-
 DESCRIPTION="Prints out location of specified executables that are in your path"
 HOMEPAGE="http://www.xs4all.nl/~carlo17/which/"
 SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz"



1.46                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	14 Sep 2013 10:44:44 -0000	1.45
+++ ChangeLog	14 Sep 2013 13:35:23 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.45 2013/09/14 10:44:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.46 2013/09/14 13:35:23 patrick Exp $
+
+  14 Sep 2013; Patrick Lauer <patrick@gentoo.org> which-2.20-r1.ebuild:
+  Whitespace
 
   14 Sep 2013; Markos Chandras <hwoarang@gentoo.org> which-2.20-r1.ebuild:
   Fix my last commit to use tc-export instead





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2013-12-26 17:08 Jeroen Roovers (jer)
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers (jer) @ 2013-12-26 17:08 UTC (permalink / raw
  To: gentoo-commits

jer         13/12/26 17:08:42

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #495938).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.5                  sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.4&r2=1.5

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- which-2.20-r1.ebuild	14 Sep 2013 13:35:23 -0000	1.4
+++ which-2.20-r1.ebuild	26 Dec 2013 17:08:42 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.4 2013/09/14 13:35:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.5 2013/12/26 17:08:42 jer Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.47                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	14 Sep 2013 13:35:23 -0000	1.46
+++ ChangeLog	26 Dec 2013 17:08:42 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.46 2013/09/14 13:35:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.47 2013/12/26 17:08:42 jer Exp $
+
+  26 Dec 2013; Jeroen Roovers <jer@gentoo.org> which-2.20-r1.ebuild:
+  Stable for HPPA (bug #495938).
 
   14 Sep 2013; Patrick Lauer <patrick@gentoo.org> which-2.20-r1.ebuild:
   Whitespace





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-03  4:22 Matt Turner (mattst88)
  0 siblings, 0 replies; 15+ messages in thread
From: Matt Turner (mattst88) @ 2014-01-03  4:22 UTC (permalink / raw
  To: gentoo-commits

mattst88    14/01/03 04:22:00

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  alpha stable, bug 495938.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)

Revision  Changes    Path
1.7                  sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.6&r2=1.7

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- which-2.20-r1.ebuild	31 Dec 2013 08:46:29 -0000	1.6
+++ which-2.20-r1.ebuild	3 Jan 2014 04:21:59 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.6 2013/12/31 08:46:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.7 2014/01/03 04:21:59 mattst88 Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.49                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	31 Dec 2013 08:46:29 -0000	1.48
+++ ChangeLog	3 Jan 2014 04:21:59 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.48 2013/12/31 08:46:29 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.49 2014/01/03 04:21:59 mattst88 Exp $
+
+  03 Jan 2014; Matt Turner <mattst88@gentoo.org> which-2.20-r1.ebuild:
+  alpha stable, bug 495938.
 
   31 Dec 2013; Markus Meier <maekke@gentoo.org> which-2.20-r1.ebuild:
   arm stable, bug #495938





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-12 19:47 Pacho Ramos (pacho)
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-12 19:47 UTC (permalink / raw
  To: gentoo-commits

pacho       14/01/12 19:47:53

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #495938
  
  (Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.8                  sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.7&r2=1.8

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- which-2.20-r1.ebuild	3 Jan 2014 04:21:59 -0000	1.7
+++ which-2.20-r1.ebuild	12 Jan 2014 19:47:53 -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/sys-apps/which/which-2.20-r1.ebuild,v 1.7 2014/01/03 04:21:59 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.8 2014/01/12 19:47:53 pacho Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.50                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	3 Jan 2014 04:21:59 -0000	1.49
+++ ChangeLog	12 Jan 2014 19:47:53 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.49 2014/01/03 04:21:59 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.50 2014/01/12 19:47:53 pacho Exp $
+
+  12 Jan 2014; Pacho Ramos <pacho@gentoo.org> which-2.20-r1.ebuild:
+  amd64 stable, bug #495938
 
   03 Jan 2014; Matt Turner <mattst88@gentoo.org> which-2.20-r1.ebuild:
   alpha stable, bug 495938.





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-14 13:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-14 13:58 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/14 13:58:18

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #495938
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.8&r2=1.9

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- which-2.20-r1.ebuild	12 Jan 2014 19:47:53 -0000	1.8
+++ which-2.20-r1.ebuild	14 Jan 2014 13:58:18 -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/sys-apps/which/which-2.20-r1.ebuild,v 1.8 2014/01/12 19:47:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.9 2014/01/14 13:58:18 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.51                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	12 Jan 2014 19:47:53 -0000	1.50
+++ ChangeLog	14 Jan 2014 13:58:18 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.50 2014/01/12 19:47:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.51 2014/01/14 13:58:18 ago Exp $
+
+  14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
+  Stable for x86, wrt bug #495938
 
   12 Jan 2014; Pacho Ramos <pacho@gentoo.org> which-2.20-r1.ebuild:
   amd64 stable, bug #495938





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-14 15:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-14 15:33 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/14 15:33:28

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #495938
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.9&r2=1.10

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- which-2.20-r1.ebuild	14 Jan 2014 13:58:18 -0000	1.9
+++ which-2.20-r1.ebuild	14 Jan 2014 15:33:28 -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/sys-apps/which/which-2.20-r1.ebuild,v 1.9 2014/01/14 13:58:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.10 2014/01/14 15:33:28 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.52                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	14 Jan 2014 13:58:18 -0000	1.51
+++ ChangeLog	14 Jan 2014 15:33:28 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.51 2014/01/14 13:58:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.52 2014/01/14 15:33:28 ago Exp $
+
+  14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
+  Stable for ppc, wrt bug #495938
 
   14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
   Stable for x86, wrt bug #495938





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-15  9:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-15  9:40 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/15 09:40:23

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #495938
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.10&r2=1.11

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- which-2.20-r1.ebuild	14 Jan 2014 15:33:28 -0000	1.10
+++ which-2.20-r1.ebuild	15 Jan 2014 09:40:23 -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/sys-apps/which/which-2.20-r1.ebuild,v 1.10 2014/01/14 15:33:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.11 2014/01/15 09:40:23 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.53                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	14 Jan 2014 15:33:28 -0000	1.52
+++ ChangeLog	15 Jan 2014 09:40:23 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.52 2014/01/14 15:33:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.53 2014/01/15 09:40:23 ago Exp $
+
+  15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
+  Stable for ia64, wrt bug #495938
 
   14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
   Stable for ppc, wrt bug #495938





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-17  6:16 Mike Frysinger (vapier)
  0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-17  6:16 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/17 06:16:54

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.12                 sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.11&r2=1.12

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- which-2.20-r1.ebuild	15 Jan 2014 09:40:23 -0000	1.11
+++ which-2.20-r1.ebuild	17 Jan 2014 06:16:54 -0000	1.12
@@ -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-apps/which/which-2.20-r1.ebuild,v 1.11 2014/01/15 09:40:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.12 2014/01/17 06:16:54 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.54                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	15 Jan 2014 09:40:23 -0000	1.53
+++ ChangeLog	17 Jan 2014 06:16:54 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.53 2014/01/15 09:40:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.54 2014/01/17 06:16:54 vapier Exp $
+
+  17 Jan 2014; Mike Frysinger <vapier@gentoo.org> which-2.20-r1.ebuild:
+  Mark m68k/s390/sh stable.
 
   15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
   Stable for ia64, wrt bug #495938





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-18  3:28 Mike Frysinger (vapier)
  0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-18  3:28 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/18 03:28:54

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.13                 sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.12&r2=1.13

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- which-2.20-r1.ebuild	17 Jan 2014 06:16:54 -0000	1.12
+++ which-2.20-r1.ebuild	18 Jan 2014 03:28:54 -0000	1.13
@@ -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-apps/which/which-2.20-r1.ebuild,v 1.12 2014/01/17 06:16:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.13 2014/01/18 03:28:54 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.55                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	17 Jan 2014 06:16:54 -0000	1.54
+++ ChangeLog	18 Jan 2014 03:28:54 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.54 2014/01/17 06:16:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.55 2014/01/18 03:28:54 vapier Exp $
+
+  18 Jan 2014; Mike Frysinger <vapier@gentoo.org> which-2.20-r1.ebuild:
+  Add arm64 love.
 
   17 Jan 2014; Mike Frysinger <vapier@gentoo.org> which-2.20-r1.ebuild:
   Mark m68k/s390/sh stable.





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-19 10:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 10:27 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/19 10:27:51

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #495938
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.14                 sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.13&r2=1.14

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- which-2.20-r1.ebuild	18 Jan 2014 03:28:54 -0000	1.13
+++ which-2.20-r1.ebuild	19 Jan 2014 10:27:51 -0000	1.14
@@ -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-apps/which/which-2.20-r1.ebuild,v 1.13 2014/01/18 03:28:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.14 2014/01/19 10:27:51 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.56                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	18 Jan 2014 03:28:54 -0000	1.55
+++ ChangeLog	19 Jan 2014 10:27:51 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.55 2014/01/18 03:28:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.56 2014/01/19 10:27:51 ago Exp $
+
+  19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
+  Stable for ppc64, wrt bug #495938
 
   18 Jan 2014; Mike Frysinger <vapier@gentoo.org> which-2.20-r1.ebuild:
   Add arm64 love.





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-01-26 12:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 12:19 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/26 12:19:19

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #495938
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.15                 sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.14&r2=1.15

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- which-2.20-r1.ebuild	19 Jan 2014 10:27:51 -0000	1.14
+++ which-2.20-r1.ebuild	26 Jan 2014 12:19:19 -0000	1.15
@@ -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-apps/which/which-2.20-r1.ebuild,v 1.14 2014/01/19 10:27:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.15 2014/01/26 12:19:19 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.57                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	19 Jan 2014 10:27:51 -0000	1.56
+++ ChangeLog	26 Jan 2014 12:19:19 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.56 2014/01/19 10:27:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.57 2014/01/26 12:19:19 ago Exp $
+
+  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
+  Stable for sparc, wrt bug #495938
 
   19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
   Stable for ppc64, wrt bug #495938





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog
@ 2014-11-15  8:08 Mike Frysinger (vapier)
  0 siblings, 0 replies; 15+ messages in thread
From: Mike Frysinger (vapier) @ 2014-11-15  8:08 UTC (permalink / raw
  To: gentoo-commits

vapier      14/11/15 08:08:56

  Modified:             which-2.20-r1.ebuild ChangeLog
  Log:
  Update HOMEPAGE/SRC_URI #515528 by Manfred Knick.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.16                 sys-apps/which/which-2.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild?r1=1.15&r2=1.16

Index: which-2.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- which-2.20-r1.ebuild	26 Jan 2014 12:19:19 -0000	1.15
+++ which-2.20-r1.ebuild	15 Nov 2014 08:08:56 -0000	1.16
@@ -1,14 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.15 2014/01/26 12:19:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.16 2014/11/15 08:08:56 vapier Exp $
 
 EAPI="4"
 
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Prints out location of specified executables that are in your path"
-HOMEPAGE="http://www.xs4all.nl/~carlo17/which/"
-SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz"
+HOMEPAGE="https://carlowood.github.io/which/"
+SRC_URI="https://carlowood.github.io/which/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



1.58                 sys-apps/which/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/which/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	26 Jan 2014 12:19:19 -0000	1.57
+++ ChangeLog	15 Nov 2014 08:08:56 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/which
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.57 2014/01/26 12:19:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.58 2014/11/15 08:08:56 vapier Exp $
+
+  15 Nov 2014; Mike Frysinger <vapier@gentoo.org> which-2.20-r1.ebuild:
+  Update HOMEPAGE/SRC_URI #515528 by Manfred Knick.
 
   26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild:
   Stable for sparc, wrt bug #495938





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

end of thread, other threads:[~2014-11-15  8:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26 12:19 [gentoo-commits] gentoo-x86 commit in sys-apps/which: which-2.20-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-15  8:08 Mike Frysinger (vapier)
2014-01-19 10:27 Agostino Sarubbo (ago)
2014-01-18  3:28 Mike Frysinger (vapier)
2014-01-17  6:16 Mike Frysinger (vapier)
2014-01-15  9:40 Agostino Sarubbo (ago)
2014-01-14 15:33 Agostino Sarubbo (ago)
2014-01-14 13:58 Agostino Sarubbo (ago)
2014-01-12 19:47 Pacho Ramos (pacho)
2014-01-03  4:22 Matt Turner (mattst88)
2013-12-26 17:08 Jeroen Roovers (jer)
2013-09-14 13:35 Patrick Lauer (patrick)
2013-09-14 10:44 Markos Chandras (hwoarang)
2013-09-14 10:14 Markos Chandras (hwoarang)
2013-05-23  3:14 Mike Frysinger (vapier)

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