summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-01-22 08:25:24 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-01-22 08:25:24 +0000
commit5b14f05d2eafd225294a973f89e0dc88b2c209dc (patch)
tree560a58792f65ed7a37b49d0854b58765dc06267f /media-plugins/mythgallery
parent9twpo85a (diff)
downloadhistorical-5b14f05d2eafd225294a973f89e0dc88b2c209dc.tar.gz
historical-5b14f05d2eafd225294a973f89e0dc88b2c209dc.tar.bz2
historical-5b14f05d2eafd225294a973f89e0dc88b2c209dc.zip
purge old ebuilds
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r--media-plugins/mythgallery/ChangeLog8
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.131
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.141
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.151
-rw-r--r--media-plugins/mythgallery/mythgallery-0.13.ebuild62
-rw-r--r--media-plugins/mythgallery/mythgallery-0.14.ebuild46
-rw-r--r--media-plugins/mythgallery/mythgallery-0.15.ebuild47
-rw-r--r--media-plugins/mythgallery/mythgallery-0.16.ebuild4
8 files changed, 8 insertions, 162 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index b934b3c9e407..649b40844515 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/mythgallery
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.22 2004/12/05 01:00:44 iggy Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.23 2005/01/22 08:18:17 cardoe Exp $
+
+ 22 Jan 2005; Doug Goldstein <cardoe@gentoo.org> -mythgallery-0.13.ebuild,
+ -mythgallery-0.14.ebuild, -mythgallery-0.15.ebuild:
+ purge old ebuilds
04 Dec 2004; Brian Jackson <iggy@gentoo.org> mythgallery-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/mythgallery/files/digest-mythgallery-0.13 b/media-plugins/mythgallery/files/digest-mythgallery-0.13
deleted file mode 100644
index 84bf1503126a..000000000000
--- a/media-plugins/mythgallery/files/digest-mythgallery-0.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c119ad01b0083f1c8205219870c2008c mythgallery-0.13.tar.bz2 17095
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.14 b/media-plugins/mythgallery/files/digest-mythgallery-0.14
deleted file mode 100644
index 63aab2c4a836..000000000000
--- a/media-plugins/mythgallery/files/digest-mythgallery-0.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5c89b632e00d43ea942187ca7f7da813 mythgallery-0.14.tar.bz2 42385
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.15 b/media-plugins/mythgallery/files/digest-mythgallery-0.15
deleted file mode 100644
index 66f4e54d2a1c..000000000000
--- a/media-plugins/mythgallery/files/digest-mythgallery-0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3afde5f72d071c24db11746dd3e66c61 mythgallery-0.15.tar.bz2 43595
diff --git a/media-plugins/mythgallery/mythgallery-0.13.ebuild b/media-plugins/mythgallery/mythgallery-0.13.ebuild
deleted file mode 100644
index 0be95fc085ad..000000000000
--- a/media-plugins/mythgallery/mythgallery-0.13.ebuild
+++ /dev/null
@@ -1,62 +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/mythgallery/mythgallery-0.13.ebuild,v 1.4 2004/06/24 23:33:20 agriffis Exp $
-
-IUSE=""
-
-inherit flag-o-matic
-
-DESCRIPTION="Gallery and slideshow 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:g" -i "${i}" || die "sed failed"
- done
-}
-
-src_compile() {
- 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"
- emake || die "compile problem"
-}
-
-src_install() {
- einstall INSTALL_ROOT="${D}"
-
- insinto "/usr/share/mythtv/database/${PN}"
- doins database/*.sql
-
- dodoc COPYING README UPGRADING
-}
-
-pkg_postinst() {
- einfo "If this is the first time you install MythGallery,"
- einfo "you need to add /usr/share/mythtv/database/${PN}/gallery.sql"
- einfo "to your MythTV database."
- einfo
- einfo "You might run 'mysql < /usr/share/mythtv/database/${PN}/gallery.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}/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/mythgallery/mythgallery-0.14.ebuild b/media-plugins/mythgallery/mythgallery-0.14.ebuild
deleted file mode 100644
index 5a84206a3bc2..000000000000
--- a/media-plugins/mythgallery/mythgallery-0.14.ebuild
+++ /dev/null
@@ -1,46 +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/mythgallery/mythgallery-0.14.ebuild,v 1.5 2004/06/24 23:33:20 agriffis Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Gallery and slideshow 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="opengl"
-
-DEPEND=">=sys-apps/sed-4
- opengl? ( virtual/opengl )
- || ( >=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="${myconf} `use_enable opengl`"
-
- 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 UPGRADING
-}
diff --git a/media-plugins/mythgallery/mythgallery-0.15.ebuild b/media-plugins/mythgallery/mythgallery-0.15.ebuild
deleted file mode 100644
index 563012894d59..000000000000
--- a/media-plugins/mythgallery/mythgallery-0.15.ebuild
+++ /dev/null
@@ -1,47 +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/mythgallery/mythgallery-0.15.ebuild,v 1.4 2004/09/21 04:55:09 cardoe Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Gallery and slideshow 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="opengl"
-
-DEPEND=">=sys-apps/sed-4
- opengl? ( virtual/opengl )
- media-libs/tiff
- || ( >=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="${myconf} `use_enable opengl`"
-
- 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 UPGRADING
-}
diff --git a/media-plugins/mythgallery/mythgallery-0.16.ebuild b/media-plugins/mythgallery/mythgallery-0.16.ebuild
index c0bf2cfd093a..75482390d311 100644
--- a/media-plugins/mythgallery/mythgallery-0.16.ebuild
+++ b/media-plugins/mythgallery/mythgallery-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/mythgallery/mythgallery-0.16.ebuild,v 1.3 2004/12/05 01:00:44 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.16.ebuild,v 1.4 2005/01/22 08:18:17 cardoe Exp $
inherit myth