summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-09-15 09:07:12 +0000
committerJakub Moc <jakub@gentoo.org>2007-09-15 09:07:12 +0000
commit8dd5a820786696676c4449fd77c88ab7236156c0 (patch)
treeb0ef5c7d3b64a59cbaae3bace201001d42f1472f /www-apps/doop/doop-1.3.7.ebuild
parentUnmask www-apps/didiwiki (diff)
downloadwebapps-experimental-8dd5a820786696676c4449fd77c88ab7236156c0.tar.gz
webapps-experimental-8dd5a820786696676c4449fd77c88ab7236156c0.tar.bz2
webapps-experimental-8dd5a820786696676c4449fd77c88ab7236156c0.zip
Remove due to retarded wget protection
svn path=/experimental/; revision=636
Diffstat (limited to 'www-apps/doop/doop-1.3.7.ebuild')
-rw-r--r--www-apps/doop/doop-1.3.7.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/www-apps/doop/doop-1.3.7.ebuild b/www-apps/doop/doop-1.3.7.ebuild
deleted file mode 100644
index 6e2cfc9..0000000
--- a/www-apps/doop/doop-1.3.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit webapp depend.php
-
-DESCRIPTION="CMS written in PHP and Javascript"
-HOMEPAGE="http://www.doop.co.nr"
-SRC_URI="http://mydoop.org/downloads/doop-1.3.7.zip"
-
-LICENSE="as-is"
-KEYWORDS="~x86"
-
-DEPEND="app-arch/unzip"
-RDEPEND="virtual/httpd-cgi"
-
-need_php_httpd
-
-S="${WORKDIR}"
-
-src_install() {
- webapp_src_preinst
-
- cp -pPR * "${D}/${MY_HTDOCSDIR}"
-
- webapp_configfile "${MY_HTDOCSDIR}/index.php"
- webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
-
- webapp_src_install
-}