summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-03-23 03:43:52 +0000
committerMike Frysinger <vapier@gentoo.org>2010-03-23 03:43:52 +0000
commitd67911af139146d29a57265121485edbae44d6b6 (patch)
tree8df8cfbe8b0a83edf1a03d226ee155c45fab5795 /media-tv
parentUpdate make_desktop_entry usage with the 5th arg #310763 by Jim Ramsay. (diff)
downloadgentoo-2-d67911af139146d29a57265121485edbae44d6b6.tar.gz
gentoo-2-d67911af139146d29a57265121485edbae44d6b6.tar.bz2
gentoo-2-d67911af139146d29a57265121485edbae44d6b6.zip
Update make_desktop_entry usage with the 5th arg #310763 by Jim Ramsay.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/ChangeLog7
-rw-r--r--media-tv/mythtv/mythtv-0.22_p22824-r1.ebuild6
-rw-r--r--media-tv/mythtv/mythtv-0.22_p22860.ebuild6
-rw-r--r--media-tv/mythtv/mythtv-0.22_p23069.ebuild6
-rw-r--r--media-tv/mythtv/mythtv-0.23_alpha22857.ebuild6
5 files changed, 18 insertions, 13 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 93a357e16c38..a97ac38354fd 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/mythtv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.314 2010/03/22 02:11:37 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.315 2010/03/23 03:43:52 vapier Exp $
+
+ 23 Mar 2010; Mike Frysinger <vapier@gentoo.org>
+ mythtv-0.22_p22824-r1.ebuild, mythtv-0.22_p22860.ebuild,
+ mythtv-0.22_p23069.ebuild, mythtv-0.23_alpha22857.ebuild:
+ Update make_desktop_entry usage with the 5th arg #310763 by Jim Ramsay.
22 Mar 2010; Ben de Groot <yngwin@gentoo.org>
-mythtv-0.21_p19961-r2.ebuild, -mythtv-0.21_p20877.ebuild:
diff --git a/media-tv/mythtv/mythtv-0.22_p22824-r1.ebuild b/media-tv/mythtv/mythtv-0.22_p22824-r1.ebuild
index 6536dbf70bae..9f101c8ff4b1 100644
--- a/media-tv/mythtv/mythtv-0.22_p22824-r1.ebuild
+++ b/media-tv/mythtv/mythtv-0.22_p22824-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p22824-r1.ebuild,v 1.3 2010/03/09 11:51:44 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p22824-r1.ebuild,v 1.4 2010/03/23 03:43:52 vapier Exp $
EAPI=2
inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
@@ -237,9 +237,9 @@ src_install() {
# create desktop entry for mythfrontend
make_desktop_entry /usr/bin/mythfrontend "MythFrontend" mythtv \
- "AudioVideo;TV;" "/etc/mythtv/"
+ "AudioVideo;TV;" "Path=/etc/mythtv/"
make_desktop_entry /usr/bin/mythtv-setup "MythTV Setup" mythtv.png \
- "AudioVideo;TV;" "/etc/mythtv/"
+ "AudioVideo;TV;" "Path=/etc/mythtv/"
if use autostart; then
dodir /etc/env.d/
diff --git a/media-tv/mythtv/mythtv-0.22_p22860.ebuild b/media-tv/mythtv/mythtv-0.22_p22860.ebuild
index ea99e2b6725d..71528bd624de 100644
--- a/media-tv/mythtv/mythtv-0.22_p22860.ebuild
+++ b/media-tv/mythtv/mythtv-0.22_p22860.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p22860.ebuild,v 1.2 2010/03/09 11:51:44 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p22860.ebuild,v 1.3 2010/03/23 03:43:52 vapier Exp $
EAPI=2
inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
@@ -240,9 +240,9 @@ src_install() {
# create desktop entry for mythfrontend
make_desktop_entry /usr/bin/mythfrontend "MythFrontend" mythtv \
- "AudioVideo;TV;" "/etc/mythtv/"
+ "AudioVideo;TV;" "Path=/etc/mythtv/"
make_desktop_entry /usr/bin/mythtv-setup "MythTV Setup" mythtv \
- "AudioVideo;TV;" "/etc/mythtv/"
+ "AudioVideo;TV;" "Path=/etc/mythtv/"
if use autostart; then
dodir /etc/env.d/
diff --git a/media-tv/mythtv/mythtv-0.22_p23069.ebuild b/media-tv/mythtv/mythtv-0.22_p23069.ebuild
index d5f668058a70..355cae0bfa7c 100644
--- a/media-tv/mythtv/mythtv-0.22_p23069.ebuild
+++ b/media-tv/mythtv/mythtv-0.22_p23069.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p23069.ebuild,v 1.5 2010/03/09 11:51:44 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p23069.ebuild,v 1.6 2010/03/23 03:43:52 vapier Exp $
EAPI=2
inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
@@ -244,9 +244,9 @@ src_install() {
# create desktop entry for mythfrontend
make_desktop_entry /usr/bin/mythfrontend "MythFrontend" mythtv \
- "AudioVideo;TV;" "/etc/mythtv/"
+ "AudioVideo;TV;" "Path=/etc/mythtv/"
make_desktop_entry /usr/bin/mythtv-setup "MythTV Setup" mythtv \
- "AudioVideo;TV;" "/etc/mythtv/"
+ "AudioVideo;TV;" "Path=/etc/mythtv/"
if use autostart; then
dodir /etc/env.d/
diff --git a/media-tv/mythtv/mythtv-0.23_alpha22857.ebuild b/media-tv/mythtv/mythtv-0.23_alpha22857.ebuild
index b3b74a7fa887..9fea4e09699e 100644
--- a/media-tv/mythtv/mythtv-0.23_alpha22857.ebuild
+++ b/media-tv/mythtv/mythtv-0.23_alpha22857.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23_alpha22857.ebuild,v 1.3 2010/03/09 11:51:44 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23_alpha22857.ebuild,v 1.4 2010/03/23 03:43:52 vapier Exp $
EAPI=2
inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
@@ -239,9 +239,9 @@ src_install() {
# create desktop entry for mythfrontend
make_desktop_entry /usr/bin/mythfrontend "MythFrontend" mythtv \
- "AudioVideo;TV;" "/etc/mythtv/"
+ "AudioVideo;TV;" "Path=/etc/mythtv/"
make_desktop_entry /usr/bin/mythtv-setup "MythTV Setup" mythtv \
- "AudioVideo;TV;" "/etc/mythtv/"
+ "AudioVideo;TV;" "Path=/etc/mythtv/"
if use autostart; then
dodir /etc/env.d/