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/mythgame | |
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/mythgame')
-rw-r--r-- | media-plugins/mythgame/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.10.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.11.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest index c1c118f68df0..f6251c350ccd 100644 --- a/media-plugins/mythgame/Manifest +++ b/media-plugins/mythgame/Manifest @@ -1,6 +1,6 @@ -MD5 3c872516a4b019acc69a94db588fb58d mythgame-0.11.ebuild 1979 -MD5 b5a65930fd5547384fa92e567bc0ee4a mythgame-0.10.ebuild 2012 MD5 f5a86ac164e7ed88098187d37fe7bc8b ChangeLog 1466 +MD5 0a895be0cb7027e5d68c206b94c5995c mythgame-0.10.ebuild 2015 +MD5 ffa337de1b948a0d34e9990d28521a0b mythgame-0.11.ebuild 1982 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 9b0262b1d9e5347fceb6265378d7bf2e files/digest-mythgame-0.10 65 MD5 2bd60d4f779ab52e53d15145940b8946 files/digest-mythgame-0.11 65 diff --git a/media-plugins/mythgame/mythgame-0.10.ebuild b/media-plugins/mythgame/mythgame-0.10.ebuild index f8639d2c68d2..ed992a244181 100644 --- a/media-plugins/mythgame/mythgame-0.10.ebuild +++ b/media-plugins/mythgame/mythgame-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/mythgame/mythgame-0.10.ebuild,v 1.2 2003/08/07 23:48:51 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.10.ebuild,v 1.3 2003/09/07 00:02:14 msterret Exp $ inherit flag-o-matic @@ -39,7 +39,7 @@ src_install () { make INSTALL_ROOT="${D}" install || die "make install failed" insinto "/usr/share/mythtv/database/${PN}" - doins gamedb/*.sql + doins gamedb/*.sql dodoc README UPGRADING gamelist.xml } diff --git a/media-plugins/mythgame/mythgame-0.11.ebuild b/media-plugins/mythgame/mythgame-0.11.ebuild index cbdb75d18e86..108d02d0719c 100644 --- a/media-plugins/mythgame/mythgame-0.11.ebuild +++ b/media-plugins/mythgame/mythgame-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/mythgame/mythgame-0.11.ebuild,v 1.1 2003/08/18 18:03:40 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.11.ebuild,v 1.2 2003/09/07 00:02:15 msterret Exp $ inherit flag-o-matic @@ -39,7 +39,7 @@ src_install () { einstall INSTALL_ROOT="${D}" insinto "/usr/share/mythtv/database/${PN}" - doins gamedb/*.sql + doins gamedb/*.sql dodoc README UPGRADING gamelist.xml } |