Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
cardoe 08/01/24 16:04:41
Modified: ChangeLog
Added: mythweb-0.20.2_p15488.ebuild
Log:
upstream fix for music playlist
(Portage version: 2.1.4)
Revision Changes Path
1.53 www-apps/mythweb/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 15 Jan 2008 16:34:31 -0000 1.52
+++ ChangeLog 24 Jan 2008 16:04:40 -0000 1.53
@@ -1,6 +1,11 @@
# ChangeLog for www-apps/mythweb
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.52 2008/01/15 16:34:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.53 2008/01/24 16:04:40 cardoe Exp $
+
+*mythweb-0.20.2_p15488 (24 Jan 2008)
+
+ 24 Jan 2008; Doug Klima <cardoe@g.o> +mythweb-0.20.2_p15488.ebuild:
+ upstream fix for music playlist
*mythweb-0.21_pre15448 (15 Jan 2008)
1.1 www-apps/mythweb/mythweb-0.20.2_p15488.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild?rev=1.1&content-type=text/plain
Index: mythweb-0.20.2_p15488.ebuild
===================================================================
# Copyright 1999-2008 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_p15488.ebuild,v 1.1 2008/01/24 16:04:40 cardoe Exp $
ESVN_PROJECT="mythplugins"
inherit mythtv webapp depend.php subversion
DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
IUSE=""
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="dev-perl/DBI
dev-perl/DBD-mysql"
need_php5_httpd
pkg_setup() {
webapp_pkg_setup
require_php_with_use session mysql pcre posix
}
src_unpack() {
subversion_src_unpack
}
src_compile() {
:
}
src_install() {
webapp_src_preinst
cd "${S}/mythweb"
dodoc README TODO
dodir "${MY_HTDOCSDIR}"/data
cp -R [[:lower:]]* .htaccess "${D}"${MY_HTDOCSDIR}
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
}
--
gentoo-commits@g.o mailing list
|
|