public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/mythweb: mythweb-0.22_rc22667.ebuild ChangeLog
@ 2009-10-31 22:49 Doug Goldstein (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2009-10-31 22:49 UTC (permalink / raw
  To: gentoo-commits

cardoe      09/10/31 22:49:12

  Modified:             ChangeLog
  Added:                mythweb-0.22_rc22667.ebuild
  Log:
  add post-RC2 ebuild for 0.22
  (Portage version: 2.1.7.1/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 www-apps/mythweb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	31 Jul 2009 18:18:10 -0000	1.67
+++ ChangeLog	31 Oct 2009 22:49:12 -0000	1.68
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/mythweb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.67 2009/07/31 18:18:10 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.68 2009/10/31 22:49:12 cardoe Exp $
+
+*mythweb-0.22_rc22667 (31 Oct 2009)
+
+  31 Oct 2009; Doug Goldstein <cardoe@gentoo.org>
+  +mythweb-0.22_rc22667.ebuild:
+  add post-RC2 ebuild for 0.22
 
   31 Jul 2009; Doug Goldstein <cardoe@gentoo.org>
   mythweb-0.21_p17573.ebuild, mythweb-0.21_p20323.ebuild:



1.1                  www-apps/mythweb/mythweb-0.22_rc22667.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.22_rc22667.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.22_rc22667.ebuild?rev=1.1&content-type=text/plain

Index: mythweb-0.22_rc22667.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.22_rc22667.ebuild,v 1.1 2009/10/31 22:49:12 cardoe Exp $

EAPI=2
inherit mythtv webapp depend.php

DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
IUSE=""
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND="dev-perl/DBI
	dev-perl/DBD-mysql"

DEPEND="${RDEPEND}
		app-arch/unzip"

need_httpd_cgi
need_php5_httpd

pkg_setup() {
	webapp_pkg_setup
	require_php_with_use session mysql pcre posix json
}

src_configure() {
	:
}

src_compile() {
	:
}

src_install() {
	webapp_src_preinst

	cd "${S}"/mythweb
	dodoc README INSTALL

	dodir "${MY_HTDOCSDIR}"/data

	insinto "${MY_HTDOCSDIR}"
	doins -r [[:lower:]]*

	webapp_configfile "${MY_HTDOCSDIR}"/mythweb.conf.{apache,lighttpd}

	webapp_serverowned "${MY_HTDOCSDIR}"/data

	webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.21.txt

	webapp_src_install
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-31 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-31 22:49 [gentoo-commits] gentoo-x86 commit in www-apps/mythweb: mythweb-0.22_rc22667.ebuild ChangeLog Doug Goldstein (cardoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox