public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
@ 2012-06-22  3:56 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-22  3:56 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/22 03:56:07

  Modified:             ChangeLog mythtv-0.25.1.ebuild
  Log:
  Python, EROOT/ED cleanups and depend cleanups
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.343                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.343&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.343&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.342&r2=1.343

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -r1.342 -r1.343
--- ChangeLog	22 Jun 2012 03:30:49 -0000	1.342
+++ ChangeLog	22 Jun 2012 03:56:07 -0000	1.343
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.342 2012/06/22 03:30:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.343 2012/06/22 03:56:07 cardoe Exp $
+
+  21 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
+  Python, EROOT/ED cleanups and depend cleanups
 
 *mythtv-0.25.1 (21 Jun 2012)
 



1.2                  media-tv/mythtv/mythtv-0.25.1.ebuild

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

Index: mythtv-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-0.25.1.ebuild	22 Jun 2012 03:30:49 -0000	1.1
+++ mythtv-0.25.1.ebuild	22 Jun 2012 03:56:07 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.1 2012/06/22 03:30:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.2 2012/06/22 03:56:07 cardoe Exp $
 
 EAPI=4
 
 inherit flag-o-matic multilib eutils python user
 
-PYTHON_DEPEND="2"
+PYTHON_DEPEND="python? 2"
 
 #MYTHTV_VERSION="v${PV}-15-g${MYTHTV_SREV}"
 #MYTHTV_BRANCH="fixes/0.25"
@@ -41,8 +41,8 @@
 	virtual/mysql
 	virtual/opengl
 	virtual/glu
