diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:02:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:02:19 +0000 |
commit | c86ce647965eddd2594fa62c494baebd7fa3a842 (patch) | |
tree | ee50a6237b5c0f64c6fa53da693d0c743294fb93 /media-plugins/mythvideo | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-c86ce647965eddd2594fa62c494baebd7fa3a842.tar.gz historical-c86ce647965eddd2594fa62c494baebd7fa3a842.tar.bz2 historical-c86ce647965eddd2594fa62c494baebd7fa3a842.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.10.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.11.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-plugins/mythvideo/Manifest b/media-plugins/mythvideo/Manifest index 181c370a294a..1b014d8b2873 100644 --- a/media-plugins/mythvideo/Manifest +++ b/media-plugins/mythvideo/Manifest @@ -1,6 +1,6 @@ -MD5 c941afde9a6ccac5e694cdc43db6bf52 mythvideo-0.10.ebuild 1736 -MD5 92d55406d6084728270809054a483339 mythvideo-0.11.ebuild 1751 MD5 15091b5845360d331b617a2faeaab467 ChangeLog 1692 +MD5 7cf470c9ed702c10887c855fc5b3dc19 mythvideo-0.10.ebuild 1740 +MD5 d9d414705d6bb151f1d87556d1641724 mythvideo-0.11.ebuild 1755 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 bdd77fadda8f0eb40802ceb421042c18 files/digest-mythvideo-0.10 67 MD5 1c1055ed7527e3c6e5c556e1f79456bc files/digest-mythvideo-0.11 67 diff --git a/media-plugins/mythvideo/mythvideo-0.10.ebuild b/media-plugins/mythvideo/mythvideo-0.10.ebuild index 1410ef05c1e6..5076a61e3a4c 100644 --- a/media-plugins/mythvideo/mythvideo-0.10.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.10.ebuild,v 1.2 2003/08/08 05:13:41 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.10.ebuild,v 1.3 2003/09/07 00:02:15 msterret Exp $ inherit flag-o-matic @@ -28,7 +28,7 @@ src_compile() { if [ ! -z "${cpu}" ] ; then sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed" fi - + qmake -o "${S}/Makefile" "${S}/${PN}.pro" emake || die "compile problem" diff --git a/media-plugins/mythvideo/mythvideo-0.11.ebuild b/media-plugins/mythvideo/mythvideo-0.11.ebuild index 801db6fdd81c..a126fb45811a 100644 --- a/media-plugins/mythvideo/mythvideo-0.11.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.11.ebuild,v 1.1 2003/08/18 18:05:48 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.11.ebuild,v 1.2 2003/09/07 00:02:15 msterret Exp $ inherit flag-o-matic @@ -29,7 +29,7 @@ src_compile() { if [ ! -z "${cpu}" ] ; then sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed" fi - + qmake -o "${S}/Makefile" "${S}/${PN}.pro" emake || die "compile problem" |