diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-15 00:14:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-15 00:14:50 +0000 |
commit | ba17c502b0d68ac07c410ccd3c233d475b402ace (patch) | |
tree | 87117aea4afde2bb2372e991dde507d0b87b5ef0 /media-plugins/mythvideo | |
parent | fix jamu script always exiting with 1. fix executable bit on scripts necessar... (diff) | |
download | gentoo-2-ba17c502b0d68ac07c410ccd3c233d475b402ace.tar.gz gentoo-2-ba17c502b0d68ac07c410ccd3c233d475b402ace.tar.bz2 gentoo-2-ba17c502b0d68ac07c410ccd3c233d475b402ace.zip |
remove older versions
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild | 36 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.22_p22807.ebuild | 36 |
3 files changed, 5 insertions, 73 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index df98f11bd88b..e8cf688fe1b6 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythvideo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.79 2009/11/15 00:10:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.80 2009/11/15 00:14:50 cardoe Exp $ + + 15 Nov 2009; Doug Goldstein <cardoe@gentoo.org> + -mythvideo-0.22_p22763.ebuild, -mythvideo-0.22_p22807.ebuild: + remove older versions *mythvideo-0.22_p22821 (15 Nov 2009) diff --git a/media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild b/media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild deleted file mode 100644 index b0c6f9ecd114..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild,v 1.1 2009/11/08 04:45:23 cardoe Exp $ - -EAPI=2 - -inherit qt4 mythtv-plugins - -DESCRIPTION="Video player module for MythTV." -IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND="dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/URI - dev-perl/XML-Simple - sys-apps/eject" -DEPEND="" - -src_install() { - mythtv-plugins_src_install - - newinitd "${FILESDIR}"/mtd.init.d mtd -} - -pkg_postinst() { - elog "MythVideo can use any media player to playback files, since" - elog "it's a setting in the setup menu." - elog - elog "MythTV also has an 'Internal' player you can use, which will" - elog "be the default for new installs. If you want to use it," - elog "set the player to 'Internal' (note spelling & caps)." - elog - elog "Otherwise, you can install mplayer, xine or any other video" - elog "player and use that instead by configuring the player to use." -} diff --git a/media-plugins/mythvideo/mythvideo-0.22_p22807.ebuild b/media-plugins/mythvideo/mythvideo-0.22_p22807.ebuild deleted file mode 100644 index 6ed2c4dc9b1a..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.22_p22807.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22807.ebuild,v 1.1 2009/11/12 22:44:19 cardoe Exp $ - -EAPI=2 - -inherit qt4 mythtv-plugins - -DESCRIPTION="Video player module for MythTV." -IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND="dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/URI - dev-perl/XML-Simple - sys-apps/eject" -DEPEND="" - -src_install() { - mythtv-plugins_src_install - - newinitd "${FILESDIR}"/mtd.init.d mtd -} - -pkg_postinst() { - elog "MythVideo can use any media player to playback files, since" - elog "it's a setting in the setup menu." - elog - elog "MythTV also has an 'Internal' player you can use, which will" - elog "be the default for new installs. If you want to use it," - elog "set the player to 'Internal' (note spelling & caps)." - elog - elog "Otherwise, you can install mplayer, xine or any other video" - elog "player and use that instead by configuring the player to use." -} |