diff options
author | Chuck Short <zul@gentoo.org> | 2004-04-22 12:01:54 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-04-22 12:01:54 +0000 |
commit | b8b73a02d978e3b61cbc832b6241e218f22b8b9b (patch) | |
tree | 5e3459bda0a74032ec7ad244c4f806c77b3ed584 /net-irc | |
parent | Fixes typo, closes #48660. (Manifest recommit) (diff) | |
download | gentoo-2-b8b73a02d978e3b61cbc832b6241e218f22b8b9b.tar.gz gentoo-2-b8b73a02d978e3b61cbc832b6241e218f22b8b9b.tar.bz2 gentoo-2-b8b73a02d978e3b61cbc832b6241e218f22b8b9b.zip |
Updated ebuild.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2_rc1.ebuild | 6 |
2 files changed, 8 insertions, 4 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/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 \ |