diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 06:03:52 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 06:03:52 +0000 |
commit | 896e5e9f65db03c39f45687056016846db5a3532 (patch) | |
tree | 858be718a7387c934769977ccd7ae76a9c489697 /media-plugins/mythcontrols | |
parent | Rev bump. Updated both version to new eclass (diff) | |
download | gentoo-2-896e5e9f65db03c39f45687056016846db5a3532.tar.gz gentoo-2-896e5e9f65db03c39f45687056016846db5a3532.tar.bz2 gentoo-2-896e5e9f65db03c39f45687056016846db5a3532.zip |
Rev bump. Updated both version to new eclass
(Portage version: 2.1.1)
Diffstat (limited to 'media-plugins/mythcontrols')
4 files changed, 20 insertions, 6 deletions
diff --git a/media-plugins/mythcontrols/ChangeLog b/media-plugins/mythcontrols/ChangeLog index bea090d17a1c..3a645283e538 100644 --- a/media-plugins/mythcontrols/ChangeLog +++ b/media-plugins/mythcontrols/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythcontrols # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/ChangeLog,v 1.2 2006/02/15 05:54:32 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/ChangeLog,v 1.3 2006/09/14 06:03:52 cardoe Exp $ + +*mythcontrols-0.20 (14 Sep 2006) + + 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythcontrols-0.19.ebuild, + +mythcontrols-0.20.ebuild: + Rev bump. Updated both version to new eclass 15 Feb 2006; Doug Goldstein <cardoe@gentoo.org> mythcontrols-0.19.ebuild: updated DESC for mythcontrols since now I know what the hell it is. diff --git a/media-plugins/mythcontrols/files/digest-mythcontrols-0.20 b/media-plugins/mythcontrols/files/digest-mythcontrols-0.20 new file mode 100644 index 000000000000..731e91a2f5bc --- /dev/null +++ b/media-plugins/mythcontrols/files/digest-mythcontrols-0.20 @@ -0,0 +1,3 @@ +MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531 +RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531 +SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531 diff --git a/media-plugins/mythcontrols/mythcontrols-0.19.ebuild b/media-plugins/mythcontrols/mythcontrols-0.19.ebuild index 153fd567d701..42312ae2cf7b 100644 --- a/media-plugins/mythcontrols/mythcontrols-0.19.ebuild +++ b/media-plugins/mythcontrols/mythcontrols-0.19.ebuild @@ -1,13 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.19.ebuild,v 1.2 2006/02/15 05:54:32 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.19.ebuild,v 1.3 2006/09/14 06:03:52 cardoe Exp $ inherit mythtv-plugins DESCRIPTION="Key Binding Editor for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" IUSE="" -LICENSE="GPL-2" -SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" diff --git a/media-plugins/mythcontrols/mythcontrols-0.20.ebuild b/media-plugins/mythcontrols/mythcontrols-0.20.ebuild new file mode 100644 index 000000000000..918f22ce1698 --- /dev/null +++ b/media-plugins/mythcontrols/mythcontrols-0.20.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.20.ebuild,v 1.1 2006/09/14 06:03:52 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Key Binding Editor for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |