diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-02-12 09:42:28 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-02-12 09:42:28 +0000 |
commit | 6b42002752a7440e18bf03d78a83f79656f71583 (patch) | |
tree | 0752e0bc0ff4b3d467fa3917f4c83b439fde5cfb /www-apps/mythweb | |
parent | incorrectly removed S (diff) | |
download | historical-6b42002752a7440e18bf03d78a83f79656f71583.tar.gz historical-6b42002752a7440e18bf03d78a83f79656f71583.tar.bz2 historical-6b42002752a7440e18bf03d78a83f79656f71583.zip |
incorrectly removed S
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.19.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index 77aa4352c354..6418b669c695 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/mythweb # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.17 2006/02/12 06:13:33 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.18 2006/02/12 09:39:24 cardoe Exp $ + + 12 Feb 2006; Doug Goldstein <cardoe@gentoo.org> mythweb-0.19.ebuild: + incorrectly removed S *mythweb-0.19 (12 Feb 2006) diff --git a/www-apps/mythweb/mythweb-0.19.ebuild b/www-apps/mythweb/mythweb-0.19.ebuild index b9104408c254..a12f50a1ef93 100644 --- a/www-apps/mythweb/mythweb-0.19.ebuild +++ b/www-apps/mythweb/mythweb-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.19.ebuild,v 1.1 2006/02/12 06:13:33 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.19.ebuild,v 1.2 2006/02/12 09:39:24 cardoe Exp $ inherit webapp depend.php @@ -13,6 +13,8 @@ KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="virtual/httpd-php" +S="${WORKDIR}/mythplugins-${PV}/${PN}" + pkg_setup() { webapp_pkg_setup |