summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-21 08:54:22 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-21 08:54:22 +0000
commitd568b28e0546dc2a816557f72ad2f941a77565a4 (patch)
tree9c1bbd4651fb6f9976efdf7e569d55f85d41cfde /net-irc
parentMigrate to git-2. (diff)
downloadgentoo-2-d568b28e0546dc2a816557f72ad2f941a77565a4.tar.gz
gentoo-2-d568b28e0546dc2a816557f72ad2f941a77565a4.tar.bz2
gentoo-2-d568b28e0546dc2a816557f72ad2f941a77565a4.zip
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/rbot/ChangeLog5
-rw-r--r--net-irc/rbot/rbot-9999-r10.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog
index e217a521bae0..8b7f2a601f69 100644
--- a/net-irc/rbot/ChangeLog
+++ b/net-irc/rbot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/rbot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.47 2011/04/10 21:02:40 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.48 2011/09/21 08:54:22 mgorny Exp $
+
+ 21 Sep 2011; Michał Górny <mgorny@gentoo.org> rbot-9999-r10.ebuild:
+ Migrate to git-2.
10 Apr 2011; Alex Legler <a3li@gentoo.org> rbot-0.9.15.ebuild:
Bump locale dependency to fix compile issue reported in bug 330227. Remove
diff --git a/net-irc/rbot/rbot-9999-r10.ebuild b/net-irc/rbot/rbot-9999-r10.ebuild
index ef03abc71e5b..2db75cbbf940 100644
--- a/net-irc/rbot/rbot-9999-r10.ebuild
+++ b/net-irc/rbot/rbot-9999-r10.ebuild
@@ -1,10 +1,10 @@
-# 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/rbot/rbot-9999-r10.ebuild,v 1.5 2010/08/06 17:36:35 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild,v 1.6 2011/09/21 08:54:22 mgorny Exp $
inherit ruby eutils
-[[ ${PV} == *"9999" ]] && inherit git
+[[ ${PV} == *"9999" ]] && inherit git-2
DESCRIPTION="rbot is a ruby IRC bot"
HOMEPAGE="http://ruby-rbot.org/"
@@ -60,7 +60,7 @@ pkg_setup() {
src_unpack() {
if [[ ${PV} == *"9999" ]]; then
- git_src_unpack
+ git-2_src_unpack
cd "${S}"
sed -i -e '/\$version=/s:".\+":"'${PV}'":' bin/rbot \