summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-02-20 10:00:39 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-02-20 10:00:39 +0000
commit7b3a044e5ab0e76c54ecfa6c524a6ef552cc7850 (patch)
treea88f14d279d2d87469aff607e879e3bcce31473e
parentremove mask on i810 driver snapshots as they are no longer in tree (diff)
downloadgentoo-2-7b3a044e5ab0e76c54ecfa6c524a6ef552cc7850.tar.gz
gentoo-2-7b3a044e5ab0e76c54ecfa6c524a6ef552cc7850.tar.bz2
gentoo-2-7b3a044e5ab0e76c54ecfa6c524a6ef552cc7850.zip
version bump, removed old versions
(Portage version: 2.1.4)
-rw-r--r--net-misc/gwhois/ChangeLog9
-rw-r--r--net-misc/gwhois/gwhois-20070905.ebuild44
-rw-r--r--net-misc/gwhois/gwhois-20070926.ebuild44
-rw-r--r--net-misc/gwhois/gwhois-20080219.ebuild (renamed from net-misc/gwhois/gwhois-20070822.ebuild)4
4 files changed, 10 insertions, 91 deletions
diff --git a/net-misc/gwhois/ChangeLog b/net-misc/gwhois/ChangeLog
index b7b5f75253fe..abd8fedc3dd8 100644
--- a/net-misc/gwhois/ChangeLog
+++ b/net-misc/gwhois/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/gwhois
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.28 2008/02/09 10:33:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.29 2008/02/20 10:00:39 wschlich Exp $
+
+*gwhois-20080219 (19 Feb 2008)
+
+ 19 Feb 2008; Wolfram Schlich <wschlich@gentoo.org>
+ -gwhois-20070822.ebuild, -gwhois-20070905.ebuild, -gwhois-20070926.ebuild,
+ +gwhois-20080219.ebuild:
+ version bump, removed old versions
09 Feb 2008; Raúl Porcel <armin76@gentoo.org> gwhois-20071030.ebuild:
alpha/sparc/x86 stable
diff --git a/net-misc/gwhois/gwhois-20070905.ebuild b/net-misc/gwhois/gwhois-20070905.ebuild
deleted file mode 100644
index 83d6291b4179..000000000000
--- a/net-misc/gwhois/gwhois-20070905.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20070905.ebuild,v 1.1 2007/09/06 09:39:25 wschlich Exp $
-
-inherit eutils
-
-DESCRIPTION="generic whois"
-HOMEPAGE="http://gwhois.de/"
-SRC_URI="http://gwhois.de/gwhois/${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 README.upgrade
- 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-20070926.ebuild b/net-misc/gwhois/gwhois-20070926.ebuild
deleted file mode 100644
index b3d780e10f32..000000000000
--- a/net-misc/gwhois/gwhois-20070926.ebuild
+++ /dev/null
@@ -1,44 +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-20070926.ebuild,v 1.2 2008/01/23 20:16:30 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="generic whois"
-HOMEPAGE="http://gwhois.de/"
-SRC_URI="http://gwhois.de/gwhois/${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 README.upgrade
- 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-20070822.ebuild b/net-misc/gwhois/gwhois-20080219.ebuild
index ef232b843d94..b12741a6a780 100644
--- a/net-misc/gwhois/gwhois-20070822.ebuild
+++ b/net-misc/gwhois/gwhois-20080219.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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-20070822.ebuild,v 1.1 2007/08/23 17:53:54 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20080219.ebuild,v 1.1 2008/02/20 10:00:39 wschlich Exp $
inherit eutils