Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/dragonflycms/files/, www-apps/dragonflycms/
Date: Fri, 01 Apr 2016 03:00:03
Message-Id: 1459479545.126a7d85104d40a22b8fee9ead59b34dcd3e70bb.bman@gentoo
1 commit: 126a7d85104d40a22b8fee9ead59b34dcd3e70bb
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 02:59:05 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 02:59:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126a7d85
7
8 www-apps/dragonflycms: remove last-rited package per security bug 448826
9
10 www-apps/dragonflycms/Manifest | 1 -
11 www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild | 53 -----------------------
12 www-apps/dragonflycms/files/postinstall-en.txt | 24 ----------
13 www-apps/dragonflycms/metadata.xml | 16 -------
14 4 files changed, 94 deletions(-)
15
16 diff --git a/www-apps/dragonflycms/Manifest b/www-apps/dragonflycms/Manifest
17 deleted file mode 100644
18 index fa96e48..0000000
19 --- a/www-apps/dragonflycms/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST Dragonfly9.3.3.1.zip 2470386 RMD160 4b0523711016004fb3d6bbb21a5ba3e102c19a6c SHA1 052faab5e0d69654f5261cf7636bc054bd7a4dd1 SHA256 3d88a5c0f983a7ce1f11045a4f8f89cb883b8914f5ec6fe13a1c87dd3b451393
23
24 diff --git a/www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild b/www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild
25 deleted file mode 100644
26 index 97ee2a7..0000000
27 --- a/www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild
28 +++ /dev/null
29 @@ -1,53 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=4
35 -
36 -inherit webapp
37 -
38 -MY_P=Dragonfly${PV}
39 -
40 -DESCRIPTION="A feature-rich open source content management system based off of PHP-Nuke 6.5"
41 -HOMEPAGE="http://dragonflycms.org"
42 -SRC_URI="mirror://gentoo/${MY_P}.zip"
43 -
44 -RESTRICT="fetch"
45 -
46 -LICENSE="GPL-2"
47 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86"
48 -IUSE=""
49 -
50 -DEPEND="app-arch/unzip"
51 -RDEPEND="virtual/httpd-php"
52 -
53 -need_httpd_cgi
54 -
55 -S="${WORKDIR}"
56 -
57 -pkg_nofetch() {
58 - elog "Please download ${MY_P}.tar.bz2 from:"
59 - elog "http://dragonflycms.org/Downloads/get=130.html"
60 - elog "and move it to ${DISTDIR}"
61 -}
62 -
63 -src_install() {
64 - webapp_src_preinst
65 -
66 - dodoc documentation/{BACKUP,IMPORTANT_NOTES,INSTALL,README,UPGRADE}.txt
67 -
68 - insinto "${MY_HTDOCSDIR}"
69 - doins -r public_html/*
70 - doins public_html/.htaccess
71 -
72 - webapp_configfile "${MY_HTDOCSDIR}"/install/config.php
73 -
74 - for x in cpg_error.log includes cache modules/coppermine/albums \
75 - modules/coppermine/albums/userpics uploads/avatars \
76 - uploads/forums; do
77 - webapp_serverowned "${MY_HTDOCSDIR}"/${x}
78 - done
79 -
80 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
81 - webapp_src_install
82 -}
83
84 diff --git a/www-apps/dragonflycms/files/postinstall-en.txt b/www-apps/dragonflycms/files/postinstall-en.txt
85 deleted file mode 100644
86 index 34b4708..0000000
87 --- a/www-apps/dragonflycms/files/postinstall-en.txt
88 +++ /dev/null
89 @@ -1,24 +0,0 @@
90 -You will need to provide a database for your ${PN} installation.
91 -
92 -This assumes you have some knowledge of MySQL, and already have it
93 -installed and configured. If not, please refer to the Gentoo MySQL
94 -guide at the following URL:
95 -
96 -http://www.gentoo.org/doc/en/mysql-howto.xml
97 -
98 -Once you have a database ready all you need to do is to go to this
99 -location
100 -
101 -http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php
102 -
103 -and provide the credentials required for the database access.
104 -
105 -Note the credentials of the administration user you will generate
106 -during the installation procedure.
107 -
108 -For your own security you will need to remove the installation tools
109 -by running
110 -
111 -rm -rf ${MY_INSTALLDIR}/install*
112 -
113 -Enjoy ${PN}!
114
115 diff --git a/www-apps/dragonflycms/metadata.xml b/www-apps/dragonflycms/metadata.xml
116 deleted file mode 100644
117 index 3ed0334..0000000
118 --- a/www-apps/dragonflycms/metadata.xml
119 +++ /dev/null
120 @@ -1,16 +0,0 @@
121 -<?xml version="1.0" encoding="UTF-8"?>
122 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
123 -<pkgmetadata>
124 - <maintainer type="project">
125 - <email>web-apps@g.o</email>
126 - <name>Gentoo Webapps</name>
127 - </maintainer>
128 - <longdescription lang="en">
129 - CPG Dragonfly CMS is a feature-rich open source content management system
130 - based off of PHP-Nuke 6.5
131 - </longdescription>
132 - <longdescription lang="nl">
133 - CPG Dragonfly CMS is een open source content management system met enorm
134 - veel mogelijkheden. Dragonfly is gebaseerd op PHP-Nuke 6.5
135 - </longdescription>
136 -</pkgmetadata>