diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-30 01:04:31 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-30 01:04:31 +0000 |
commit | 6ca349c6faa8e239817e7d79dc46d1ddaef1b846 (patch) | |
tree | d5e4f9da1ed59b2f5083f00c6758c23e8496dec6 /sys-libs/ldetect/ldetect-0.4.7.ebuild | |
parent | Removing old package, as per last rites email in May. (diff) | |
download | gentoo-2-6ca349c6faa8e239817e7d79dc46d1ddaef1b846.tar.gz gentoo-2-6ca349c6faa8e239817e7d79dc46d1ddaef1b846.tar.bz2 gentoo-2-6ca349c6faa8e239817e7d79dc46d1ddaef1b846.zip |
Removing old package, as per last rites email in May.
Diffstat (limited to 'sys-libs/ldetect/ldetect-0.4.7.ebuild')
-rw-r--r-- | sys-libs/ldetect/ldetect-0.4.7.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-libs/ldetect/ldetect-0.4.7.ebuild b/sys-libs/ldetect/ldetect-0.4.7.ebuild deleted file mode 100644 index 07eccda314f2..000000000000 --- a/sys-libs/ldetect/ldetect-0.4.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.14 2005/11/28 13:05:14 mcummings Exp $ - -ECVS_ANON="no" -ECVS_USER="anoncvs" -ECVS_SERVER="cvs.mandrakesoft.com:/cooker" -ECVS_MODULE="soft/ldetect" -ECVS_PASS="cvs" -ECVS_CVS_OPTIONS="-dP" - -#inherit perl-app -inherit cvs - -S=${WORKDIR}/${ECVS_MODULE} -DESCRIPTION="Light hardware detection library. The hardware device lists provided by this package are used as lookup table to get hardware autodetection" -HOMEPAGE="http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/ldetect/" -SRC_URI="" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc alpha" -IUSE="" - -src_compile() { - cd ../../ldetect; - patch -p1 <${FILESDIR}/ldetect-0.4.7.patch || die - make clean; - make -} - -src_install() { - cd ../../ldetect; - make prefix=${D}/usr install -} |