diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:39:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:39:50 +0000 |
commit | 7e70906d87a888b48203a101bd782626fe7447c2 (patch) | |
tree | 2bce91d1a53cefb474d98673ed7adb8661c59feb /sys-devel/smatch | |
parent | Migrate to git-2. (diff) | |
download | historical-7e70906d87a888b48203a101bd782626fe7447c2.tar.gz historical-7e70906d87a888b48203a101bd782626fe7447c2.tar.bz2 historical-7e70906d87a888b48203a101bd782626fe7447c2.zip |
Migrate to git-2.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/smatch')
-rw-r--r-- | sys-devel/smatch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/smatch/smatch-9999.ebuild | 7 |
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" |