diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2002-07-17 03:11:56 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2002-07-17 03:11:56 +0000 |
commit | 8ae93bf407b78d1ea8c09781badcb6f3514570db (patch) | |
tree | eb92ac8e26388ac1184d27a823ea533de5695901 /net-irc | |
parent | repoman'd (diff) | |
download | historical-8ae93bf407b78d1ea8c09781badcb6f3514570db.tar.gz historical-8ae93bf407b78d1ea8c09781badcb6f3514570db.tar.bz2 historical-8ae93bf407b78d1ea8c09781badcb6f3514570db.zip |
added a depend on ypbind for autofs
updated the HOMEPAGE for ppp
disabled use of socks5 USE var in bitchx cause it's b0rken
added a fetchmail system wide init script, revved the package and masked it
added mailman to the tree and masked it, hope to hell i didn't miss
anything. Sorry daniel, can't run repoman this high-up in the tree, you'll
have to take my word for it I ran it individually on each package i touched
;-)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r2.ebuild | 11 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.19-r3 | 1 |
3 files changed, 16 insertions, 6 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index 3f4451546c01..3325b3b8d63c 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,6 +1,12 @@ -# ChangeLog for net-irc/bitchx +# ChangeLog for net-ircbitchxChangeLog/ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.6 2002/06/26 22:30:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.7 2002/07/17 03:11:56 lamer Exp $ + + 16 Jul 2002; Ben Lutgens <lamer@gentoo.org> ChangeLog : + + Commented out the "use socks5" stuff because bitchx is being lame and + doesn't work with any packaged socks implementations in the tree :-( +# ChangeLog for net-irc/bitchx *bitchx-1.0.19-r2 (26 Jun 2002) diff --git a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild index c4b7ef3799a7..89a7139786e8 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.2 2002/07/16 04:54:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.3 2002/07/17 03:11:56 lamer Exp $ MY_P=ircii-pana-${PV/.0./.0c} S=${WORKDIR}/BitchX @@ -47,9 +47,12 @@ src_compile() { # && myconf="${myconf} --without-tgetent" \ # || myconf="${myconf} --with-tgetent" - use socks5 \ - && myconf="${myconf} --with-socks=5" \ - || myconf="${myconf} --without-socks" + # lamer@gentoo.org BROKEN, will not work with our socks + # implementations, is looking for a SOCKSConnect function that our + # dante packages don't have :-( + #use socks5 \ + # && myconf="${myconf} --with-socks=5" \ + # || myconf="${myconf} --without-socks" econf \ --enable-cdrom \ diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.19-r3 b/net-irc/bitchx/files/digest-bitchx-1.0.19-r3 new file mode 100644 index 000000000000..733d621134c6 --- /dev/null +++ b/net-irc/bitchx/files/digest-bitchx-1.0.19-r3 @@ -0,0 +1 @@ +MD5 79431ff0880e7317049045981fac8adc ircii-pana-1.0c19.tar.gz 2533621 |