diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-02-11 07:14:23 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-02-11 07:14:23 +0000 |
commit | e803332e0ba97ca20fd7bf82532ddd1d88151a0d (patch) | |
tree | 3a66c3cf3b3c8fef8b60572c5292a46d995b599f /www-apps | |
parent | Updated SRC_URI and HOMEPAGE. Removed old ebuild. (diff) | |
download | gentoo-2-e803332e0ba97ca20fd7bf82532ddd1d88151a0d.tar.gz gentoo-2-e803332e0ba97ca20fd7bf82532ddd1d88151a0d.tar.bz2 gentoo-2-e803332e0ba97ca20fd7bf82532ddd1d88151a0d.zip |
revision bump... lots of new features and fixes
(Portage version: 2.0.51.16)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/mythweb/Manifest | 14 | ||||
-rw-r--r-- | www-apps/mythweb/files/digest-mythweb-0.16.20050115 | 1 | ||||
-rw-r--r-- | www-apps/mythweb/files/digest-mythweb-0.17 | 1 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.17.ebuild (renamed from www-apps/mythweb/mythweb-0.16.20050115.ebuild) | 6 |
4 files changed, 5 insertions, 17 deletions
diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest index 96912ad25be3..4009770e2a61 100644 --- a/www-apps/mythweb/Manifest +++ b/www-apps/mythweb/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 05e8544092238b5957dc13318436c10d mythweb-0.16.20050115.ebuild 1412 +MD5 d895425fb2500f4200ede1b3aa6ff81d mythweb-0.17.ebuild 1390 MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 MD5 105538bb35fad765f17fca7cc449aa2e ChangeLog 3549 MD5 774a97faf7e3d53d1ba0544cfa61c2d0 mythweb-0.16.ebuild 1389 MD5 67c131deae039971648b7a6921fbf7d2 files/postinstall-en.txt 381 +MD5 571d8572a1c374567a581ee138a196f1 files/digest-mythweb-0.17 65 MD5 5395065f53f0a626950525982e828830 files/digest-mythweb-0.16 65 -MD5 7f53f49cf6664fd454ea1bee24cc2b63 files/digest-mythweb-0.16.20050115 74 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB7W93Fhz/XBeRBtARAkvAAJ966fszFYm42HfZjTGFDLBv4zvnbQCfQ2AE -BDrp9bNFY6785Xgodxfg6xE= -=M3mv ------END PGP SIGNATURE----- diff --git a/www-apps/mythweb/files/digest-mythweb-0.16.20050115 b/www-apps/mythweb/files/digest-mythweb-0.16.20050115 deleted file mode 100644 index c81a90fb8a31..000000000000 --- a/www-apps/mythweb/files/digest-mythweb-0.16.20050115 +++ /dev/null @@ -1 +0,0 @@ -MD5 c530ee7e9075761f58811accc0a8d1ea mythweb-0.16.20050115.tar.bz2 640695 diff --git a/www-apps/mythweb/files/digest-mythweb-0.17 b/www-apps/mythweb/files/digest-mythweb-0.17 new file mode 100644 index 000000000000..eefac964189a --- /dev/null +++ b/www-apps/mythweb/files/digest-mythweb-0.17 @@ -0,0 +1 @@ +MD5 8a282a778751d25991bb46455afa2481 mythweb-0.17.tar.bz2 311889 diff --git a/www-apps/mythweb/mythweb-0.16.20050115.ebuild b/www-apps/mythweb/mythweb-0.17.ebuild index c85e759660f5..b277895770cc 100644 --- a/www-apps/mythweb/mythweb-0.16.20050115.ebuild +++ b/www-apps/mythweb/mythweb-0.17.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.16.20050115.ebuild,v 1.1 2005/01/18 20:19:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.17.ebuild,v 1.1 2005/02/11 07:14:23 cardoe Exp $ inherit webapp DESCRIPTION="PHP scripts intended to manage MythTV from a web browser." HOMEPAGE="http://www.mythtv.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" IUSE="" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" -S=${WORKDIR}/mythweb - RDEPEND=">=dev-php/mod_php-4.2" pkg_setup() { |