diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:36:37 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:36:37 +0000 |
commit | 5a4dec7018c8ebd8b9e1a3d4093eacbfd06a06b4 (patch) | |
tree | 11ea2ee8c2f263fc8a59ac9d3852d7b33d3ddfa1 /app-arch | |
parent | Moving dev-util/cvs* to dev-vcs/cvs* (diff) | |
download | gentoo-2-5a4dec7018c8ebd8b9e1a3d4093eacbfd06a06b4.tar.gz gentoo-2-5a4dec7018c8ebd8b9e1a3d4093eacbfd06a06b4.tar.bz2 gentoo-2-5a4dec7018c8ebd8b9e1a3d4093eacbfd06a06b4.zip |
Moving dev-util/cvs* to dev-vcs/cvs*
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xz-utils/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild | 4 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-arch/xz-utils/ChangeLog b/app-arch/xz-utils/ChangeLog index b99538fd7e99..2d8895c43038 100644 --- a/app-arch/xz-utils/ChangeLog +++ b/app-arch/xz-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/xz-utils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.17 2010/05/12 18:30:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.18 2010/06/19 00:36:37 abcd Exp $ + + 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> + xz-utils-4.999.9_beta.ebuild, xz-utils-9999.ebuild: + Moving dev-util/cvs* to dev-vcs/cvs* 12 May 2010; Raúl Porcel <armin76@gentoo.org> xz-utils-4.999.9_beta.ebuild: diff --git a/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild b/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild index 87ac312ca557..38e55cdfeac8 100644 --- a/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild +++ b/app-arch/xz-utils/xz-utils-4.999.9_beta.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/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild,v 1.13 2010/05/12 18:30:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild,v 1.14 2010/06/19 00:36:37 abcd Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git" inherit git autotools SRC_URI="" - EXTRA_DEPEND="sys-devel/gettext dev-util/cvs >=sys-devel/libtool-2" #272880 286068 + EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068 else MY_P="${PN/-utils}-${PV/_}" SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz" diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 5a82ad798428..f6c8566eab79 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.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/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.5 2010/01/15 03:19:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.6 2010/06/19 00:36:37 abcd Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git" inherit git autotools SRC_URI="" - EXTRA_DEPEND="sys-devel/gettext dev-util/cvs >=sys-devel/libtool-2" #272880 286068 + EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068 else MY_P="${PN/-utils}-${PV/_}" SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz" |