public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/joomla: joomla-1.7.3.ebuild ChangeLog joomla-1.5.25.ebuild joomla-1.5.23.ebuild joomla-1.7.2.ebuild
@ 2011-12-13 19:44 Christian Faulhammer (fauli)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (fauli) @ 2011-12-13 19:44 UTC (permalink / raw
  To: gentoo-commits

fauli       11/12/13 19:44:49

  Modified:             ChangeLog
  Added:                joomla-1.7.3.ebuild joomla-1.5.25.ebuild
  Removed:              joomla-1.5.23.ebuild joomla-1.7.2.ebuild
  Log:
  version bump for security bug 390787
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.57                 www-apps/joomla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	23 Oct 2011 10:53:47 -0000	1.56
+++ ChangeLog	13 Dec 2011 19:44:49 -0000	1.57
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/joomla
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v 1.56 2011/10/23 10:53:47 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v 1.57 2011/12/13 19:44:49 fauli Exp $
+
+*joomla-1.7.3 (13 Dec 2011)
+*joomla-1.5.25 (13 Dec 2011)
+
+  13 Dec 2011; Christian Faulhammer <fauli@gentoo.org> -joomla-1.5.23.ebuild,
+  +joomla-1.5.25.ebuild, -joomla-1.7.2.ebuild, +joomla-1.7.3.ebuild:
+  version bump for security bug 390787
 
 *joomla-1.7.2 (23 Oct 2011)
 



1.1                  www-apps/joomla/joomla-1.7.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/joomla-1.7.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/joomla-1.7.3.ebuild?rev=1.1&content-type=text/plain

Index: joomla-1.7.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/joomla-1.7.3.ebuild,v 1.1 2011/12/13 19:44:49 fauli Exp $

EAPI=2

inherit webapp depend.php

DESCRIPTION="Joomla is a powerful Open Source Content Management System."
HOMEPAGE="http://www.joomla.org/"
SRC_URI="http://joomlacode.org/gf/download/frsrelease/16024/69674/Joomla_${PV}-Stable-Full_Package.zip"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

need_httpd_cgi
need_php_httpd

S="${WORKDIR}"

DEPEND="${DEPEND}
	app-arch/unzip"
RDEPEND="dev-lang/php[json,mysql,zlib,xml]"

src_install () {
	webapp_src_preinst

	dodoc installation/CHANGELOG installation/INSTALL README.txt

	touch configuration.php
	insinto "${MY_HTDOCSDIR}"
	doins -r .

	local files=" administrator/cache administrator/components
	administrator/language administrator/language/en-GB
	administrator/manifests/packages
	administrator/modules administrator/templates cache components images
	images/banners language language/en-GB media modules plugins
	plugins/authentication plugins/content plugins/editors plugins/editors-xtd
	plugins/search plugins/system plugins/user plugins tmp templates"

	for file in ${files}; do
		webapp_serverowned "${MY_HTDOCSDIR}"/${file}
	done

	webapp_configfile "${MY_HTDOCSDIR}"/configuration.php
	webapp_serverowned "${MY_HTDOCSDIR}"/configuration.php

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



1.1                  www-apps/joomla/joomla-1.5.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/joomla-1.5.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/joomla-1.5.25.ebuild?rev=1.1&content-type=text/plain

Index: joomla-1.5.25.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/joomla-1.5.25.ebuild,v 1.1 2011/12/13 19:44:49 fauli Exp $

EAPI=2

inherit webapp depend.php

DESCRIPTION="Joomla is a powerful Open Source Content Management System."
HOMEPAGE="http://www.joomla.org/"
SRC_URI="http://joomlacode.org/gf/download/frsrelease/16026/69665/Joomla_${PV}-Stable-Full_Package.zip"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

need_httpd_cgi
need_php_httpd

S="${WORKDIR}"

DEPEND="${DEPEND}
	app-arch/unzip"
RDEPEND="dev-lang/php[mysql,zlib,xml]"

src_install () {
	webapp_src_preinst

	dodoc CHANGELOG.php INSTALL.php

	touch configuration.php
	insinto "${MY_HTDOCSDIR}"
	doins -r .

	local files="administrator/backups administrator/cache
	administrator/components administrator/language administrator/language/en-GB
	administrator/modules administrator/templates cache components images
	images/banners images/stories language language/en-GB language/pdf_fonts
	media modules plugins plugins/content plugins/editors plugins/editors-xtd
	plugins/search plugins/system plugins/user plugins/xmlrpc tmp templates"

	for file in ${files}; do
		webapp_serverowned "${MY_HTDOCSDIR}"/${file}
	done

	webapp_configfile "${MY_HTDOCSDIR}"/configuration.php
	webapp_serverowned "${MY_HTDOCSDIR}"/configuration.php

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






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

only message in thread, other threads:[~2011-12-13 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 19:44 [gentoo-commits] gentoo-x86 commit in www-apps/joomla: joomla-1.7.3.ebuild ChangeLog joomla-1.5.25.ebuild joomla-1.5.23.ebuild joomla-1.7.2.ebuild Christian Faulhammer (fauli)

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