public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Faulhammer (fauli)" <fauli@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/joomla: ChangeLog joomla-1.5.14.ebuild joomla-1.5.12.ebuild
Date: Fri, 07 Aug 2009 06:12:16 +0000	[thread overview]
Message-ID: <E1MZIga-0001je-Dh@stork.gentoo.org> (raw)

fauli       09/08/07 06:12:16

  Modified:             ChangeLog
  Added:                joomla-1.5.14.ebuild
  Removed:              joomla-1.5.12.ebuild
  Log:
  version bump for security bug 279809, clean up
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.32                 www-apps/joomla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	23 Jul 2009 09:41:02 -0000	1.31
+++ ChangeLog	7 Aug 2009 06:12:16 -0000	1.32
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/joomla
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v 1.31 2009/07/23 09:41:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v 1.32 2009/08/07 06:12:16 fauli Exp $
+
+*joomla-1.5.14 (07 Aug 2009)
+
+  07 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+  -joomla-1.5.12.ebuild, +joomla-1.5.14.ebuild:
+  version bump for security bug 279809, clean up
 
 *joomla-1.5.13 (23 Jul 2009)
 



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

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

Index: joomla-1.5.14.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/joomla-1.5.14.ebuild,v 1.1 2009/08/07 06:12:16 fauli Exp $

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/10785/42655/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=""

pkg_setup () {
	webapp_pkg_setup
	require_php_with_use 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
}






                 reply	other threads:[~2009-08-07  6:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MZIga-0001je-Dh@stork.gentoo.org \
    --to=fauli@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox