summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-04-22 12:01:54 +0000
committerChuck Short <zul@gentoo.org>2004-04-22 12:01:54 +0000
commitdd18c816d9dfc0b4ba16107a4979e2970867f41c (patch)
treef81fc1f9c5ead48cf9e21985aba73974663e7d64 /net-irc/unrealircd
parentFixes typo, closes #48660. (diff)
downloadhistorical-dd18c816d9dfc0b4ba16107a4979e2970867f41c.tar.gz
historical-dd18c816d9dfc0b4ba16107a4979e2970867f41c.tar.bz2
historical-dd18c816d9dfc0b4ba16107a4979e2970867f41c.zip
Updated ebuild.
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r--net-irc/unrealircd/ChangeLog6
-rw-r--r--net-irc/unrealircd/Manifest4
-rw-r--r--net-irc/unrealircd/unrealircd-3.2_rc1.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index 3162c8df0031..d2fa6a38a810 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/unrealircd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.9 2004/04/13 16:38:01 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.10 2004/04/22 12:01:54 zul Exp $
+
+ 22 Apr 2004; Chuck Short <zul@gentoo.org> unrealircd-3.2_rc1.ebuild:
+ Updated ebuild.
+ Closes #42396.
13 Apr 2004; Chuck Short <zul@gentoo.org> files/mkunrealircd-cert:
Fix mkunrealircd-cert. Closes #42396.
diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index 38a926a50f34..70ec7d4b275d 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,7 +1,7 @@
-MD5 bd497ca06b38eb2ec8afac65071e93e9 unrealircd-3.2_rc1.ebuild 3030
+MD5 167d37355acfc6ff118bba8febabd617 unrealircd-3.2_rc1.ebuild 3026
MD5 e8ec5f3f341ab6c4146ca830ec27c456 unrealircd-3.1.5.1.ebuild 1950
MD5 32fa593bf9497733cf19aecc68606f40 unrealircd-3.1.6.ebuild 1954
-MD5 c81ff789a5db7feed5f2c813e44e2391 ChangeLog 1382
+MD5 cb15ec908e176e59cb2e32b577ba1e1a ChangeLog 1490
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 5177d93ce32a9bc4068fbdf3a0a3bd01 files/unrealircd.confd 515
MD5 397ab04f9c06bf15f9ff57e4b81242ac files/mkunrealircd-cert 312
diff --git a/net-irc/unrealircd/unrealircd-3.2_rc1.ebuild b/net-irc/unrealircd/unrealircd-3.2_rc1.ebuild
index cda40572870a..f4730c59550b 100644
--- a/net-irc/unrealircd/unrealircd-3.2_rc1.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2_rc1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2_rc1.ebuild,v 1.4 2004/03/06 12:15:13 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2_rc1.ebuild,v 1.5 2004/04/22 12:01:54 zul Exp $
-MY_P=Unreal3.2-RC1
+MY_P=Unreal3.2-RC2
DESCRIPTION="aimed to be an advanced (not easy) IRCd"
HOMEPAGE="http://www.unrealircd.com/"
SRC_URI="http://www.gower.net/unrealircd/${MY_P}.tar.gz
@@ -22,7 +22,7 @@ S=${WORKDIR}/Unreal3.2
src_compile() {
local myconf=" --enable-nospoof \
--prefix=/usr \
- --with-dpath=${D}/etc/unrealircd \
+ --with-dpath=/etc/unrealircd \
--with-spath=/usr/bin/unrealircd \
--enable-prefixaq \
--enable-ziplinks \