Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/gwhois: ChangeLog gwhois-20071030.ebuild
Date: Sun, 06 Jan 2008 02:41:06
Message-Id: E1JBLRa-0006gd-2I@stork.gentoo.org
1 wschlich 08/01/06 02:40:57
2
3 Modified: ChangeLog
4 Added: gwhois-20071030.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.26 net-misc/gwhois/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 5 Dec 2007 01:08:30 -0000 1.25
23 +++ ChangeLog 6 Jan 2008 02:40:57 -0000 1.26
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-misc/gwhois
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.25 2007/12/05 01:08:30 wschlich Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.26 2008/01/06 02:40:57 wschlich Exp $
30 +
31 +*gwhois-20071030 (06 Jan 2008)
32 +
33 + 06 Jan 2008; Wolfram Schlich <wschlich@g.o>
34 + +gwhois-20071030.ebuild:
35 + version bump
36
37 *gwhois-20070926 (05 Dec 2007)
38
39
40
41
42 1.1 net-misc/gwhois/gwhois-20071030.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/gwhois-20071030.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/gwhois-20071030.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gwhois-20071030.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20071030.ebuild,v 1.1 2008/01/06 02:40:57 wschlich Exp $
52
53 inherit eutils
54
55 DESCRIPTION="generic whois"
56 HOMEPAGE="http://gwhois.de/"
57 SRC_URI="http://gwhois.de/gwhois/${P/-/_}.tar.gz"
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
61 IUSE=""
62
63 RDEPEND="www-client/lynx
64 net-misc/curl
65 dev-lang/perl
66 dev-perl/libwww-perl"
67
68 src_install() {
69 dodir /etc/gwhois
70 insinto /etc/gwhois
71 doins pattern
72 dobin gwhois
73 doman gwhois.1
74 dodoc TODO "${FILESDIR}/gwhois.xinetd" README.RIPE README.upgrade
75 einfo ""
76 einfo "See included gwhois.xinetd for an example on how to"
77 einfo "use gwhois as a whois proxy using xinetd."
78 einfo "Just copy gwhois.xinetd to /etc/xinetd.d/gwhois"
79 einfo "and reload xinetd."
80 einfo ""
81 }
82
83 pkg_postinst() {
84 if [ -f /etc/gwhois/pattern.ripe ]; then
85 ewarn ""
86 ewarn "Will move old /etc/gwhois/pattern.ripe to removethis-pattern.ripe"
87 ewarn "as it causes malfunction with this version."
88 ewarn "If you did not modify the file, just remove it."
89 ewarn ""
90 mv /etc/gwhois/pattern.ripe /etc/gwhois/removethis-pattern.ripe
91 fi
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list