diff options
author | 2002-10-05 03:19:54 +0000 | |
---|---|---|
committer | 2002-10-05 03:19:54 +0000 | |
commit | e3e0711c4c52b196a872ac915cc4c2508645240e (patch) | |
tree | 6b12cc153465524bfbc64deb20d7236da509c9ba /dev-libs/lzo | |
parent | added sparc/sparc64 keywords (diff) | |
download | gentoo-2-e3e0711c4c52b196a872ac915cc4c2508645240e.tar.gz gentoo-2-e3e0711c4c52b196a872ac915cc4c2508645240e.tar.bz2 gentoo-2-e3e0711c4c52b196a872ac915cc4c2508645240e.zip |
cleanup
Diffstat (limited to 'dev-libs/lzo')
-rw-r--r-- | dev-libs/lzo/files/digest-lzo-1.07 | 1 | ||||
-rw-r--r-- | dev-libs/lzo/lzo-1.07.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/lzo/files/digest-lzo-1.07 b/dev-libs/lzo/files/digest-lzo-1.07 deleted file mode 100644 index 83c238906f9c..000000000000 --- a/dev-libs/lzo/files/digest-lzo-1.07 +++ /dev/null @@ -1 +0,0 @@ -MD5 f7bcae7fc7e5c01adbcea21dc7501610 lzo-1.07.tar.gz 333763 diff --git a/dev-libs/lzo/lzo-1.07.ebuild b/dev-libs/lzo/lzo-1.07.ebuild deleted file mode 100644 index 939c1a8bfe43..000000000000 --- a/dev-libs/lzo/lzo-1.07.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.07.ebuild,v 1.6 2002/10/04 05:17:00 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An extremely fast compression and decompression library" -HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" -SRC_URI="http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" - -DEPEND="virtual/glibc" - -src_compile() { - econf --enable-shared || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS doc/LZO* - - docinto examples - dodoc examples/*.c examples/Makefile -} |