From 0416d121cd5851c7dd4bc06484ff1cbd971eef84 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Tue, 20 Sep 2005 21:41:28 +0000 Subject: Added xrms app svn path=/; revision=422 --- Makefile | 1 + www-apps/xrms/xrms-2005.05.07.ebuild | 47 ++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 www-apps/xrms/xrms-2005.05.07.ebuild diff --git a/Makefile b/Makefile index f6791b2..02c1ffb 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ EBUILDS=app-emacs/muse/muse-3.01.package \ www-apps/pyblosxom-plugins/pyblosxom-plugins-1.2.1.package \ www-apps/outreach/outreach-1.2.6.package \ www-apps/web-cyradm/web-cyradm-0.5.4.1.package \ + www-apps/xrms/xrms-2005.05.07.package \ sci-biology/ensembl-perl/ensembl-perl-33.package \ sci-biology/repbase/repbase-10.07.package \ sci-biology/autoprime/autoprime-2.0.1.package diff --git a/www-apps/xrms/xrms-2005.05.07.ebuild b/www-apps/xrms/xrms-2005.05.07.ebuild new file mode 100644 index 0000000..f5338fd --- /dev/null +++ b/www-apps/xrms/xrms-2005.05.07.ebuild @@ -0,0 +1,47 @@ +# 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} + +src_unpack() { + + unpack ${A} && cd "${S}" + + find . -type d -name CVS | xargs rm -rf + +} + +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 +} -- cgit v1.2.3-65-gdbad