public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/joomla: ChangeLog joomla-1.5.0.ebuild joomla-1.0.13.ebuild
@ 2008-01-23  9:29 Gunnar Wrobel (wrobel)
  0 siblings, 0 replies; only message in thread
From: Gunnar Wrobel (wrobel) @ 2008-01-23  9:29 UTC (permalink / raw
  To: gentoo-commits

wrobel      08/01/23 09:29:56

  Modified:             ChangeLog
  Added:                joomla-1.5.0.ebuild
  Removed:              joomla-1.0.13.ebuild
  Log:
  Added joomla-1.5.0 in response to sec issue #204335. Removed insecure
  joomla-1.0.13.
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.17                 www-apps/joomla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	3 Jan 2007 00:18:02 -0000	1.16
+++ ChangeLog	23 Jan 2008 09:29:55 -0000	1.17
@@ -1,6 +1,13 @@
 # ChangeLog for www-apps/joomla
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v 1.16 2007/01/03 00:18:02 rl03 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v 1.17 2008/01/23 09:29:55 wrobel Exp $
+
+*joomla-1.5.0 (23 Jan 2008)
+
+  23 Jan 2008; Gunnar Wrobel <wrobel@gentoo.org> files/postinstall-en.txt,
+  -joomla-1.0.13.ebuild, +joomla-1.5.0.ebuild:
+  Added joomla-1.5.0 in response to sec issue #204335. Removed insecure
+  joomla-1.0.13.
 
 *joomla-1.0.12 (03 Jan 2007)
 



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

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

Index: joomla-1.5.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/joomla-1.5.0.ebuild,v 1.1 2008/01/23 09:29:55 wrobel Exp $

inherit webapp depend.php

MY_PN=${PN/j/J}

DESCRIPTION="Joomla is one of the most powerful Open Source Content Management Systems on the planet."
HOMEPAGE="http://www.joomla.org/"
SRC_URI="http://joomlacode.org/gf/download/frsrelease/5078/21063/${MY_PN}-${PV}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
S="${WORKDIR}"

IUSE=""

RDEPEND="virtual/httpd-cgi"

need_php

pkg_setup () {
	webapp_pkg_setup
	require_php_with_use mysql zlib
}

src_install () {
	webapp_src_preinst
	local files="administrator/backups administrator/components
	administrator/modules administrator/templates cache components
	images images/banners images/stories language
	media modules templates configuration.php"

	dodoc CHANGELOG.php INSTALL.php

	cp -R . "${D}/${MY_HTDOCSDIR}"

	# Create an empty configuration file that will be writeable
	#to the web server
	touch "${D}/${MY_HTDOCSDIR}/configuration.php"

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

	webapp_configfile "${MY_HTDOCSDIR}/configuration.php"

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

	webapp_src_install
}



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



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

only message in thread, other threads:[~2008-01-23  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23  9:29 [gentoo-commits] gentoo-x86 commit in www-apps/joomla: ChangeLog joomla-1.5.0.ebuild joomla-1.0.13.ebuild Gunnar Wrobel (wrobel)

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