diff options
author | 2005-05-30 07:55:51 +0000 | |
---|---|---|
committer | 2005-05-30 07:55:51 +0000 | |
commit | c63a33c52dfa1bee69763f1fd8b6fa00810c1f25 (patch) | |
tree | 44f1a4bb0f9aa7b5f46c21498cc503d500fc8bc7 /media-plugins/mythvideo | |
parent | mark ~ppc (diff) | |
download | historical-c63a33c52dfa1bee69763f1fd8b6fa00810c1f25.tar.gz historical-c63a33c52dfa1bee69763f1fd8b6fa00810c1f25.tar.bz2 historical-c63a33c52dfa1bee69763f1fd8b6fa00810c1f25.zip |
stable on x86. clean up old ebuilds.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.16 | 1 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.18 | 1 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch | 10 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.16.ebuild | 31 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.18.1.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.18.ebuild | 27 |
7 files changed, 8 insertions, 73 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index efa0e34c1da9..5691097fdfae 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.24 2005/05/20 03:17:12 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.25 2005/05/30 07:55:51 cardoe Exp $ + + 30 May 2005; Doug Goldstein <cardoe@gentoo.org> + -files/mythvideo-0.16-gcc34.patch, -mythvideo-0.16.ebuild, + -mythvideo-0.18.ebuild, mythvideo-0.18.1.ebuild: + stable on x86. clean up old ebuilds. *mythvideo-0.18.1 (20 May 2005) diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.16 b/media-plugins/mythvideo/files/digest-mythvideo-0.16 deleted file mode 100644 index 55b054e00c73..000000000000 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 fab66c2defc3621bb40d7bc4dd9e0ba3 mythvideo-0.16.tar.bz2 277436 diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.18 b/media-plugins/mythvideo/files/digest-mythvideo-0.18 deleted file mode 100644 index 297d44c23408..000000000000 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735 diff --git a/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch b/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch deleted file mode 100644 index 1a6efda18170..000000000000 --- a/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- mythvideo/videogallery.cpp 2004-09-10 19:34:22.146614146 +0000 -+++ mythvideo/videogallery.cpp 2004-09-10 19:34:41.502917718 +0000 -@@ -17,6 +17,7 @@ - #include <qstringlist.h> - #include <qpixmap.h> - #include <unistd.h> -+#include <math.h> - - using namespace std; - diff --git a/media-plugins/mythvideo/mythvideo-0.16.ebuild b/media-plugins/mythvideo/mythvideo-0.16.ebuild deleted file mode 100644 index 3f37731d08b0..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.16.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.16.ebuild,v 1.4 2005/01/20 08:29:40 cardoe Exp $ - -inherit myth eutils - -DESCRIPTION="Video player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" -IUSE="debug nls" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64" - -DEPEND=">=sys-apps/sed-4 - dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/URI - dev-perl/XML-Simple - || ( media-video/mplayer media-video/xine-ui ) - || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" - -setup_pro() { - return 0 -} - -src_unpack() { - myth_src_unpack || die - - epatch ${FILESDIR}/${P}-gcc34.patch -} diff --git a/media-plugins/mythvideo/mythvideo-0.18.1.ebuild b/media-plugins/mythvideo/mythvideo-0.18.1.ebuild index b0dcfa85fc53..bbfa29d41ea3 100644 --- a/media-plugins/mythvideo/mythvideo-0.18.1.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.18.1.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-plugins/mythvideo/mythvideo-0.18.1.ebuild,v 1.1 2005/05/20 03:17:12 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.18.1.ebuild,v 1.2 2005/05/30 07:55:51 cardoe Exp $ inherit mythtv-plugins eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" DEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser diff --git a/media-plugins/mythvideo/mythvideo-0.18.ebuild b/media-plugins/mythvideo/mythvideo-0.18.ebuild deleted file mode 100644 index c30ca3316baa..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.18.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.18.ebuild,v 1.1 2005/04/18 07:55:57 eradicator Exp $ - -inherit myth eutils - -DESCRIPTION="Video player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -DEPEND=">=sys-apps/sed-4 - || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )" - -RDEPEND="${DEPEND} - dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/URI - dev-perl/XML-Simple - || ( media-video/mplayer media-video/xine-ui )" - -setup_pro() { - return 0 -} |