diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2011-07-11 12:23:47 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2011-07-11 12:23:47 +0000 |
commit | aa29d4b3a0141c262f0456a1995cc8c589fca59d (patch) | |
tree | 45b08f5973422e22f04fda80e3db760831f92937 /net-irc | |
parent | Fix compilation on Darwin 9 (10.5) by extracting parts of the Darwin 8 patch (diff) | |
download | gentoo-2-aa29d4b3a0141c262f0456a1995cc8c589fca59d.tar.gz gentoo-2-aa29d4b3a0141c262f0456a1995cc8c589fca59d.tar.bz2 gentoo-2-aa29d4b3a0141c262f0456a1995cc8c589fca59d.zip |
Fixed dodoc call on dir wrt bug #367489
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/supybot/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.83.4.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index ad87ae2fb1be..1fbc2f5d2942 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/supybot -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.38 2010/11/04 12:48:18 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.39 2011/07/11 12:23:47 neurogeek Exp $ + + 11 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> + supybot-0.83.4.1-r1.ebuild: + Fixed dodoc call on dir wrt bug #367489 04 Nov 2010; Markus Meier <maekke@gentoo.org> supybot-0.83.4.1-r1.ebuild: add ~arm, bug #343509 diff --git a/net-irc/supybot/supybot-0.83.4.1-r1.ebuild b/net-irc/supybot/supybot-0.83.4.1-r1.ebuild index 322ef30d8f10..ccc30844ea4a 100644 --- a/net-irc/supybot/supybot-0.83.4.1-r1.ebuild +++ b/net-irc/supybot/supybot-0.83.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.4.1-r1.ebuild,v 1.8 2010/11/04 12:48:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.4.1-r1.ebuild,v 1.9 2011/07/11 12:23:47 neurogeek Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -30,7 +30,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" -DOCS="ACKS RELNOTES docs/*" +DOCS="ACKS RELNOTES docs/[!man]*" src_install() { distutils_src_install |