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.8.ebuild
@ 2010-10-21  7:39 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2010-10-21  7:39 UTC (permalink / raw
  To: gentoo-commits

vapier      10/10/21 07:39:56

  Modified:             ChangeLog
  Added:                whois-5.0.8.ebuild
  Log:
  Version bump and make iconv/idn optional #341887 by Benedikt Böhm.
  
  (Portage version: 2.2_rc96/cvs/Linux x86_64)

Revision  Changes    Path
1.148                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	25 Sep 2010 15:13:27 -0000	1.147
+++ ChangeLog	21 Oct 2010 07:39:55 -0000	1.148
@@ -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.147 2010/09/25 15:13:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.148 2010/10/21 07:39:55 vapier Exp $
+
+*whois-5.0.8 (21 Oct 2010)
+
+  21 Oct 2010; Mike Frysinger <vapier@gentoo.org> +whois-5.0.8.ebuild:
+  Version bump and make iconv/idn optional #341887 by Benedikt Böhm.
 
   25 Sep 2010; Jeroen Roovers <jer@gentoo.org> whois-5.0.5.ebuild:
   Stable for SPARC (bug #329663).



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

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

Index: whois-5.0.8.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.8.ebuild,v 1.1 2010/10/21 07:39:55 vapier Exp $

EAPI=3
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 ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="iconv idn nls"
RESTRICT="test" #59327

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

src_prepare() {
	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_configure() { :;} # expected no-op

src_compile() {
	unset HAVE_ICONV HAVE_LIBIDN
	use iconv && export HAVE_ICONV=1
	use idn && export HAVE_LIBIDN=1
	tc-export CC
	emake CFLAGS="${CFLAGS} ${CPPFLAGS}" || die
}

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

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






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.8.ebuild
@ 2011-02-09 13:19 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-09 13:19 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/02/09 13:19:13

  Modified:             ChangeLog whois-5.0.8.ebuild
  Log:
  x86 stable wrt bug #353737
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.150                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	5 Feb 2011 08:36:27 -0000	1.149
+++ ChangeLog	9 Feb 2011 13:19:13 -0000	1.150
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.149 2011/02/05 08:36:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.150 2011/02/09 13:19:13 phajdan.jr Exp $
+
+  09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> whois-5.0.8.ebuild:
+  x86 stable wrt bug #353737
 
 *whois-5.0.10 (05 Feb 2011)
 



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

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

Index: whois-5.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- whois-5.0.8.ebuild	21 Oct 2010 07:39:55 -0000	1.1
+++ whois-5.0.8.ebuild	9 Feb 2011 13:19:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.1 2010/10/21 07:39:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.2 2011/02/09 13:19:13 phajdan.jr Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="iconv idn nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.8.ebuild
@ 2011-02-11 18:36 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-11 18:36 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/11 18:36:28

  Modified:             ChangeLog whois-5.0.8.ebuild
  Log:
  Stable on amd64 wrt bug #353737
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.151                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	9 Feb 2011 13:19:13 -0000	1.150
+++ ChangeLog	11 Feb 2011 18:36:28 -0000	1.151
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.150 2011/02/09 13:19:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.151 2011/02/11 18:36:28 hwoarang Exp $
+
+  11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> whois-5.0.8.ebuild:
+  Stable on amd64 wrt bug #353737
 
   09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> whois-5.0.8.ebuild:
   x86 stable wrt bug #353737



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

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

Index: whois-5.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- whois-5.0.8.ebuild	9 Feb 2011 13:19:13 -0000	1.2
+++ whois-5.0.8.ebuild	11 Feb 2011 18:36:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.2 2011/02/09 13:19:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.3 2011/02/11 18:36:28 hwoarang Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="iconv idn nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.8.ebuild
@ 2011-02-13 18:35 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-13 18:35 UTC (permalink / raw
  To: gentoo-commits

armin76     11/02/13 18:35:30

  Modified:             ChangeLog whois-5.0.8.ebuild
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #353737
  
  (Portage version: 2.1.9.39/cvs/Linux ia64)

Revision  Changes    Path
1.152                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	11 Feb 2011 18:36:28 -0000	1.151
+++ ChangeLog	13 Feb 2011 18:35:30 -0000	1.152
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.151 2011/02/11 18:36:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.152 2011/02/13 18:35:30 armin76 Exp $
+
+  13 Feb 2011; Raúl Porcel <armin76@gentoo.org> whois-5.0.8.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #353737
 
   11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> whois-5.0.8.ebuild:
   Stable on amd64 wrt bug #353737



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

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

Index: whois-5.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- whois-5.0.8.ebuild	11 Feb 2011 18:36:28 -0000	1.3
+++ whois-5.0.8.ebuild	13 Feb 2011 18:35:30 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.3 2011/02/11 18:36:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.4 2011/02/13 18:35:30 armin76 Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="iconv idn nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.8.ebuild
@ 2011-02-21  8:11 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-02-21  8:11 UTC (permalink / raw
  To: gentoo-commits

jer         11/02/21 08:11:26

  Modified:             ChangeLog whois-5.0.8.ebuild
  Log:
  Stable for HPPA (bug #353737).
  
  (Portage version: 2.2.0_alpha24/cvs/Linux i686)

Revision  Changes    Path
1.154                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	17 Feb 2011 06:00:26 -0000	1.153
+++ ChangeLog	21 Feb 2011 08:11:26 -0000	1.154
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.153 2011/02/17 06:00:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.154 2011/02/21 08:11:26 jer Exp $
+
+  21 Feb 2011; Jeroen Roovers <jer@gentoo.org> whois-5.0.8.ebuild:
+  Stable for HPPA (bug #353737).
 
 *whois-5.0.11 (17 Feb 2011)
 



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

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

Index: whois-5.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- whois-5.0.8.ebuild	13 Feb 2011 18:35:30 -0000	1.4
+++ whois-5.0.8.ebuild	21 Feb 2011 08:11:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.4 2011/02/13 18:35:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.5 2011/02/21 08:11:26 jer Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="iconv idn nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.8.ebuild
@ 2011-02-22 18:27 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2011-02-22 18:27 UTC (permalink / raw
  To: gentoo-commits

nixnut      11/02/22 18:27:02

  Modified:             ChangeLog whois-5.0.8.ebuild
  Log:
  ppc stable #353737
  
  (Portage version: 2.1.9.24/cvs/Linux ppc)

Revision  Changes    Path
1.155                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	21 Feb 2011 08:11:26 -0000	1.154
+++ ChangeLog	22 Feb 2011 18:27:01 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.154 2011/02/21 08:11:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.155 2011/02/22 18:27:01 nixnut Exp $
+
+  22 Feb 2011; nixnut <nixnut@gentoo.org> whois-5.0.8.ebuild:
+  ppc stable #353737
 
   21 Feb 2011; Jeroen Roovers <jer@gentoo.org> whois-5.0.8.ebuild:
   Stable for HPPA (bug #353737).



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

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

Index: whois-5.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- whois-5.0.8.ebuild	21 Feb 2011 08:11:26 -0000	1.5
+++ whois-5.0.8.ebuild	22 Feb 2011 18:27:01 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.5 2011/02/21 08:11:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.6 2011/02/22 18:27:01 nixnut Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="iconv idn nls"
 RESTRICT="test" #59327
 






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

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

ranger      11/03/01 00:33:08

  Modified:             ChangeLog whois-5.0.8.ebuild
  Log:
  stable ppc64, bug 353737
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.156                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	22 Feb 2011 18:27:01 -0000	1.155
+++ ChangeLog	1 Mar 2011 00:33:08 -0000	1.156
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.155 2011/02/22 18:27:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.156 2011/03/01 00:33:08 ranger Exp $
+
+  01 Mar 2011; Brent Baude <ranger@gentoo.org> whois-5.0.8.ebuild:
+  stable ppc64, bug 353737
 
   22 Feb 2011; nixnut <nixnut@gentoo.org> whois-5.0.8.ebuild:
   ppc stable #353737



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

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

Index: whois-5.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- whois-5.0.8.ebuild	22 Feb 2011 18:27:01 -0000	1.6
+++ whois-5.0.8.ebuild	1 Mar 2011 00:33:08 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.6 2011/02/22 18:27:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.7 2011/03/01 00:33:08 ranger Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="iconv idn nls"
 RESTRICT="test" #59327
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.8.ebuild
@ 2011-12-15 20:28 Fabian Groffen (grobian)
  0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-15 20:28 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/15 20:28:35

  Modified:             ChangeLog whois-5.0.8.ebuild
  Log:
  Marked ~{ppc,x86,x64}-macos
  
  (Portage version: 2.2.01.19941-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.166                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	15 Dec 2011 20:26:58 -0000	1.165
+++ ChangeLog	15 Dec 2011 20:28:35 -0000	1.166
@@ -1,10 +1,10 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.165 2011/12/15 20:26:58 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.166 2011/12/15 20:28:35 grobian Exp $
 
   15 Dec 2011; Fabian Groffen <grobian@gentoo.org> whois-5.0.8.ebuild:
   Fix compilation on platforms not needing -lcrypt, bug #330235.  Call emake
-  correctly for Prefix.
+  correctly for Prefix.  Marked ~{ppc,x86,x64}-macos.
 
 *whois-5.0.13 (05 Dec 2011)
 



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

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

Index: whois-5.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- whois-5.0.8.ebuild	15 Dec 2011 20:26:58 -0000	1.8
+++ whois-5.0.8.ebuild	15 Dec 2011 20:28:35 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.8 2011/12/15 20:26:58 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.8.ebuild,v 1.9 2011/12/15 20:28:35 grobian Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="iconv idn nls"
 RESTRICT="test" #59327
 






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

end of thread, other threads:[~2011-12-15 20:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 18:36 [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.0.8.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-15 20:28 Fabian Groffen (grobian)
2011-03-01  0:33 Brent Baude (ranger)
2011-02-22 18:27 Gysbert Wassenaar (nixnut)
2011-02-21  8:11 Jeroen Roovers (jer)
2011-02-13 18:35 Raul Porcel (armin76)
2011-02-09 13:19 PaweA Hajdan (phajdan.jr)
2010-10-21  7:39 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