diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-18 00:31:42 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-18 00:31:42 +0000 |
commit | 5b28372c3fc03ed46cc5384388cd115a7e7c82b7 (patch) | |
tree | c5f222eee57fa8217ac1550ef7b7fd236a05b181 /media-plugins/mythphone | |
parent | forgot to create a 0.22 final version. no code change just a cosmetic rename (diff) | |
download | gentoo-2-5b28372c3fc03ed46cc5384388cd115a7e7c82b7.tar.gz gentoo-2-5b28372c3fc03ed46cc5384388cd115a7e7c82b7.tar.bz2 gentoo-2-5b28372c3fc03ed46cc5384388cd115a7e7c82b7.zip |
Add stub ebuild for people upgrading to 0.22. Forgot to commit this 17 days ago
(Portage version: 2.1.7.5/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r-- | media-plugins/mythphone/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythphone/metadata.xml | 2 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.22.ebuild | 20 |
3 files changed, 27 insertions, 2 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog index 8736ea182f49..6b5be8d2f0c5 100644 --- a/media-plugins/mythphone/ChangeLog +++ b/media-plugins/mythphone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythphone # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.34 2009/07/19 05:31:37 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.35 2009/11/18 00:31:42 cardoe Exp $ + +*mythphone-0.22 (31 Oct 2009) + + 31 Oct 2009; Doug Goldstein <cardoe@gentoo.org> +mythphone-0.22.ebuild: + Add stub ebuild for people upgrading to 0.22 19 Jul 2009; Doug Goldstein <cardoe@gentoo.org> -mythphone-0.21_p16468.ebuild, mythphone-0.21_p17105.ebuild: diff --git a/media-plugins/mythphone/metadata.xml b/media-plugins/mythphone/metadata.xml index 81c17a78d6ed..41b6ac6e4cd6 100644 --- a/media-plugins/mythphone/metadata.xml +++ b/media-plugins/mythphone/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>media-tv</herd> +<herd>mythtv</herd> <use> <flag name='festival'>Enable <pkg>app-accessibility/festival</pkg> support</flag> diff --git a/media-plugins/mythphone/mythphone-0.22.ebuild b/media-plugins/mythphone/mythphone-0.22.ebuild new file mode 100644 index 000000000000..28f25c1e4cad --- /dev/null +++ b/media-plugins/mythphone/mythphone-0.22.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.22.ebuild,v 1.1 2009/11/18 00:31:42 cardoe Exp $ + +DESCRIPTION="stub build" +HOMEPAGE="http://www.gentoo.org" +SRC_URI="" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +pkg_postinst() { + ewarn "This is a stub ebuild for upgrading to 0.22." + ewarn "Unmerge this package, as it has been removed by upstream MythTV" +} |