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