diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-09 22:55:33 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-09 22:55:33 +0000 |
commit | 80c721ac90d42ae3289bf037a14a482fa0a6e6b5 (patch) | |
tree | 6c5c415cbb5bb02a39f8a8212af64c059a8eb818 /net-irc/bnc | |
parent | New release. Changes include highlighting for recognised function names (eg s... (diff) | |
download | historical-80c721ac90d42ae3289bf037a14a482fa0a6e6b5.tar.gz historical-80c721ac90d42ae3289bf037a14a482fa0a6e6b5.tar.bz2 historical-80c721ac90d42ae3289bf037a14a482fa0a6e6b5.zip |
Stable on alpha, bug 66912.
Diffstat (limited to 'net-irc/bnc')
-rw-r--r-- | net-irc/bnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bnc/Manifest | 14 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.8.9.ebuild | 4 |
3 files changed, 13 insertions, 10 deletions
diff --git a/net-irc/bnc/ChangeLog b/net-irc/bnc/ChangeLog index 66ea68d28272..63425fd44ae7 100644 --- a/net-irc/bnc/ChangeLog +++ b/net-irc/bnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bnc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.14 2004/10/09 21:16:29 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.15 2004/10/09 22:55:33 kloeri Exp $ + + 10 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> bnc-2.8.9.ebuild: + Stable on alpha, bug 66912. 09 Oct 2004; Jason Wever <weeve@gentoo.org> bnc-2.8.9.ebuild: Stable on sparc wrt security bug #66912. diff --git a/net-irc/bnc/Manifest b/net-irc/bnc/Manifest index 40599caab0ec..d13024437f35 100644 --- a/net-irc/bnc/Manifest +++ b/net-irc/bnc/Manifest @@ -1,12 +1,12 @@ -MD5 99118b07f5b736f6cc46deadf8265f1c ChangeLog 1991 -MD5 dcb93d671a834bea2437822c46b3c214 bnc-2.6.4.ebuild 905 MD5 08815a69732a76b4717dcdeb6da7e229 bnc-2.8.6-r1.ebuild 1145 -MD5 f15575a42abc7635cb3c7691eb3b4a38 bnc-2.8.6.ebuild 1015 +MD5 dcb93d671a834bea2437822c46b3c214 bnc-2.6.4.ebuild 905 MD5 b548677db8b820721075cb8c151fe399 metadata.xml 250 -MD5 648f4b32f485a893bece257b738d7f06 bnc-2.8.9.ebuild 893 -MD5 cab5a601ff0bb6f73c793cbe7a278f4e files/bnc-2.8.6-gotofail-labelfix.patch 538 -MD5 e8809f89a22004c0092dcb8502e17bfa files/bncsetup.patch 1212 +MD5 f15575a42abc7635cb3c7691eb3b4a38 bnc-2.8.6.ebuild 1015 +MD5 cb955d39851b80864fd115586e620584 bnc-2.8.9.ebuild 890 +MD5 a6cc65b4055c55ce8767c97a7ca37079 ChangeLog 2093 MD5 3aecb068876402e1030f940f6caa829a files/digest-bnc-2.6.4 59 -MD5 b9427cecfd47491ea920651f047adb36 files/digest-bnc-2.8.6 59 MD5 b9427cecfd47491ea920651f047adb36 files/digest-bnc-2.8.6-r1 59 +MD5 b9427cecfd47491ea920651f047adb36 files/digest-bnc-2.8.6 59 +MD5 cab5a601ff0bb6f73c793cbe7a278f4e files/bnc-2.8.6-gotofail-labelfix.patch 538 MD5 abfd9014770224aa08ceed9439d9e0d5 files/digest-bnc-2.8.9 59 +MD5 e8809f89a22004c0092dcb8502e17bfa files/bncsetup.patch 1212 diff --git a/net-irc/bnc/bnc-2.8.9.ebuild b/net-irc/bnc/bnc-2.8.9.ebuild index 37157e7d03a6..2532ed8babbe 100644 --- a/net-irc/bnc/bnc-2.8.9.ebuild +++ b/net-irc/bnc/bnc-2.8.9.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/bnc/bnc-2.8.9.ebuild,v 1.3 2004/10/09 21:37:18 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.9.ebuild,v 1.4 2004/10/09 22:55:33 kloeri Exp $ inherit eutils @@ -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/libc" |