From f4acb1ce765147177fefeee6ba732b21f4a08e57 Mon Sep 17 00:00:00 2001 From: Wolfram Schlich Date: Fri, 10 Sep 2010 18:36:30 +0000 Subject: version bump, removed old version (Portage version: 2.2_rc67/cvs/Linux i686) --- net-misc/gwhois/ChangeLog | 8 +++++- net-misc/gwhois/gwhois-20100515.ebuild | 47 ---------------------------------- net-misc/gwhois/gwhois-20100728.ebuild | 47 ++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 48 deletions(-) delete mode 100644 net-misc/gwhois/gwhois-20100515.ebuild create mode 100644 net-misc/gwhois/gwhois-20100728.ebuild diff --git a/net-misc/gwhois/ChangeLog b/net-misc/gwhois/ChangeLog index 76c177f202e4..2196284701f3 100644 --- a/net-misc/gwhois/ChangeLog +++ b/net-misc/gwhois/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/gwhois # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.46 2010/09/10 18:36:30 wschlich Exp $ + +*gwhois-20100728 (10 Sep 2010) + + 10 Sep 2010; Wolfram Schlich + -gwhois-20100515.ebuild, +gwhois-20100728.ebuild: + version bump, removed old version *gwhois-20100515 (17 May 2010) diff --git a/net-misc/gwhois/gwhois-20100515.ebuild b/net-misc/gwhois/gwhois-20100515.ebuild deleted file mode 100644 index 5889847263e1..000000000000 --- a/net-misc/gwhois/gwhois-20100515.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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 -} diff --git a/net-misc/gwhois/gwhois-20100728.ebuild b/net-misc/gwhois/gwhois-20100728.ebuild new file mode 100644 index 000000000000..f08d658cc044 --- /dev/null +++ b/net-misc/gwhois/gwhois-20100728.ebuild @@ -0,0 +1,47 @@ +# 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-20100728.ebuild,v 1.1 2010/09/10 18:36:30 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 +} -- cgit v1.2.3-65-gdbad