public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/mythweb: ChangeLog mythweb-0.20.2_p15488.ebuild
@ 2008-01-24 16:04 Doug Klima (cardoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Klima (cardoe) @ 2008-01-24 16:04 UTC (permalink / raw
  To: 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@gentoo.org> +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@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apps/mythweb: ChangeLog mythweb-0.20.2_p15488.ebuild
@ 2008-03-03 20:12 Doug Klima (cardoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Klima (cardoe) @ 2008-03-03 20:12 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/03/03 20:12:36

  Modified:             ChangeLog mythweb-0.20.2_p15488.ebuild
  Log:
  stable last 0.20.2 version
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.57                 www-apps/mythweb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	28 Feb 2008 21:26:08 -0000	1.56
+++ ChangeLog	3 Mar 2008 20:12:35 -0000	1.57
@@ -1,6 +1,9 @@
 # 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.56 2008/02/28 21:26:08 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.57 2008/03/03 20:12:35 cardoe Exp $
+
+  03 Mar 2008; Doug Klima <cardoe@gentoo.org> mythweb-0.20.2_p15488.ebuild:
+  stable last 0.20.2 version
 
 *mythweb-0.21_beta16297 (28 Feb 2008)
 



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild?r1=1.2&r2=1.3

Index: mythweb-0.20.2_p15488.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythweb-0.20.2_p15488.ebuild	23 Feb 2008 22:21:01 -0000	1.2
+++ mythweb-0.20.2_p15488.ebuild	3 Mar 2008 20:12:35 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2008/02/23 22:21:01 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild,v 1.3 2008/03/03 20:12:35 cardoe Exp $
 
 ESVN_PROJECT="mythplugins"
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
 IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="dev-perl/DBI
 	dev-perl/DBD-mysql"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-03 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 20:12 [gentoo-commits] gentoo-x86 commit in www-apps/mythweb: ChangeLog mythweb-0.20.2_p15488.ebuild Doug Klima (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-24 16:04 Doug Klima (cardoe)

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