diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 04:39:45 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 04:39:45 +0000 |
commit | d81ad8340d53c09865e6676a9c84fbf7accd78fc (patch) | |
tree | b6f670ca7300ae843e57fab14520efadbacc8659 /media-plugins | |
parent | use new eclass bits. clean old version. (diff) | |
download | gentoo-2-d81ad8340d53c09865e6676a9c84fbf7accd78fc.tar.gz gentoo-2-d81ad8340d53c09865e6676a9c84fbf7accd78fc.tar.bz2 gentoo-2-d81ad8340d53c09865e6676a9c84fbf7accd78fc.zip |
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/mythcontrols/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythcontrols/mythcontrols-0.21_p16468.ebuild | 9 | ||||
-rw-r--r-- | media-plugins/mythcontrols/mythcontrols-0.21_p17105.ebuild | 7 |
3 files changed, 10 insertions, 14 deletions
diff --git a/media-plugins/mythcontrols/ChangeLog b/media-plugins/mythcontrols/ChangeLog index adfea9763e85..2b43f334d47c 100644 --- a/media-plugins/mythcontrols/ChangeLog +++ b/media-plugins/mythcontrols/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythcontrols -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/ChangeLog,v 1.20 2008/12/23 17:20:24 maekke Exp $ +# 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 $ + + 19 Jul 2009; Doug Goldstein <cardoe@gentoo.org> + -mythcontrols-0.21_p16468.ebuild, mythcontrols-0.21_p17105.ebuild: + use new eclass bits. clean old version. 23 Dec 2008; Markus Meier <maekke@gentoo.org> mythcontrols-0.21_p17105.ebuild: diff --git a/media-plugins/mythcontrols/mythcontrols-0.21_p16468.ebuild b/media-plugins/mythcontrols/mythcontrols-0.21_p16468.ebuild deleted file mode 100644 index 91bfcaf41dab..000000000000 --- a/media-plugins/mythcontrols/mythcontrols-0.21_p16468.ebuild +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.21_p16468.ebuild,v 1.1 2008/03/09 20:40:22 cardoe Exp $ - -inherit mythtv-plugins - -DESCRIPTION="Key Binding Editor for MythTV." -IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" diff --git a/media-plugins/mythcontrols/mythcontrols-0.21_p17105.ebuild b/media-plugins/mythcontrols/mythcontrols-0.21_p17105.ebuild index a274c8cf7f17..dedd3a1d8633 100644 --- a/media-plugins/mythcontrols/mythcontrols-0.21_p17105.ebuild +++ b/media-plugins/mythcontrols/mythcontrols-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/mythcontrols/mythcontrols-0.21_p17105.ebuild,v 1.4 2008/12/23 17:20:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.21_p17105.ebuild,v 1.5 2009/07/19 04:39:45 cardoe Exp $ -inherit mythtv-plugins +EAPI=2 +inherit qt3 mythtv-plugins DESCRIPTION="Key Binding Editor for MythTV." IUSE="" |