summaryrefslogtreecommitdiff
path: root/www-apps/joomla
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/joomla')
-rw-r--r--www-apps/joomla/Manifest4
-rw-r--r--www-apps/joomla/files/postinstall-en.txt29
-rw-r--r--www-apps/joomla/files/postinstall-sv.txt26
-rw-r--r--www-apps/joomla/joomla-3.9.16.ebuild49
4 files changed, 0 insertions, 108 deletions
diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest
deleted file mode 100644
index 109ac73..0000000
--- a/www-apps/joomla/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX postinstall-en.txt 916 BLAKE2B 0f89355cd8a1f9507de8a231c519930d25887717ae9519b90f5d77e9f928d8846585236a7c7cf5f48349508e5a811288f5833fd175d10d1c119c6a772c9ef12b SHA512 d53b2d2b2d9cb1cb83bf452f71d7098e5c6a460bdfa914e7d9bf57090544931eeeae249cf0e738a73c351f06854f7e3490e1c5d84271be43e45bec91a32c732a
-AUX postinstall-sv.txt 764 BLAKE2B 6cf5780b60c39b35845557d4e386ca4e2f2c5ca9e7fa45fd67feedf108d57ac5d1a11b80bb68861a14f30c83f55302f9cc49a4dff25015faec5ebac2a4c1a071 SHA512 4a7110fd497d5330fd289743942a9339bd7b7ffa0812578c4552ae539774576ca7ce6df8bc8ed45ca6bb4d61d7183c1094d6a2480988497e131f3687274b3e0b
-DIST Joomla_3.9.16-Stable-Full_Package.tar.bz2 7952234 BLAKE2B e930f9bf6815c3ffa057dded75663cbbe3eb30a9ba463e139ee74262b9abfae19cef05858dd3f624636f65f584db63d23556fc6e62dc04f289fec7ba05ad666a SHA512 3266ff375631fd0c4c45c66368f3d07cdc1b41010ffad907a957e6c1acb511847bf2c112e0991792f84455b48bea95c84eca9a7325baa3cab61078fda697ed0f
-EBUILD joomla-3.9.16.ebuild 1449 BLAKE2B 2e4ec4e9792d9ceb98619d01ae70fcdd8ebfd178cce01bfca9ed79181523bfced54ddebbab56df20101983d235c6a31727a33d72f14f1b8b675f7547d2282b97 SHA512 9a8496ec2d7a806a39d31174b9bacfefac5ff26748d72de64ecb2787156b4f13a9f70fbdd9ca1d455e1f66f63a4cae8cc47c2c4d4746aac65eff29d93b3d0b81
diff --git a/www-apps/joomla/files/postinstall-en.txt b/www-apps/joomla/files/postinstall-en.txt
deleted file mode 100644
index 8f940d6..0000000
--- a/www-apps/joomla/files/postinstall-en.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-You are almost done!
-
- 0. Make sure your database server is initialized and started,
- and that you have the login details of a user who can create a database.
-
- 1. Login on http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
- and finish the installation.
-
- If the installation hangs, you might want to modify your php.ini:
-
- max_execution_time = 3000 ;
- memory_limit=128M ;
-
- 2. Move into the directory where you installed Joomla and remove
- the "installation" folder:
-
- # cd ${MY_INSTALLDIR}
- # rm -rf installation
-
- 3. You can now launch your browser and point it to your Joomla site e.g.
-
- http://${VHOST_HOSTNAME}/${VHOST_APPDIR} -> Main Site
- http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/administrator -> Admin
-
- You can log into the administration view using the username 'admin'
- along with the password that was generated or you chose during the
- web based installation.
-
- Enjoy Joomla!
diff --git a/www-apps/joomla/files/postinstall-sv.txt b/www-apps/joomla/files/postinstall-sv.txt
deleted file mode 100644
index 4c1f706..0000000
--- a/www-apps/joomla/files/postinstall-sv.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Du är nästan klar!
-
- 0. Se till att du har installerat och startat en databasserver,
- och att du har en användare som får skapa databaser.
-
- 1. Surfa in på http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
- för att slutföra installationen.
-
- Om installationen hänger sig, kan det vara en idé att ändra php.ini så här:
-
- max_execution_time = 3000 ;
- memory_limit=128M ;
-
- 2. Ta bort installationsmappen:
-
- # cd ${MY_INSTALLDIR}
- # rm -rf installation
-
- 3. Surfa in på din nya Joomla sida:
-
- http://${VHOST_HOSTNAME}/${VHOST_APPDIR} -> Main Site
- http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/administrator -> Admin
-
- Logga in till adminvyn med användarnamn 'admin' och det lösenord som du valt under installationsprocessen ovan.
-
-
diff --git a/www-apps/joomla/joomla-3.9.16.ebuild b/www-apps/joomla/joomla-3.9.16.ebuild
deleted file mode 100644
index dcded18..0000000
--- a/www-apps/joomla/joomla-3.9.16.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-MY_PV="${PV//_/-}"
-
-DESCRIPTION="A powerful Open Source Content Management System"
-HOMEPAGE="http://www.joomla.org/"
-M_PN="Joomla_${MY_PV}-Stable-Full_Package"
-SRC_URI="https://github.com/${PN}/${PN}-cms/releases/download/${MY_PV}/${M_PN}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-S="${WORKDIR}"
-need_httpd_cgi
-
-RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml]
- virtual/httpd-php
- || ( dev-lang/php[mysql] dev-lang/php[postgres] )"
-
-src_install () {
- webapp_src_preinst
-
- touch configuration.php
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- local files=" administrator/cache administrator/components
- administrator/language administrator/language/en-GB
- administrator/manifests/packages
- administrator/modules administrator/templates cache components images installation
- images/banners language language/en-GB media modules plugins
- plugins/authentication plugins/content plugins/editors plugins/editors-xtd
- plugins/search plugins/system plugins/user plugins tmp templates"
-
- for file in ${files}; do
- webapp_serverowned -R "${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_postinst_txt sv "${FILESDIR}"/postinstall-sv.txt
- webapp_src_install
-}