diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-06-22 19:26:41 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-06-22 19:26:41 +0000 |
commit | b2d04819e7fee2aa00aad10fd1d1959fcc9f754b (patch) | |
tree | 2e4025eb7587482a23e349e6dfe7c9ec5956cd93 /media-tv | |
parent | esethome: silently exit if home dir already up to date, improve messaging (diff) | |
download | gentoo-2-b2d04819e7fee2aa00aad10fd1d1959fcc9f754b.tar.gz gentoo-2-b2d04819e7fee2aa00aad10fd1d1959fcc9f754b.tar.bz2 gentoo-2-b2d04819e7fee2aa00aad10fd1d1959fcc9f754b.zip |
Fix issue where docs are no longer present.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.25.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 0a16d03a862a..b35225370d6a 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -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: diff --git a/media-tv/mythtv/mythtv-0.25.1.ebuild b/media-tv/mythtv/mythtv-0.25.1.ebuild index ed5940a7f95f..46cf9b86f20a 100644 --- a/media-tv/mythtv/mythtv-0.25.1.ebuild +++ b/media-tv/mythtv/mythtv-0.25.1.ebuild @@ -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 @@ src_install() { 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 |