diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-01 03:58:21 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-01 03:58:21 +0000 |
commit | 7ba2ee00566d999ef363cf82f38ed0e57436d2ef (patch) | |
tree | 92f309acd38a72891a3b9b05d6c1d4697f9e1dff /net-irc | |
parent | inherit flag-o-matic for append-flags (diff) | |
download | gentoo-2-7ba2ee00566d999ef363cf82f38ed0e57436d2ef.tar.gz gentoo-2-7ba2ee00566d999ef363cf82f38ed0e57436d2ef.tar.bz2 gentoo-2-7ba2ee00566d999ef363cf82f38ed0e57436d2ef.zip |
inherit user for enewuser
(Portage version: 2.2.0_alpha108_p12/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/rbot/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.15.ebuild | 4 | ||||
-rw-r--r-- | net-irc/rbot/rbot-9999-r10.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index f1d640ca9433..2dc55bdc701b 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/rbot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.51 2012/04/24 13:35:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.52 2012/06/01 03:58:21 zmedico Exp $ + + 01 Jun 2012; Zac Medico <zmedico@gentoo.org> rbot-0.9.15.ebuild, + rbot-9999-r10.ebuild: + inherit user for enewuser 24 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> rbot-0.9.15.ebuild, rbot-9999-r10.ebuild: diff --git a/net-irc/rbot/rbot-0.9.15.ebuild b/net-irc/rbot/rbot-0.9.15.ebuild index a4dbbb1d505d..d3a610e041c7 100644 --- a/net-irc/rbot/rbot-0.9.15.ebuild +++ b/net-irc/rbot/rbot-0.9.15.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15.ebuild,v 1.6 2012/04/24 13:35:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15.ebuild,v 1.7 2012/06/01 03:58:21 zmedico Exp $ EAPI="2" # ruby19 needs ruby-gettext on 19 first USE_RUBY="ruby18" -inherit ruby-ng eutils +inherit ruby-ng eutils user DESCRIPTION="rbot is a ruby IRC bot" HOMEPAGE="http://ruby-rbot.org/" diff --git a/net-irc/rbot/rbot-9999-r10.ebuild b/net-irc/rbot/rbot-9999-r10.ebuild index 373e78ac7c96..ca9d93ac714a 100644 --- a/net-irc/rbot/rbot-9999-r10.ebuild +++ b/net-irc/rbot/rbot-9999-r10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild,v 1.7 2012/04/24 13:35:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild,v 1.8 2012/06/01 03:58:21 zmedico Exp $ -inherit ruby eutils +inherit ruby eutils user [[ ${PV} == *"9999" ]] && inherit git-2 |