summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-07-05 22:22:16 +0000
committerMichał Górny <mgorny@gentoo.org>2010-07-05 22:22:16 +0000
commit9e589668324f67d44edd16910826e41856536e2c (patch)
tree23509d050ea0dc9e0893d02894b6d2d1e5f4aae9 /www-apps/modx/modx-0.9.6.2.ebuild
parentx11-misc/kdelnk2wmaker: Update HOMEPAGE and SRC_URI. Cleanup. (diff)
downloadsunrise-reviewed-9e589668324f67d44edd16910826e41856536e2c.tar.gz
sunrise-reviewed-9e589668324f67d44edd16910826e41856536e2c.tar.bz2
sunrise-reviewed-9e589668324f67d44edd16910826e41856536e2c.zip
www-apps/modx: Version bump and SRC_URI update. Syntax of 'find' call adjusted to match POSIX.
svn path=/sunrise/; revision=10917
Diffstat (limited to 'www-apps/modx/modx-0.9.6.2.ebuild')
-rw-r--r--www-apps/modx/modx-0.9.6.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/www-apps/modx/modx-0.9.6.2.ebuild b/www-apps/modx/modx-0.9.6.2.ebuild
deleted file mode 100644
index 730dd9a43..000000000
--- a/www-apps/modx/modx-0.9.6.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit webapp
-
-DESCRIPTION="The Ajax CMS for today. And tomorrow"
-HOMEPAGE="http://www.modxcms.com/"
-SRC_URI="http://www.modxcms.com/assets/snippets/filedownload/download.php?path=YnVpbGRz&fileName=${P}.tar.gz
--> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/httpd-cgi
- >=virtual/mysql-4.1
- || ( dev-lang/php:5[mysql] dev-lang/php:5[mysqli] )"
-
-src_install() {
- webapp_src_preinst
- find . -iname ht.access -execdir mv '{}' .htaccess \; || die "Dot fix failed"
- insinto ${MY_HTDOCSDIR}
- doins -r . || die "Instalation failed"
- webapp_src_install
-}