summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild')
-rw-r--r--www-apps/dragonflycms/dragonflycms-9.3.3.1.ebuild53
1 files changed, 0 insertions, 53 deletions
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
-}