summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-14 05:58:27 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-14 05:58:27 +0000
commit6d853fea91fc8949cbedcd0fafa74667b02691ad (patch)
tree8fd74c9a7bb4855d66cc034ac753feef099d1aeb /media-plugins/mythgallery
parentRev bump. Updated both version to new eclass (diff)
downloadgentoo-2-6d853fea91fc8949cbedcd0fafa74667b02691ad.tar.gz
gentoo-2-6d853fea91fc8949cbedcd0fafa74667b02691ad.tar.bz2
gentoo-2-6d853fea91fc8949cbedcd0fafa74667b02691ad.zip
Rev bump. Updated both version to new eclass
(Portage version: 2.1.1)
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r--media-plugins/mythgallery/ChangeLog8
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.203
-rw-r--r--media-plugins/mythgallery/mythgallery-0.19.ebuild7
-rw-r--r--media-plugins/mythgallery/mythgallery-0.20.ebuild15
4 files changed, 26 insertions, 7 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index 4effd3dd164e..1a6258eeb4cf 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.33 2006/05/29 06:07:15 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.34 2006/09/14 05:58:27 cardoe Exp $
+
+*mythgallery-0.20 (14 Sep 2006)
+
+ 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythgallery-0.19.ebuild,
+ +mythgallery-0.20.ebuild:
+ Rev bump. Updated both version to new eclass
29 May 2006; Doug Goldstein <cardoe@gentoo.org>
-mythgallery-0.18.1.ebuild:
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.20 b/media-plugins/mythgallery/files/digest-mythgallery-0.20
new file mode 100644
index 000000000000..731e91a2f5bc
--- /dev/null
+++ b/media-plugins/mythgallery/files/digest-mythgallery-0.20
@@ -0,0 +1,3 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
diff --git a/media-plugins/mythgallery/mythgallery-0.19.ebuild b/media-plugins/mythgallery/mythgallery-0.19.ebuild
index df813a4c7034..4548082e2228 100644
--- a/media-plugins/mythgallery/mythgallery-0.19.ebuild
+++ b/media-plugins/mythgallery/mythgallery-0.19.ebuild
@@ -1,15 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.19.ebuild,v 1.2 2006/02/12 10:30:54 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.19.ebuild,v 1.3 2006/09/14 05:58:27 cardoe Exp $
inherit mythtv-plugins
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="~amd64 ~ppc ~x86"
IUSE="exif"
diff --git a/media-plugins/mythgallery/mythgallery-0.20.ebuild b/media-plugins/mythgallery/mythgallery-0.20.ebuild
new file mode 100644
index 000000000000..5975832f3194
--- /dev/null
+++ b/media-plugins/mythgallery/mythgallery-0.20.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.20.ebuild,v 1.1 2006/09/14 05:58:27 cardoe Exp $
+
+inherit mythtv-plugins
+
+DESCRIPTION="Gallery and slideshow module for MythTV."
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="exif"
+
+RDEPEND="exif? ( >=media-libs/libexif-0.6.10 )
+ media-libs/tiff"
+DEPEND="${RDEPEND}"
+
+MTVCONF="$(use_enable exif) $(use_enable exif new-exif)"