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 | 478e337b2bdc2360a1b92d811031669974663c6e (patch) | |
tree | ffaa59e5a86ece607c41e19fccd6f21163b096db /net-irc | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-478e337b2bdc2360a1b92d811031669974663c6e.tar.gz gentoo-2-478e337b2bdc2360a1b92d811031669974663c6e.tar.bz2 gentoo-2-478e337b2bdc2360a1b92d811031669974663c6e.zip |
Fixed digest.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/nikibot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/nikibot/Manifest | 16 | ||||
-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, 11 insertions, 18 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..c8347b558695 100644 --- a/net-irc/nikibot/Manifest +++ b/net-irc/nikibot/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 ec482ba6329492eee341280bd94e2cb7 nikibot-0.8.ebuild 717 -MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 80171349750a4c0a1b9914bdac986b67 ChangeLog 408 -MD5 09b16226667a32e820a6b039baad50e8 files/digest-nikibot-0.8 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBAZo9AXomK8S72HoRAhg8AJ9PuaUBHZO1fzT/gG8AlLNcbIW2fQCfckyW -1stYjVEophs2QYbbPNKKvho= -=4FOR ------END PGP SIGNATURE----- +MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 +MD5 56a4ebcec5700dfc447801e84967f236 nikibot-0.8.ebuild 762 +MD5 358bf978000b3461815e6843498f3bf2 files/digest-nikibot-0.8 64 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" } |