diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 20:34:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 20:34:34 +0000 |
commit | 339aa359f17af50e4d17c84fef8ea323223fc90c (patch) | |
tree | e88e809cad0683849f2dbccdc45b46163a662750 /app-crypt/rotix/rotix-0.83.ebuild | |
parent | add a few more KEYWORDS (diff) | |
download | gentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.tar.gz gentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.tar.bz2 gentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-crypt/rotix/rotix-0.83.ebuild')
-rw-r--r-- | app-crypt/rotix/rotix-0.83.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild index 6fa84bc4d3a1..d97c4fc57003 100644 --- a/app-crypt/rotix/rotix-0.83.ebuild +++ b/app-crypt/rotix/rotix-0.83.ebuild @@ -1,27 +1,22 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.7 2003/12/10 22:35:28 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.8 2004/05/31 20:34:34 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Rotix allows you to generate rotational obfuscations." HOMEPAGE="http://elektron.its.tudelft.nl/~hemmin98/rotix.html" SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ia64 amd64" - +KEYWORDS="x86 ~ppc amd64 ia64" IUSE="nls" RDEPEND="nls? ( sys-devel/gettext )" src_compile() { local myconf - use nls && myconf="--i18n=1" - econf ${myconf} || die - emake || die } |