summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2002-12-07 15:39:44 +0000
committerDamien Krotkine <dams@gentoo.org>2002-12-07 15:39:44 +0000
commite55e76ca4caa6f90effb8c439affc04d4787b3b2 (patch)
tree84fb78855710d907f6fd67cd2b7efb6cbfabebc0 /sys-libs
parentapplied mcummings corrections, thank to him (diff)
downloadgentoo-2-e55e76ca4caa6f90effb8c439affc04d4787b3b2.tar.gz
gentoo-2-e55e76ca4caa6f90effb8c439affc04d4787b3b2.tar.bz2
gentoo-2-e55e76ca4caa6f90effb8c439affc04d4787b3b2.zip
minor corrections
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/ldetect/ldetect-0.4.7.ebuild30
1 files changed, 2 insertions, 28 deletions
diff --git a/sys-libs/ldetect/ldetect-0.4.7.ebuild b/sys-libs/ldetect/ldetect-0.4.7.ebuild
index cc9860762b0d..8922d54f12fe 100644
--- a/sys-libs/ldetect/ldetect-0.4.7.ebuild
+++ b/sys-libs/ldetect/ldetect-0.4.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 damien krotkine <dams@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect/ldetect-0.4.7.ebuild,v 1.1 2002/12/01 21:00:08 dams Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect/ldetect-0.4.7.ebuild,v 1.2 2002/12/07 15:39:44 dams Exp $
ECVS_ANON="no"
ECVS_USER="anoncvs"
@@ -19,43 +19,17 @@ SRC_URI=""
SLOT="0"
LICENSE="GPL"
-KEYWORDS="~x86"
-
-#DEPEND="${DEPEND}
-# >=dev-lang/ocaml"
-
-#This patch may or may not be backwards compatible with perl-5.6.1
-#Add gaurd as necessary...
-
-#src_unpack() {
-# echo " ***** pouet $PWD";
-# echo "filesdir : ${FILESDIR}"
-# #unpack ${A}
-# echo " pwd : $PWD"
-# patch -p0 <${FILESDIR}/Common-1.0.4.patch || die
-#}
+KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
src_compile() {
cd ../../ldetect;
- echo " ------- pwd : $PWD"
patch -p1 <${FILESDIR}/ldetect-0.4.7.patch || die
- echo "compile in ${PWD}";
make clean;
make
- #perl-module_src_prep;
- #perl-module_src_compile;
}
src_install() {
cd ../../ldetect;
- echo " ----------- install in ${PWD}"
make prefix=${D}/usr install
}
-src_prep() {
- SRC_PREP="yes"
- cd ../../perl-MDK-Common
- echo "prep in ${PWD}";
-}
-
-