summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-01-28 20:35:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-01-28 20:35:53 +0000
commit83fc03177254bd85d6954f174193f1c5e4984997 (patch)
tree67161f1fdddba5ced970e3154f4c36cc59e66e79 /dev-vcs
parentAdd net-dns/libidn to dependencies on x86, bug 396079 (diff)
downloadgentoo-2-83fc03177254bd85d6954f174193f1c5e4984997.tar.gz
gentoo-2-83fc03177254bd85d6954f174193f1c5e4984997.tar.bz2
gentoo-2-83fc03177254bd85d6954f174193f1c5e4984997.zip
Bug #384233: Fix the gitweb syntax highlighting implicit dependency on highlight.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git/ChangeLog7
-rw-r--r--dev-vcs/git/git-1.7.9_rc2.ebuild4
-rw-r--r--dev-vcs/git/git-9999.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog
index 13691b1783a5..37afe44b12ec 100644
--- a/dev-vcs/git/ChangeLog
+++ b/dev-vcs/git/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/git
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.119 2012/01/20 08:38:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.120 2012/01/28 20:35:53 robbat2 Exp $
+
+ 28 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> git-1.7.9_rc2.ebuild,
+ git-9999.ebuild:
+ Bug #384233: Fix the gitweb syntax highlighting implicit dependency on
+ highlight.
20 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> -git-1.7.3.5-r1.ebuild,
-git-1.7.3.5.ebuild, -git-1.7.4.1.ebuild, -git-1.7.4.4.ebuild,
diff --git a/dev-vcs/git/git-1.7.9_rc2.ebuild b/dev-vcs/git/git-1.7.9_rc2.ebuild
index f83fd69afd4f..3c05eacc76ab 100644
--- a/dev-vcs/git/git-1.7.9_rc2.ebuild
+++ b/dev-vcs/git/git-1.7.9_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.3 2012/01/27 04:20:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.4 2012/01/28 20:35:53 robbat2 Exp $
EAPI=4
@@ -60,7 +60,7 @@ RDEPEND="${CDEPEND}
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
- cgi? ( virtual/perl-CGI )
+ cgi? ( virtual/perl-CGI app-text/highlight )
cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
)
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
index 8fac107c4bff..2548a265fab6 100644
--- a/dev-vcs/git/git-9999.ebuild
+++ b/dev-vcs/git/git-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.29 2012/01/27 04:20:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.30 2012/01/28 20:35:53 robbat2 Exp $
EAPI=4
@@ -59,7 +59,7 @@ RDEPEND="${CDEPEND}
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
- cgi? ( virtual/perl-CGI )
+ cgi? ( virtual/perl-CGI app-text/highlight )
cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
)