diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-05-26 16:01:54 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-05-26 16:01:54 +0000 |
commit | 7876ec6a1b97ac719869781db865f3c63f240071 (patch) | |
tree | 37d71e1d4c551a659fd807b37f73f001925d59e9 /media-plugins/mythvideo | |
parent | remove older versions (diff) | |
download | gentoo-2-7876ec6a1b97ac719869781db865f3c63f240071.tar.gz gentoo-2-7876ec6a1b97ac719869781db865f3c63f240071.tar.bz2 gentoo-2-7876ec6a1b97ac719869781db865f3c63f240071.zip |
bump to the latest upstream 0.22 and remove older versions
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.22_p22821.ebuild | 38 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.22_p23469.ebuild (renamed from media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild) | 4 |
3 files changed, 10 insertions, 41 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 591a8fe40428..bcbeb9f43438 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/mythvideo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.84 2010/01/04 05:59:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.85 2010/05/26 16:01:54 cardoe Exp $ + +*mythvideo-0.22_p23469 (26 May 2010) + + 26 May 2010; Doug Goldstein <cardoe@gentoo.org> + -mythvideo-0.22_p22821.ebuild, -mythvideo-0.22_p22864-r1.ebuild, + +mythvideo-0.22_p23469.ebuild: + bump to the latest upstream 0.22 and remove older versions *mythvideo-0.22_p22991 (04 Jan 2010) diff --git a/media-plugins/mythvideo/mythvideo-0.22_p22821.ebuild b/media-plugins/mythvideo/mythvideo-0.22_p22821.ebuild deleted file mode 100644 index 502b7ca7649b..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.22_p22821.ebuild +++ /dev/null @@ -1,38 +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_p22821.ebuild,v 1.1 2009/11/15 00:10:10 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 - - # correct permissions so MythVideo is actually usable - fperms 755 /usr/share/mythtv/mythvideo/scripts/*.pl - fperms 755 /usr/share/mythtv/mythvideo/scripts/*.py -} - -pkg_postinst() { - elog "MythVideo can use any media player to playback files if you" - elog "are *NOT* using Storage Groups. If you are using Storage" - elog "Groups, you *MUST* use the Internal player." - elog - elog "Otherwise, you can install mplayer, xine or any other video" - elog "player and use that instead by configuring the player to use." - elog "The default is 'Internal'." -} diff --git a/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild b/media-plugins/mythvideo/mythvideo-0.22_p23469.ebuild index d768c0d229ad..bac1bead3842 100644 --- a/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.22_p23469.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild,v 1.2 2009/11/22 17:19:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p23469.ebuild,v 1.1 2010/05/26 16:01:54 cardoe Exp $ EAPI=2 |