summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-08-03 16:58:05 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-08-03 16:58:05 +0000
commit2cbc5e18b13dffbbedaaf4e4515b249fa2c7ff4d (patch)
treeb1a762241c0fdd4daa700ea6d3d4a1f2d8f61c46 /dev-vcs
parentAdded static-libs and doc flags, keyword amd64-linux, x86-linux (diff)
downloadgentoo-2-2cbc5e18b13dffbbedaaf4e4515b249fa2c7ff4d.tar.gz
gentoo-2-2cbc5e18b13dffbbedaaf4e4515b249fa2c7ff4d.tar.bz2
gentoo-2-2cbc5e18b13dffbbedaaf4e4515b249fa2c7ff4d.zip
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/svn2git/ChangeLog12
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20100303.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20100324.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20100327.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20101008.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-0_pre20101101.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.2.1.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.4.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-1.0.5.ebuild6
-rw-r--r--dev-vcs/svn2git/svn2git-9999.ebuild6
11 files changed, 39 insertions, 33 deletions
diff --git a/dev-vcs/svn2git/ChangeLog b/dev-vcs/svn2git/ChangeLog
index 6841f28067b4..39bda7468c79 100644
--- a/dev-vcs/svn2git/ChangeLog
+++ b/dev-vcs/svn2git/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-vcs/svn2git
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v 1.14 2011/11/10 11:28:22 sping Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v 1.15 2012/08/03 16:58:05 kensington Exp $
+
+ 03 Aug 2012; Michael Palimaka <kensington@gentoo.org>
+ svn2git-0_pre20100303.ebuild, svn2git-0_pre20100324.ebuild,
+ svn2git-0_pre20100327.ebuild, svn2git-0_pre20101008.ebuild,
+ svn2git-0_pre20101101.ebuild, svn2git-1.0.2.1.ebuild, svn2git-1.0.3_p1.ebuild,
+ svn2git-1.0.4.ebuild, svn2git-1.0.5.ebuild, svn2git-9999.ebuild:
+ Add missing slot dependencies on Qt.
*svn2git-1.0.5 (10 Nov 2011)
@@ -81,4 +88,3 @@
04 Mar 2010; Sebastian Pipping <sping@gentoo.org> +svn2git-9999.ebuild,
+svn2git-20100303.ebuild, +metadata.xml:
New package
-
diff --git a/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild
index 8b0d633efba2..ca226d2aa69e 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.3 2010/06/22 18:51:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.4 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -23,7 +23,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild
index 490f03984f1d..685a91936439 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild,v 1.2 2010/06/22 18:51:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild,v 1.3 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -23,7 +23,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild
index 5bd037c042d9..298218ec42a0 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild,v 1.2 2010/06/22 18:51:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild,v 1.3 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -23,7 +23,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild b/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild
index 03c069fd90ae..bdb379e1d726 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild,v 1.1 2010/10/11 18:27:08 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild,v 1.2 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -23,7 +23,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild b/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild
index 211bbf7fecc8..af2df5018c6d 100644
--- a/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild
+++ b/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild,v 1.1 2010/11/02 10:13:07 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101101.ebuild,v 1.2 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -23,7 +23,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild b/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild
index f48e100edebc..0387b1d5a58f 100644
--- a/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v 1.1 2011/01/11 08:43:47 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v 1.2 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -25,7 +25,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild b/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild
index ce48c62d48e2..8633e2c37a1a 100644
--- a/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild,v 1.2 2011/04/08 17:18:06 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild,v 1.3 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -25,7 +25,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-1.0.4.ebuild b/dev-vcs/svn2git/svn2git-1.0.4.ebuild
index 7fc89038e0e4..e58c62224b1e 100644
--- a/dev-vcs/svn2git/svn2git-1.0.4.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.4.ebuild,v 1.1 2011/04/08 17:12:44 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.4.ebuild,v 1.2 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -23,7 +23,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-1.0.5.ebuild b/dev-vcs/svn2git/svn2git-1.0.5.ebuild
index b931f36cbc6f..90cacd557cc3 100644
--- a/dev-vcs/svn2git/svn2git-1.0.5.ebuild
+++ b/dev-vcs/svn2git/svn2git-1.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.5.ebuild,v 1.1 2011/11/10 11:28:22 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.5.ebuild,v 1.2 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -23,7 +23,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"
diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild
index a4b6ebeb6705..9a529401a167 100644
--- a/dev-vcs/svn2git/svn2git-9999.ebuild
+++ b/dev-vcs/svn2git/svn2git-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-9999.ebuild,v 1.8 2011/11/10 11:28:22 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-9999.ebuild,v 1.9 2012/08/03 16:58:05 kensington Exp $
EAPI="2"
@@ -24,7 +24,7 @@ IUSE=""
# KEYWORDS way up
DEPEND="dev-vcs/subversion
- x11-libs/qt-core"
+ x11-libs/qt-core:4"
RDEPEND="${DEPEND}
dev-vcs/git"