summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2003-12-08 17:16:28 +0000
committerMax Kalika <max@gentoo.org>2003-12-08 17:16:28 +0000
commitc486cf77fff6355f221e4c7c5da204394ee1f38d (patch)
tree5cfe0613166340774aa63c19a65b8164a131db8c /media-plugins/mythvideo
parentRemove PGP (diff)
downloadgentoo-2-c486cf77fff6355f221e4c7c5da204394ee1f38d.tar.gz
gentoo-2-c486cf77fff6355f221e4c7c5da204394ee1f38d.tar.bz2
gentoo-2-c486cf77fff6355f221e4c7c5da204394ee1f38d.zip
Remove stale version.
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog5
-rw-r--r--media-plugins/mythvideo/Manifest4
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.101
-rw-r--r--media-plugins/mythvideo/mythvideo-0.10.ebuild62
4 files changed, 5 insertions, 67 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index ebf7d40eea99..341f4ba538e1 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.6 2003/10/28 16:39:28 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.7 2003/12/08 17:16:17 max Exp $
+
+ 08 Dec 2003; <max@gentoo.org> mythvideo-0.10.ebuild:
+ Remove stale version.
28 Oct 2003; Max Kalika <max@gentoo.org> mythvideo-0.12.ebuild:
Extend CPU detection.
diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest
index 46eaa0d7f2b8..79311896db86 100644
--- a/media-plugins/mythvideo/Manifest
+++ b/media-plugins/mythvideo/Manifest
@@ -1,8 +1,6 @@
-MD5 900b376ebae322f2db8bb9db0022bb24 mythvideo-0.10.ebuild 1734
MD5 add8f024706f4df18cf81f298e6b631e mythvideo-0.12.ebuild 1766
MD5 e108d5867e5f2a919a2fa1c6c404fd37 mythvideo-0.11.ebuild 1749
-MD5 2ba55cb1b07bfe73e4d71d1d823e2613 ChangeLog 2015
+MD5 17e9edba7fb94a112fda9a3d3c308633 ChangeLog 2095
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
-MD5 bdd77fadda8f0eb40802ceb421042c18 files/digest-mythvideo-0.10 67
MD5 1c1055ed7527e3c6e5c556e1f79456bc files/digest-mythvideo-0.11 67
MD5 8b1f40b48872fd36d6dfd997ee675a30 files/digest-mythvideo-0.12 67
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.10 b/media-plugins/mythvideo/files/digest-mythvideo-0.10
deleted file mode 100644
index bfeb08cc7185..000000000000
--- a/media-plugins/mythvideo/files/digest-mythvideo-0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 84637bcd01e07f49986ee2c6bde2bbf2 mythvideo-0.10.tar.bz2 197885
diff --git a/media-plugins/mythvideo/mythvideo-0.10.ebuild b/media-plugins/mythvideo/mythvideo-0.10.ebuild
deleted file mode 100644
index 0a450ae6d30c..000000000000
--- a/media-plugins/mythvideo/mythvideo-0.10.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.10.ebuild,v 1.4 2003/09/17 06:28:28 max Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Video player module for MythTV."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=">=sys-apps/sed-4
- || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )"
-
-src_unpack() {
- unpack ${A}
-
- for i in `grep -lr "usr/local" "${S}"` ; do
- sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed"
- done
-}
-
-src_compile() {
- cpu="`get-flag march`"
- if [ ! -z "${cpu}" ] ; then
- sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed"
- fi
-
- qmake -o "${S}/Makefile" "${S}/${PN}.pro"
-
- emake || die "compile problem"
-}
-
-src_install () {
- make INSTALL_ROOT="${D}" install || die "make install failed"
-
- insinto "/usr/share/mythtv/database/${PN}"
- doins videodb/*.sql
-
- dodoc COPYING README
- newdoc videodb/README README.db
-}
-
-pkg_postinst() {
- einfo "If this is the first time you install MythVideo,"
- einfo "you need to add /usr/share/mythtv/database/${PN}/metadata.sql"
- einfo "to your MythTV database."
- einfo
- einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/metadata.sql'"
- einfo
- einfo "If you're upgrading from an older version and for more"
- einfo "setup and usage instructions, please refer to:"
- einfo " /usr/share/doc/${PF}/README.gz"
- einfo " /usr/share/doc/${PF}/README.db.gz"
- ewarn "This part is important as there might be database changes"
- ewarn "which need to be performed or this package will not work"
- ewarn "properly."
- echo
-}