diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-17 10:29:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-17 10:39:58 +0200 |
commit | fe7d7445faf698a716e9f542fdc18b771fa42b6a (patch) | |
tree | 686af631ee029b837611fbb170993c541a1f1911 /www-apps | |
parent | x11-terms/rxvt: Remove last-rited pkg, #618250 (diff) | |
download | gentoo-fe7d7445faf698a716e9f542fdc18b771fa42b6a.tar.gz gentoo-fe7d7445faf698a716e9f542fdc18b771fa42b6a.tar.bz2 gentoo-fe7d7445faf698a716e9f542fdc18b771fa42b6a.zip |
www-apps/joomla: Remove last-rited pkg
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/joomla/Manifest | 1 | ||||
-rw-r--r-- | www-apps/joomla/files/postinstall-en.txt | 29 | ||||
-rw-r--r-- | www-apps/joomla/files/postinstall-sv.txt | 26 | ||||
-rw-r--r-- | www-apps/joomla/joomla-3.4.8.ebuild | 49 | ||||
-rw-r--r-- | www-apps/joomla/metadata.xml | 29 |
5 files changed, 0 insertions, 134 deletions
diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest deleted file mode 100644 index 770f42dbbdcc..000000000000 --- a/www-apps/joomla/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Joomla_3.4.8-Stable-Full_Package.tar.bz2 6387109 SHA256 b1ef1117c40ebc98ffe1274f337da4abdeaf7f44269acd0631156347925ee323 SHA512 e20b896c0e50178155c5055a52ccac0328d0fc113fbc67ac202f31f0cb8f2209693638e7307f7473bbb87bad3c4f93a43c0f2e984c64dbaf635a2b0840a2976a WHIRLPOOL f40460e56f030d9a188f4a21e8e4545fc8b699ee377505bdebe03f374991095ba613d4e4ba22438996e0d1c638d63edbbe6b0d3b63988551eb9c49cb5394c96c diff --git a/www-apps/joomla/files/postinstall-en.txt b/www-apps/joomla/files/postinstall-en.txt deleted file mode 100644 index 8f940d6dc2c0..000000000000 --- 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 4c1f7060bc69..000000000000 --- 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.4.8.ebuild b/www-apps/joomla/joomla-3.4.8.ebuild deleted file mode 100644 index 2e312f4ba7cd..000000000000 --- a/www-apps/joomla/joomla-3.4.8.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit webapp versionator - -MY_PV=$(replace_version_separator '_' '-') - -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 -} diff --git a/www-apps/joomla/metadata.xml b/www-apps/joomla/metadata.xml deleted file mode 100644 index b33fa39775df..000000000000 --- a/www-apps/joomla/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>harold@naparst.com</email> - <name>Harold Naparst</name> - <description>Primary proxied maintainer, set to assignee in all bugs</description> - </maintainer> - <maintainer type="person"> - <email>oli.huber@gmail.com</email> - <name>Olivier Huber</name> - <description>Co Maintainer, CC bugs</description> - </maintainer> - <maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. - </longdescription> - <upstream> - <doc lang="en">http://docs.joomla.org</doc> - <remote-id type="github">joomla/joomla-cms</remote-id> - </upstream> -</pkgmetadata> |