diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-03 17:25:04 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-03 17:25:04 +0000 |
commit | 07eef85896dd7435411603c13b63196b664191a9 (patch) | |
tree | 92db1cd649f50b2da1ac6a7087cf7b0f5221c5b5 /media-plugins/mythdvd | |
parent | Add the ability to tell where the env file is located to set_java_env. (diff) | |
download | gentoo-2-07eef85896dd7435411603c13b63196b664191a9.tar.gz gentoo-2-07eef85896dd7435411603c13b63196b664191a9.tar.bz2 gentoo-2-07eef85896dd7435411603c13b63196b664191a9.zip |
add stub 0.21 ebuild
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/mythdvd')
-rw-r--r-- | media-plugins/mythdvd/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/mythdvd/mythdvd-0.21.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog index 06f51d7911bc..b33ccf6849de 100644 --- a/media-plugins/mythdvd/ChangeLog +++ b/media-plugins/mythdvd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythdvd -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.48 2007/10/15 15:41:11 cardoe Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.49 2008/03/03 17:25:04 cardoe Exp $ + +*mythdvd-0.21 (03 Mar 2008) + + 03 Mar 2008; Doug Klima <cardoe@gentoo.org> +mythdvd-0.21.ebuild: + add stub 0.21 ebuild 15 Oct 2007; Doug Goldstein <cardoe@gentoo.org> -mythdvd-0.20.1.ebuild, -mythdvd-0.20.1_p14146.ebuild: diff --git a/media-plugins/mythdvd/mythdvd-0.21.ebuild b/media-plugins/mythdvd/mythdvd-0.21.ebuild new file mode 100644 index 000000000000..e0745d84c14b --- /dev/null +++ b/media-plugins/mythdvd/mythdvd-0.21.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.21.ebuild,v 1.1 2008/03/03 17:25:04 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.21." + ewarn "Unmerge it since it's integrated into MythTV" +} |