summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-21 08:18:29 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-21 08:18:29 +0000
commit3c46334861c46c4fc07661f4c84acc493ae48dd8 (patch)
tree656ba354e982f0181b6b6cd79d02cfe5e78b049e /net-nds
parentMigrate to git-2. (diff)
downloadgentoo-2-3c46334861c46c4fc07661f4c84acc493ae48dd8.tar.gz
gentoo-2-3c46334861c46c4fc07661f4c84acc493ae48dd8.tar.bz2
gentoo-2-3c46334861c46c4fc07661f4c84acc493ae48dd8.zip
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/rpcbind/ChangeLog5
-rw-r--r--net-nds/rpcbind/rpcbind-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-nds/rpcbind/ChangeLog b/net-nds/rpcbind/ChangeLog
index 23613b540e23..5f5b595e5e11 100644
--- a/net-nds/rpcbind/ChangeLog
+++ b/net-nds/rpcbind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nds/rpcbind
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.15 2011/09/02 20:10:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.16 2011/09/21 08:18:29 mgorny Exp $
+
+ 21 Sep 2011; Michał Górny <mgorny@gentoo.org> rpcbind-9999.ebuild:
+ Migrate to git-2.
02 Sep 2011; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild:
Oops, lost some KEYWORDS there ... back to stable.
diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild
index 991de85ba0bd..a5e2f3f8bb81 100644
--- a/net-nds/rpcbind/rpcbind-9999.ebuild
+++ b/net-nds/rpcbind/rpcbind-9999.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.5 2011/09/02 20:08:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.6 2011/09/21 08:18:29 mgorny Exp $
EAPI="2"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
- inherit autotools git
+ inherit autotools git-2
SRC_URI=""
#KEYWORDS=""
else