[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2024-04-11 Thread Arthur Zamarin
commit: 79b7d1157a89c9ad6a65f5f9642d88adb06fe13a
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Mar 31 18:03:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 15:38:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b7d115

www-apps/mythweb: EAPI8 bump, add missing || die

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36022
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../{mythweb-0.28.1-r1.ebuild => mythweb-0.28.1-r2.ebuild} | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/www-apps/mythweb/mythweb-0.28.1-r1.ebuild 
b/www-apps/mythweb/mythweb-0.28.1-r2.ebuild
similarity index 96%
rename from www-apps/mythweb/mythweb-0.28.1-r1.ebuild
rename to www-apps/mythweb/mythweb-0.28.1-r2.ebuild
index e02c6dd25c0a..6f6fcae78019 100644
--- a/www-apps/mythweb/mythweb-0.28.1-r1.ebuild
+++ b/www-apps/mythweb/mythweb-0.28.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit webapp
 
@@ -12,10 +12,10 @@ MY_P="mythweb-${MY_PV}"
 DESCRIPTION="PHP scripts intended to manage MythTV from a web browser"
 HOMEPAGE="https://www.mythtv.org;
 SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> 
mythweb-${MY_PV}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
 
 RDEPEND="
dev-lang/php:*[json(+),mysql,session,posix]
@@ -29,8 +29,6 @@ DEPEND="${RDEPEND}"
 
 need_httpd_cgi
 
-S="${WORKDIR}/${MY_P}"
-
 src_configure() {
:
 }
@@ -43,7 +41,7 @@ src_install() {
webapp_src_preinst
 
# Install docs
-   cd "${S}"
+   cd "${S}" || die
dodoc README INSTALL
 
# Install htdocs files



[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2021-06-17 Thread Thomas Deutschmann
commit: 98e68a4545df657d71d74be07e47e68696ba04b4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jun 17 22:15:52 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jun 17 22:18:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e68a45

www-apps/mythweb: rev bump for commit 28ea3baae

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apps/mythweb/{mythweb-0.28.1.ebuild => mythweb-0.28.1-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/www-apps/mythweb/mythweb-0.28.1.ebuild 
b/www-apps/mythweb/mythweb-0.28.1-r1.ebuild
similarity index 100%
rename from www-apps/mythweb/mythweb-0.28.1.ebuild
rename to www-apps/mythweb/mythweb-0.28.1-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2021-06-17 Thread Thomas Deutschmann
commit: 28ea3baaefb80f527bc0f32b2f8c2f5766d28c8b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jun 17 20:29:26 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jun 17 20:32:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ea3baa

www-apps/mythweb: Fix MissingUseDepDefault for dev-lang/php[json]

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apps/mythweb/mythweb-0.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/mythweb/mythweb-0.28.1.ebuild 
b/www-apps/mythweb/mythweb-0.28.1.ebuild
index 8babc2581de..e02c6dd25c0 100644
--- a/www-apps/mythweb/mythweb-0.28.1.ebuild
+++ b/www-apps/mythweb/mythweb-0.28.1.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="
-   dev-lang/php:*[json,mysql,session,posix]
+   dev-lang/php:*[json(+),mysql,session,posix]
dev-perl/DBD-mysql
dev-perl/DBI
dev-perl/HTTP-Date



[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2021-01-10 Thread Sam James
commit: c31aa9cfc3a183b9d9794a8415a8205eacc5cb8e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 10 22:10:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 10 22:27:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31aa9cf

www-apps/mythweb: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 www-apps/mythweb/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/mythweb/metadata.xml b/www-apps/mythweb/metadata.xml
index 29fc6a5b900..caceb863a96 100644
--- a/www-apps/mythweb/metadata.xml
+++ b/www-apps/mythweb/metadata.xml
@@ -5,6 +5,7 @@
web-a...@gentoo.org
Gentoo Webapps

+   

MythTV/mythweb




[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2017-08-11 Thread Andreas Sturmlechner
commit: 6e76417ce6d6549e2c14bc3376a076b38195a9bb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 11 15:04:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 11 15:11:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e76417c

www-apps/mythweb: Drop 0.27.5

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-apps/mythweb/Manifest  |  1 -
 www-apps/mythweb/mythweb-0.27.5.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest
index e6e7209addd..73ee467a47b 100644
--- a/www-apps/mythweb/Manifest
+++ b/www-apps/mythweb/Manifest
@@ -1,2 +1 @@
-DIST mythweb-0.27.5.tar.gz 1686597 SHA256 
5dc3fd9e60f59dea4264fb064b40d73f2534c99d0399da6223a42d2f563e9d13 SHA512 
effa5f9cab6b40423a819f0307aecd1faa397da7d859503162b6229e5da2d4cd0d95d793326768335518cd397fa58ba71ad98c14247feda10e7930f7e023f1af
 WHIRLPOOL 
8721398611db0572f475f5642c397a5d3f0fbe352f0f3ea23dc21cc0ea94e0e6876a713cf0f99331c6fc1f585a62525dc64510737a85667c0e2a14b6f1c6bb10
 DIST mythweb-0.28.1.tar.gz 1705490 SHA256 
bbd82992230d3571eba55a26a91cc3f2dcddfa631d1822ce58e1bf99f2537244 SHA512 
0ce9e2c7138d35ef59859a8a8980b01d90d9b616e55653fb28dd5a473199446508e525171687383ce83051b434f5e7618f509a9e75cd84296446ee450733e963
 WHIRLPOOL 
b36f3226a9984d4c7ea383e1344ddb630b06972fd3170cdcbd0521f9bad3b7acf24f94c7e7099812f8fe5eeea17ab115a36a38ea0b07617998011c7f7c545e00

diff --git a/www-apps/mythweb/mythweb-0.27.5.ebuild 
b/www-apps/mythweb/mythweb-0.27.5.ebuild
deleted file mode 100644
index a2a36120fb7..000
--- a/www-apps/mythweb/mythweb-0.27.5.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils webapp
-
-#BACKPORTS="4f6ac2a60b"
-# Release version
-MY_PV="${PV%_p*}"
-MY_P="mythweb-${MY_PV}"
-
-DESCRIPTION="PHP scripts intended to manage MythTV from a web browser"
-HOMEPAGE="http://www.mythtv.org;
-LICENSE="GPL-2"
-SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> 
mythweb-${MY_PV}.tar.gz
-   
${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz};
-IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="dev-lang/php[json,mysql,session,posix]
-   virtual/httpd-php
-   dev-perl/DBI
-   dev-perl/DBD-mysql
-   dev-perl/HTTP-Date
-   dev-perl/Net-UPnP"
-
-DEPEND="${RDEPEND}"
-
-need_httpd_cgi
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   cd "${S}"/../
-
-   [[ -n ${BACKPORTS} ]] && \
-   EPATCH_FORCE=yes EPATCH_SUFFIX="patch" 
EPATCH_SOURCE="${S}/../patches" \
-   epatch
-
-   epatch_user
-}
-
-src_configure() {
-   :
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   webapp_src_preinst
-
-   # Install docs
-   cd "${S}"
-   dodoc README INSTALL
-
-   # Install htdocs files
-   insinto "${MY_HTDOCSDIR}"
-   doins mythweb.php
-   doins -r classes
-   doins -r configuration
-   doins -r data
-   doins -r includes
-   doins -r js
-   doins -r modules
-   doins -r skins
-   doins -r tests
-   exeinto "${MY_HTDOCSDIR}"
-   doexe mythweb.pl
-
-   # Install our server config files
-   webapp_server_configfile apache mythweb.conf.apache mythweb.conf
-   webapp_server_configfile lighttpd mythweb.conf.lighttpd mythweb.conf
-   webapp_server_configfile nginx "${FILESDIR}"/mythweb.conf.nginx \
-   mythweb.include
-
-   # Data needs to be writable and modifiable by the web server
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
-
-   # Message to display after install
-   webapp_postinst_txt en "${FILESDIR}"/0.25-postinstall-en.txt
-
-   # Script to set the correct defaults on install
-   webapp_hook_script "${FILESDIR}"/reconfig
-
-   webapp_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2017-07-21 Thread Andreas Sturmlechner
commit: 0f4d88234691c6ac88280971bf0b0213b1d406f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 21 23:18:54 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 22 00:01:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4d8823

www-apps/mythweb: Drop to maintainer-needed

Acked-by: Cardoe on IRC

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-apps/mythweb/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/www-apps/mythweb/metadata.xml b/www-apps/mythweb/metadata.xml
index 764a121355c..29fc6a5b900 100644
--- a/www-apps/mythweb/metadata.xml
+++ b/www-apps/mythweb/metadata.xml
@@ -1,14 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   car...@gentoo.org
-   Do not CC me on bugs
-   
-   
-   myt...@gentoo.org
-   MythTV
-   

web-a...@gentoo.org
Gentoo Webapps



[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2017-07-21 Thread Andreas Sturmlechner
commit: 70dd3f28def590baaa5026f6ea3d2a93596e238f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 21 23:09:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 22 00:01:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dd3f28

www-apps/mythweb: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-apps/mythweb/Manifest|  1 -
 www-apps/mythweb/mythweb-0.28.ebuild | 89 
 2 files changed, 90 deletions(-)

diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest
index 4d40219da90..e6e7209addd 100644
--- a/www-apps/mythweb/Manifest
+++ b/www-apps/mythweb/Manifest
@@ -1,3 +1,2 @@
 DIST mythweb-0.27.5.tar.gz 1686597 SHA256 
5dc3fd9e60f59dea4264fb064b40d73f2534c99d0399da6223a42d2f563e9d13 SHA512 
effa5f9cab6b40423a819f0307aecd1faa397da7d859503162b6229e5da2d4cd0d95d793326768335518cd397fa58ba71ad98c14247feda10e7930f7e023f1af
 WHIRLPOOL 
8721398611db0572f475f5642c397a5d3f0fbe352f0f3ea23dc21cc0ea94e0e6876a713cf0f99331c6fc1f585a62525dc64510737a85667c0e2a14b6f1c6bb10
 DIST mythweb-0.28.1.tar.gz 1705490 SHA256 
bbd82992230d3571eba55a26a91cc3f2dcddfa631d1822ce58e1bf99f2537244 SHA512 
0ce9e2c7138d35ef59859a8a8980b01d90d9b616e55653fb28dd5a473199446508e525171687383ce83051b434f5e7618f509a9e75cd84296446ee450733e963
 WHIRLPOOL 
b36f3226a9984d4c7ea383e1344ddb630b06972fd3170cdcbd0521f9bad3b7acf24f94c7e7099812f8fe5eeea17ab115a36a38ea0b07617998011c7f7c545e00
-DIST mythweb-0.28.tar.gz 1705475 SHA256 
92253f4eb11331da64cff50926fbced3477d244c201675c177be4f5838cd4ed7 SHA512 
58887f6d3823f137b252cf546ada134ebafa3e0142240ba9474868300add7ab00ee39f8cd0d56e91be0571837bea7110e8b3cca38a8a1a47b055d76dccf2a3fe
 WHIRLPOOL 
f130933ea6a5c20fa67668eb830cb094be9449ce4f21ff45041055cd91fda11be3752482ce04d066e90cfba9af97c741d4c67368900e4887bd7e726a22fe4540

diff --git a/www-apps/mythweb/mythweb-0.28.ebuild 
b/www-apps/mythweb/mythweb-0.28.ebuild
deleted file mode 100644
index 6fe34596d6b..000
--- a/www-apps/mythweb/mythweb-0.28.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils webapp
-
-#BACKPORTS="4f6ac2a60b"
-# Release version
-MY_PV="${PV%_p*}"
-MY_P="mythweb-${MY_PV}"
-
-DESCRIPTION="PHP scripts intended to manage MythTV from a web browser"
-HOMEPAGE="http://www.mythtv.org;
-LICENSE="GPL-2"
-SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> 
mythweb-${MY_PV}.tar.gz
-   
${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz};
-IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="dev-lang/php:*[json,mysql,session,posix]
-   virtual/httpd-php:*
-   dev-perl/DBI
-   dev-perl/DBD-mysql
-   dev-perl/HTTP-Date
-   dev-perl/Net-UPnP"
-
-DEPEND="${RDEPEND}"
-
-need_httpd_cgi
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   cd "${S}"/../
-
-   [[ -n ${BACKPORTS} ]] && \
-   EPATCH_FORCE=yes EPATCH_SUFFIX="patch" 
EPATCH_SOURCE="${S}/../patches" \
-   epatch
-
-   eapply_user
-}
-
-src_configure() {
-   :
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   webapp_src_preinst
-
-   # Install docs
-   cd "${S}"
-   dodoc README INSTALL
-
-   # Install htdocs files
-   insinto "${MY_HTDOCSDIR}"
-   doins mythweb.php
-   doins -r classes
-   doins -r configuration
-   doins -r data
-   doins -r includes
-   doins -r js
-   doins -r modules
-   doins -r skins
-   doins -r tests
-   exeinto "${MY_HTDOCSDIR}"
-   doexe mythweb.pl
-
-   # Install our server config files
-   webapp_server_configfile apache mythweb.conf.apache mythweb.conf
-   webapp_server_configfile lighttpd mythweb.conf.lighttpd mythweb.conf
-   webapp_server_configfile nginx "${FILESDIR}"/mythweb.conf.nginx \
-   mythweb.include
-
-   # Data needs to be writable and modifiable by the web server
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
-
-   # Message to display after install
-   webapp_postinst_txt en "${FILESDIR}"/0.25-postinstall-en.txt
-
-   # Script to set the correct defaults on install
-   webapp_hook_script "${FILESDIR}"/reconfig
-
-   webapp_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2017-07-21 Thread Andreas Sturmlechner
commit: 56c273948eaa8df3671c4473fc567461d825fb5f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 21 23:00:57 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 22 00:01:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c27394

www-apps/mythweb: 0.28.1 version bump

Drop BACKPORTS and related epatch hack
Sort RDEPEND

Reported-by: Andreas Steinmetz  domdv.de>
Gentoo-bug: 609000

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-apps/mythweb/Manifest  |  1 +
 www-apps/mythweb/mythweb-0.28.1.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest
index 4d933027105..4d40219da90 100644
--- a/www-apps/mythweb/Manifest
+++ b/www-apps/mythweb/Manifest
@@ -1,2 +1,3 @@
 DIST mythweb-0.27.5.tar.gz 1686597 SHA256 
5dc3fd9e60f59dea4264fb064b40d73f2534c99d0399da6223a42d2f563e9d13 SHA512 
effa5f9cab6b40423a819f0307aecd1faa397da7d859503162b6229e5da2d4cd0d95d793326768335518cd397fa58ba71ad98c14247feda10e7930f7e023f1af
 WHIRLPOOL 
8721398611db0572f475f5642c397a5d3f0fbe352f0f3ea23dc21cc0ea94e0e6876a713cf0f99331c6fc1f585a62525dc64510737a85667c0e2a14b6f1c6bb10
+DIST mythweb-0.28.1.tar.gz 1705490 SHA256 
bbd82992230d3571eba55a26a91cc3f2dcddfa631d1822ce58e1bf99f2537244 SHA512 
0ce9e2c7138d35ef59859a8a8980b01d90d9b616e55653fb28dd5a473199446508e525171687383ce83051b434f5e7618f509a9e75cd84296446ee450733e963
 WHIRLPOOL 
b36f3226a9984d4c7ea383e1344ddb630b06972fd3170cdcbd0521f9bad3b7acf24f94c7e7099812f8fe5eeea17ab115a36a38ea0b07617998011c7f7c545e00
 DIST mythweb-0.28.tar.gz 1705475 SHA256 
92253f4eb11331da64cff50926fbced3477d244c201675c177be4f5838cd4ed7 SHA512 
58887f6d3823f137b252cf546ada134ebafa3e0142240ba9474868300add7ab00ee39f8cd0d56e91be0571837bea7110e8b3cca38a8a1a47b055d76dccf2a3fe
 WHIRLPOOL 
f130933ea6a5c20fa67668eb830cb094be9449ce4f21ff45041055cd91fda11be3752482ce04d066e90cfba9af97c741d4c67368900e4887bd7e726a22fe4540

diff --git a/www-apps/mythweb/mythweb-0.28.1.ebuild 
b/www-apps/mythweb/mythweb-0.28.1.ebuild
new file mode 100644
index 000..5243d2658ba
--- /dev/null
+++ b/www-apps/mythweb/mythweb-0.28.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils webapp
+
+# Release version
+MY_PV="${PV%_p*}"
+MY_P="mythweb-${MY_PV}"
+
+DESCRIPTION="PHP scripts intended to manage MythTV from a web browser"
+HOMEPAGE="https://www.mythtv.org;
+SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> 
mythweb-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-lang/php:*[json,mysql,session,posix]
+   dev-perl/DBD-mysql
+   dev-perl/DBI
+   dev-perl/HTTP-Date
+   dev-perl/Net-UPnP
+   virtual/httpd-php:*
+"
+DEPEND="${RDEPEND}"
+
+need_httpd_cgi
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   :
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   webapp_src_preinst
+
+   # Install docs
+   cd "${S}"
+   dodoc README INSTALL
+
+   # Install htdocs files
+   insinto "${MY_HTDOCSDIR}"
+   doins mythweb.php
+   doins -r classes
+   doins -r configuration
+   doins -r data
+   doins -r includes
+   doins -r js
+   doins -r modules
+   doins -r skins
+   doins -r tests
+   exeinto "${MY_HTDOCSDIR}"
+   doexe mythweb.pl
+
+   # Install our server config files
+   webapp_server_configfile apache mythweb.conf.apache mythweb.conf
+   webapp_server_configfile lighttpd mythweb.conf.lighttpd mythweb.conf
+   webapp_server_configfile nginx "${FILESDIR}"/mythweb.conf.nginx \
+   mythweb.include
+
+   # Data needs to be writable and modifiable by the web server
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
+
+   # Message to display after install
+   webapp_postinst_txt en "${FILESDIR}"/0.25-postinstall-en.txt
+
+   # Script to set the correct defaults on install
+   webapp_hook_script "${FILESDIR}"/reconfig
+
+   webapp_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2016-04-16 Thread Richard Freeman
commit: e9d0a2e6022ce310ba727ee4391a8bcaaa21dea6
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat Apr 16 12:04:51 2016 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat Apr 16 12:05:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d0a2e6

www-apps/mythweb: Major update to 0.28

Package-Manager: portage-2.2.26

 www-apps/mythweb/Manifest|  1 +
 www-apps/mythweb/mythweb-0.28.ebuild | 90 
 2 files changed, 91 insertions(+)

diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest
index fb066c9..4d93302 100644
--- a/www-apps/mythweb/Manifest
+++ b/www-apps/mythweb/Manifest
@@ -1 +1,2 @@
 DIST mythweb-0.27.5.tar.gz 1686597 SHA256 
5dc3fd9e60f59dea4264fb064b40d73f2534c99d0399da6223a42d2f563e9d13 SHA512 
effa5f9cab6b40423a819f0307aecd1faa397da7d859503162b6229e5da2d4cd0d95d793326768335518cd397fa58ba71ad98c14247feda10e7930f7e023f1af
 WHIRLPOOL 
8721398611db0572f475f5642c397a5d3f0fbe352f0f3ea23dc21cc0ea94e0e6876a713cf0f99331c6fc1f585a62525dc64510737a85667c0e2a14b6f1c6bb10
+DIST mythweb-0.28.tar.gz 1705475 SHA256 
92253f4eb11331da64cff50926fbced3477d244c201675c177be4f5838cd4ed7 SHA512 
58887f6d3823f137b252cf546ada134ebafa3e0142240ba9474868300add7ab00ee39f8cd0d56e91be0571837bea7110e8b3cca38a8a1a47b055d76dccf2a3fe
 WHIRLPOOL 
f130933ea6a5c20fa67668eb830cb094be9449ce4f21ff45041055cd91fda11be3752482ce04d066e90cfba9af97c741d4c67368900e4887bd7e726a22fe4540

diff --git a/www-apps/mythweb/mythweb-0.28.ebuild 
b/www-apps/mythweb/mythweb-0.28.ebuild
new file mode 100644
index 000..367ff5b
--- /dev/null
+++ b/www-apps/mythweb/mythweb-0.28.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils webapp
+
+#BACKPORTS="4f6ac2a60b"
+# Release version
+MY_PV="${PV%_p*}"
+MY_P="mythweb-${MY_PV}"
+
+DESCRIPTION="PHP scripts intended to manage MythTV from a web browser"
+HOMEPAGE="http://www.mythtv.org;
+LICENSE="GPL-2"
+SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> 
mythweb-${MY_PV}.tar.gz
+   
${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz};
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="dev-lang/php:*[json,mysql,session,posix]
+   virtual/httpd-php:*
+   dev-perl/DBI
+   dev-perl/DBD-mysql
+   dev-perl/HTTP-Date
+   dev-perl/Net-UPnP"
+
+DEPEND="${RDEPEND}"
+
+need_httpd_cgi
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   cd "${S}"/../
+
+   [[ -n ${BACKPORTS} ]] && \
+   EPATCH_FORCE=yes EPATCH_SUFFIX="patch" 
EPATCH_SOURCE="${S}/../patches" \
+   epatch
+
+   eapply_user
+}
+
+src_configure() {
+   :
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   webapp_src_preinst
+
+   # Install docs
+   cd "${S}"
+   dodoc README INSTALL
+
+   # Install htdocs files
+   insinto "${MY_HTDOCSDIR}"
+   doins mythweb.php
+   doins -r classes
+   doins -r configuration
+   doins -r data
+   doins -r includes
+   doins -r js
+   doins -r modules
+   doins -r skins
+   doins -r tests
+   exeinto "${MY_HTDOCSDIR}"
+   doexe mythweb.pl
+
+   # Install our server config files
+   webapp_server_configfile apache mythweb.conf.apache mythweb.conf
+   webapp_server_configfile lighttpd mythweb.conf.lighttpd mythweb.conf
+   webapp_server_configfile nginx "${FILESDIR}"/mythweb.conf.nginx \
+   mythweb.include
+
+   # Data needs to be writable and modifiable by the web server
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
+
+   # Message to display after install
+   webapp_postinst_txt en "${FILESDIR}"/0.25-postinstall-en.txt
+
+   # Script to set the correct defaults on install
+   webapp_hook_script "${FILESDIR}"/reconfig
+
+   webapp_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/mythweb/

2015-09-08 Thread Doug Goldstein
commit: 2f0095fd7a986d48e886214ba1b1f97fa1667d6e
Author: Doug Goldstein  gentoo  org>
AuthorDate: Tue Sep  8 18:33:37 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Tue Sep  8 18:33:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0095fd

www-apps/mythweb: version bump

Gentoo-Bug: 559952

Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein  gentoo.org>

 www-apps/mythweb/Manifest | 2 +-
 www-apps/mythweb/{mythweb-0.27.1.ebuild => mythweb-0.27.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest
index 87e72a9..f88a1b3 100644
--- a/www-apps/mythweb/Manifest
+++ b/www-apps/mythweb/Manifest
@@ -1,3 +1,3 @@
 DIST mythplugins-0.26.0.tar.bz2 36673620 SHA256 
4e7f0493f37792c084c1b4d0b5863b4201ebce6d62ab7c6cc31ca74087d83c62 SHA512 
51c10f46186e14e69c5626f2ae0955692c71aa7459fd018efaab1b99809cad533a84754d53455017102ff6f94cc9905dc303248a29d4095ba8f4f685bb022f49
 WHIRLPOOL 
a2b995f2a94a2eb22fa0740dd840a2fe2d9d4b808af1dc43e9d83c626d93ed95134d64db2049e4b79379838ae16b1de6547b56277531e2752e6779b3cddbf25a
-DIST mythweb-0.27.1.tar.gz 1686541 SHA256 
2758cfe9e0fcef71fec2d7deb9ea5fdd54daa21832da9c56d124659e74a19adc SHA512 
6f92b5c0858b8451be3cce48188e04cd987224a16c0b5cb94872fb165ec0e3e5e4aa4f8ba18220e9401c48ddbc36c28a04cc8ebaf819e1340f6eb5133f3bcc69
 WHIRLPOOL 
ea702d678c7cf2f4828dc2666a2dfa93ccdff2a2a2ee15fb4d3fddd857b4c406fca26b478e6531f6a7a2faa7c47520674eb96964364012d99447b4658ddc5d2f
+DIST mythweb-0.27.5.tar.gz 1686597 SHA256 
5dc3fd9e60f59dea4264fb064b40d73f2534c99d0399da6223a42d2f563e9d13 SHA512 
effa5f9cab6b40423a819f0307aecd1faa397da7d859503162b6229e5da2d4cd0d95d793326768335518cd397fa58ba71ad98c14247feda10e7930f7e023f1af
 WHIRLPOOL 
8721398611db0572f475f5642c397a5d3f0fbe352f0f3ea23dc21cc0ea94e0e6876a713cf0f99331c6fc1f585a62525dc64510737a85667c0e2a14b6f1c6bb10
 DIST mythweb-0.27.tar.gz 1686502 SHA256 
7e54d6b388e2e8f3e50515c3fe46113f4217e3989242459a0fa73c928dcca494 SHA512 
d166cd764730d844e844b5ba780b5635be6d2329d2051a382ab79579334e51fbfa0e73683e30c312d7618e84c7e63f868d32d5449d0804ff01dc0a592a60d9d1
 WHIRLPOOL 
a2ad85234c2e9e2e6f370355becfca173a672afcb5c7d919fb046ab1a5e735683b96e3b6d36a2c83986116c568f878728988e78a1f27bd1861cd400a999b186a

diff --git a/www-apps/mythweb/mythweb-0.27.1.ebuild 
b/www-apps/mythweb/mythweb-0.27.5.ebuild
similarity index 100%
rename from www-apps/mythweb/mythweb-0.27.1.ebuild
rename to www-apps/mythweb/mythweb-0.27.5.ebuild