Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: 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@g.o> mythtv-0.25.1.ebuild:
+ Fix issue where docs are no longer present.
21 Jun 2012; Doug Goldstein <cardoe@g.o> 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
|
|