Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 65499 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/www-apps/mambo/mambo-4.5.ebuild (-4 / +13 lines)
Lines 5-11 Link Here
5
inherit webapp
5
inherit webapp
6
6
7
DESCRIPTION="Mambo is yet another CMS"
7
DESCRIPTION="Mambo is yet another CMS"
8
SRC_URI="http://mamboforge.net/frs/download.php/1145/MamboV4.5-Stable-1.0.9.tar.gz"
8
SRC_URI="http://mamboforge.net/frs/download.php/2151/MamboV4.5.1a-Stable.tar.gz
9
	http://mamboforge.net/frs/download.php/2288/admin.content.php.zip
10
	http://mamboforge.net/frs/download.php/2446/Mambo_4.5.1a_Blog_Param_Bug_Patch.zip"
9
HOMEPAGE="http://www.mamboserver.com/"
11
HOMEPAGE="http://www.mamboserver.com/"
10
12
11
LICENSE="GPL-2"
13
LICENSE="GPL-2"
Lines 23-34 Link Here
23
	einfo "Please make sure that your PHP is compiled with zlib, XML, and MySQL support"
25
	einfo "Please make sure that your PHP is compiled with zlib, XML, and MySQL support"
24
}
26
}
25
27
28
src_unpack () {
29
	unpack ${A}
30
31
	cp admin.content.php         administrator/components/com_content/admin.content.php
32
	cp content_blog_category.xml administrator/components/com_menus/content_blog_category/content_blog_category.xml
33
	cp content_blog_section.xml  administrator/components/com_menus/content_blog_section/content_blog_section.xml
34
}
35
26
src_install () {
36
src_install () {
27
	webapp_src_preinst
37
	webapp_src_preinst
28
	local files="administrator/backups administrator/components components images media language modules templates uploadfiles"
38
	local files="administrator/backups administrator/components components images media language modules templates"
29
39
30
	dodoc documentation/Changelog-4.5 INSTALL
40
	dodoc CHANGELOG INSTALL LICENSE
31
	dohtml documentation/Install.html
32
41
33
	cp -R [^d]* ${D}/${MY_HTDOCSDIR}
42
	cp -R [^d]* ${D}/${MY_HTDOCSDIR}
34
43

Return to bug 65499