diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-08-28 23:14:24 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-08-28 23:14:24 +0000 |
commit | f3c2c4859ae68b6266bd639604f65ba46b242af5 (patch) | |
tree | cf1fff46151483773c831d6b05c5006adb38e707 /www-apps/mythweb | |
parent | net-firewall/iptables-1.3.8-r1: x86 stable (bug #190198) (diff) | |
download | gentoo-2-f3c2c4859ae68b6266bd639604f65ba46b242af5.tar.gz gentoo-2-f3c2c4859ae68b6266bd639604f65ba46b242af5.tar.bz2 gentoo-2-f3c2c4859ae68b6266bd639604f65ba46b242af5.zip |
re-add webapp_configfile line that was lost with the 0.20.2 bump
(Portage version: 2.1.3.7)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.20.2_p14282.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index 1aedda116e6e..09548cedaef9 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mythweb # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.45 2007/08/27 14:37:33 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.46 2007/08/28 23:14:24 cardoe Exp $ + + 28 Aug 2007; Doug Goldstein <cardoe@gentoo.org> + mythweb-0.20.2_p14282.ebuild: + re-add webapp_configfile line that was lost with the 0.20.2 bump *mythweb-0.21_pre14235 (27 Aug 2007) diff --git a/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild b/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild index 797caae0d687..8a80c61ff19d 100644 --- a/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild +++ b/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild,v 1.2 2007/08/27 14:37:33 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild,v 1.3 2007/08/28 23:14:24 cardoe Exp $ ESVN_PROJECT="mythplugins" @@ -41,6 +41,8 @@ src_install() { webapp_serverowned ${MY_HTDOCSDIR}/data webapp_serverowned ${MY_HTDOCSDIR}/.htaccess + webapp_configfile ${MY_HTDOCSDIR}/.htaccess + webapp_postinst_txt en ${FILESDIR}/postinstall-en-0.20.txt webapp_src_install |