Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 560240
Collapse All | Expand All

(-)a/usr/portage/www-apps/joomla/joomla-3.4.3.ebuild (-5 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
Lines 7-15 inherit webapp versionator Link Here
7
7
8
MY_PV=$(replace_version_separator '_' '-')
8
MY_PV=$(replace_version_separator '_' '-')
9
9
10
DESCRIPTION="Joomla is a powerful Open Source Content Management System"
10
DESCRIPTION="A powerful Open Source Content Management System"
11
HOMEPAGE="http://www.joomla.org/"
11
HOMEPAGE="http://www.joomla.org/"
12
SRC_URI="https://github.com/joomla/joomla-cms/releases/download/${MY_PV}/Joomla_${MY_PV}-Stable-Full_Package.tar.bz2"
12
M_PN="Joomla_${MY_PV}-Stable-Full_Package"
13
SRC_URI="https://github.com/${PN}/${PN}-cms/releases/download/${MY_PV}/${M_PN}.tar.bz2"
13
14
14
LICENSE="GPL-2"
15
LICENSE="GPL-2"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
16
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
Lines 17-24 KEYWORDS="~amd64 ~ppc ~sparc ~x86" Link Here
17
S="${WORKDIR}"
18
S="${WORKDIR}"
18
need_httpd_cgi
19
need_httpd_cgi
19
20
20
DEPEND="${DEPEND}
21
	app-arch/unzip"
22
RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml]
21
RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml]
23
	virtual/httpd-php
22
	virtual/httpd-php
24
	 || ( dev-lang/php[mysql] dev-lang/php[postgres] )"
23
	 || ( dev-lang/php[mysql] dev-lang/php[postgres] )"

Return to bug 560240