diff options
author | Carlos Silva <r3pek@gentoo.org> | 2005-09-12 10:49:54 +0000 |
---|---|---|
committer | Carlos Silva <r3pek@gentoo.org> | 2005-09-12 10:49:54 +0000 |
commit | 58769b844f4470dea46cdb94c570ccc6743addf4 (patch) | |
tree | ced6cb5a1fcd4bacc600a9edbf5dbc28b1e746ab /dev-util | |
parent | Wrong bug number. Fixing (diff) | |
download | gentoo-2-58769b844f4470dea46cdb94c570ccc6743addf4.tar.gz gentoo-2-58769b844f4470dea46cdb94c570ccc6743addf4.tar.bz2 gentoo-2-58769b844f4470dea46cdb94c570ccc6743addf4.zip |
Fixed homepage. Closes bug #105648
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/git/git-0.7.ebuild | 4 | ||||
-rw-r--r-- | dev-util/git/git-0.99.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index 9554f42d3e85..77f59adf3048 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/git # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.19 2005/09/08 21:58:31 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.20 2005/09/12 10:49:54 r3pek Exp $ + + 12 Sep 2005; Carlos Silva <r3pek@gentoo.org> git-0.7.ebuild, + git-0.99.6.ebuild: + Fixed homepage. Closes bug #105648 *git-0.99.6 (08 Sep 2005) diff --git a/dev-util/git/git-0.7.ebuild b/dev-util/git/git-0.7.ebuild index f250636d1907..4df1b633f584 100644 --- a/dev-util/git/git-0.7.ebuild +++ b/dev-util/git/git-0.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.7.ebuild,v 1.8 2005/08/24 20:53:21 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.7.ebuild,v 1.9 2005/09/12 10:49:54 r3pek Exp $ DESCRIPTION="GIT - the stupid content tracker" -HOMEPAGE="http://kernel.org/pub/software/scm/git/" +HOMEPAGE="http://git.or.cz/" SRC_URI="http://kernel.org/pub/software/scm/git/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/dev-util/git/git-0.99.6.ebuild b/dev-util/git/git-0.99.6.ebuild index 3763257ee849..0275f861be6e 100644 --- a/dev-util/git/git-0.99.6.ebuild +++ b/dev-util/git/git-0.99.6.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.6.ebuild,v 1.1 2005/09/08 21:58:31 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-0.99.6.ebuild,v 1.2 2005/09/12 10:49:54 r3pek Exp $ DESCRIPTION="GIT - the stupid content tracker" -HOMEPAGE="http://kernel.org/pub/software/scm/git/" +HOMEPAGE="http://git.or.cz/" SRC_URI="http://kernel.org/pub/software/scm/git/${PN}-core-${PV}.tar.bz2" LICENSE="GPL-2" |