public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-4.7.36.ebuild
@ 2009-09-12  8:46 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-12  8:46 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/12 08:46:13

  Modified:             ChangeLog
  Added:                whois-4.7.36.ebuild
  Log:
  Bump
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.129                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	25 Jun 2009 22:28:48 -0000	1.128
+++ ChangeLog	12 Sep 2009 08:46:12 -0000	1.129
@@ -1,6 +1,11 @@
 # 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.128 2009/06/25 22:28:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.129 2009/09/12 08:46:12 patrick Exp $
+
+*whois-4.7.36 (12 Sep 2009)
+
+  12 Sep 2009; Patrick Lauer <patrick@gentoo.org> +whois-4.7.36.ebuild:
+  Bump
 
 *whois-4.7.34 (25 Jun 2009)
 



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

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

Index: whois-4.7.36.ebuild
===================================================================
# 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.36.ebuild,v 1.1 2009/09/12 08:46:12 patrick 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
		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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-4.7.36.ebuild
@ 2009-10-30 17:20 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-30 17:20 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/30 17:20:16

  Modified:             ChangeLog whois-4.7.36.ebuild
  Log:
  alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #291095
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.130                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	12 Sep 2009 08:46:12 -0000	1.129
+++ ChangeLog	30 Oct 2009 17:20:15 -0000	1.130
@@ -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.129 2009/09/12 08:46:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.130 2009/10/30 17:20:15 armin76 Exp $
+
+  30 Oct 2009; Raúl Porcel <armin76@gentoo.org> whois-4.7.36.ebuild:
+  alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #291095
 
 *whois-4.7.36 (12 Sep 2009)
 



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

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

Index: whois-4.7.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- whois-4.7.36.ebuild	12 Sep 2009 08:46:12 -0000	1.1
+++ whois-4.7.36.ebuild	30 Oct 2009 17:20:15 -0000	1.2
@@ -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.36.ebuild,v 1.1 2009/09/12 08:46:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v 1.2 2009/10/30 17:20: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
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-4.7.36.ebuild
@ 2009-11-01 15:46 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-01 15:46 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/11/01 15:46:56

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

Revision  Changes    Path
1.131                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	30 Oct 2009 17:20:15 -0000	1.130
+++ ChangeLog	1 Nov 2009 15:46:56 -0000	1.131
@@ -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.130 2009/10/30 17:20:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.131 2009/11/01 15:46:56 nixnut Exp $
+
+  01 Nov 2009; nixnut <nixnut@gentoo.org> whois-4.7.36.ebuild:
+  ppc stable #291095
 
   30 Oct 2009; Raúl Porcel <armin76@gentoo.org> whois-4.7.36.ebuild:
   alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #291095



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

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

Index: whois-4.7.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- whois-4.7.36.ebuild	30 Oct 2009 17:20:15 -0000	1.2
+++ whois-4.7.36.ebuild	1 Nov 2009 15:46:56 -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.36.ebuild,v 1.2 2009/10/30 17:20:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v 1.3 2009/11/01 15:46:56 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
 






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

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

jer         09/11/02 00:40:21

  Modified:             ChangeLog whois-4.7.36.ebuild
  Log:
  Stable for HPPA (bug #291095).
  (Portage version: 2.2_rc48/cvs/Linux i686)

Revision  Changes    Path
1.132                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	1 Nov 2009 15:46:56 -0000	1.131
+++ ChangeLog	2 Nov 2009 00:40:20 -0000	1.132
@@ -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.131 2009/11/01 15:46:56 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.132 2009/11/02 00:40:20 jer Exp $
+
+  02 Nov 2009; Jeroen Roovers <jer@gentoo.org> whois-4.7.36.ebuild:
+  Stable for HPPA (bug #291095).
 
   01 Nov 2009; nixnut <nixnut@gentoo.org> whois-4.7.36.ebuild:
   ppc stable #291095



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

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

Index: whois-4.7.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- whois-4.7.36.ebuild	1 Nov 2009 15:46:56 -0000	1.3
+++ whois-4.7.36.ebuild	2 Nov 2009 00:40:20 -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.36.ebuild,v 1.3 2009/11/01 15:46:56 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v 1.4 2009/11/02 00:40:20 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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-4.7.36.ebuild
@ 2009-11-02 20:55 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; 6+ messages in thread
From: Kenneth Prugh (ken69267) @ 2009-11-02 20:55 UTC (permalink / raw
  To: gentoo-commits

ken69267    09/11/02 20:55:04

  Modified:             ChangeLog whois-4.7.36.ebuild
  Log:
  amd64 stable, bug #291095
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.133                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	2 Nov 2009 00:40:20 -0000	1.132
+++ ChangeLog	2 Nov 2009 20:55:04 -0000	1.133
@@ -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.132 2009/11/02 00:40:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.133 2009/11/02 20:55:04 ken69267 Exp $
+
+  02 Nov 2009; Kenneth Prugh <ken69267@gentoo.org> whois-4.7.36.ebuild:
+  amd64 stable, bug #291095
 
   02 Nov 2009; Jeroen Roovers <jer@gentoo.org> whois-4.7.36.ebuild:
   Stable for HPPA (bug #291095).



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

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

Index: whois-4.7.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- whois-4.7.36.ebuild	2 Nov 2009 00:40:20 -0000	1.4
+++ whois-4.7.36.ebuild	2 Nov 2009 20:55:04 -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.36.ebuild,v 1.4 2009/11/02 00:40:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v 1.5 2009/11/02 20:55:04 ken69267 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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-4.7.36.ebuild
@ 2009-11-17 19:49 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-11-17 19:49 UTC (permalink / raw
  To: gentoo-commits

ranger      09/11/17 19:49:49

  Modified:             ChangeLog whois-4.7.36.ebuild
  Log:
  Marking whois-4.7.36 ppc64 for bug 291095
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.134                net-misc/whois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	2 Nov 2009 20:55:04 -0000	1.133
+++ ChangeLog	17 Nov 2009 19:49:49 -0000	1.134
@@ -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.133 2009/11/02 20:55:04 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.134 2009/11/17 19:49:49 ranger Exp $
+
+  17 Nov 2009; Brent Baude <ranger@gentoo.org> whois-4.7.36.ebuild:
+  Marking whois-4.7.36 ppc64 for bug 291095
 
   02 Nov 2009; Kenneth Prugh <ken69267@gentoo.org> whois-4.7.36.ebuild:
   amd64 stable, bug #291095



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

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

Index: whois-4.7.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- whois-4.7.36.ebuild	2 Nov 2009 20:55:04 -0000	1.5
+++ whois-4.7.36.ebuild	17 Nov 2009 19:49:49 -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.36.ebuild,v 1.5 2009/11/02 20:55:04 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.36.ebuild,v 1.6 2009/11/17 19:49:49 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
 






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

end of thread, other threads:[~2009-11-17 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-02 20:55 [gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-4.7.36.ebuild Kenneth Prugh (ken69267)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-17 19:49 Brent Baude (ranger)
2009-11-02  0:40 Jeroen Roovers (jer)
2009-11-01 15:46 Gysbert Wassenaar (nixnut)
2009-10-30 17:20 Raul Porcel (armin76)
2009-09-12  8:46 Patrick Lauer (patrick)

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