summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-12-04 23:16:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-12-04 23:16:47 +0000
commit33785b2ad69913ab08e741f7f24dc1e8ab64bf5a (patch)
tree30c98659785cf48c90ba7b13f187878bc88eea22 /media-tv
parentOops, looks like I sprinkled some OutOfDateFile-To-Life powder <TM> (diff)
downloadhistorical-33785b2ad69913ab08e741f7f24dc1e8ab64bf5a.tar.gz
historical-33785b2ad69913ab08e741f7f24dc1e8ab64bf5a.tar.bz2
historical-33785b2ad69913ab08e741f7f24dc1e8ab64bf5a.zip
clean old version per max
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/ChangeLog5
-rw-r--r--media-tv/mythtv/Manifest12
-rw-r--r--media-tv/mythtv/files/digest-mythtv-0.101
-rw-r--r--media-tv/mythtv/mythtv-0.10.ebuild103
4 files changed, 9 insertions, 112 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 33d67d496a1d..16ea12508855 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.9 2003/10/28 16:08:38 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.10 2003/12/04 23:16:40 mr_bones_ Exp $
+
+ 04 Dec 2003; Michael Sterrett <mr_bones_@gentoo.org> mythtv-0.10.ebuild:
+ clean old version per max
28 Oct 2003; Max Kalika <max@gentoo.org> mythtv-0.12.ebuild:
Disable DVB for now. Extend CPU detection. Fix potential portage bug in
diff --git a/media-tv/mythtv/Manifest b/media-tv/mythtv/Manifest
index a87f7585e4fa..cfa6fff96b2a 100644
--- a/media-tv/mythtv/Manifest
+++ b/media-tv/mythtv/Manifest
@@ -1,11 +1,9 @@
-MD5 a580ceddbe5794beba1e44706de19a02 mythtv-0.12.ebuild 4493
-MD5 ff7a010a65450c2f3c3aa1d78c9e3dbb mythtv-0.11.ebuild 2778
-MD5 f0010c62bda7910bf540253e99a5d8b4 ChangeLog 3621
+MD5 ede98b1ed78564fdcd599c9b2b44b457 ChangeLog 3732
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
-MD5 152e8592b5f35fa068bfe1c4093e03d2 mythtv-0.10.ebuild 2841
+MD5 ff7a010a65450c2f3c3aa1d78c9e3dbb mythtv-0.11.ebuild 2778
+MD5 a580ceddbe5794beba1e44706de19a02 mythtv-0.12.ebuild 4493
+MD5 5234ae53ed7b1bb9ed541d47207430f8 files/digest-mythtv-0.11 65
MD5 ce8c4dae21199ea11abd156b16cc3b8a files/mythbackend.conf 867
MD5 897368570b822b7a42c9693e16f1f052 files/mythbackend.rc6 1670
-MD5 e14a28e72b9ac693884dc418dbeef119 files/digest-mythtv-0.10 65
-MD5 5234ae53ed7b1bb9ed541d47207430f8 files/digest-mythtv-0.11 65
-MD5 8919549e83320ae499758823c2488901 files/digest-mythtv-0.12 65
MD5 b3a4780890d53640604812b8069a8297 files/mythfilldatabase.cron 74
+MD5 8919549e83320ae499758823c2488901 files/digest-mythtv-0.12 65
diff --git a/media-tv/mythtv/files/digest-mythtv-0.10 b/media-tv/mythtv/files/digest-mythtv-0.10
deleted file mode 100644
index 6fbdb3de9d4c..000000000000
--- a/media-tv/mythtv/files/digest-mythtv-0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3e6dad28e1c25929ceb124ad7d0a3d0b mythtv-0.10.tar.bz2 2466640
diff --git a/media-tv/mythtv/mythtv-0.10.ebuild b/media-tv/mythtv/mythtv-0.10.ebuild
deleted file mode 100644
index dd911384c7fb..000000000000
--- a/media-tv/mythtv/mythtv-0.10.ebuild
+++ /dev/null
@@ -1,103 +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-tv/mythtv/mythtv-0.10.ebuild,v 1.6 2003/09/17 06:20:58 max Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Homebrew PVR project."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="lcd"
-
-DEPEND="virtual/x11
- >=x11-libs/qt-3
- =media-tv/xmltv-0.5.14*
- >=media-sound/lame-3.92
- >=media-libs/freetype-2.0
- >=sys-apps/sed-4
- lcd? ( app-misc/lcdproc )"
-
-RDEPEND="${DEPENED}
- !media-tv/mythfrontend"
-
-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 [ -n "${cpu}" ] ; then
- sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed"
- fi
-
- qmake -o "${S}/Makefile" "${S}/${PN}.pro"
-
- econf `use_enable lcd`
-
- # Parallel build doesn't work.
- make || die "compile problem"
-}
-
-src_install() {
- make INSTALL_ROOT="${D}" install || die "make install failed"
- newbin "setup/setup" "mythsetup"
-
- dodir /etc/mythtv
- mv "${D}/usr/share/mythtv/mysql.txt" "${D}/etc/mythtv"
- dosym /etc/mythtv/mysql.txt /usr/share/mythtv/mysql.txt
-
- exeinto /etc/init.d
- newexe "${FILESDIR}/mythbackend.rc6" mythbackend
-
- insinto /etc/conf.d
- newins "${FILESDIR}/mythbackend.conf" mythbackend
-
- exeinto /usr/share/mythtv
- doexe "${FILESDIR}/mythfilldatabase.cron"
-
- insinto /usr/share/mythtv/database
- doins "${S}"/database/*
-
- dodoc AUTHORS COPYING FAQ README UPGRADING keys.txt docs/*.txt
- dohtml docs/*.html
-
- keepdir /var/{log,run}/mythtv
-}
-
-pkg_postinst() {
- ewarn "Please note that /usr/share/mythtv/setup has been moved"
- ewarn "to /usr/bin/mythsetup"
- echo
-
- einfo "If this is the first time you install MythTV,"
- einfo "you need to add /usr/share/mythtv/database/mc.sql"
- einfo "to your mysql database."
- einfo
- einfo "You might run 'mysql < /usr/share/mythtv/database/mc.sql'"
- einfo
- einfo "Next, you need to run the mythsetup program."
- einfo "It will ask you some questions about your hardware, and"
- einfo "then run xmltv's grabber to configure your channels."
- einfo
- einfo "Once you have configured your database, you can run"
- einfo "/usr/bin/mythfilldatabase to populate the schedule"
- einfo "or copy /usr/share/mythtv/mythfilldatabase.cron to"
- einfo "/etc/cron.daily for this to happen automatically."
- 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}/UPGRADING.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
-}