public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Doug Goldstein (cardoe)" <cardoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/mythnetvision: ChangeLog mythnetvision-0.23_p25065.ebuild
Date: Sun, 13 Jun 2010 07:27:48 +0000 (UTC)	[thread overview]
Message-ID: <20100613072748.395392CF2B@corvid.gentoo.org> (raw)

cardoe      10/06/13 07:27:48

  Modified:             ChangeLog mythnetvision-0.23_p25065.ebuild
  Log:
  Populate depends and setting the proper permissions on the scripts being installed
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-plugins/mythnetvision/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	13 Jun 2010 07:06:24 -0000	1.1
+++ ChangeLog	13 Jun 2010 07:27:48 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/mythnetvision
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v 1.1 2010/06/13 07:06:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/ChangeLog,v 1.2 2010/06/13 07:27:48 cardoe Exp $
+
+  13 Jun 2010; Doug Goldstein <cardoe@gentoo.org>
+  mythnetvision-0.23_p25065.ebuild:
+  Populate depends and setting the proper permissions on the scripts being
+  installed
 
 *mythnetvision-0.23_p25065 (13 Jun 2010)
 



1.2                  media-plugins/mythnetvision/mythnetvision-0.23_p25065.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23_p25065.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23_p25065.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23_p25065.ebuild?r1=1.1&r2=1.2

Index: mythnetvision-0.23_p25065.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23_p25065.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythnetvision-0.23_p25065.ebuild	13 Jun 2010 07:06:24 -0000	1.1
+++ mythnetvision-0.23_p25065.ebuild	13 Jun 2010 07:27:48 -0000	1.2
@@ -1,10 +1,29 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23_p25065.ebuild,v 1.1 2010/06/13 07:06:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnetvision/mythnetvision-0.23_p25065.ebuild,v 1.2 2010/06/13 07:27:48 cardoe Exp $
 
 EAPI=2
-inherit qt4 mythtv-plugins
+
+PYTHON_DEPEND="2:2.5"
+
+inherit qt4 mythtv-plugins python
 
 DESCRIPTION="MythTV Plugin for watching internet content"
 IUSE=""
 KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=dev-python/pycurl-7.19.0
+		>=dev-python/imdbpy-3.8
+		>=dev-python/mysql-python-1.2.2
+		media-tv/mythtv[python]
+		media-plugins/mythbrowser
+		www-plugins/adobe-flash"
+DEPEND="media-plugins/mythbrowser"
+
+src_install() {
+	mythtv-plugins_src_install
+
+	# Fix up permissions
+	fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.pl
+	fperms 755 /usr/share/mythtv/mythnetvision/scripts/*.py
+}






             reply	other threads:[~2010-06-13  7:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-13  7:27 Doug Goldstein (cardoe) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-23 19:40 [gentoo-commits] gentoo-x86 commit in media-plugins/mythnetvision: ChangeLog mythnetvision-0.23_p25065.ebuild Mark Loeser (halcy0n)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100613072748.395392CF2B@corvid.gentoo.org \
    --to=cardoe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox