* [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/files/, profiles/, www-apps/joomla/
@ 2017-06-17 8:40 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-06-17 8:40 UTC (permalink / raw
To: gentoo-commits
commit: fe7d7445faf698a716e9f542fdc18b771fa42b6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 08:29:26 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 08:39:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7d7445
www-apps/joomla: Remove last-rited pkg
profiles/package.mask | 5 ----
www-apps/joomla/Manifest | 1 -
www-apps/joomla/files/postinstall-en.txt | 29 -------------------
www-apps/joomla/files/postinstall-sv.txt | 26 -----------------
www-apps/joomla/joomla-3.4.8.ebuild | 49 --------------------------------
www-apps/joomla/metadata.xml | 29 -------------------
6 files changed, 139 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index f39dfcc0a33..11b4f658e3a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -571,11 +571,6 @@ app-admin/geolizer
# Removal in 30 days.
mail-client/squirrelmail
-# Thomas Deutschmann <whissi@gentoo.org> (17 May 2017)
-# Multiple unpatched security vulnerabilitie (see bug #603756, #610696, #612650 ...)
-# Removal in 30 days.
-www-apps/joomla
-
# Eray Aslan <eras@gentoo.org> (17 May 2017)
# Functionality merged to cyrus-imapd-2.5.x series.
# cyrus-imapd-2.5.10 was stabilized in Jan 2017. Upgrade
diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest
deleted file mode 100644
index 770f42dbbdc..00000000000
--- 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 8f940d6dc2c..00000000000
--- 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 4c1f7060bc6..00000000000
--- 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 2e312f4ba7c..00000000000
--- 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 b33fa39775d..00000000000
--- 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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-17 8:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-17 8:40 [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/files/, profiles/, www-apps/joomla/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox