diff options
author | 2004-01-15 18:05:35 +0000 | |
---|---|---|
committer | 2004-01-15 18:05:35 +0000 | |
commit | b1e236173156e3b8d7b9f09334ddaff884bf461f (patch) | |
tree | d655de919ba5ff08e0669188ddd284d638d46046 /media-plugins/mythgallery | |
parent | cause it to pull module-init-tools instead of virtual/modutils, this fixes th... (diff) | |
download | gentoo-2-b1e236173156e3b8d7b9f09334ddaff884bf461f.tar.gz gentoo-2-b1e236173156e3b8d7b9f09334ddaff884bf461f.tar.bz2 gentoo-2-b1e236173156e3b8d7b9f09334ddaff884bf461f.zip |
Bump mythtv-0.13 to stable x86.
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.11.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.12.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.13.ebuild | 6 |
4 files changed, 11 insertions, 8 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 9bab9a92b041..810b3c7a42de 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.9 2003/12/11 21:55:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.10 2004/01/15 18:04:20 max Exp $ + + 15 Jan 2004; Max Kalika <max@gentoo.org> mythgallery-0.13.ebuild: + Bump to stable x86. *mythgallery-0.13 (11 Dec 2003) diff --git a/media-plugins/mythgallery/mythgallery-0.11.ebuild b/media-plugins/mythgallery/mythgallery-0.11.ebuild index 640289d71203..06300fd1b526 100644 --- a/media-plugins/mythgallery/mythgallery-0.11.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.11.ebuild,v 1.2 2003/09/17 06:24:27 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.11.ebuild,v 1.3 2004/01/15 18:04:20 max Exp $ inherit flag-o-matic diff --git a/media-plugins/mythgallery/mythgallery-0.12.ebuild b/media-plugins/mythgallery/mythgallery-0.12.ebuild index 6ece014bac40..a0276100df06 100644 --- a/media-plugins/mythgallery/mythgallery-0.12.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.12.ebuild,v 1.2 2003/10/28 16:31:09 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.12.ebuild,v 1.3 2004/01/15 18:04:20 max Exp $ inherit flag-o-matic diff --git a/media-plugins/mythgallery/mythgallery-0.13.ebuild b/media-plugins/mythgallery/mythgallery-0.13.ebuild index 9600f41b4944..abe8fbc4e676 100644 --- a/media-plugins/mythgallery/mythgallery-0.13.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2003/12/11 21:55:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.13.ebuild,v 1.2 2004/01/15 18:04:20 max Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=sys-apps/sed-4 || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" |