diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-20 03:45:13 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-20 03:45:13 +0000 |
commit | f2b94326e6a716022be07865e15d119aee7eb3ec (patch) | |
tree | 3815ad5757e91dceebf708f5214d33888d552a5b /www-apps/mythweb | |
parent | Juggle around the LICENSE (diff) | |
download | gentoo-2-f2b94326e6a716022be07865e15d119aee7eb3ec.tar.gz gentoo-2-f2b94326e6a716022be07865e15d119aee7eb3ec.tar.bz2 gentoo-2-f2b94326e6a716022be07865e15d119aee7eb3ec.zip |
Change around for new eclass
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.20_p11188.ebuild | 24 |
2 files changed, 8 insertions, 22 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index be786e533f61..76a7075748d8 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mythweb # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.23 2006/09/16 06:05:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.24 2006/09/20 03:45:13 cardoe Exp $ + + 20 Sep 2006; Doug Goldstein <cardoe@gentoo.org> + mythweb-0.20_p11188.ebuild: + Change around for new eclass 16 Sep 2006; Doug Goldstein <cardoe@gentoo.org> +files/postinstall-en-0.20.txt, mythweb-0.19.ebuild, diff --git a/www-apps/mythweb/mythweb-0.20_p11188.ebuild b/www-apps/mythweb/mythweb-0.20_p11188.ebuild index 11445d8105a6..25fdc49a5acf 100644 --- a/www-apps/mythweb/mythweb-0.20_p11188.ebuild +++ b/www-apps/mythweb/mythweb-0.20_p11188.ebuild @@ -1,25 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20_p11188.ebuild,v 1.2 2006/09/16 06:05:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20_p11188.ebuild,v 1.3 2006/09/20 03:45:13 cardoe Exp $ -inherit webapp depend.php - -# Release version -MY_PV="${PV%_*}" - -# SVN revision number to increment from the released version -if [ "x${MY_PV}" != "x${PV}" ]; then - PATCHREV="${PV##*_p}" -fi +inherit mythtv webapp depend.php DESCRIPTION="PHP scripts intended to manage MythTV from a web browser." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://ftp.osuosl.org/pub/mythtv/mythplugins-${MY_PV}.tar.bz2" -if [ -n "${PATCHREV}" ] ; then - SRC_URI="${SRC_URI} http://dev.gentoo.org/~cardoe/files/mythtv/mythplugins-${MY_PV}_svn${PATCHREV}.patch.bz2" -fi IUSE="" -LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="virtual/httpd-php" @@ -38,10 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" - if [ -n "$PATCHREV" ]; then - epatch ${WORKDIR}/mythplugins-${MY_PV}_svn${PATCHREV}.patch - fi - + mythtv-fixes_patch } src_install() { @@ -56,7 +39,6 @@ src_install() { webapp_serverowned ${MY_HTDOCSDIR}/data webapp_configfile ${MY_HTDOCSDIR}/.htaccess - webapp_configfile ${MY_HTDOCSDIR}/.htpasswd webapp_postinst_txt en ${FILESDIR}/postinstall-en-0.20.txt |