summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-10-27 08:02:39 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-10-27 08:02:39 +0000
commit7733b97f466c701556a4d7bf9f2b9ded8ca98a6c (patch)
tree22f2d57b4a7ef659bd6ffa6448f29c8366fc7674 /www-apps/xrms/xrms-2005.05.07.ebuild
parentFixed digests (diff)
downloadoverlay-7733b97f466c701556a4d7bf9f2b9ded8ca98a6c.tar.gz
overlay-7733b97f466c701556a4d7bf9f2b9ded8ca98a6c.tar.bz2
overlay-7733b97f466c701556a4d7bf9f2b9ded8ca98a6c.zip
Some fixes to the claroline ebuild
svn path=/; revision=474
Diffstat (limited to 'www-apps/xrms/xrms-2005.05.07.ebuild')
-rw-r--r--www-apps/xrms/xrms-2005.05.07.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/www-apps/xrms/xrms-2005.05.07.ebuild b/www-apps/xrms/xrms-2005.05.07.ebuild
index 801ff23..f43c4de 100644
--- a/www-apps/xrms/xrms-2005.05.07.ebuild
+++ b/www-apps/xrms/xrms-2005.05.07.ebuild
@@ -18,12 +18,21 @@ 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() {