diff options
author | Aaron Bauman <bman@gentoo.org> | 2016-04-01 11:59:05 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2016-04-01 11:59:05 +0900 |
commit | 126a7d85104d40a22b8fee9ead59b34dcd3e70bb (patch) | |
tree | 7b80c580311337db47784db71cf72d2ae5af03f7 /www-apps | |
parent | games-simulation/simutrans: version bump (diff) | |
download | gentoo-126a7d85104d40a22b8fee9ead59b34dcd3e70bb.tar.gz gentoo-126a7d85104d40a22b8fee9ead59b34dcd3e70bb.tar.bz2 gentoo-126a7d85104d40a22b8fee9ead59b34dcd3e70bb.zip |
www-apps/dragonflycms: remove last-rited package per security bug 448826
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/dragonflycms/Manifest | 1 | ||||
-rw-r--r-- | www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild | 53 | ||||
-rw-r--r-- | www-apps/dragonflycms/files/postinstall-en.txt | 24 | ||||
-rw-r--r-- | www-apps/dragonflycms/metadata.xml | 16 |
4 files changed, 0 insertions, 94 deletions
diff --git a/www-apps/dragonflycms/Manifest b/www-apps/dragonflycms/Manifest deleted file mode 100644 index fa96e486cf01..000000000000 --- a/www-apps/dragonflycms/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Dragonfly9.3.3.1.zip 2470386 RMD160 4b0523711016004fb3d6bbb21a5ba3e102c19a6c SHA1 052faab5e0d69654f5261cf7636bc054bd7a4dd1 SHA256 3d88a5c0f983a7ce1f11045a4f8f89cb883b8914f5ec6fe13a1c87dd3b451393 diff --git a/www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild b/www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild deleted file mode 100644 index 97ee2a78d134..000000000000 --- a/www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit webapp - -MY_P=Dragonfly${PV} - -DESCRIPTION="A feature-rich open source content management system based off of PHP-Nuke 6.5" -HOMEPAGE="http://dragonflycms.org" -SRC_URI="mirror://gentoo/${MY_P}.zip" - -RESTRICT="fetch" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="virtual/httpd-php" - -need_httpd_cgi - -S="${WORKDIR}" - -pkg_nofetch() { - elog "Please download ${MY_P}.tar.bz2 from:" - elog "http://dragonflycms.org/Downloads/get=130.html" - elog "and move it to ${DISTDIR}" -} - -src_install() { - webapp_src_preinst - - dodoc documentation/{BACKUP,IMPORTANT_NOTES,INSTALL,README,UPGRADE}.txt - - insinto "${MY_HTDOCSDIR}" - doins -r public_html/* - doins public_html/.htaccess - - webapp_configfile "${MY_HTDOCSDIR}"/install/config.php - - for x in cpg_error.log includes cache modules/coppermine/albums \ - modules/coppermine/albums/userpics uploads/avatars \ - uploads/forums; do - webapp_serverowned "${MY_HTDOCSDIR}"/${x} - done - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_src_install -} diff --git a/www-apps/dragonflycms/files/postinstall-en.txt b/www-apps/dragonflycms/files/postinstall-en.txt deleted file mode 100644 index 34b47080868a..000000000000 --- a/www-apps/dragonflycms/files/postinstall-en.txt +++ /dev/null @@ -1,24 +0,0 @@ -You will need to provide a database for your ${PN} installation. - -This assumes you have some knowledge of MySQL, and already have it -installed and configured. If not, please refer to the Gentoo MySQL -guide at the following URL: - -http://www.gentoo.org/doc/en/mysql-howto.xml - -Once you have a database ready all you need to do is to go to this -location - -http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php - -and provide the credentials required for the database access. - -Note the credentials of the administration user you will generate -during the installation procedure. - -For your own security you will need to remove the installation tools -by running - -rm -rf ${MY_INSTALLDIR}/install* - -Enjoy ${PN}! diff --git a/www-apps/dragonflycms/metadata.xml b/www-apps/dragonflycms/metadata.xml deleted file mode 100644 index 3ed033439b97..000000000000 --- a/www-apps/dragonflycms/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> - <longdescription lang="en"> - CPG Dragonfly CMS is a feature-rich open source content management system - based off of PHP-Nuke 6.5 - </longdescription> - <longdescription lang="nl"> - CPG Dragonfly CMS is een open source content management system met enorm - veel mogelijkheden. Dragonfly is gebaseerd op PHP-Nuke 6.5 - </longdescription> -</pkgmetadata> |