public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/phpBB: phpBB-3.0.7_p1.ebuild ChangeLog phpBB-3.0.4.ebuild
@ 2010-08-21 10:48 Alex Legler (a3li)
  0 siblings, 0 replies; only message in thread
From: Alex Legler (a3li) @ 2010-08-21 10:48 UTC (permalink / raw
  To: gentoo-commits

a3li        10/08/21 10:48:49

  Modified:             ChangeLog
  Added:                phpBB-3.0.7_p1.ebuild
  Removed:              phpBB-3.0.4.ebuild
  Log:
  Non-maintainer commit: Version bump for security bug 320977. Also closes bump request 272311, thanks to all the people there who submitted ebuilds. Removing vulnerable ebuild.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 www-apps/phpBB/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	28 Dec 2008 21:12:39 -0000	1.33
+++ ChangeLog	21 Aug 2010 10:48:49 -0000	1.34
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/phpBB
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v 1.33 2008/12/28 21:12:39 wrobel Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v 1.34 2010/08/21 10:48:49 a3li Exp $
+
+*phpBB-3.0.7_p1 (21 Aug 2010)
+
+  21 Aug 2010; Alex Legler <a3li@gentoo.org> -phpBB-3.0.4.ebuild,
+  +phpBB-3.0.7_p1.ebuild:
+  Non-maintainer commit: Version bump for security bug 320977. Also closes
+  bump request 272311, thanks to all the people there who submitted ebuilds.
+  Removing vulnerable ebuild.
 
 *phpBB-3.0.4 (28 Dec 2008)
 



1.1                  www-apps/phpBB/phpBB-3.0.7_p1.ebuild

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

Index: phpBB-3.0.7_p1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/phpBB-3.0.7_p1.ebuild,v 1.1 2010/08/21 10:48:49 a3li Exp $

inherit webapp depend.php

MY_PV=${PV/_p/-PL}

DESCRIPTION="phpBB is an open-source bulletin board package."
HOMEPAGE="http://www.phpbb.com/"
SRC_URI="mirror://sourceforge/phpbb/${PN}-${MY_PV}.tar.bz2"

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

need_httpd_cgi
need_php_httpd

S="${WORKDIR}"/${PN}3

src_install() {
	webapp_src_preinst

	dodoc docs/*
	rm -rf docs

	insinto "${MY_HTDOCSDIR}"
	doins -r .

	webapp_serverowned "${MY_HTDOCSDIR}"/cache
	webapp_serverowned "${MY_HTDOCSDIR}"/files
	webapp_serverowned "${MY_HTDOCSDIR}"/images/avatars/upload
	webapp_serverowned "${MY_HTDOCSDIR}"/store
	webapp_serverowned "${MY_HTDOCSDIR}"/config.php
	webapp_configfile  "${MY_HTDOCSDIR}"/config.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:[~2010-08-21 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-21 10:48 [gentoo-commits] gentoo-x86 commit in www-apps/phpBB: phpBB-3.0.7_p1.ebuild ChangeLog phpBB-3.0.4.ebuild Alex Legler (a3li)

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