diff options
author | Alec Warner <antarus@gentoo.org> | 2007-01-28 19:42:09 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-01-28 19:42:09 +0000 |
commit | 08b44225c72862a95aed5a5b7d351fc6f326bcb9 (patch) | |
tree | 92a612a1d51c72daea6c7a41edcccda8da9bb1c4 /net-irc/charybdis | |
parent | Corrected bug #164256. (diff) | |
download | gentoo-2-08b44225c72862a95aed5a5b7d351fc6f326bcb9.tar.gz gentoo-2-08b44225c72862a95aed5a5b7d351fc6f326bcb9.tar.bz2 gentoo-2-08b44225c72862a95aed5a5b7d351fc6f326bcb9.zip |
add charybdis 2.1 for nenolod and bug # 152209
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-irc/charybdis')
-rw-r--r-- | net-irc/charybdis/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/charybdis/charybdis-2.1.0.ebuild | 51 | ||||
-rw-r--r-- | net-irc/charybdis/files/digest-charybdis-2.1.0 | 3 |
3 files changed, 61 insertions, 2 deletions
diff --git a/net-irc/charybdis/ChangeLog b/net-irc/charybdis/ChangeLog index f7a86e2ab5c2..033371fa285c 100644 --- a/net-irc/charybdis/ChangeLog +++ b/net-irc/charybdis/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/charybdis -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/ChangeLog,v 1.2 2006/04/27 21:51:41 antarus Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/ChangeLog,v 1.3 2007/01/28 19:42:09 antarus Exp $ + +*charybdis-2.1.0 (28 Jan 2007) + + 28 Jan 2007; Alec Warner <antarus@gentoo.org> +charybdis-2.1.0.ebuild: + add charybdis 2.1 for nenolod and bug # 152209 27 Apr 2006; Alec Warner <antarus@gentoo.org> Manifest: Fixing SHA256 digest, pass four diff --git a/net-irc/charybdis/charybdis-2.1.0.ebuild b/net-irc/charybdis/charybdis-2.1.0.ebuild new file mode 100644 index 000000000000..b165143a0c44 --- /dev/null +++ b/net-irc/charybdis/charybdis-2.1.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/charybdis-2.1.0.ebuild,v 1.1 2007/01/28 19:42:09 antarus Exp $ + +inherit eutils + +DESCRIPTION="A non-monolithic ircd loosely based on ircd-ratbox" +HOMEPAGE="http://www.ircd-charybdis.org/" +SRC_URI="http://www.ircd-charybdis.org/release/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="ipv6 ssl debug smallnet zlib static" + +DEPEND="zlib? ( sys-libs/zlib ) + ssl? ( dev-libs/openssl )" + +pkg_setup() { + enewuser ircd +} + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + econf \ + $(use_enable ipv6) \ + $(use_enable ssl openssl) \ + $(use_enable debug assert) \ + $(use_enable smallnet small-net) \ + $(use_enable zlib) \ + $(use_enable !static shared-modules) \ + --with-confdir=/etc/charybdis \ + --with-logdir=/var/log/charybdis \ + --with-helpdir=/usr/share/charybdis/help \ + --with-moduledir=/usr/lib/charybdis \ + || die "econf failed" + + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install +} + +pkg_postinst() { + ewarn "You should probably edit /etc/charybdis/ircd.conf at this point." +} diff --git a/net-irc/charybdis/files/digest-charybdis-2.1.0 b/net-irc/charybdis/files/digest-charybdis-2.1.0 new file mode 100644 index 000000000000..af80f78c7f3b --- /dev/null +++ b/net-irc/charybdis/files/digest-charybdis-2.1.0 @@ -0,0 +1,3 @@ +MD5 beb1b25143491cc593e24289782934b4 charybdis-2.1.0.tgz 769477 +RMD160 5e7e919dd829d3370378a6ae9f6e40662a6be15e charybdis-2.1.0.tgz 769477 +SHA256 c9fb883cdbcb10ea27d3be682172a53e5d93710f2eaadb6772167d5a26929312 charybdis-2.1.0.tgz 769477 |