public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog
@ 2008-12-25 21:19 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2008-12-25 21:19 UTC (permalink / raw
  To: gentoo-commits

vapier      08/12/25 21:19:42

  Modified:             ChangeLog
  Added:                whois-4.7.30.ebuild
  Log:
  Version bump #252435 by Arfrever Frehtes Taifersar Arahesis.
  (Portage version: 2.2_rc18/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.112                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	17 Aug 2008 17:19:07 -0000	1.111
+++ ChangeLog	25 Dec 2008 21:19:42 -0000	1.112
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.111 2008/08/17 17:19:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.112 2008/12/25 21:19:42 vapier Exp $
+
+*whois-4.7.30 (25 Dec 2008)
+
+  25 Dec 2008; Mike Frysinger <vapier@gentoo.org> +whois-4.7.30.ebuild:
+  Version bump #252435 by Arfrever Frehtes Taifersar Arahesis.
 
 *whois-4.7.27 (17 Aug 2008)
 



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

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

Index: whois-4.7.30.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.1 2008/12/25 21:19:42 vapier 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.26-gentoo-security.patch
	epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch

	if use nls ; then
		cd po
		sed -i -e "s:/usr/bin/install:install:" Makefile
		echo 'install-pos: install' >> Makefile
	else
		sed -i -e '/ENABLE_NLS/s:define:undef:' config.h
		sed -i -e "s:cd po.*::" Makefile
	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

	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] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog
@ 2009-05-24 23:52 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-05-24 23:52 UTC (permalink / raw
  To: gentoo-commits

jer         09/05/24 23:52:16

  Modified:             whois-4.7.30.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #271096).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.2                  net-misc/whois/whois-4.7.30.ebuild

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

Index: whois-4.7.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- whois-4.7.30.ebuild	25 Dec 2008 21:19:42 -0000	1.1
+++ whois-4.7.30.ebuild	24 May 2009 23:52:16 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.1 2008/12/25 21:19:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.2 2009/05/24 23:52:16 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
 



1.121                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	24 May 2009 18:31:47 -0000	1.120
+++ ChangeLog	24 May 2009 23:52:16 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.120 2009/05/24 18:31:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.121 2009/05/24 23:52:16 jer Exp $
+
+  24 May 2009; Jeroen Roovers <jer@gentoo.org> whois-4.7.30.ebuild:
+  Stable for HPPA (bug #271096).
 
 *whois-4.7.33 (24 May 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog
@ 2009-05-25 19:03 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-05-25 19:03 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/25 19:03:50

  Modified:             whois-4.7.30.ebuild ChangeLog
  Log:
  Marking whois-4.7.30 ppc64 for bug 271096
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  net-misc/whois/whois-4.7.30.ebuild

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

Index: whois-4.7.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- whois-4.7.30.ebuild	24 May 2009 23:52:16 -0000	1.2
+++ whois-4.7.30.ebuild	25 May 2009 19:03:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.2 2009/05/24 23:52:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.3 2009/05/25 19:03:50 ranger 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
 



1.122                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	24 May 2009 23:52:16 -0000	1.121
+++ ChangeLog	25 May 2009 19:03:50 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.121 2009/05/24 23:52:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.122 2009/05/25 19:03:50 ranger Exp $
+
+  25 May 2009; Brent Baude <ranger@gentoo.org> whois-4.7.30.ebuild:
+  Marking whois-4.7.30 ppc64 for bug 271096
 
   24 May 2009; Jeroen Roovers <jer@gentoo.org> whois-4.7.30.ebuild:
   Stable for HPPA (bug #271096).






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog
@ 2009-05-26 19:04 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 8+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-05-26 19:04 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/05/26 19:04:18

  Modified:             whois-4.7.30.ebuild ChangeLog
  Log:
  Sparc stable, Bug #271096.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-misc/whois/whois-4.7.30.ebuild

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

Index: whois-4.7.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- whois-4.7.30.ebuild	25 May 2009 19:03:50 -0000	1.3
+++ whois-4.7.30.ebuild	26 May 2009 19:04:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.3 2009/05/25 19:03:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.4 2009/05/26 19:04:18 fmccor 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
 



1.123                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	25 May 2009 19:03:50 -0000	1.122
+++ ChangeLog	26 May 2009 19:04:18 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.122 2009/05/25 19:03:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.123 2009/05/26 19:04:18 fmccor Exp $
+
+  26 May 2009; Ferris McCormick <fmccor@gentoo.org> whois-4.7.30.ebuild:
+  Sparc stable, Bug #271096.
 
   25 May 2009; Brent Baude <ranger@gentoo.org> whois-4.7.30.ebuild:
   Marking whois-4.7.30 ppc64 for bug 271096






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog
@ 2009-05-27 10:36 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-27 10:36 UTC (permalink / raw
  To: gentoo-commits

fauli       09/05/27 10:36:41

  Modified:             whois-4.7.30.ebuild ChangeLog
  Log:
  stable x86, bug 271096
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.5                  net-misc/whois/whois-4.7.30.ebuild

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

Index: whois-4.7.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- whois-4.7.30.ebuild	26 May 2009 19:04:18 -0000	1.4
+++ whois-4.7.30.ebuild	27 May 2009 10:36:41 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.4 2009/05/26 19:04:18 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.5 2009/05/27 10:36:41 fauli 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
 



1.124                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	26 May 2009 19:04:18 -0000	1.123
+++ ChangeLog	27 May 2009 10:36:41 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.123 2009/05/26 19:04:18 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.124 2009/05/27 10:36:41 fauli Exp $
+
+  27 May 2009; Christian Faulhammer <fauli@gentoo.org> whois-4.7.30.ebuild:
+  stable x86, bug 271096
 
   26 May 2009; Ferris McCormick <fmccor@gentoo.org> whois-4.7.30.ebuild:
   Sparc stable, Bug #271096.






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog
@ 2009-05-28 16:27 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-28 16:27 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/28 16:27:16

  Modified:             whois-4.7.30.ebuild ChangeLog
  Log:
  alpha/arm/ia64/s390/sh stable wrt #271096
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.6                  net-misc/whois/whois-4.7.30.ebuild

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

Index: whois-4.7.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- whois-4.7.30.ebuild	27 May 2009 10:36:41 -0000	1.5
+++ whois-4.7.30.ebuild	28 May 2009 16:27:15 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.5 2009/05/27 10:36:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.6 2009/05/28 16:27:15 armin76 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
 



1.125                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	27 May 2009 10:36:41 -0000	1.124
+++ ChangeLog	28 May 2009 16:27:15 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.124 2009/05/27 10:36:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.125 2009/05/28 16:27:15 armin76 Exp $
+
+  28 May 2009; Raúl Porcel <armin76@gentoo.org> whois-4.7.30.ebuild:
+  alpha/arm/ia64/s390/sh stable wrt #271096
 
   27 May 2009; Christian Faulhammer <fauli@gentoo.org> whois-4.7.30.ebuild:
   stable x86, bug 271096






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog
@ 2009-05-28 19:50 Steve Dibb (beandog)
  0 siblings, 0 replies; 8+ messages in thread
From: Steve Dibb (beandog) @ 2009-05-28 19:50 UTC (permalink / raw
  To: gentoo-commits

beandog     09/05/28 19:50:21

  Modified:             whois-4.7.30.ebuild ChangeLog
  Log:
  amd64 stable, bug 271096
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-misc/whois/whois-4.7.30.ebuild

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

Index: whois-4.7.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- whois-4.7.30.ebuild	28 May 2009 16:27:15 -0000	1.6
+++ whois-4.7.30.ebuild	28 May 2009 19:50:21 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.6 2009/05/28 16:27:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.7 2009/05/28 19:50:21 beandog 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
 



1.126                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	28 May 2009 16:27:15 -0000	1.125
+++ ChangeLog	28 May 2009 19:50:21 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.125 2009/05/28 16:27:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.126 2009/05/28 19:50:21 beandog Exp $
+
+  28 May 2009; Steve Dibb <beandog@gentoo.org> whois-4.7.30.ebuild:
+  amd64 stable, bug 271096
 
   28 May 2009; Raúl Porcel <armin76@gentoo.org> whois-4.7.30.ebuild:
   alpha/arm/ia64/s390/sh stable wrt #271096






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog
@ 2009-05-30 18:24 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-05-30 18:24 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/05/30 18:24:06

  Modified:             whois-4.7.30.ebuild ChangeLog
  Log:
  ppc stable #271096
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.8                  net-misc/whois/whois-4.7.30.ebuild

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

Index: whois-4.7.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- whois-4.7.30.ebuild	28 May 2009 19:50:21 -0000	1.7
+++ whois-4.7.30.ebuild	30 May 2009 18:24:06 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.7 2009/05/28 19:50:21 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.30.ebuild,v 1.8 2009/05/30 18:24:06 nixnut 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
 



1.127                net-misc/whois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/whois/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	28 May 2009 19:50:21 -0000	1.126
+++ ChangeLog	30 May 2009 18:24:06 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.126 2009/05/28 19:50:21 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.127 2009/05/30 18:24:06 nixnut Exp $
+
+  30 May 2009; nixnut <nixnut@gentoo.org> whois-4.7.30.ebuild:
+  ppc stable #271096
 
   28 May 2009; Steve Dibb <beandog@gentoo.org> whois-4.7.30.ebuild:
   amd64 stable, bug 271096






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

end of thread, other threads:[~2009-05-30 18:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-24 23:52 [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-4.7.30.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-30 18:24 Gysbert Wassenaar (nixnut)
2009-05-28 19:50 Steve Dibb (beandog)
2009-05-28 16:27 Raul Porcel (armin76)
2009-05-27 10:36 Christian Faulhammer (fauli)
2009-05-26 19:04 Ferris McCormick (fmccor)
2009-05-25 19:03 Brent Baude (ranger)
2008-12-25 21:19 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