summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-17 15:48:26 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-17 15:48:26 +0000
commit2ab6f43fdc1a985761ba67212ce95ac2c1bf6fcb (patch)
tree7505b421e5cf518c876dd001c5f59dba5c9fbbe2 /net-irc
parentVersion bump. Better (although not full) projectxml support. (diff)
downloadhistorical-2ab6f43fdc1a985761ba67212ce95ac2c1bf6fcb.tar.gz
historical-2ab6f43fdc1a985761ba67212ce95ac2c1bf6fcb.tar.bz2
historical-2ab6f43fdc1a985761ba67212ce95ac2c1bf6fcb.zip
Only install html API documentation with USE=doc
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/rbot/ChangeLog5
-rw-r--r--net-irc/rbot/Manifest12
-rw-r--r--net-irc/rbot/rbot-0.9.7.ebuild6
3 files changed, 13 insertions, 10 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog
index 396e46c23a97..7e811cc754b1 100644
--- a/net-irc/rbot/ChangeLog
+++ b/net-irc/rbot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/rbot
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.10 2005/07/07 15:48:13 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.11 2005/09/17 15:48:26 swegener Exp $
+
+ 17 Sep 2005; Sven Wegener <swegener@gentoo.org> rbot-0.9.7.ebuild:
+ Only install html API documentation with USE=doc
07 Jul 2005; Sven Wegener <swegener@gentoo.org> -rbot-0.9.6.ebuild:
Removed old ebuild.
diff --git a/net-irc/rbot/Manifest b/net-irc/rbot/Manifest
index 41a4c34c9750..28889b4e4164 100644
--- a/net-irc/rbot/Manifest
+++ b/net-irc/rbot/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 d31a54896f4c662702600554ef30e437 ChangeLog 1474
+MD5 1591aa7df0ba5e1c38c90f9733766e8a ChangeLog 1595
MD5 b54404b694144667970666b4bcdaf706 files/digest-rbot-0.9.7 62
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
-MD5 cce6708b997e0ef4eef6bdd2ffd7b47f rbot-0.9.7.ebuild 1147
+MD5 a17bed5c3d90bd19a38e86f95b662c5d rbot-0.9.7.ebuild 1162
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFCzU7WI1lqEGTUzyQRApS5AJ9vQVUfamQMA1b1Ei2HEHl1h/BQlQCgnlO+
-447FmEivpner8mF8fOKoakE=
-=6uVP
+iD8DBQFDLDriI1lqEGTUzyQRAlyfAJ9kygOcJGN8ysjNkf0PHSkM9akV3wCg2jN0
+iQ0Phde4ZWOTpXrh2DmUeHY=
+=Wj6L
-----END PGP SIGNATURE-----
diff --git a/net-irc/rbot/rbot-0.9.7.ebuild b/net-irc/rbot/rbot-0.9.7.ebuild
index 90f7a10345a3..0a53b2682b50 100644
--- a/net-irc/rbot/rbot-0.9.7.ebuild
+++ b/net-irc/rbot/rbot-0.9.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.6 2005/05/03 22:40:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.7 2005/09/17 15:48:26 swegener Exp $
DESCRIPTION="rbot is a ruby IRC bot"
HOMEPAGE="http://www.linuxbrit.co.uk/rbot/"
@@ -9,7 +9,7 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~amd64"
-IUSE="spell"
+IUSE="doc spell"
RDEPEND="|| (
>=virtual/ruby-1.8
@@ -44,7 +44,7 @@ src_install() {
doins rbotconf/* || die "doins failed"
dodoc AUTHORS ChangeLog INSTALL REQUIREMENTS TODO
- dohtml -r doc/*
+ ude doc && dohtml -r doc/*
}
pkg_postinst() {