summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-07 01:08:33 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-07 01:08:33 +0000
commit076dc0622aca8e9df6dd239d60b06653b42cd1c0 (patch)
treea35ad8fde9167728db1f16d34418adc5aa7cf7e8 /net-irc/dircproxy/dircproxy-1.1.0.ebuild
parentversion 039.6, copyright corrections (Manifest recommit) (diff)
downloadgentoo-2-076dc0622aca8e9df6dd239d60b06653b42cd1c0.tar.gz
gentoo-2-076dc0622aca8e9df6dd239d60b06653b42cd1c0.tar.bz2
gentoo-2-076dc0622aca8e9df6dd239d60b06653b42cd1c0.zip
Revision bump to include patch by Adrian <adrian@planetcoding.net> from bug #76781. It patches dircproxy to not ignore the 005 numeric. Old behaviour breaks some scripts.
Diffstat (limited to 'net-irc/dircproxy/dircproxy-1.1.0.ebuild')
-rw-r--r--net-irc/dircproxy/dircproxy-1.1.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-irc/dircproxy/dircproxy-1.1.0.ebuild b/net-irc/dircproxy/dircproxy-1.1.0.ebuild
deleted file mode 100644
index a45096e38e53..000000000000
--- a/net-irc/dircproxy/dircproxy-1.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0.ebuild,v 1.5 2004/07/30 20:31:51 vapier Exp $
-
-inherit gnuconfig
-
-DESCRIPTION="an IRC proxy server"
-HOMEPAGE="http://dircproxy.securiweb.net/"
-SRC_URI="http://www.securiweb.net/pub/oss/dircproxy/unstable/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO INSTALL
-}