diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-12-05 00:56:23 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-12-05 00:56:23 +0000 |
commit | 91c50206d58f9f07f2373852120029a606795db0 (patch) | |
tree | a1e5f7a64d1d86449a0c1d353438a3c17d90b820 /www-apps | |
parent | Added some more error checking. Some cosmetical rearrangements. (diff) | |
download | historical-91c50206d58f9f07f2373852120029a606795db0.tar.gz historical-91c50206d58f9f07f2373852120029a606795db0.tar.bz2 historical-91c50206d58f9f07f2373852120029a606795db0.zip |
I can't find any of the other media-tv guys, and it's been fairly bug free, so marking as x86
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mythweb/Manifest | 4 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.16.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index dbe379c5f40c..e4fd79a6a179 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mythweb # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.7 2004/10/19 23:10:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.8 2004/12/05 00:56:23 iggy Exp $ + + 04 Dec 2004; Brian Jackson <iggy@gentoo.org> mythweb-0.16.ebuild: + I can't find any of the other media-tv guys, and it's been fairly bug free, + so marking as x86 19 Oct 2004; Daniel Ahlberg <aliz@gentoo.org> mythweb-0.16.ebuild: Fixed some problems that would occur when re-emerging the package. Also added diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest index abac255139b7..79a426dadade 100644 --- a/www-apps/mythweb/Manifest +++ b/www-apps/mythweb/Manifest @@ -1,9 +1,9 @@ MD5 f3a22688a66e69c9cc5598d8f57981d3 mythweb-0.15.1.ebuild 1175 MD5 8c7186a3b2b63e1a10a72654ccb5a7dc mythweb-0.14-r1.ebuild 1149 MD5 7908f91d928964e412a3f27ba210842e mythweb-0.14.ebuild 1018 -MD5 c9cb94f6be6e4a3b44c082f9464e7cf9 ChangeLog 3049 +MD5 6c0923ff75bcb9d61afa48c164f1865f ChangeLog 3216 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 8df9f0a4cb5291af660e0e70e022e88c mythweb-0.16.ebuild 1388 +MD5 e35251818172323c52e1ea2fee2d66e7 mythweb-0.16.ebuild 1387 MD5 9801c208655265155f568ca06ca43b28 files/postinstall-en.txt 175 MD5 7ed0401bccae5ab3c413c6463fae929f files/digest-mythweb-0.14 65 MD5 5395065f53f0a626950525982e828830 files/digest-mythweb-0.16 65 diff --git a/www-apps/mythweb/mythweb-0.16.ebuild b/www-apps/mythweb/mythweb-0.16.ebuild index ad5b96b9078d..5fa84041d21e 100644 --- a/www-apps/mythweb/mythweb-0.16.ebuild +++ b/www-apps/mythweb/mythweb-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.16.ebuild,v 1.5 2004/10/19 23:10:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.16.ebuild,v 1.6 2004/12/05 00:56:23 iggy Exp $ inherit webapp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.mythtv.org/" SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" IUSE="" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" RDEPEND=">=dev-php/mod_php-4.2" |