diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-14 17:22:13 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-14 17:22:13 +0000 |
commit | 6d2c9ed45769595fbfbdeb1519774887f0adb0f6 (patch) | |
tree | ae88c20e9313b11ff798dcab94d567af9e925ecf /net-irc/nikibot | |
parent | Stable on amd64. (diff) | |
download | historical-6d2c9ed45769595fbfbdeb1519774887f0adb0f6.tar.gz historical-6d2c9ed45769595fbfbdeb1519774887f0adb0f6.tar.bz2 historical-6d2c9ed45769595fbfbdeb1519774887f0adb0f6.zip |
Fixed digest.
Diffstat (limited to 'net-irc/nikibot')
-rw-r--r-- | net-irc/nikibot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/nikibot/Manifest | 14 | ||||
-rw-r--r-- | net-irc/nikibot/files/digest-nikibot-0.8 | 2 | ||||
-rw-r--r-- | net-irc/nikibot/nikibot-0.8.ebuild | 6 |
4 files changed, 15 insertions, 12 deletions
diff --git a/net-irc/nikibot/ChangeLog b/net-irc/nikibot/ChangeLog index 6553c4f6e8eb..2f85e9556ae1 100644 --- a/net-irc/nikibot/ChangeLog +++ b/net-irc/nikibot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/nikibot # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/ChangeLog,v 1.1 2004/07/23 23:06:08 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/ChangeLog,v 1.2 2004/11/14 17:22:13 swegener Exp $ + + 14 Nov 2004; Sven Wegener <swegener@gentoo.org> nikibot-0.8.ebuild: + Fixed digest. *nikibot-0.8 (24 Jul 2004) diff --git a/net-irc/nikibot/Manifest b/net-irc/nikibot/Manifest index b76a25c0c930..69b0679e4987 100644 --- a/net-irc/nikibot/Manifest +++ b/net-irc/nikibot/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 ec482ba6329492eee341280bd94e2cb7 nikibot-0.8.ebuild 717 +MD5 7746cd3edf228132b09388bc2bfb2475 ChangeLog 495 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 80171349750a4c0a1b9914bdac986b67 ChangeLog 408 -MD5 09b16226667a32e820a6b039baad50e8 files/digest-nikibot-0.8 64 +MD5 a5ceecbc546e0d58e5aa72795a9d1046 nikibot-0.8.ebuild 762 +MD5 358bf978000b3461815e6843498f3bf2 files/digest-nikibot-0.8 64 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBAZo9AXomK8S72HoRAhg8AJ9PuaUBHZO1fzT/gG8AlLNcbIW2fQCfckyW -1stYjVEophs2QYbbPNKKvho= -=4FOR +iD8DBQFBl5ROI1lqEGTUzyQRAhvOAKCDa++a/3v2I2Uho++u0eRuOn4iqwCggXX1 +a17YnTMN/BEdeiwxUWn0cLI= +=+jkf -----END PGP SIGNATURE----- diff --git a/net-irc/nikibot/files/digest-nikibot-0.8 b/net-irc/nikibot/files/digest-nikibot-0.8 index ce8d69c72bbb..b1d59afd7025 100644 --- a/net-irc/nikibot/files/digest-nikibot-0.8 +++ b/net-irc/nikibot/files/digest-nikibot-0.8 @@ -1 +1 @@ -MD5 1b2bb6d25bbe2d5cd3487a99252713d3 nikibot-0.8.tar.bz2 201445 +MD5 16a1e33c27cddee21446f85862a470db nikibot-0.8.tar.bz2 201651 diff --git a/net-irc/nikibot/nikibot-0.8.ebuild b/net-irc/nikibot/nikibot-0.8.ebuild index a1a721addef8..83bb80f3ed6d 100644 --- a/net-irc/nikibot/nikibot-0.8.ebuild +++ b/net-irc/nikibot/nikibot-0.8.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/nikibot/nikibot-0.8.ebuild,v 1.1 2004/07/23 23:06:08 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/nikibot-0.8.ebuild,v 1.2 2004/11/14 17:22:13 swegener Exp $ DESCRIPTION="An IRC-Bot with lua script interface" HOMEPAGE="http://sourceforge.net/projects/nikibot/" @@ -25,6 +25,6 @@ src_unpack() { src_install() { make DESTDIR=${D} install || die "make install failed" - dodoc README test.lua - dohtml html/* + dodoc README test.lua || die "dodoc failed" + dohtml html/* || die "dohtml failed" } |