diff options
author | Brian Harring <ferringb@gentoo.org> | 2011-08-06 21:33:24 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2011-08-06 21:33:24 +0000 |
commit | 18409baeeb155359b4102789f753df35136028a3 (patch) | |
tree | 36af4c5084d477c6f22fc3e665889e5230791de1 /sys-apps/pkgcore/pkgcore-9999.ebuild | |
parent | use a more standardize url for checkouts (diff) | |
download | gentoo-2-18409baeeb155359b4102789f753df35136028a3.tar.gz gentoo-2-18409baeeb155359b4102789f753df35136028a3.tar.bz2 gentoo-2-18409baeeb155359b4102789f753df35136028a3.zip |
use the standardized googlecode checkout url
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pkgcore/pkgcore-9999.ebuild')
-rw-r--r-- | sys-apps/pkgcore/pkgcore-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index 0c368a4461ea..c61a551e9625 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild,v 1.1 2011/08/06 08:59:27 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild,v 1.2 2011/08/06 21:33:24 ferringb Exp $ EAPI="3" DISTUTILS_SRC_TEST="setup.py" -EGIT_REPO_URI="http://googlecode.com/p/pkgcore" +EGIT_REPO_URI="https://code.google.com/p/pkgcore/" inherit distutils git-2 DESCRIPTION="pkgcore package manager" |