diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-23 14:59:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-23 14:59:27 +0000 |
commit | cc348654b3809a07d772e56a3e4013115eb3e24f (patch) | |
tree | 706bf1ebac1d298f9cde3ca1b24c4a458ea9dbde /net-irc/bnc | |
parent | changed ~x86 to x86 (diff) | |
download | gentoo-2-cc348654b3809a07d772e56a3e4013115eb3e24f.tar.gz gentoo-2-cc348654b3809a07d772e56a3e4013115eb3e24f.tar.bz2 gentoo-2-cc348654b3809a07d772e56a3e4013115eb3e24f.zip |
Initial ebuilds
Diffstat (limited to 'net-irc/bnc')
-rw-r--r-- | net-irc/bnc/ChangeLog | 23 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.6.2.ebuild | 35 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.6.4.ebuild | 35 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.8.4.ebuild | 35 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.8.6.ebuild | 35 | ||||
-rw-r--r-- | net-irc/bnc/files/digest-bnc-2.6.2 | 1 | ||||
-rw-r--r-- | net-irc/bnc/files/digest-bnc-2.6.4 | 1 | ||||
-rw-r--r-- | net-irc/bnc/files/digest-bnc-2.8.4 | 1 | ||||
-rw-r--r-- | net-irc/bnc/files/digest-bnc-2.8.6 | 1 |
9 files changed, 167 insertions, 0 deletions
diff --git a/net-irc/bnc/ChangeLog b/net-irc/bnc/ChangeLog new file mode 100644 index 000000000000..4a686ec37e13 --- /dev/null +++ b/net-irc/bnc/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for net-irc/bnc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.1 2002/10/23 14:59:26 vapier Exp $ + +*bnc-2.8.6 (23 Oct 2002) + + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. (this is UNTESTED) + +*bnc-2.8.4 (23 Oct 2002) + + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. (this is UNTESTED) + +*bnc-2.6.4 (23 Oct 2002) + + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. (this is UNSTABLE) + +*bnc-2.6.2 (23 Oct 2002) + + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. (this is STABLE) diff --git a/net-irc/bnc/bnc-2.6.2.ebuild b/net-irc/bnc/bnc-2.6.2.ebuild new file mode 100644 index 000000000000..37df46a9fec9 --- /dev/null +++ b/net-irc/bnc/bnc-2.6.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.6.2.ebuild,v 1.1 2002/10/23 14:59:26 vapier Exp $ + +P=${P/-/} +DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" +HOMEPAGE="http://bnc.ircadmin.net/" +SRC_URI="http://bnc.ircadmin.net/${P}.tar.gz + ftp://ftp.ircadmin.net/bnc/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +IUSE="" + +DEPEND="virtual/glibc" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die + emake || die + mv mkpasswd bncmkpasswd +} + +src_install() { + dodoc CHANGES COPYING README + dobin bnc bncchk bncsetup bncmkpasswd + insinto /usr/share/${P} + doins example.conf motd +} + +pkg_postinst() { + einfo "You can find an example motd/conf file here:" + einfo " /usr/share/${P}/{example.conf,motd}" +} diff --git a/net-irc/bnc/bnc-2.6.4.ebuild b/net-irc/bnc/bnc-2.6.4.ebuild new file mode 100644 index 000000000000..5cdfc1b6ca11 --- /dev/null +++ b/net-irc/bnc/bnc-2.6.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.6.4.ebuild,v 1.1 2002/10/23 14:59:26 vapier Exp $ + +P=${P/-/} +DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" +HOMEPAGE="http://bnc.ircadmin.net/" +SRC_URI="http://bnc.ircadmin.net/${P}.tar.gz + ftp://ftp.ircadmin.net/bnc/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +IUSE="" + +DEPEND="virtual/glibc" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die + emake || die + mv mkpasswd bncmkpasswd +} + +src_install() { + dodoc CHANGES COPYING README + dobin bnc bncchk bncsetup bncmkpasswd + insinto /usr/share/${P} + doins example.conf motd +} + +pkg_postinst() { + einfo "You can find an example motd/conf file here:" + einfo " /usr/share/${P}/{example.conf,motd}" +} diff --git a/net-irc/bnc/bnc-2.8.4.ebuild b/net-irc/bnc/bnc-2.8.4.ebuild new file mode 100644 index 000000000000..af4efb7aea19 --- /dev/null +++ b/net-irc/bnc/bnc-2.8.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.4.ebuild,v 1.1 2002/10/23 14:59:26 vapier Exp $ + +P=${P/-/} +DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" +HOMEPAGE="http://bnc.ircadmin.net/" +SRC_URI="http://bnc.ircadmin.net/${P}.tar.gz + ftp://ftp.ircadmin.net/bnc/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +IUSE="" + +DEPEND="virtual/glibc" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die + emake || die + mv mkpasswd bncmkpasswd +} + +src_install() { + dodoc CHANGES COPYING README + dobin bnc bncchk bncsetup bncmkpasswd + insinto /usr/share/${P} + doins example.conf motd +} + +pkg_postinst() { + einfo "You can find an example motd/conf file here:" + einfo " /usr/share/${P}/{example.conf,motd}" +} diff --git a/net-irc/bnc/bnc-2.8.6.ebuild b/net-irc/bnc/bnc-2.8.6.ebuild new file mode 100644 index 000000000000..12aa5fa895eb --- /dev/null +++ b/net-irc/bnc/bnc-2.8.6.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.6.ebuild,v 1.1 2002/10/23 14:59:26 vapier Exp $ + +P=${P/-/} +DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" +HOMEPAGE="http://bnc.ircadmin.net/" +SRC_URI="http://bnc.ircadmin.net/${P}.tar.gz + ftp://ftp.ircadmin.net/bnc/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +IUSE="" + +DEPEND="virtual/glibc" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die + emake || die + mv mkpasswd bncmkpasswd +} + +src_install() { + dodoc CHANGES COPYING README + dobin bnc bncchk bncsetup bncmkpasswd + insinto /usr/share/${P} + doins example.conf motd +} + +pkg_postinst() { + einfo "You can find an example motd/conf file here:" + einfo " /usr/share/${P}/{example.conf,motd}" +} diff --git a/net-irc/bnc/files/digest-bnc-2.6.2 b/net-irc/bnc/files/digest-bnc-2.6.2 new file mode 100644 index 000000000000..1446cb6126a7 --- /dev/null +++ b/net-irc/bnc/files/digest-bnc-2.6.2 @@ -0,0 +1 @@ +MD5 4fa45cdcda82998f5f73d17cff479a32 bnc2.6.2.tar.gz 42548 diff --git a/net-irc/bnc/files/digest-bnc-2.6.4 b/net-irc/bnc/files/digest-bnc-2.6.4 new file mode 100644 index 000000000000..5d681d37bbbb --- /dev/null +++ b/net-irc/bnc/files/digest-bnc-2.6.4 @@ -0,0 +1 @@ +MD5 4c4e4356b5be027b2ecca49a574e6f8a bnc2.6.4.tar.gz 44454 diff --git a/net-irc/bnc/files/digest-bnc-2.8.4 b/net-irc/bnc/files/digest-bnc-2.8.4 new file mode 100644 index 000000000000..85270db35f2b --- /dev/null +++ b/net-irc/bnc/files/digest-bnc-2.8.4 @@ -0,0 +1 @@ +MD5 15f197a4f04f2bcc7136ed635bff4afc bnc2.8.4.tar.gz 48400 diff --git a/net-irc/bnc/files/digest-bnc-2.8.6 b/net-irc/bnc/files/digest-bnc-2.8.6 new file mode 100644 index 000000000000..28c8124ff678 --- /dev/null +++ b/net-irc/bnc/files/digest-bnc-2.8.6 @@ -0,0 +1 @@ +MD5 c3800ec09f62abf9881b84770fa79362 bnc2.8.6.tar.gz 52569 |