diff options
Diffstat (limited to 'media-tv/xmltv')
-rw-r--r-- | media-tv/xmltv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.34.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.37-r1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.39.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/media-tv/xmltv/ChangeLog b/media-tv/xmltv/ChangeLog index ce0c22e39de8..652022aa0636 100644 --- a/media-tv/xmltv/ChangeLog +++ b/media-tv/xmltv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/xmltv # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.32 2005/05/12 06:24:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.33 2005/05/24 14:28:31 mcummings Exp $ + + 24 May 2005; Michael Cummings <mcummings@gentoo.org> xmltv-0.5.34.ebuild, + xmltv-0.5.37-r1.ebuild, xmltv-0.5.39.ebuild: + dev-perl/CGI => perl-core/CGI *xmltv-0.5.39 (12 May 2005) diff --git a/media-tv/xmltv/xmltv-0.5.34.ebuild b/media-tv/xmltv/xmltv-0.5.34.ebuild index 33e75df5086c..20d21a9b9be7 100644 --- a/media-tv/xmltv/xmltv-0.5.34.ebuild +++ b/media-tv/xmltv/xmltv-0.5.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.34.ebuild,v 1.7 2005/01/21 08:35:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.34.ebuild,v 1.8 2005/05/24 14:28:31 mcummings Exp $ inherit perl-module @@ -97,7 +97,7 @@ DEPEND="${RDEPEND} [ -z "${XMLTV_OPTS}" ] || has tv_check ${XMLTV_OPTS} \ && newdepend dev-perl/perl-tk dev-perl/Tk-TableMatrix [ -z "${XMLTV_OPTS}" ] || has tv_pick_cgi ${XMLTV_OPTS} \ - && newdepend dev-perl/CGI + && newdepend perl-core/CGI make_config() { if [ -z "${XMLTV_OPTS}" ] ; then diff --git a/media-tv/xmltv/xmltv-0.5.37-r1.ebuild b/media-tv/xmltv/xmltv-0.5.37-r1.ebuild index 5c8177fff599..66ad3cdd586f 100644 --- a/media-tv/xmltv/xmltv-0.5.37-r1.ebuild +++ b/media-tv/xmltv/xmltv-0.5.37-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.37-r1.ebuild,v 1.3 2005/05/12 06:24:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.37-r1.ebuild,v 1.4 2005/05/24 14:28:31 mcummings Exp $ inherit perl-module @@ -139,7 +139,7 @@ if [ -z "${XMLTV_OPTS}" ] || has tv_check ${XMLTV_OPTS} ; then fi if [ -z "${XMLTV_OPTS}" ] || has tv_pick_cgi ${XMLTV_OPTS} ; then - newdepend dev-perl/CGI + newdepend perl-core/CGI fi if [ -z "${XMLTV_OPTS}" ] || has tv_grab_se_swedb ${XMLTV_OPTS} ; then diff --git a/media-tv/xmltv/xmltv-0.5.39.ebuild b/media-tv/xmltv/xmltv-0.5.39.ebuild index 7c68641dbcf6..6f0173c58a82 100644 --- a/media-tv/xmltv/xmltv-0.5.39.ebuild +++ b/media-tv/xmltv/xmltv-0.5.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.39.ebuild,v 1.1 2005/05/12 06:24:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.39.ebuild,v 1.2 2005/05/24 14:28:31 mcummings Exp $ inherit perl-module @@ -139,7 +139,7 @@ if [ -z "${XMLTV_OPTS}" ] || has tv_check ${XMLTV_OPTS} ; then fi if [ -z "${XMLTV_OPTS}" ] || has tv_pick_cgi ${XMLTV_OPTS} ; then - newdepend dev-perl/CGI + newdepend perl-core/CGI fi if [ -z "${XMLTV_OPTS}" ] || has tv_grab_se_swedb ${XMLTV_OPTS} ; then |