diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 04:43:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 04:43:50 +0000 |
commit | 4dea7cc96c83f6398ae714bb8b38c6ceee984544 (patch) | |
tree | caa4fcc59c529afe44c50d9b233dfe0098b29fa6 | |
parent | Marked ~ppc/~ppc64 for bug #280312. (diff) | |
download | gentoo-2-4dea7cc96c83f6398ae714bb8b38c6ceee984544.tar.gz gentoo-2-4dea7cc96c83f6398ae714bb8b38c6ceee984544.tar.bz2 gentoo-2-4dea7cc96c83f6398ae714bb8b38c6ceee984544.zip |
stabilize newer version. remove old version.
(Portage version: 2.1.7.3/cvs/Linux x86_64)
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.21_p17595.ebuild | 35 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild | 4 |
3 files changed, 7 insertions, 38 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 48f7ed060422..8f1ed24e0b9d 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.75 2009/07/19 04:36:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.76 2009/11/08 04:43:50 cardoe Exp $ + + 08 Nov 2009; Doug Goldstein <cardoe@gentoo.org> + -mythvideo-0.21_p17595.ebuild, mythvideo-0.21_p20563.ebuild: + stabilize newer version. remove old version. *mythvideo-0.21_p20563 (19 Jul 2009) diff --git a/media-plugins/mythvideo/mythvideo-0.21_p17595.ebuild b/media-plugins/mythvideo/mythvideo-0.21_p17595.ebuild deleted file mode 100644 index d04c60b43433..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.21_p17595.ebuild +++ /dev/null @@ -1,35 +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.21_p17595.ebuild,v 1.5 2009/07/19 04:36:13 cardoe Exp $ - -EAPI=2 -inherit qt3 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.21_p20563.ebuild b/media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild index b2139e1cbe69..aba0c3f7fe2f 100644 --- a/media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild @@ -1,6 +1,6 @@ # 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.21_p20563.ebuild,v 1.1 2009/07/19 04:36:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_p20563.ebuild,v 1.2 2009/11/08 04:43:50 cardoe Exp $ EAPI=2 @@ -8,7 +8,7 @@ inherit qt3 mythtv-plugins DESCRIPTION="Video player module for MythTV." IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser |