diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-14 20:43:09 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-14 20:43:09 +0000 |
commit | a9095196022445350e71dec89fc0e68f66ec72ec (patch) | |
tree | 285074fa5390fc6a9bc23a852e517a3cd5cdd417 /net-irc/unrealircd | |
parent | Unmasking sitecopy per bug #51585. (diff) | |
download | gentoo-2-a9095196022445350e71dec89fc0e68f66ec72ec.tar.gz gentoo-2-a9095196022445350e71dec89fc0e68f66ec72ec.tar.bz2 gentoo-2-a9095196022445350e71dec89fc0e68f66ec72ec.zip |
Modified the ebuild to install configuration files for aliases and networks and always enable the channel owner and admin prefixes.
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 9015b68e618f..5ce337b78eda 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/unrealircd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.20 2004/08/14 18:37:04 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.21 2004/08/14 20:43:09 swegener Exp $ + + 14 Aug 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1-r1.ebuild: + Modified the ebuild to install configuration files for aliases and networks + and always enable the channel owner and admin prefixes. 14 Aug 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1-r1.ebuild: Added info to pkg_postinst(). diff --git a/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild index 7bc9793e79bf..dae9829de403 100644 --- a/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild,v 1.2 2004/08/14 18:37:04 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild,v 1.3 2004/08/14 20:43:09 swegener Exp $ inherit eutils ssl-cert @@ -47,6 +47,7 @@ src_compile() { --with-permissions=0600 \ --with-fd-setsize=1024 \ --enable-dynamic-linking \ + --enable-prefixaq \ $(use_enable zlib ziplinks) \ $(use_enable ssl) \ $(use_enable hub) \ @@ -80,12 +81,18 @@ src_install() { && docert server.cert \ && dosym server.cert.key /etc/unrealircd/server.key.pem + insinto /etc/unrealircd/aliases + doins aliases/*.conf + insinto /etc/unrealircd/networks + doins networks/*.network + sed -i \ -e s:src/modules:/usr/lib/unrealircd/modules: \ -e s:ircd\\.log:/var/log/unrealircd/ircd.log: \ ${D}/etc/unrealircd/unrealircd.conf - dodoc Changes Donation Unreal.nfo ircdcron/{ircd.cron,ircdchk} + dodoc Changes Donation Unreal.nfo networks/makenet \ + ircdcron/{ircd.cron,ircdchk} dohtml doc/*.html exeinto /etc/init.d |