From f3b215f435c176f11070187f3f3016b5d7616050 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 31 May 2004 20:34:34 +0000 Subject: dont install stupid COPYING file --- app-crypt/rotix/rotix-0.83.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'app-crypt/rotix') 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 } -- cgit v1.2.3-65-gdbad