diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 02:58:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 02:58:40 +0000 |
commit | 1f5867cbc1895a8dde9a0785f6c6f034f846c55e (patch) | |
tree | b404671bfb2182599cb75ddfbbad40e57a9208d4 /net-irc/bnc | |
parent | arm KEYWORDS (diff) | |
download | historical-1f5867cbc1895a8dde9a0785f6c6f034f846c55e.tar.gz historical-1f5867cbc1895a8dde9a0785f6c6f034f846c55e.tar.bz2 historical-1f5867cbc1895a8dde9a0785f6c6f034f846c55e.zip |
arm KEYWORDS
Diffstat (limited to 'net-irc/bnc')
-rw-r--r-- | net-irc/bnc/bnc-2.6.4.ebuild | 11 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.8.4.ebuild | 36 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.8.6.ebuild | 6 | ||||
-rw-r--r-- | net-irc/bnc/files/digest-bnc-2.6.2 | 1 | ||||
-rw-r--r-- | net-irc/bnc/files/digest-bnc-2.8.4 | 1 |
5 files changed, 9 insertions, 46 deletions
diff --git a/net-irc/bnc/bnc-2.6.4.ebuild b/net-irc/bnc/bnc-2.6.4.ebuild index 0dea891d6105..a17a9ee2a607 100644 --- a/net-irc/bnc/bnc-2.6.4.ebuild +++ b/net-irc/bnc/bnc-2.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.9 2003/12/29 18:52:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.6.4.ebuild,v 1.10 2004/05/28 02:57:20 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 } diff --git a/net-irc/bnc/bnc-2.8.4.ebuild b/net-irc/bnc/bnc-2.8.4.ebuild deleted file mode 100644 index 08eb04d17a76..000000000000 --- a/net-irc/bnc/bnc-2.8.4.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.8.4.ebuild,v 1.9 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 b64c0934fcb3..46df777f93b7 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. +# Copyright 1999-2004 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.12 2004/05/28 02:56:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.6.ebuild,v 1.13 2004/05/28 02:57:20 vapier Exp $ MY_P=${P/-/} DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" @@ -11,7 +11,7 @@ SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha arm" +KEYWORDS="x86 ppc sparc alpha arm" IUSE="" DEPEND="virtual/glibc" diff --git a/net-irc/bnc/files/digest-bnc-2.6.2 b/net-irc/bnc/files/digest-bnc-2.6.2 deleted file mode 100644 index 1446cb6126a7..000000000000 --- a/net-irc/bnc/files/digest-bnc-2.6.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4fa45cdcda82998f5f73d17cff479a32 bnc2.6.2.tar.gz 42548 diff --git a/net-irc/bnc/files/digest-bnc-2.8.4 b/net-irc/bnc/files/digest-bnc-2.8.4 deleted file mode 100644 index 85270db35f2b..000000000000 --- a/net-irc/bnc/files/digest-bnc-2.8.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 15f197a4f04f2bcc7136ed635bff4afc bnc2.8.4.tar.gz 48400 |