summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2011-08-01 07:17:12 +0000
committerWolfram Schlich <wschlich@gentoo.org>2011-08-01 07:17:12 +0000
commitd8f6fd68e379a6035769049f9c8291689832fa1e (patch)
treeaa4f7bd78655db6d99287b54551ba3102442fb99 /net-misc
parentadd keyword ~ppc-aix (diff)
downloadgentoo-2-d8f6fd68e379a6035769049f9c8291689832fa1e.tar.gz
gentoo-2-d8f6fd68e379a6035769049f9c8291689832fa1e.tar.bz2
gentoo-2-d8f6fd68e379a6035769049f9c8291689832fa1e.zip
removed outdated version
(Portage version: 2.2.0_alpha36/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gwhois/ChangeLog6
-rw-r--r--net-misc/gwhois/gwhois-20080716.ebuild46
2 files changed, 5 insertions, 47 deletions
diff --git a/net-misc/gwhois/ChangeLog b/net-misc/gwhois/ChangeLog
index d1ceabc9f9fd..2d7468eaaf7c 100644
--- a/net-misc/gwhois/ChangeLog
+++ b/net-misc/gwhois/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/gwhois
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.52 2011/07/15 14:19:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.53 2011/08/01 07:17:12 wschlich Exp $
+
+ 01 Aug 2011; Wolfram Schlich <wschlich@gentoo.org>
+ -gwhois-20080716.ebuild:
+ removed outdated version
15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> gwhois-20100728.ebuild:
ppc/ppc64 stable wrt #356495
diff --git a/net-misc/gwhois/gwhois-20080716.ebuild b/net-misc/gwhois/gwhois-20080716.ebuild
deleted file mode 100644
index 63721e986e81..000000000000
--- a/net-misc/gwhois/gwhois-20080716.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20080716.ebuild,v 1.6 2008/08/24 17:48:51 klausman 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 sparc x86"
-IUSE=""
-
-RDEPEND="www-client/lynx
- net-misc/curl
- dev-lang/perl
- dev-perl/libwww-perl"
-
-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
-}