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/mythgallery
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/mythgallery')
-rw-r--r--media-plugins/mythgallery/ChangeLog5
-rw-r--r--media-plugins/mythgallery/Manifest4
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.101
-rw-r--r--media-plugins/mythgallery/mythgallery-0.10.ebuild61
4 files changed, 5 insertions, 66 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index 297f49a807fb..37cb1a1e17ad 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.7 2003/10/28 16:31:09 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.8 2003/12/08 17:16:22 max Exp $
+
+ 08 Dec 2003; <max@gentoo.org> mythgallery-0.10.ebuild:
+ Remove stale version.
28 Oct 2003; Max Kalika <max@gentoo.org> mythgallery-0.12.ebuild:
Extend CPU detection.
diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest
index 762514d4b9a7..f01852aacece 100644
--- a/media-plugins/mythgallery/Manifest
+++ b/media-plugins/mythgallery/Manifest
@@ -1,8 +1,6 @@
MD5 e7617040c11110efb67d6c159c366001 mythgallery-0.11.ebuild 1691
-MD5 77f7c1c71ed6f4bcb728fa0e83c08003 mythgallery-0.10.ebuild 1724
MD5 7c66035139e3ecebbe77d639c6268bad mythgallery-0.12.ebuild 1694
-MD5 953be100aaf65d006339df243c9d9735 ChangeLog 1838
+MD5 439fd287ea5dd288e9832302475e4869 ChangeLog 1920
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
-MD5 08ad7857fea9bfc28178d4e14aa3ae10 files/digest-mythgallery-0.10 67
MD5 f367099e5641367ed71e682eed2243e5 files/digest-mythgallery-0.11 67
MD5 2ead189a9b4ae726aa0565a7f4d7a78f files/digest-mythgallery-0.12 68
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.10 b/media-plugins/mythgallery/files/digest-mythgallery-0.10
deleted file mode 100644
index 9ca448b677b3..000000000000
--- a/media-plugins/mythgallery/files/digest-mythgallery-0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 803f2962370f5d34de084e33e21e7738 mythgallery-0.10.tar.bz2 9964
diff --git a/media-plugins/mythgallery/mythgallery-0.10.ebuild b/media-plugins/mythgallery/mythgallery-0.10.ebuild
deleted file mode 100644
index 65ef9d6474fd..000000000000
--- a/media-plugins/mythgallery/mythgallery-0.10.ebuild
+++ /dev/null
@@ -1,61 +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/mythgallery/mythgallery-0.10.ebuild,v 1.4 2003/09/17 06:24:27 max 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"
-
-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 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
-}