diff options
-rw-r--r-- | media-plugins/mythcontrols/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythcontrols/mythcontrols-0.22.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/media-plugins/mythcontrols/ChangeLog b/media-plugins/mythcontrols/ChangeLog index 2b43f334d47c..ea39f9b3b6c7 100644 --- a/media-plugins/mythcontrols/ChangeLog +++ b/media-plugins/mythcontrols/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythcontrols # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/ChangeLog,v 1.21 2009/07/19 04:39:45 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/ChangeLog,v 1.22 2009/11/09 03:27:09 cardoe Exp $ + +*mythcontrols-0.22 (31 Oct 2009) + + 31 Oct 2009; Doug Goldstein <cardoe@gentoo.org> +mythcontrols-0.22.ebuild: + Add stub ebuild for people upgrading to 0.22 19 Jul 2009; Doug Goldstein <cardoe@gentoo.org> -mythcontrols-0.21_p16468.ebuild, mythcontrols-0.21_p17105.ebuild: diff --git a/media-plugins/mythcontrols/mythcontrols-0.22.ebuild b/media-plugins/mythcontrols/mythcontrols-0.22.ebuild new file mode 100644 index 000000000000..e5bd84d5d000 --- /dev/null +++ b/media-plugins/mythcontrols/mythcontrols-0.22.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.22.ebuild,v 1.1 2009/11/09 03:27:09 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" + ewarn "as it is now built into the frontend" +} |