diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:34:18 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:34:18 +0000 |
commit | 93b386493c785828b8b29d9838614753980cb60e (patch) | |
tree | e682fd04b0b48c9c3c69d21de24a161f4c999831 /dev-db/unixODBC | |
parent | Move package from dev-util/cvsutils to dev-vcs/cvsutils (diff) | |
download | gentoo-2-93b386493c785828b8b29d9838614753980cb60e.tar.gz gentoo-2-93b386493c785828b8b29d9838614753980cb60e.tar.bz2 gentoo-2-93b386493c785828b8b29d9838614753980cb60e.zip |
Moving dev-util/cvs* to dev-vcs/cvs*
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index b4a4aeddfdac..97d9a34a1563 100644 --- a/dev-db/unixODBC/ChangeLog +++ b/dev-db/unixODBC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/unixODBC # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.84 2010/05/31 19:55:46 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.85 2010/06/19 00:34:18 abcd Exp $ + + 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> unixODBC-2.2.12.ebuild: + Moving dev-util/cvs* to dev-vcs/cvs* 31 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> unixODBC-2.3.0.ebuild: diff --git a/dev-db/unixODBC/unixODBC-2.2.12.ebuild b/dev-db/unixODBC/unixODBC-2.2.12.ebuild index 27d8b200f5b6..c24d346c49a8 100644 --- a/dev-db/unixODBC/unixODBC-2.2.12.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.12.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-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.16 2010/03/22 08:35:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.17 2010/06/19 00:34:18 abcd Exp $ PATCH_VERSION="2.2.12-r0" PATCH_P="${PN}-${PATCH_VERSION}-patches" @@ -22,7 +22,7 @@ RDEPEND=">=sys-libs/readline-4.1 gnome? ( gnome-base/libgnomeui ) sys-devel/libtool" DEPEND="${RDEPEND} - gnome? ( dev-util/cvs )" # see Bug 173256 + gnome? ( dev-vcs/cvs )" # see Bug 173256 src_unpack() { unpack ${A} |