summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-28 02:57:20 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-28 02:57:20 +0000
commit80281ec5744d811b30ec8b8bb0f2f2f5241e3bc6 (patch)
tree592f083bc5b14800b80979f5cd91d09c8ed7126b /net-irc
parentarm KEYWORDS (diff)
downloadhistorical-80281ec5744d811b30ec8b8bb0f2f2f5241e3bc6.tar.gz
historical-80281ec5744d811b30ec8b8bb0f2f2f5241e3bc6.tar.bz2
historical-80281ec5744d811b30ec8b8bb0f2f2f5241e3bc6.zip
arm KEYWORDS
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bnc/bnc-2.6.2.ebuild36
-rw-r--r--net-irc/bnc/bnc-2.8.6.ebuild9
2 files changed, 5 insertions, 40 deletions
diff --git a/net-irc/bnc/bnc-2.6.2.ebuild b/net-irc/bnc/bnc-2.6.2.ebuild
deleted file mode 100644
index 8e0420f2fd6d..000000000000
--- a/net-irc/bnc/bnc-2.6.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2003 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.8 2003/12/29 18:52:20 vapier Exp $
-
-MY_P=${P/-/}
-DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server"
-HOMEPAGE="http://gotbnc.com/"
-SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz
- http://bnc.ircadmin.net/${MY_P}.tar.gz
- ftp://ftp.ircadmin.net/bnc/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha"
-
-DEPEND="virtual/glibc"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf || die
- emake || die
- mv mkpasswd bncmkpasswd
-}
-
-src_install() {
- dodoc CHANGES COPYING README
- dobin bnc bncchk bncsetup bncmkpasswd
- insinto /usr/share/${MY_P}
- doins example.conf motd
-}
-
-pkg_postinst() {
- einfo "You can find an example motd/conf file here:"
- einfo " /usr/share/${MY_P}/{example.conf,motd}"
-}
diff --git a/net-irc/bnc/bnc-2.8.6.ebuild b/net-irc/bnc/bnc-2.8.6.ebuild
index 73783d51d368..b64c0934fcb3 100644
--- a/net-irc/bnc/bnc-2.8.6.ebuild
+++ b/net-irc/bnc/bnc-2.8.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.11 2004/01/06 02:04:37 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.6.ebuild,v 1.12 2004/05/28 02:56:15 vapier Exp $
MY_P=${P/-/}
DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server"
@@ -11,7 +11,8 @@ SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~alpha"
+KEYWORDS="x86 ~ppc sparc ~alpha arm"
+IUSE=""
DEPEND="virtual/glibc"
@@ -24,8 +25,8 @@ src_compile() {
}
src_install() {
- dodoc CHANGES COPYING README
- dobin bnc bncchk bncsetup bncmkpasswd
+ dodoc CHANGES README
+ dobin bnc bncchk bncsetup bncmkpasswd || die
insinto /usr/share/${MY_P}
doins example.conf motd
}