Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153030
Collapse All | Expand All

(-)gwhois-20061002.ebuild (-2 / +10 lines)
Lines 9-21 Link Here
9
SRC_URI="http://gwhois.de/gwhois/${P/-/_}.tar.gz"
9
SRC_URI="http://gwhois.de/gwhois/${P/-/_}.tar.gz"
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
12
KEYWORDS="~amd64 ~x86"
13
IUSE=""
13
IUSE=""
14
14
15
RDEPEND="www-client/lynx
15
RDEPEND="www-client/lynx
16
	net-misc/curl
16
	net-misc/curl
17
	dev-lang/perl
17
	dev-lang/perl
18
	dev-perl/libwww-perl"
18
	dev-perl/libwww-perl
19
	app-admin/eselect-whois"
19
20
20
src_install() {
21
src_install() {
21
	dodir /etc/gwhois
22
	dodir /etc/gwhois
Lines 41-44 Link Here
41
		ewarn ""
42
		ewarn ""
42
		mv /etc/gwhois/pattern.ripe /etc/gwhois/removethis-pattern.ripe
43
		mv /etc/gwhois/pattern.ripe /etc/gwhois/removethis-pattern.ripe
43
	fi
44
	fi
45
	einfo "Setting /usr/bin/whois symlink"
46
	eselect whois update --if-unset
47
}
48
49
pkg_postrm() {
50
	einfo "Updating /usr/bin/whois symlink"
51
	eselect whois update
44
}
52
}

Return to bug 153030