diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 04:53:10 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 04:53:10 +0000 |
commit | bdd7f20b8168fa2f104e30550f02f37bb9fd0fde (patch) | |
tree | 589cd159adf5eb075bf1e6fec14b35cb9ef6dd0b /media-plugins | |
parent | use new eclass bits. clean old version. (diff) | |
download | gentoo-2-bdd7f20b8168fa2f104e30550f02f37bb9fd0fde.tar.gz gentoo-2-bdd7f20b8168fa2f104e30550f02f37bb9fd0fde.tar.bz2 gentoo-2-bdd7f20b8168fa2f104e30550f02f37bb9fd0fde.zip |
new version bump. use new eclass bits. clean old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 11 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.21_p17105.ebuild | 7 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.21_p20585.ebuild (renamed from media-plugins/mythgallery/mythgallery-0.21_p16468.ebuild) | 7 |
3 files changed, 17 insertions, 8 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 9c46a13d74e0..9cffe775d802 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/mythgallery -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.54 2008/12/23 17:22:27 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.55 2009/07/19 04:53:10 cardoe Exp $ + +*mythgallery-0.21_p20585 (19 Jul 2009) + + 19 Jul 2009; Doug Goldstein <cardoe@gentoo.org> + -mythgallery-0.21_p16468.ebuild, mythgallery-0.21_p17105.ebuild, + +mythgallery-0.21_p20585.ebuild: + new version bump. use new eclass bits. clean old version. 23 Dec 2008; Markus Meier <maekke@gentoo.org> mythgallery-0.21_p17105.ebuild: diff --git a/media-plugins/mythgallery/mythgallery-0.21_p17105.ebuild b/media-plugins/mythgallery/mythgallery-0.21_p17105.ebuild index 603880f283c8..356db34da296 100644 --- a/media-plugins/mythgallery/mythgallery-0.21_p17105.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.21_p17105.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.21_p17105.ebuild,v 1.4 2008/12/23 17:22:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.21_p17105.ebuild,v 1.5 2009/07/19 04:53:10 cardoe Exp $ -inherit mythtv-plugins +EAPI=2 +inherit qt3 mythtv-plugins DESCRIPTION="Gallery and slideshow module for MythTV." KEYWORDS="amd64 ppc x86" diff --git a/media-plugins/mythgallery/mythgallery-0.21_p16468.ebuild b/media-plugins/mythgallery/mythgallery-0.21_p20585.ebuild index e7185d56de94..10a6d99d4e39 100644 --- a/media-plugins/mythgallery/mythgallery-0.21_p16468.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.21_p20585.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.21_p16468.ebuild,v 1.1 2008/03/09 20:43:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.21_p20585.ebuild,v 1.1 2009/07/19 04:53:10 cardoe Exp $ -inherit mythtv-plugins +EAPI=2 +inherit qt3 mythtv-plugins DESCRIPTION="Gallery and slideshow module for MythTV." KEYWORDS="~amd64 ~ppc ~x86" |