diff options
Diffstat (limited to 'dev-util/svn2cl')
-rw-r--r-- | dev-util/svn2cl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/svn2cl/svn2cl-0.12.ebuild | 6 | ||||
-rw-r--r-- | dev-util/svn2cl/svn2cl-0.9.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/svn2cl/ChangeLog b/dev-util/svn2cl/ChangeLog index 040147e17f80..06126798d501 100644 --- a/dev-util/svn2cl/ChangeLog +++ b/dev-util/svn2cl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/svn2cl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/ChangeLog,v 1.9 2009/10/09 01:54:26 zmedico Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/ChangeLog,v 1.10 2010/06/22 18:42:53 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + svn2cl-0.9.ebuild, svn2cl-0.12.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. *svn2cl-0.12 (09 Oct 2009) diff --git a/dev-util/svn2cl/svn2cl-0.12.ebuild b/dev-util/svn2cl/svn2cl-0.12.ebuild index 56893783e465..1db5f61b4fb4 100644 --- a/dev-util/svn2cl/svn2cl-0.12.ebuild +++ b/dev-util/svn2cl/svn2cl-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.12.ebuild,v 1.1 2009/10/09 01:54:26 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.12.ebuild,v 1.2 2010/06/22 18:42:53 arfrever Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~mips ~ppc ~x86" IUSE="" RDEPEND="dev-libs/libxslt - dev-util/subversion" + dev-vcs/subversion" src_unpack() { unpack ${A} diff --git a/dev-util/svn2cl/svn2cl-0.9.ebuild b/dev-util/svn2cl/svn2cl-0.9.ebuild index 83c48b617e31..ae4102d72a11 100644 --- a/dev-util/svn2cl/svn2cl-0.9.ebuild +++ b/dev-util/svn2cl/svn2cl-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.9.ebuild,v 1.3 2009/10/12 08:18:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/svn2cl/svn2cl-0.9.ebuild,v 1.4 2010/06/22 18:42:53 arfrever Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="amd64 ~mips x86" IUSE="" RDEPEND="dev-libs/libxslt - dev-util/subversion" + dev-vcs/subversion" src_unpack() { unpack ${A} |