-	alsa? ( >=media-libs/alsa-lib-0.9 )
-	ass? ( media-libs/libass )
+	alsa? ( >=media-libs/alsa-lib-1.0.24 )
+	ass? ( >=media-libs/libass-0.9.11 )
 	cec? ( dev-libs/libcec )
 	dvb? ( media-libs/libdvb virtual/linuxtv-dvb-headers )
 	ieee1394? (	>=sys-libs/libraw1394-1.2.0
@@ -93,7 +93,7 @@
 pkg_setup() {
 	einfo "This ebuild now uses a heavily stripped down version of your CFLAGS"
 
-	python_set_active_version 2
+	use python && python_set_active_version 2
 	python_pkg_setup
 
 	enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
@@ -216,7 +216,7 @@
 
 	if use autostart; then
 		dodir /etc/env.d/
-		echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
+		echo 'CONFIG_PROTECT="/home/mythtv/"' > "${ED}"/etc/env.d/95mythtv
 
 		insinto /home/mythtv
 		newins "${FILESDIR}"/bash_profile .bash_profile
@@ -229,11 +229,11 @@
 }
 
 pkg_preinst() {
-	export CONFIG_PROTECT="${CONFIG_PROTECT} ${ROOT}/home/mythtv/"
+	export CONFIG_PROTECT="${CONFIG_PROTECT} ${EROOT}/home/mythtv/"
 }
 
 pkg_postinst() {
-	use python && python_mod_optimize
+	use python && python_mod_optimize MythTV
 
 	elog "To have this machine operate as recording host for MythTV, "
 	elog "mythbackend must be running. Run the following:"
@@ -247,6 +247,10 @@
 	elog "http://dev.gentoo.org/~cardoe/mythtv/autostart.html"
 }
 
+pkg_postrm() {
+	use python && python_mod_cleanup MythTV
+}
+
 pkg_info() {
 	if [[ -f "${EROOT}"/usr/bin/mythfrontend ]]; then
 		"${EROOT}"/usr/bin/mythfrontend --version
@@ -256,5 +260,5 @@
 pkg_config() {
 	echo "Creating mythtv MySQL user and mythconverg database if it does not"
 	echo "already exist. You will be prompted for your MySQL root password."
-	"${ROOT}"/usr/bin/mysql -u root -p < "${ROOT}"/usr/share/mythtv/database/mc.sql
+	"${EROOT}"/usr/bin/mysql -u root -p < "${EROOT}"/usr/share/mythtv/database/mc.sql
 }






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
@ 2012-06-22  4:09 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-22  4:09 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/22 04:09:47

  Modified:             ChangeLog mythtv-0.25.1.ebuild
  Log:
  Add missing patch for dealing with upstream's urge to always run ldconfig, which causes sandbox violations.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.344                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.344&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.344&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.343&r2=1.344

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- ChangeLog	22 Jun 2012 03:56:07 -0000	1.343
+++ ChangeLog	22 Jun 2012 04:09:47 -0000	1.344
@@ -1,6 +1,11 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.343 2012/06/22 03:56:07 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.344 2012/06/22 04:09:47 cardoe Exp $
+
+  21 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild,
+  +files/fixLdconfSandbox.0.25.1.patch:
+  Add missing patch for dealing with upstream's urge to always run ldconfig,
+  which causes sandbox violations.
 
   21 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
   Python, EROOT/ED cleanups and depend cleanups



1.3                  media-tv/mythtv/mythtv-0.25.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?r1=1.2&r2=1.3

Index: mythtv-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythtv-0.25.1.ebuild	22 Jun 2012 03:56:07 -0000	1.2
+++ mythtv-0.25.1.ebuild	22 Jun 2012 04:09:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.2 2012/06/22 03:56:07 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.3 2012/06/22 04:09:47 cardoe Exp $
 
 EAPI=4
 
@@ -112,6 +112,8 @@
 	sed -e "s:pure_install:pure_install INSTALLDIRS=vendor:" \
 		-i "${S}"/bindings/perl/Makefile
 
+	epatch "${FILESDIR}/fixLdconfSandbox.patch"
+
 	epatch_user
 }
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
@ 2012-06-22  4:27 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-22  4:27 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/22 04:27:09

  Modified:             ChangeLog mythtv-0.25.1.ebuild
  Log:
  qt3support is no longer necessary for Qt, but dbus and mysql is. Remove the requirement on nvidia-drivers being installed for vdpau support since multiple drivers implement vdpau and all we really need is libvdpau to utilize them.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.345                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.345&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.345&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.344&r2=1.345

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- ChangeLog	22 Jun 2012 04:09:47 -0000	1.344
+++ ChangeLog	22 Jun 2012 04:27:09 -0000	1.345
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.344 2012/06/22 04:09:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.345 2012/06/22 04:27:09 cardoe Exp $
+
+  21 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
+  qt3support is no longer necessary for Qt, but dbus and mysql is. Remove the
+  requirement on nvidia-drivers being installed for vdpau support since
+  multiple drivers implement vdpau and all we really need is libvdpau to
+  utilize them.
 
   21 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild,
   +files/fixLdconfSandbox.0.25.1.patch:



1.4                  media-tv/mythtv/mythtv-0.25.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?r1=1.3&r2=1.4

Index: mythtv-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mythtv-0.25.1.ebuild	22 Jun 2012 04:09:47 -0000	1.3
+++ mythtv-0.25.1.ebuild	22 Jun 2012 04:27:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.3 2012/06/22 04:09:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.4 2012/06/22 04:27:09 cardoe Exp $
 
 EAPI=4
 
@@ -33,10 +33,10 @@
 	x11-libs/libXv
 	x11-libs/libXrandr
 	x11-libs/libXxf86vm
-	x11-libs/qt-core:4[qt3support]
-	x11-libs/qt-gui:4[qt3support]
-	x11-libs/qt-sql:4[qt3support,mysql]
-	x11-libs/qt-opengl:4[qt3support]
+	x11-libs/qt-core:4
+	x11-libs/qt-gui:4[dbus]
+	x11-libs/qt-sql:4[mysql]
+	x11-libs/qt-opengl:4
 	x11-libs/qt-webkit:4
 	virtual/mysql
 	virtual/opengl
@@ -79,7 +79,6 @@
 			x11-apps/xset )
 	bluray? ( media-libs/libbluray )
 	dvd? ( media-libs/libdvdcss )
-	vdpau? ( >=x11-drivers/nvidia-drivers-256 )
 	"
 
 DEPEND="${SDEPEND}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
@ 2012-06-22 19:26 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-22 19:26 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/22 19:26:41

  Modified:             ChangeLog mythtv-0.25.1.ebuild
  Log:
  Fix issue where docs are no longer present.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.347                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.347&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.347&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.346&r2=1.347

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -r1.346 -r1.347
--- ChangeLog	22 Jun 2012 13:33:57 -0000	1.346
+++ ChangeLog	22 Jun 2012 19:26:41 -0000	1.347
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.346 2012/06/22 13:33:57 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.347 2012/06/22 19:26:41 cardoe Exp $
+
+  22 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
+  Fix issue where docs are no longer present.
 
   21 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild,
   metadata.xml:



1.6                  media-tv/mythtv/mythtv-0.25.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?r1=1.5&r2=1.6

