diff options
author | 2010-06-19 01:00:36 +0000 | |
---|---|---|
committer | 2010-06-19 01:00:36 +0000 | |
commit | 908839b3b11e1a0bc65c966c48723c98bbb697c4 (patch) | |
tree | c623b93afbafd2879a10d78a8896045ad213de53 /www-apps | |
parent | 0.7.3 version bump. (diff) | |
download | gentoo-2-908839b3b11e1a0bc65c966c48723c98bbb697c4.tar.gz gentoo-2-908839b3b11e1a0bc65c966c48723c98bbb697c4.tar.bz2 gentoo-2-908839b3b11e1a0bc65c966c48723c98bbb697c4.zip |
Moving dev-util/cvs* to dev-vcs/cvs*
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/viewvc/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/viewvc/viewvc-1.1.5.ebuild | 4 | ||||
-rw-r--r-- | www-apps/viewvc/viewvc-1.1.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-apps/viewvc/ChangeLog b/www-apps/viewvc/ChangeLog index af2159fcb037..9a22ce78e660 100644 --- a/www-apps/viewvc/ChangeLog +++ b/www-apps/viewvc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/viewvc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.55 2010/06/16 19:08:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.56 2010/06/19 01:00:36 abcd Exp $ + + 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> viewvc-1.1.5.ebuild, + viewvc-1.1.6.ebuild: + Moving dev-util/cvs* to dev-vcs/cvs* 16 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> viewvc-1.1.6.ebuild: diff --git a/www-apps/viewvc/viewvc-1.1.5.ebuild b/www-apps/viewvc/viewvc-1.1.5.ebuild index 7e72d84c8058..84422aff9c51 100644 --- a/www-apps/viewvc/viewvc-1.1.5.ebuild +++ b/www-apps/viewvc/viewvc-1.1.5.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/www-apps/viewvc/viewvc-1.1.5.ebuild,v 1.5 2010/04/15 20:47:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.5.ebuild,v 1.6 2010/06/19 01:00:36 abcd Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -33,7 +33,7 @@ RDEPEND=" mod_python? ( www-apache/mod_python ) !mod_python? ( virtual/httpd-cgi ) - cvsgraph? ( >=dev-util/cvsgraph-1.5.0 ) + cvsgraph? ( >=dev-vcs/cvsgraph-1.5.0 ) mysql? ( >=dev-python/mysql-python-0.9.0 ) pygments? ( dev-python/pygments ) " diff --git a/www-apps/viewvc/viewvc-1.1.6.ebuild b/www-apps/viewvc/viewvc-1.1.6.ebuild index ce9903c8a986..4189f2984d2c 100644 --- a/www-apps/viewvc/viewvc-1.1.6.ebuild +++ b/www-apps/viewvc/viewvc-1.1.6.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/www-apps/viewvc/viewvc-1.1.6.ebuild,v 1.3 2010/06/16 19:08:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.6.ebuild,v 1.4 2010/06/19 01:00:36 abcd Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -34,7 +34,7 @@ RDEPEND=" mod_wsgi? ( www-apache/mod_wsgi ) !mod_python? ( !mod_wsgi? ( virtual/httpd-cgi ) ) - cvsgraph? ( >=dev-util/cvsgraph-1.5.0 ) + cvsgraph? ( >=dev-vcs/cvsgraph-1.5.0 ) mysql? ( >=dev-python/mysql-python-0.9.0 ) pygments? ( dev-python/pygments ) " |