public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-06-24  4:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-06-24  4:35 UTC (permalink / raw
  To: gentoo-commits

jer         10/06/24 04:35:28

  Modified:             ChangeLog
  Added:                whois-5.0.5.ebuild
  Log:
  Version bump thanks to Michael (bug #325239).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.136                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	26 Apr 2010 20:26:06 -0000	1.135
+++ ChangeLog	24 Jun 2010 04:35:28 -0000	1.136
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.135 2010/04/26 20:26:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.136 2010/06/24 04:35:28 jer Exp $
+
+*whois-5.0.5 (24 Jun 2010)
+
+  24 Jun 2010; Jeroen Roovers <jer@gentoo.org> +whois-5.0.5.ebuild:
+  Version bump thanks to Michael (bug #325239).
 
 *whois-5.0.2 (26 Apr 2010)
 



1.1                  net-misc/whois/whois-5.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild?rev=1.1&content-type=text/plain

Index: whois-5.0.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.1 2010/06/24 04:35:28 jer Exp $

inherit eutils toolchain-funcs

MY_P=${P/-/_}
DESCRIPTION="improved Whois Client"
HOMEPAGE="http://www.linux.it/~md/software/"
SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="nls"
RESTRICT="test" #59327

RDEPEND="net-dns/libidn"
DEPEND="${RDEPEND}
	>=dev-lang/perl-5"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch

	if use nls ; then
		sed -i -e 's:#\(.*pos\):\1:' Makefile
	else
		sed -i -e '/ENABLE_NLS/s:define:undef:' config.h
	fi
}

src_compile() {
	tc-export CC
	emake CFLAGS="${CFLAGS} ${CPPFLAGS}" HAVE_LIBIDN=1 || die
}

src_install() {
	emake BASEDIR="${D}" prefix=/usr install || die
	insinto /etc
	doins whois.conf
	dodoc README debian/changelog

	if [[ ${USERLAND} != "GNU" ]]; then
		mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1
		mv "${D}"/usr/bin/{whois,mdwhois}
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-07-24 18:08 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-07-24 18:08 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/07/24 18:08:19

  Modified:             ChangeLog whois-5.0.5.ebuild
  Log:
  x86 stable wrt bug #329663
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.138                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.137&r2=1.138

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	24 Jul 2010 05:57:32 -0000	1.137
+++ ChangeLog	24 Jul 2010 18:08:19 -0000	1.138
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.137 2010/07/24 05:57:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.138 2010/07/24 18:08:19 phajdan.jr Exp $
+
+  24 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> whois-5.0.5.ebuild:
+  x86 stable wrt bug #329663
 
 *whois-5.0.6 (24 Jul 2010)
 



1.2                  net-misc/whois/whois-5.0.5.ebuild

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

Index: whois-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- whois-5.0.5.ebuild	24 Jun 2010 04:35:28 -0000	1.1
+++ whois-5.0.5.ebuild	24 Jul 2010 18:08:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.1 2010/06/24 04:35:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.2 2010/07/24 18:08:19 phajdan.jr Exp $
 
 inherit eutils toolchain-funcs
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-07-26 12:08 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-26 12:08 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/26 12:08:59

  Modified:             ChangeLog whois-5.0.5.ebuild
  Log:
  Stable for HPPA (bug #329663).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.139                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.138&r2=1.139

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	24 Jul 2010 18:08:19 -0000	1.138
+++ ChangeLog	26 Jul 2010 12:08:59 -0000	1.139
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.138 2010/07/24 18:08:19 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.139 2010/07/26 12:08:59 jer Exp $
+
+  26 Jul 2010; Jeroen Roovers <jer@gentoo.org> whois-5.0.5.ebuild:
+  Stable for HPPA (bug #329663).
 
   24 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> whois-5.0.5.ebuild:
   x86 stable wrt bug #329663



1.3                  net-misc/whois/whois-5.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild?r1=1.2&r2=1.3

Index: whois-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- whois-5.0.5.ebuild	24 Jul 2010 18:08:19 -0000	1.2
+++ whois-5.0.5.ebuild	26 Jul 2010 12:08:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.2 2010/07/24 18:08:19 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.3 2010/07/26 12:08:59 jer Exp $
 
 inherit eutils toolchain-funcs
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-07-29 18:58 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-29 18:58 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/29 18:58:40

  Modified:             ChangeLog whois-5.0.5.ebuild
  Log:
  Stable on amd64 wrt bug #329663
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.141                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.140&r2=1.141

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	28 Jul 2010 15:32:33 -0000	1.140
+++ ChangeLog	29 Jul 2010 18:58:40 -0000	1.141
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.140 2010/07/28 15:32:33 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.141 2010/07/29 18:58:40 hwoarang Exp $
+
+  29 Jul 2010; Markos Chandras <hwoarang@gentoo.org> whois-5.0.5.ebuild:
+  Stable on amd64 wrt bug #329663
 
   28 Jul 2010; Jeremy Olexa <darkside@gentoo.org> whois-5.0.6.ebuild:
   Migrate changes from Gentoo Prefix overlay. Convert to EAPI3, add



1.4                  net-misc/whois/whois-5.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild?r1=1.3&r2=1.4

Index: whois-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- whois-5.0.5.ebuild	26 Jul 2010 12:08:59 -0000	1.3
+++ whois-5.0.5.ebuild	29 Jul 2010 18:58:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.3 2010/07/26 12:08:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.4 2010/07/29 18:58:40 hwoarang Exp $
 
 inherit eutils toolchain-funcs
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-08-13  4:20 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-08-13  4:20 UTC (permalink / raw
  To: gentoo-commits

darkside    10/08/13 04:20:14

  Modified:             ChangeLog whois-5.0.5.ebuild
  Log:
  arm stable, bug 329663
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.142                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	29 Jul 2010 18:58:40 -0000	1.141
+++ ChangeLog	13 Aug 2010 04:20:13 -0000	1.142
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.141 2010/07/29 18:58:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.142 2010/08/13 04:20:13 darkside Exp $
+
+  13 Aug 2010; Jeremy Olexa <darkside@gentoo.org> whois-5.0.5.ebuild:
+  arm stable, bug 329663
 
   29 Jul 2010; Markos Chandras <hwoarang@gentoo.org> whois-5.0.5.ebuild:
   Stable on amd64 wrt bug #329663



1.5                  net-misc/whois/whois-5.0.5.ebuild

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

Index: whois-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- whois-5.0.5.ebuild	29 Jul 2010 18:58:40 -0000	1.4
+++ whois-5.0.5.ebuild	13 Aug 2010 04:20:13 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.4 2010/07/29 18:58:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.5 2010/08/13 04:20:13 darkside Exp $
 
 inherit eutils toolchain-funcs
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-08-13 17:14 Joseph Jezak (josejx)
  0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-13 17:14 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/13 17:14:25

  Modified:             ChangeLog whois-5.0.5.ebuild
  Log:
  Marked ppc/ppc64 stable for bug #329663.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.143                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.142&r2=1.143

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog	13 Aug 2010 04:20:13 -0000	1.142
+++ ChangeLog	13 Aug 2010 17:14:24 -0000	1.143
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.142 2010/08/13 04:20:13 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.143 2010/08/13 17:14:24 josejx Exp $
+
+  13 Aug 2010; Joseph Jezak <josejx@gentoo.org> whois-5.0.5.ebuild:
+  Marked ppc/ppc64 stable for bug #329663.
 
   13 Aug 2010; Jeremy Olexa <darkside@gentoo.org> whois-5.0.5.ebuild:
   arm stable, bug 329663



1.6                  net-misc/whois/whois-5.0.5.ebuild

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

Index: whois-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- whois-5.0.5.ebuild	13 Aug 2010 04:20:13 -0000	1.5
+++ whois-5.0.5.ebuild	13 Aug 2010 17:14:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.5 2010/08/13 04:20:13 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.6 2010/08/13 17:14:24 josejx Exp $
 
 inherit eutils toolchain-funcs
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-09-19 13:25 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-09-19 13:25 UTC (permalink / raw
  To: gentoo-commits

klausman    10/09/19 13:25:35

  Modified:             ChangeLog whois-5.0.5.ebuild
  Log:
  Stable on alpha, bug #329663, thanks to mattst88 for testing
  
  (Portage version: 2.1.9.7/cvs/Linux x86_64)

Revision  Changes    Path
1.144                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.143&r2=1.144

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog	13 Aug 2010 17:14:24 -0000	1.143
+++ ChangeLog	19 Sep 2010 13:25:35 -0000	1.144
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.143 2010/08/13 17:14:24 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.144 2010/09/19 13:25:35 klausman Exp $
+
+  19 Sep 2010; Tobias Klausmann <klausman@gentoo.org> whois-5.0.5.ebuild:
+  Stable on alpha, bug #329663, thanks to mattst88 for testing
 
   13 Aug 2010; Joseph Jezak <josejx@gentoo.org> whois-5.0.5.ebuild:
   Marked ppc/ppc64 stable for bug #329663.



1.7                  net-misc/whois/whois-5.0.5.ebuild

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

Index: whois-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- whois-5.0.5.ebuild	13 Aug 2010 17:14:24 -0000	1.6
+++ whois-5.0.5.ebuild	19 Sep 2010 13:25:35 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.6 2010/08/13 17:14:24 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.7 2010/09/19 13:25:35 klausman Exp $
 
 inherit eutils toolchain-funcs
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-09-19 19:21 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2010-09-19 19:21 UTC (permalink / raw
  To: gentoo-commits

vapier      10/09/19 19:21:09

  Modified:             ChangeLog whois-5.0.5.ebuild
  Log:
  Stabilize for ia64/s390/sh #329663.
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.145                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	19 Sep 2010 13:25:35 -0000	1.144
+++ ChangeLog	19 Sep 2010 19:21:09 -0000	1.145
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.144 2010/09/19 13:25:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.145 2010/09/19 19:21:09 vapier Exp $
+
+  19 Sep 2010; Mike Frysinger <vapier@gentoo.org> whois-5.0.5.ebuild:
+  Stabilize for ia64/s390/sh #329663.
 
   19 Sep 2010; Tobias Klausmann <klausman@gentoo.org> whois-5.0.5.ebuild:
   Stable on alpha, bug #329663, thanks to mattst88 for testing



1.8                  net-misc/whois/whois-5.0.5.ebuild

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

Index: whois-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- whois-5.0.5.ebuild	19 Sep 2010 13:25:35 -0000	1.7
+++ whois-5.0.5.ebuild	19 Sep 2010 19:21:09 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.7 2010/09/19 13:25:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.8 2010/09/19 19:21:09 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh ~sparc x86 ~x86-fbsd"
 IUSE="nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild
@ 2010-09-25 15:13 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-25 15:13 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/25 15:13:27

  Modified:             ChangeLog whois-5.0.5.ebuild
  Log:
  Stable for SPARC (bug #329663).
  
  (Portage version: 2.2_rc86/cvs/Linux i686)

Revision  Changes    Path
1.147                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	25 Sep 2010 06:05:06 -0000	1.146
+++ ChangeLog	25 Sep 2010 15:13:27 -0000	1.147
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.146 2010/09/25 06:05:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.147 2010/09/25 15:13:27 jer Exp $
+
+  25 Sep 2010; Jeroen Roovers <jer@gentoo.org> whois-5.0.5.ebuild:
+  Stable for SPARC (bug #329663).
 
 *whois-5.0.7 (25 Sep 2010)
 



1.9                  net-misc/whois/whois-5.0.5.ebuild

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

Index: whois-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- whois-5.0.5.ebuild	19 Sep 2010 19:21:09 -0000	1.8
+++ whois-5.0.5.ebuild	25 Sep 2010 15:13:27 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.8 2010/09/19 19:21:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.5.ebuild,v 1.9 2010/09/25 15:13:27 jer Exp $
 
 inherit eutils toolchain-funcs
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="nls"
 RESTRICT="test" #59327
 






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

end of thread, other threads:[~2010-09-25 15:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 12:08 [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.5.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-25 15:13 Jeroen Roovers (jer)
2010-09-19 19:21 Mike Frysinger (vapier)
2010-09-19 13:25 Tobias Klausmann (klausman)
2010-08-13 17:14 Joseph Jezak (josejx)
2010-08-13  4:20 Jeremy Olexa (darkside)
2010-07-29 18:58 Markos Chandras (hwoarang)
2010-07-24 18:08 PaweA Hajdan (phajdan.jr)
2010-06-24  4:35 Jeroen Roovers (jer)

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