public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/gwhois: gwhois-20100515.ebuild ChangeLog gwhois-20090717.ebuild
@ 2010-05-17 15:49 Wolfram Schlich (wschlich)
  0 siblings, 0 replies; only message in thread
From: Wolfram Schlich (wschlich) @ 2010-05-17 15:49 UTC (permalink / raw
  To: gentoo-commits

wschlich    10/05/17 15:49:44

  Modified:             ChangeLog
  Added:                gwhois-20100515.ebuild
  Removed:              gwhois-20090717.ebuild
  Log:
  version bump, removed old version
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.45                 net-misc/gwhois/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	17 Jul 2009 13:58:16 -0000	1.44
+++ ChangeLog	17 May 2010 15:49:43 -0000	1.45
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/gwhois
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.44 2009/07/17 13:58:16 wschlich Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.45 2010/05/17 15:49:43 wschlich Exp $
+
+*gwhois-20100515 (17 May 2010)
+
+  17 May 2010; Wolfram Schlich <wschlich@gentoo.org>
+  -gwhois-20090717.ebuild, +gwhois-20100515.ebuild:
+  version bump, removed old version
 
 *gwhois-20090717 (17 Jul 2009)
 



1.1                  net-misc/gwhois/gwhois-20100515.ebuild

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

Index: gwhois-20100515.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20100515.ebuild,v 1.1 2010/05/17 15:49:43 wschlich Exp $

inherit eutils

MY_P=${P/_p/.}
S="${WORKDIR}/${MY_P}"
DESCRIPTION="generic whois"
HOMEPAGE="http://gwhois.de/"
SRC_URI="http://gwhois.de/gwhois/${MY_P/-/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="www-client/lynx
	net-misc/curl
	dev-lang/perl
	dev-perl/libwww-perl
	dev-perl/Net-LibIDN"

src_install() {
	dodir /etc/gwhois
	insinto /etc/gwhois
	doins pattern
	dobin gwhois
	doman gwhois.1
	dodoc TODO "${FILESDIR}/gwhois.xinetd" README.RIPE
	einfo ""
	einfo "See included gwhois.xinetd for an example on how to"
	einfo "use gwhois as a whois proxy using xinetd."
	einfo "Just copy gwhois.xinetd to /etc/xinetd.d/gwhois"
	einfo "and reload xinetd."
	einfo ""
}

pkg_postinst() {
	if [ -f /etc/gwhois/pattern.ripe ]; then
		ewarn ""
		ewarn "Will move old /etc/gwhois/pattern.ripe to removethis-pattern.ripe"
		ewarn "as it causes malfunction with this version."
		ewarn "If you did not modify the file, just remove it."
		ewarn ""
		mv /etc/gwhois/pattern.ripe /etc/gwhois/removethis-pattern.ripe
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-17 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-17 15:49 [gentoo-commits] gentoo-x86 commit in net-misc/gwhois: gwhois-20100515.ebuild ChangeLog gwhois-20090717.ebuild Wolfram Schlich (wschlich)

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