summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-12-18 18:28:39 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-12-18 18:28:39 +0000
commitbdf3e9d0fe88a513c52f380eccf262f63ab4acc7 (patch)
treeeb5fcc63097126829755dd64414cc9ee8f567c96 /www-apps/xrms/xrms-2005.05.07.ebuild
parentVersion bump of muse mode (diff)
downloadoverlay-bdf3e9d0fe88a513c52f380eccf262f63ab4acc7.tar.gz
overlay-bdf3e9d0fe88a513c52f380eccf262f63ab4acc7.tar.bz2
overlay-bdf3e9d0fe88a513c52f380eccf262f63ab4acc7.zip
Version bump of muse mode
svn path=/; revision=583
Diffstat (limited to 'www-apps/xrms/xrms-2005.05.07.ebuild')
-rw-r--r--www-apps/xrms/xrms-2005.05.07.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/www-apps/xrms/xrms-2005.05.07.ebuild b/www-apps/xrms/xrms-2005.05.07.ebuild
deleted file mode 100644
index f43c4de..0000000
--- a/www-apps/xrms/xrms-2005.05.07.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit webapp
-
-MY_P=${P//./-}
-
-DESCRIPTION=""
-HOMEPAGE="http://xrms.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="OpenSoftware"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/httpd-php"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-
- require_php_with_use recode
-
-}
-
-
-src_unpack() {
-
- unpack ${A} && cd "${S}"
-
- find . -type d -name CVS | xargs rm -rf
-
- rm -rf include/adodb include/jpgraph*
-
-}
-
-src_install() {
- webapp_src_preinst
-
- local docs="CHANGELOG README"
-
- # Copy the app's main files
- cp -r . ${D}${MY_HTDOCSDIR}
-
- # handle documentation files
- dodoc ${docs}
- for doc in ${docs}; do
- rm -f ${D}${MY_HTDOCSDIR}/${doc}
- done
-
- # Identify the configuration files that this app uses
- #webapp_configfile ${MY_HTDOCSDIR}/config.inc.php
-
- webapp_src_install
-}