summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-10-12 19:52:22 +0000
committerChuck Short <zul@gentoo.org>2003-10-12 19:52:22 +0000
commitfd6f80bed411cdcf11b9054c8b9f327a12114692 (patch)
tree9e655799f008aad98d5c0c8cbf1894c5cc54e445 /net-irc/eggdrop/eggdrop-1.6.15.ebuild
parentAdding prefix from cvs. Closes #30880 (diff)
downloadhistorical-fd6f80bed411cdcf11b9054c8b9f327a12114692.tar.gz
historical-fd6f80bed411cdcf11b9054c8b9f327a12114692.tar.bz2
historical-fd6f80bed411cdcf11b9054c8b9f327a12114692.zip
Eggdrop installer enhancements, marked stable
Diffstat (limited to 'net-irc/eggdrop/eggdrop-1.6.15.ebuild')
-rw-r--r--net-irc/eggdrop/eggdrop-1.6.15.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.6.15.ebuild b/net-irc/eggdrop/eggdrop-1.6.15.ebuild
index 5bec5c7433a1..767df1c94502 100644
--- a/net-irc/eggdrop/eggdrop-1.6.15.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.6.15.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.15.ebuild,v 1.6 2003/10/03 22:44:51 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.15.ebuild,v 1.7 2003/10/12 19:52:03 zul Exp $
DESCRIPTION="An IRC bot extensible with C or Tcl."
HOMEPAGE="http://www.eggheads.org/"
SRC_URI="ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop${PV}.tar.gz"
-KEYWORDS="~x86 ~sparc ~mips ~ia64"
+KEYWORDS="x86 sparc mips ia64"
LICENSE="GPL-2"
SLOT="0"
@@ -13,6 +13,11 @@ SLOT="0"
IUSE="debug static ipv6"
DEPEND="dev-lang/tcl"
+pre_pkg() {
+ use ipv6 && \
+ ewarn "Note: If eggdrop is built with ipv6 support, the dns.so module is"
+ ewarn "not built."
+}
src_unpack() {