diff options
author | 2013-03-02 21:09:45 +0000 | |
---|---|---|
committer | 2013-03-02 21:09:45 +0000 | |
commit | d29f53691af3c1b67701f8be317125ae38986566 (patch) | |
tree | d8a9c3a6ce575e7bcec29098a596017a7b7c12e2 /dev-vcs | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-d29f53691af3c1b67701f8be317125ae38986566.tar.gz gentoo-2-d29f53691af3c1b67701f8be317125ae38986566.tar.bz2 gentoo-2-d29f53691af3c1b67701f8be317125ae38986566.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.6.17-r7.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.6.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.7.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.8.ebuild | 4 |
5 files changed, 16 insertions, 11 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog index 42f8473cc66c..cf642ee9eb17 100644 --- a/dev-vcs/subversion/ChangeLog +++ b/dev-vcs/subversion/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/subversion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.99 2013/02/23 15:54:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.100 2013/03/02 21:09:45 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + subversion-1.6.17-r7.ebuild, subversion-1.7.6.ebuild, subversion-1.7.7.ebuild, + subversion-1.7.8.ebuild: + Move Qt dependencies to the new category 23 Feb 2013; Michał Górny <mgorny@gentoo.org> subversion-1.7.8.ebuild: Keep Python sources symlinked during builds. Required for Ruby bindings, for diff --git a/dev-vcs/subversion/subversion-1.6.17-r7.ebuild b/dev-vcs/subversion/subversion-1.6.17-r7.ebuild index 880c1031ceb7..d8d9f7229f3d 100644 --- a/dev-vcs/subversion/subversion-1.6.17-r7.ebuild +++ b/dev-vcs/subversion/subversion-1.6.17-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v 1.13 2012/08/20 20:31:05 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v 1.14 2013/03/02 21:09:45 hwoarang Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -29,7 +29,7 @@ CDEPEND=">=dev-db/sqlite-3.4 ctypes-python? ( =dev-lang/python-2* ) emacs? ( virtual/emacs ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) - kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 ) + kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl ) python? ( =dev-lang/python-2* ) ruby? ( >=dev-lang/ruby-1.8.2 ) diff --git a/dev-vcs/subversion/subversion-1.7.6.ebuild b/dev-vcs/subversion/subversion-1.7.6.ebuild index cd821f944376..79c84a2cccfe 100644 --- a/dev-vcs/subversion/subversion-1.7.6.ebuild +++ b/dev-vcs/subversion/subversion-1.7.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v 1.5 2012/10/25 17:04:23 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v 1.6 2013/03/02 21:09:45 hwoarang Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -28,7 +28,7 @@ CDEPEND=">=dev-db/sqlite-3.4 berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( =dev-lang/python-2* ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) - kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 ) + kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl ) python? ( =dev-lang/python-2* ) ruby? ( >=dev-lang/ruby-1.8.2:1.8 ) diff --git a/dev-vcs/subversion/subversion-1.7.7.ebuild b/dev-vcs/subversion/subversion-1.7.7.ebuild index b3e2c32a47d2..c3c8158161c4 100644 --- a/dev-vcs/subversion/subversion-1.7.7.ebuild +++ b/dev-vcs/subversion/subversion-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.13 2013/02/22 17:44:33 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.14 2013/03/02 21:09:45 hwoarang Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -28,7 +28,7 @@ CDEPEND=">=dev-db/sqlite-3.4 berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( =dev-lang/python-2* ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) - kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 ) + kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl ) python? ( =dev-lang/python-2* ) ruby? ( >=dev-lang/ruby-1.8.2:1.8 ) diff --git a/dev-vcs/subversion/subversion-1.7.8.ebuild b/dev-vcs/subversion/subversion-1.7.8.ebuild index 8a46d66975c4..d25d7e43498e 100644 --- a/dev-vcs/subversion/subversion-1.7.8.ebuild +++ b/dev-vcs/subversion/subversion-1.7.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild,v 1.3 2013/02/23 15:54:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild,v 1.4 2013/03/02 21:09:45 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -28,7 +28,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4 berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( ${PYTHON_DEPS} ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) - kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 ) + kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl ) python? ( ${PYTHON_DEPS} ) ruby? ( >=dev-lang/ruby-1.8.2:1.8 ) |