diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-06 13:24:54 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-06 13:24:54 +0000 |
commit | 3a77134bbe3383023bb8ddaba2d328582355a149 (patch) | |
tree | 684b41366ba73636f0b898d01aa73b65ea6bd942 /app-misc/git | |
parent | fix #97547 (diff) | |
download | gentoo-2-3a77134bbe3383023bb8ddaba2d328582355a149.tar.gz gentoo-2-3a77134bbe3383023bb8ddaba2d328582355a149.tar.bz2 gentoo-2-3a77134bbe3383023bb8ddaba2d328582355a149.zip |
Block dev-util/git and dev-util/cogito for bug 98032.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-misc/git')
-rw-r--r-- | app-misc/git/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/git/Manifest | 14 | ||||
-rw-r--r-- | app-misc/git/git-4.3.20.ebuild | 6 |
3 files changed, 10 insertions, 15 deletions
diff --git a/app-misc/git/ChangeLog b/app-misc/git/ChangeLog index 9e6303352ad6..8c4d9e124764 100644 --- a/app-misc/git/ChangeLog +++ b/app-misc/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/git # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/git/ChangeLog,v 1.10 2005/06/24 14:41:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/git/ChangeLog,v 1.11 2005/07/06 13:24:54 ka0ttic Exp $ + + 06 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> git-4.3.20.ebuild: + Block dev-util/git and dev-util/cogito for bug 98032. 24 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> git-4.3.20.ebuild: To ~sparc diff --git a/app-misc/git/Manifest b/app-misc/git/Manifest index 1f6c1053ec8d..8f9ad9b8bd94 100644 --- a/app-misc/git/Manifest +++ b/app-misc/git/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 ed1b10ca6ea06ef0e425060811c28660 git-4.3.20.ebuild 602 +MD5 f49fae2d4d2ffa41e7adf3df0456519b ChangeLog 1055 MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 -MD5 555a5db00390445a8d4e6c1417fcccf2 ChangeLog 930 -MD5 5b5d6c6e5d208f300948a77263427c4e git-4.3.20.ebuild 569 MD5 4c60d310dc9ce1c7ae02a65dd57f5784 files/digest-git-4.3.20 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFCvBulKRy60XGEcJIRAiA8AJ9kZVhPqwER6HQFdFip7XHllCb+/ACeJzA7 -krIopQA7dq+eMN/3OUA18AM= -=6+tE ------END PGP SIGNATURE----- diff --git a/app-misc/git/git-4.3.20.ebuild b/app-misc/git/git-4.3.20.ebuild index 0a7d69258aa0..08db9a935564 100644 --- a/app-misc/git/git-4.3.20.ebuild +++ b/app-misc/git/git-4.3.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/git/git-4.3.20.ebuild,v 1.13 2005/06/24 14:41:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/git/git-4.3.20.ebuild,v 1.14 2005/07/06 13:24:54 ka0ttic Exp $ DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily task" HOMEPAGE="http://www.gnu.org/software/git/" @@ -11,7 +11,9 @@ SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" IUSE="" -DEPEND="sys-devel/binutils" +DEPEND="sys-devel/binutils + !dev-util/git + !dev-util/cogito" src_install() { einstall || die |