summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-22 18:50:01 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-22 18:50:01 +0000
commit6bb95b45b94c31c6265d499b7082b160d0606334 (patch)
tree900eeb542f10e248d6436e7099b7df657a4fc674 /dev-vcs
parentdev-util/subversion renamed to dev-vcs/subversion. (diff)
downloadgentoo-2-6bb95b45b94c31c6265d499b7082b160d0606334.tar.gz
gentoo-2-6bb95b45b94c31c6265d499b7082b160d0606334.tar.bz2
gentoo-2-6bb95b45b94c31c6265d499b7082b160d0606334.zip
dev-util/subversion renamed to dev-vcs/subversion.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/qct/ChangeLog6
-rw-r--r--dev-vcs/qct/qct-1.7.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/qct/ChangeLog b/dev-vcs/qct/ChangeLog
index 149c209bb498..422f6e87543c 100644
--- a/dev-vcs/qct/ChangeLog
+++ b/dev-vcs/qct/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/qct
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/ChangeLog,v 1.6 2010/06/19 00:54:05 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/ChangeLog,v 1.7 2010/06/22 18:50:01 arfrever Exp $
+
+ 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ qct-1.7.ebuild:
+ dev-util/subversion renamed to dev-vcs/subversion.
19 Jun 2010; Jonathan Callen <abcd@gentoo.org> qct-1.7.ebuild:
Moving dev-util/cvs* to dev-vcs/cvs*
diff --git a/dev-vcs/qct/qct-1.7.ebuild b/dev-vcs/qct/qct-1.7.ebuild
index 126d2069d08e..4617523177a2 100644
--- a/dev-vcs/qct/qct-1.7.ebuild
+++ b/dev-vcs/qct/qct-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/qct-1.7.ebuild,v 1.6 2010/06/19 00:54:05 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/qct-1.7.ebuild,v 1.7 2010/06/22 18:50:01 arfrever Exp $
EAPI="2"
NEED_PYTHON="2.4"
@@ -22,7 +22,7 @@ DEPEND="app-text/asciidoc
cvs? ( dev-vcs/cvs )
mercurial? ( dev-vcs/mercurial )
monotone? ( dev-vcs/monotone )
- subversion? ( dev-util/subversion )"
+ subversion? ( dev-vcs/subversion )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"