summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-06-06 08:57:54 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-06-06 08:57:54 +0000
commit551831dd2c85079442bee46e513ea591798defe1 (patch)
tree9f6fe7eee0f4248aea1f73a9670b04e3b55a0fd4 /media-plugins/mythgallery
parentFixed deps for removed mythfrontend (diff)
downloadhistorical-551831dd2c85079442bee46e513ea591798defe1.tar.gz
historical-551831dd2c85079442bee46e513ea591798defe1.tar.bz2
historical-551831dd2c85079442bee46e513ea591798defe1.zip
Fixed deps for removed mythfrontend
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r--media-plugins/mythgallery/ChangeLog7
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.161
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.171
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.181
-rw-r--r--media-plugins/mythgallery/mythgallery-0.16.ebuild29
-rw-r--r--media-plugins/mythgallery/mythgallery-0.17-r1.ebuild4
-rw-r--r--media-plugins/mythgallery/mythgallery-0.17.ebuild29
-rw-r--r--media-plugins/mythgallery/mythgallery-0.18.ebuild30
8 files changed, 8 insertions, 94 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index 3d75aa12dee6..e6bcb0a04fbf 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.28 2005/05/31 14:11:00 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.29 2005/06/06 08:57:54 cardoe Exp $
+
+ 06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythgallery-0.16.ebuild,
+ -mythgallery-0.17.ebuild, mythgallery-0.17-r1.ebuild,
+ -mythgallery-0.18.ebuild:
+ Fixed deps for removed mythfrontend
31 May 2005; David Holm <dholm@gentoo.org> mythgallery-0.18.1.ebuild:
Added to ~ppc.
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.16 b/media-plugins/mythgallery/files/digest-mythgallery-0.16
deleted file mode 100644
index abc810b41a23..000000000000
--- a/media-plugins/mythgallery/files/digest-mythgallery-0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 07397bc675e6056d4d1ae6f2a7498bf6 mythgallery-0.16.tar.bz2 45502
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.17 b/media-plugins/mythgallery/files/digest-mythgallery-0.17
deleted file mode 100644
index d3be96d4dc9d..000000000000
--- a/media-plugins/mythgallery/files/digest-mythgallery-0.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 349d6e81d1b53a3650a1a8c30a7f9e11 mythgallery-0.17.tar.bz2 73707
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.18 b/media-plugins/mythgallery/files/digest-mythgallery-0.18
deleted file mode 100644
index 297d44c23408..000000000000
--- a/media-plugins/mythgallery/files/digest-mythgallery-0.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735
diff --git a/media-plugins/mythgallery/mythgallery-0.16.ebuild b/media-plugins/mythgallery/mythgallery-0.16.ebuild
deleted file mode 100644
index 75482390d311..000000000000
--- a/media-plugins/mythgallery/mythgallery-0.16.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.4 2005/01/22 08:18:17 cardoe Exp $
-
-inherit myth
-
-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 ~amd64"
-IUSE="opengl debug nls"
-
-DEPEND=">=sys-apps/sed-4
- opengl? ( virtual/opengl )
- media-libs/tiff
- || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
-
-setup_pro() {
- return 0
-}
-
-src_compile() {
- econf `use_enable opengl` || die
-
- myth_src_compile
-}
diff --git a/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild b/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild
index dc1a42141ad4..3b4be2497a1b 100644
--- a/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild
+++ b/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild
@@ -1,6 +1,6 @@
# 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.17-r1.ebuild,v 1.1 2005/03/26 08:33:45 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild,v 1.2 2005/06/06 08:57:54 cardoe Exp $
inherit myth
@@ -17,7 +17,7 @@ DEPEND=">=sys-apps/sed-4
opengl? ( virtual/opengl )
exif? ( media-libs/libexif )
media-libs/tiff
- || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
+ ~media-tv/mythtv-${PV}"
setup_pro() {
return 0
diff --git a/media-plugins/mythgallery/mythgallery-0.17.ebuild b/media-plugins/mythgallery/mythgallery-0.17.ebuild
deleted file mode 100644
index 85e2ea4783cf..000000000000
--- a/media-plugins/mythgallery/mythgallery-0.17.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.17.ebuild,v 1.1 2005/02/11 15:59:16 cardoe Exp $
-
-inherit myth
-
-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 ~amd64"
-IUSE="opengl"
-
-DEPEND=">=sys-apps/sed-4
- opengl? ( virtual/opengl )
- media-libs/tiff
- || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
-
-setup_pro() {
- return 0
-}
-
-src_compile() {
- econf `use_enable opengl` || die "enabling opengl failed"
-
- myth_src_compile || die "compile failed"
-}
diff --git a/media-plugins/mythgallery/mythgallery-0.18.ebuild b/media-plugins/mythgallery/mythgallery-0.18.ebuild
deleted file mode 100644
index de16537bb289..000000000000
--- a/media-plugins/mythgallery/mythgallery-0.18.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.18.ebuild,v 1.1 2005/04/18 08:05:33 eradicator Exp $
-
-inherit myth
-
-DESCRIPTION="Gallery and slideshow module for MythTV."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="opengl exif"
-
-DEPEND=">=sys-apps/sed-4
- opengl? ( virtual/opengl )
- exif? ( media-libs/libexif )
- media-libs/tiff
- || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
-
-setup_pro() {
- return 0
-}
-
-src_compile() {
- myconf="$(use_enable exif) $(use_enable opengl)"
-
- myth_src_compile || die "compile failed"
-}