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