summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-06-17 03:29:00 +0000
committerSven Wegener <swegener@gentoo.org>2004-06-17 03:29:00 +0000
commit8331572ec8327f27e19d77f7431576987ce09b6f (patch)
tree838ea4e4e8379a923c38dc11a7f106729569c91e /net-irc/dircproxy/dircproxy-1.1.0.ebuild
parentInitial ebuild by Ben Slote <iswm@cox.net> in bug #48106. (Manifest recommit) (diff)
downloadgentoo-2-8331572ec8327f27e19d77f7431576987ce09b6f.tar.gz
gentoo-2-8331572ec8327f27e19d77f7431576987ce09b6f.tar.bz2
gentoo-2-8331572ec8327f27e19d77f7431576987ce09b6f.zip
Updated SRC_URI and HOMEPAGE to new locations. Changed make target in src_install() from install-strip to install. Version bump.. Closes bug #53887.
Diffstat (limited to 'net-irc/dircproxy/dircproxy-1.1.0.ebuild')
-rw-r--r--net-irc/dircproxy/dircproxy-1.1.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-irc/dircproxy/dircproxy-1.1.0.ebuild b/net-irc/dircproxy/dircproxy-1.1.0.ebuild
new file mode 100644
index 000000000000..6ee74b467b53
--- /dev/null
+++ b/net-irc/dircproxy/dircproxy-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/06/17 03:29:00 swegener Exp $
+
+DESCRIPTION="an IRC proxy server"
+SRC_URI="http://www.securiweb.net/pub/oss/dircproxy/unstable/${P}.tar.gz"
+HOMEPAGE="http://dircproxy.securiweb.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~alpha"
+
+DEPEND="virtual/glibc"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO INSTALL
+}