summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-21 08:38:29 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-21 08:38:29 +0000
commit70dedd81496677bed31342187250926766d93b65 (patch)
treec46c338eb799f523070be98464ffa0bb4bdddad7 /sys-devel/smatch
parentMigrate to git-2. (diff)
downloadgentoo-2-70dedd81496677bed31342187250926766d93b65.tar.gz
gentoo-2-70dedd81496677bed31342187250926766d93b65.tar.bz2
gentoo-2-70dedd81496677bed31342187250926766d93b65.zip
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/smatch')
-rw-r--r--sys-devel/smatch/ChangeLog5
-rw-r--r--sys-devel/smatch/smatch-9999.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-devel/smatch/ChangeLog b/sys-devel/smatch/ChangeLog
index b0e4f328b427..7abeb1947fd5 100644
--- a/sys-devel/smatch/ChangeLog
+++ b/sys-devel/smatch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/smatch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/smatch/ChangeLog,v 1.1 2011/09/08 22:10:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/smatch/ChangeLog,v 1.2 2011/09/21 08:38:29 mgorny Exp $
+
+ 21 Sep 2011; Michał Górny <mgorny@gentoo.org> smatch-9999.ebuild:
+ Migrate to git-2.
*smatch-9999 (08 Sep 2011)
diff --git a/sys-devel/smatch/smatch-9999.ebuild b/sys-devel/smatch/smatch-9999.ebuild
index 6a2ce508c7b3..bde661fa5621 100644
--- a/sys-devel/smatch/smatch-9999.ebuild
+++ b/sys-devel/smatch/smatch-9999.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/smatch/smatch-9999.ebuild,v 1.1 2011/09/08 22:10:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/smatch/smatch-9999.ebuild,v 1.2 2011/09/21 08:38:29 mgorny Exp $
EAPI="2"
inherit multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://repo.or.cz/smatch.git"
- inherit git
+ EGIT_REPO_URI="git://repo.or.cz/${PN}.git
+ http://repo.or.cz/r/${PN}.git"
+ inherit git-2
fi
DESCRIPTION="static analysis tool for C"