summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 19:41:37 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 19:41:37 +0000
commit01aceb462a99b873ac54183e5d657a78a8ea0cee (patch)
treea4fa93a030527f9b14ff0736b05bc93181b7703c /app-arch/lzop
parentAnother version bump (diff)
downloadhistorical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.gz
historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.bz2
historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.zip
dont install stupid COPYING files among other things
Diffstat (limited to 'app-arch/lzop')
-rw-r--r--app-arch/lzop/lzop-1.01.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-arch/lzop/lzop-1.01.ebuild b/app-arch/lzop/lzop-1.01.ebuild
index 6cd08a1ede64..b133bbfe1cf2 100644
--- a/app-arch/lzop/lzop-1.01.ebuild
+++ b/app-arch/lzop/lzop-1.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.01.ebuild,v 1.3 2004/05/21 16:42:59 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.01.ebuild,v 1.4 2004/05/31 19:41:37 vapier Exp $
DESCRIPTION="Utility for fast (even reat-time) compression/decompression"
HOMEPAGE="http://www.oberhumer.com/opensource/lzop/"
@@ -9,6 +9,7 @@ SRC_URI="http://www.oberhumer.com/opensource/lzop/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
+IUSE=""
DEPEND="dev-libs/lzo"
@@ -19,7 +20,7 @@ src_compile() {
src_install() {
einstall || die
- dodoc AUTHORS ChangeLog COPYING* NEWS README THANKS
+ dodoc AUTHORS ChangeLog NEWS README THANKS
dodoc doc/lzop.{txt,ps}
dohtml doc/*.html
}