summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-01-22 08:11:28 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-01-22 08:11:28 +0000
commit1bd0a7c9b16937c4c279188ffe560222438c8bc7 (patch)
tree5df68dba3b0b55f0693332648b831156da06cc9c /media-plugins/mythdvd
parentversion bump (diff)
downloadgentoo-2-1bd0a7c9b16937c4c279188ffe560222438c8bc7.tar.gz
gentoo-2-1bd0a7c9b16937c4c279188ffe560222438c8bc7.tar.bz2
gentoo-2-1bd0a7c9b16937c4c279188ffe560222438c8bc7.zip
purge old ebuilds
(Portage version: 2.0.51-r14)
Diffstat (limited to 'media-plugins/mythdvd')
-rw-r--r--media-plugins/mythdvd/ChangeLog8
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.131
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.141
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.151
-rw-r--r--media-plugins/mythdvd/mythdvd-0.13.ebuild82
-rw-r--r--media-plugins/mythdvd/mythdvd-0.14.ebuild50
-rw-r--r--media-plugins/mythdvd/mythdvd-0.15.ebuild50
-rw-r--r--media-plugins/mythdvd/mythdvd-0.16.ebuild4
8 files changed, 8 insertions, 189 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog
index 10d8bbb8885b..3be4ffe461b7 100644
--- a/media-plugins/mythdvd/ChangeLog
+++ b/media-plugins/mythdvd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/mythdvd
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.16 2004/12/05 01:00:00 iggy Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.17 2005/01/22 08:11:28 cardoe Exp $
+
+ 22 Jan 2005; Doug Goldstein <cardoe@gentoo.org> -mythdvd-0.13.ebuild,
+ -mythdvd-0.14.ebuild, -mythdvd-0.15.ebuild:
+ purge old ebuilds
04 Dec 2004; Brian Jackson <iggy@gentoo.org> mythdvd-0.16.ebuild:
I can't find any of the other media-tv guys, and it's been fairly bug free,
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.13 b/media-plugins/mythdvd/files/digest-mythdvd-0.13
deleted file mode 100644
index 413e6b5d3779..000000000000
--- a/media-plugins/mythdvd/files/digest-mythdvd-0.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c835938627ad1ce5124cc33e24539e28 mythdvd-0.13.tar.bz2 116060
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.14 b/media-plugins/mythdvd/files/digest-mythdvd-0.14
deleted file mode 100644
index f860d531c16d..000000000000
--- a/media-plugins/mythdvd/files/digest-mythdvd-0.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3fcbd26eabcbf14e43707385631590ca mythdvd-0.14.tar.bz2 121833
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.15 b/media-plugins/mythdvd/files/digest-mythdvd-0.15
deleted file mode 100644
index f6043ee14009..000000000000
--- a/media-plugins/mythdvd/files/digest-mythdvd-0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 23c979a49adb12979ffb3c2fd5a3522f mythdvd-0.15.tar.bz2 124367
diff --git a/media-plugins/mythdvd/mythdvd-0.13.ebuild b/media-plugins/mythdvd/mythdvd-0.13.ebuild
deleted file mode 100644
index d845cc89f595..000000000000
--- a/media-plugins/mythdvd/mythdvd-0.13.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.13.ebuild,v 1.5 2004/06/24 23:33:09 agriffis Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="DVD 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"
-IUSE="alsa lirc transcode"
-
-DEPEND="media-libs/libdvdread
- >=sys-apps/sed-4
- >=media-plugins/mythvideo-${PV}
- transcode? ( media-video/transcode )
- || ( media-video/mplayer media-video/xine-ui media-video/ogle )
- || ( >=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:g" -i "${i}" || die "sed failed"
- done
-}
-
-src_compile() {
- local myconf="--enable-vcd"
- myconf="${myconf} `use_enable transcode`"
-
- local cpu="`get-flag march || get-flag mcpu`"
- if [ "${cpu}" ] ; then
- sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed"
- fi
-
- qmake -o "Makefile" "${PN}.pro"
-
- if use alsa ; then
- echo "CONFIG += using_alsa" >> settings.pro
- echo "EXTRA_LIBS += -lasound" >> settings.pro
- fi
- if use lirc ; then
- sed -e "s:#CONFIG += using_lirc:CONFIG += using_lirc:" \
- -e "s:#EXTRA_LIBS += -llirc_client:EXTRA_LIBS += -llirc_client:" \
- -i "settings.pro" || die "enable lirc sed failed"
- fi
-
- econf ${myconf} || die "econf failed"
- emake || die "compile problem"
-}
-
-src_install () {
- einstall INSTALL_ROOT="${D}"
-
- insinto "/usr/share/mythtv/database/${PN}"
- doins dvddb/*.sql
-
- dodoc AUTHORS COPYING README UPGRADING
- newdoc dvddb/README README.db
-}
-
-pkg_postinst() {
- einfo "If this is the first time you install MythDVD,"
- 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"
- 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
-}
diff --git a/media-plugins/mythdvd/mythdvd-0.14.ebuild b/media-plugins/mythdvd/mythdvd-0.14.ebuild
deleted file mode 100644
index 6d6b4395f36b..000000000000
--- a/media-plugins/mythdvd/mythdvd-0.14.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.14.ebuild,v 1.4 2004/06/24 23:33:09 agriffis Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="DVD 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"
-IUSE="transcode"
-
-DEPEND=">=sys-apps/sed-4
- >=media-plugins/mythvideo-${PV}
- media-libs/libdvdread
- transcode? ( media-video/transcode )
- || ( media-video/mplayer media-video/xine-ui media-video/ogle )
- || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )"
-
-src_unpack() {
- unpack ${A} && cd "${S}"
-
- for i in `grep -lr "usr/local" "${S}"` ; do
- sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed"
- done
-}
-
-src_compile() {
- local myconf
- myconf="--enable-vcd"
- myconf="${myconf} `use_enable transcode`"
-
- local cpu="`get-flag march || get-flag mcpu`"
- if [ "${cpu}" ] ; then
- sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed"
- fi
-
- qmake -o "Makefile" "${PN}.pro"
-
- econf ${myconf} || die "econf failed"
- emake || die "compile problem"
-}
-
-src_install () {
- einstall INSTALL_ROOT="${D}"
- dodoc AUTHORS COPYING README README-database UPGRADING
-}
diff --git a/media-plugins/mythdvd/mythdvd-0.15.ebuild b/media-plugins/mythdvd/mythdvd-0.15.ebuild
deleted file mode 100644
index 163c5ada6c7d..000000000000
--- a/media-plugins/mythdvd/mythdvd-0.15.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.15.ebuild,v 1.3 2004/09/21 05:07:20 cardoe Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="DVD 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"
-IUSE="transcode"
-
-DEPEND=">=sys-apps/sed-4
- >=media-plugins/mythvideo-${PV}*
- media-libs/libdvdread
- transcode? ( media-video/transcode )
- || ( media-video/mplayer media-video/xine-ui media-video/ogle )
- || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )"
-
-src_unpack() {
- unpack ${A} && cd "${S}"
-
- for i in `grep -lr "usr/local" "${S}"` ; do
- sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed"
- done
-}
-
-src_compile() {
- local myconf
- myconf="--enable-vcd"
- myconf="${myconf} `use_enable transcode`"
-
- local cpu="`get-flag march || get-flag mcpu`"
- if [ "${cpu}" ] ; then
- sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed"
- fi
-
- qmake -o "Makefile" "${PN}.pro"
-
- econf ${myconf} || die "econf failed"
- emake || die "compile problem"
-}
-
-src_install () {
- einstall INSTALL_ROOT="${D}"
- dodoc AUTHORS COPYING README README-database UPGRADING
-}
diff --git a/media-plugins/mythdvd/mythdvd-0.16.ebuild b/media-plugins/mythdvd/mythdvd-0.16.ebuild
index 80e9724980f7..006126d02096 100644
--- a/media-plugins/mythdvd/mythdvd-0.16.ebuild
+++ b/media-plugins/mythdvd/mythdvd-0.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.16.ebuild,v 1.2 2004/12/05 01:00:00 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.16.ebuild,v 1.3 2005/01/22 08:11:28 cardoe Exp $
inherit myth