diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:50:35 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:50:35 +0000 |
commit | cdb626f7e407616e7c87a505e92afe915a0a147a (patch) | |
tree | de3499e521c4ff68a6b11a4d29f0f993b1b6383f /net-irc | |
parent | (QA) RESTRICT clean up. (diff) | |
download | gentoo-2-cdb626f7e407616e7c87a505e92afe915a0a147a.tar.gz gentoo-2-cdb626f7e407616e7c87a505e92afe915a0a147a.tar.bz2 gentoo-2-cdb626f7e407616e7c87a505e92afe915a0a147a.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/nikibot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/nikibot/nikibot-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/nikibot/ChangeLog b/net-irc/nikibot/ChangeLog index 4907cc4bf9c9..45869e72793d 100644 --- a/net-irc/nikibot/ChangeLog +++ b/net-irc/nikibot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/nikibot # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/ChangeLog,v 1.4 2007/02/28 16:50:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/ChangeLog,v 1.5 2007/07/02 14:50:35 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> nikibot-0.8.ebuild: + (QA) RESTRICT clean up. 28 Feb 2007; Raúl Porcel <armin76@gentoo.org> nikibot-0.8.ebuild: Make the dep on lua strictly on 5.0 version, it doesn't work with 5.1 diff --git a/net-irc/nikibot/nikibot-0.8.ebuild b/net-irc/nikibot/nikibot-0.8.ebuild index 5b26419f667a..13da14d566f4 100644 --- a/net-irc/nikibot/nikibot-0.8.ebuild +++ b/net-irc/nikibot/nikibot-0.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 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.4 2007/02/28 16:50:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/nikibot-0.8.ebuild,v 1.5 2007/07/02 14:50:35 peper Exp $ inherit autotools DESCRIPTION="An IRC-Bot with lua script interface" HOMEPAGE="http://sourceforge.net/projects/nikibot/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -RESTRICT="nomirror" +RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" IUSE="" |