summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Azzali <mattepiu@gentoo.org>2006-06-07 10:13:47 +0000
committerMatteo Azzali <mattepiu@gentoo.org>2006-06-07 10:13:47 +0000
commit01511fdc11842db09d5d5039f5770cf57d310787 (patch)
treebbd802a98903361f434b88680000503121fae1d8 /media-tv/xmltv
parentFix handling of postgres and oracle USE flags (diff)
downloadgentoo-2-01511fdc11842db09d5d5039f5770cf57d310787.tar.gz
gentoo-2-01511fdc11842db09d5d5039f5770cf57d310787.tar.bz2
gentoo-2-01511fdc11842db09d5d5039f5770cf57d310787.zip
removed na_dd special MethodMaker dep as per bug #95166.
(Portage version: 2.1_rc4-r3)
Diffstat (limited to 'media-tv/xmltv')
-rw-r--r--media-tv/xmltv/ChangeLog5
-rw-r--r--media-tv/xmltv/xmltv-0.5.43-r4.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/media-tv/xmltv/ChangeLog b/media-tv/xmltv/ChangeLog
index c8afad1dc90f..74865fffa192 100644
--- a/media-tv/xmltv/ChangeLog
+++ b/media-tv/xmltv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/xmltv
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.46 2006/06/06 21:38:31 mattepiu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.47 2006/06/07 10:13:47 mattepiu Exp $
+
+ 07 Jun 2006; <matte@gentoo.org> xmltv-0.5.43-r4.ebuild:
+ removed na_dd special MethodMaker dep as per bug #95166.
06 Jun 2006; Matteo Azzali <mattepiu@gentoo.org> +xmltv-0.5.43-r4:
Implemented new version based on use flag as per topic in gentoo-dev. bug
diff --git a/media-tv/xmltv/xmltv-0.5.43-r4.ebuild b/media-tv/xmltv/xmltv-0.5.43-r4.ebuild
index 809997eebfae..8b22bada88e2 100644
--- a/media-tv/xmltv/xmltv-0.5.43-r4.ebuild
+++ b/media-tv/xmltv/xmltv-0.5.43-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.43-r4.ebuild,v 1.2 2006/06/06 17:38:03 mattepiu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.43-r4.ebuild,v 1.3 2006/06/07 10:13:47 mattepiu Exp $
inherit eutils perl-module
@@ -70,8 +70,7 @@ RDEPEND=">=dev-perl/libwww-perl-5.65
dev-perl/Compress-Zlib
dev-perl/Unicode-String
dev-perl/TermReadKey
- na_dd? ( <dev-perl/Class-MethodMaker-2 )
- !na_dd? ( >=dev-perl/Class-MethodMaker-2 )
+ >=dev-perl/Class-MethodMaker-2
>=dev-lang/perl-5.6.1"
DEPEND="${RDEPEND}
@@ -197,7 +196,5 @@ pkg_postinst() {
einfo "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi"
einfo "to where the ScriptAlias directive is configured."
fi
- einfo "users with na_dd may experience issues if na_dd is not set,"
- einfo "please set it: you may need an old version of dev-perl/Class-MethodMaker"
}