Index: mythtv-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mythtv-0.25.1.ebuild	22 Jun 2012 13:33:58 -0000	1.5
+++ mythtv-0.25.1.ebuild	22 Jun 2012 19:26:41 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.5 2012/06/22 13:33:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.6 2012/06/22 19:26:41 cardoe Exp $
 
 EAPI=4
 
@@ -199,7 +199,7 @@
 	newinitd "${FILESDIR}"/mythbackend.init mythbackend
 	newconfd "${FILESDIR}"/mythbackend.conf mythbackend
 
-	dodoc keys.txt docs/*.{txt,pdf}
+	dodoc keys.txt 
 	dohtml docs/*.html
 
 	keepdir /etc/mythtv






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
@ 2012-06-23  3:19 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-23  3:19 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/23 03:19:19

  Modified:             ChangeLog mythtv-0.25.1.ebuild
  Log:
  Fix einstall call to not install into /. Remove installation of html docs since they're missing too. Thanks to Myk Taylor <myk002@yahoo.com> for help debugging this ebuild.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.348                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.348&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.348&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.347&r2=1.348

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- ChangeLog	22 Jun 2012 19:26:41 -0000	1.347
+++ ChangeLog	23 Jun 2012 03:19:18 -0000	1.348
@@ -1,6 +1,11 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.347 2012/06/22 19:26:41 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.348 2012/06/23 03:19:18 cardoe Exp $
+
+  22 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
+  Fix einstall call to not install into /. Remove installation of html docs
+  since they're missing too. Thanks to Myk Taylor <myk002@yahoo.com> for help
+  debugging this ebuild.
 
   22 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
   Fix issue where docs are no longer present.



1.7                  media-tv/mythtv/mythtv-0.25.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?r1=1.6&r2=1.7

Index: mythtv-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mythtv-0.25.1.ebuild	22 Jun 2012 19:26:41 -0000	1.6
+++ mythtv-0.25.1.ebuild	23 Jun 2012 03:19:18 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.6 2012/06/22 19:26:41 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.7 2012/06/23 03:19:18 cardoe Exp $
 
 EAPI=4
 
@@ -188,7 +188,7 @@
 }
 
 src_install() {
-	einstall INSTALL_ROOT="${ED}" || die "install failed"
+	einstall || die "install failed"
 	dodoc AUTHORS FAQ UPGRADING  README
 
 	insinto /usr/share/mythtv/database
@@ -200,7 +200,6 @@
 	newconfd "${FILESDIR}"/mythbackend.conf mythbackend
 
 	dodoc keys.txt 
-	dohtml docs/*.html
 
 	keepdir /etc/mythtv
 	chown -R mythtv "${ED}"/etc/mythtv






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
@ 2012-06-23 22:26 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-23 22:26 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/23 22:26:31

  Modified:             ChangeLog mythtv-0.25.1.ebuild
  Log:
  Approach the sandbox violation / ${ED}/${ED} install issue from another angle.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.349                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.349&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.349&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.348&r2=1.349

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- ChangeLog	23 Jun 2012 03:19:18 -0000	1.348
+++ ChangeLog	23 Jun 2012 22:26:31 -0000	1.349
@@ -1,11 +1,15 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.348 2012/06/23 03:19:18 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.349 2012/06/23 22:26:31 cardoe Exp $
+
+  23 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
+  Approach the sandbox violation / ${ED}/${ED} install issue from another
+  angle.
 
   22 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
-  Fix einstall call to not install into /. Remove installation of html docs
-  since they're missing too. Thanks to Myk Taylor <myk002@yahoo.com> for help
-  debugging this ebuild.
+  Fix einstall call to not install into ${ED}/${ED}. Remove installation of
+  html docs since they're missing too. Thanks to Myk Taylor <myk002@yahoo.com>
+  for help debugging this ebuild.
 
   22 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
   Fix issue where docs are no longer present.



1.8                  media-tv/mythtv/mythtv-0.25.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?r1=1.7&r2=1.8

Index: mythtv-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mythtv-0.25.1.ebuild	23 Jun 2012 03:19:18 -0000	1.7
+++ mythtv-0.25.1.ebuild	23 Jun 2012 22:26:31 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.7 2012/06/23 03:19:18 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.8 2012/06/23 22:26:31 cardoe Exp $
 
 EAPI=4
 
@@ -188,7 +188,7 @@
 }
 
 src_install() {
-	einstall || die "install failed"
+	emake INSTALL_ROOT="${D}" install || die "install failed"
 	dodoc AUTHORS FAQ UPGRADING  README
 
 	insinto /usr/share/mythtv/database






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
@ 2012-06-24 20:06 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-24 20:06 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/24 20:06:50

  Modified:             ChangeLog mythtv-0.25.1.ebuild
  Log:
  Specify the PID file that SSD should look at since MythBackend makes the PID file. Remove the user perm drop since SSD does that for us.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.350                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.350&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.350&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.349&r2=1.350

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- ChangeLog	23 Jun 2012 22:26:31 -0000	1.349
+++ ChangeLog	24 Jun 2012 20:06:49 -0000	1.350
@@ -1,6 +1,11 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.349 2012/06/23 22:26:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.350 2012/06/24 20:06:49 cardoe Exp $
+
+  24 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild,
+  files/mythbackend.init:
+  Specify the PID file that SSD should look at since MythBackend makes the PID
+  file. Remove the user perm drop since SSD does that for us.
 
   23 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
   Approach the sandbox violation / ${ED}/${ED} install issue from another



1.9                  media-tv/mythtv/mythtv-0.25.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?r1=1.8&r2=1.9

Index: mythtv-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mythtv-0.25.1.ebuild	23 Jun 2012 22:26:31 -0000	1.8
+++ mythtv-0.25.1.ebuild	24 Jun 2012 20:06:49 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.8 2012/06/23 22:26:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.9 2012/06/24 20:06:49 cardoe Exp $
 
 EAPI=4
 
@@ -189,17 +189,15 @@
 
 src_install() {
 	emake INSTALL_ROOT="${D}" install || die "install failed"
-	dodoc AUTHORS FAQ UPGRADING  README
+	dodoc AUTHORS UPGRADING README
 
 	insinto /usr/share/mythtv/database
 	doins database/*
 
-	exeinto /usr/share/mythtv
-
 	newinitd "${FILESDIR}"/mythbackend.init mythbackend
 	newconfd "${FILESDIR}"/mythbackend.conf mythbackend
 
-	dodoc keys.txt 
+	dodoc keys.txt
 
 	keepdir /etc/mythtv
 	chown -R mythtv "${ED}"/etc/mythtv






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild
@ 2012-06-28 15:01 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-06-28 15:01 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/06/28 15:01:07

  Modified:             ChangeLog mythtv-0.25.1.ebuild
  Log:
  Add missing depend on x11-libs/qt-dbus.
  
  (Portage version: 2.1.11.2/cvs/Linux x86_64)

Revision  Changes    Path
1.352                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.352&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.352&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.351&r2=1.352

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -r1.351 -r1.352
--- ChangeLog	27 Jun 2012 00:39:58 -0000	1.351
+++ ChangeLog	28 Jun 2012 15:01:07 -0000	1.352
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.351 2012/06/27 00:39:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.352 2012/06/28 15:01:07 cardoe Exp $
+
+  28 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild:
+  Add missing depend on x11-libs/qt-dbus.
 
   26 Jun 2012; Doug Goldstein <cardoe@gentoo.org> files/mythbackend.conf,
   files/mythbackend.init:



1.10                 media-tv/mythtv/mythtv-0.25.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild?r1=1.9&r2=1.10

Index: mythtv-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mythtv-0.25.1.ebuild	24 Jun 2012 20:06:49 -0000	1.9
+++ mythtv-0.25.1.ebuild	28 Jun 2012 15:01:07 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.9 2012/06/24 20:06:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.10 2012/06/28 15:01:07 cardoe Exp $
 
 EAPI=4
 
@@ -34,7 +34,8 @@
 	x11-libs/libXrandr
 	x11-libs/libXxf86vm
 	x11-libs/qt-core:4
-	x11-libs/qt-gui:4[dbus]
+	x11-libs/qt-dbus
+	x11-libs/qt-gui:4
 	x11-libs/qt-sql:4[mysql]
 	x11-libs/qt-opengl:4
 	x11-libs/qt-webkit:4






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-06-28 15:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 15:01 [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.25.1.ebuild Doug Goldstein (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-24 20:06 Doug Goldstein (cardoe)
2012-06-23 22:26 Doug Goldstein (cardoe)
2012-06-23  3:19 Doug Goldstein (cardoe)
2012-06-22 19:26 Doug Goldstein (cardoe)
2012-06-22  4:27 Doug Goldstein (cardoe)
2012-06-22  4:09 Doug Goldstein (cardoe)
2012-06-22  3:56 Doug Goldstein (cardoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox