ChangeLog

# ChangeLog for app-crypt/rotix
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/ChangeLog,v 1.10 2008/04/21 16:34:24 phreak Exp $

21 Apr 2008; Christian Heim metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.

21 Mar 2007; Raúl Porcel
+files/0.83-respect-CFLAGS-and-dont-strip.patch, rotix-0.83.ebuild:
Add patch to not strip binary and respect CFLAGS

08 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

05 Oct 2004; Pieter Van den Abeele rotix-0.83.ebuild:
Masked rotix-0.83.ebuild stable for ppc

10 Dec 2003; Jon Portnoy rotix-0.83.ebuild:
AMD64 keyword.

*rotix-0.83 (20 Dec 2002)

20 Dec 2002; Jon Portnoy rotix-0.83.ebuild :

Initial import.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX 0.83-respect-CFLAGS-and-dont-strip.patch 391 RMD160 1644f507d6628a5c20bb179175550a2e54407d2c SHA1 46be3a6ca03f0a8d471602d9cfd8494505569ed8 SHA256 698b23b4b75de8b7767dd364f4a4f04ff9125f607d583d4be0e4943113bc0b15
DIST rotix-0.83.tar.bz2 14685 RMD160 a7f52710e33d21a502a162b1d3836a83ae95588e SHA1 db886b54ecbe608efdd0e4f97321bcc49216fd23 SHA256 f25eae09e1c6eb95f44aec7a2aeaf9b4822da0304909e70149fda4603f1368bd
EBUILD rotix-0.83.ebuild 811 RMD160 5891a71bf8c6c83824373af57f89ac7e9c9368ef SHA1 e787f617692465ceb97d1ea2f1f8ae3660e4e260 SHA256 636e037ee13025f7e797a84b7f290d073a9dd688cf5eb393eb7f79d60cf5d043
MISC ChangeLog 980 RMD160 e4d6895f549f768d9d7452ca93c256c15717ea39 SHA1 b0ef2cc8f4578ba229b22d59193e1b9961418df6 SHA256 132d6551aef6e895619995935a2cfeefe37280afd0202cac84b02596f0e3701b
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFIDMIVyuNVb5qfaOYRAkZwAJ9USJO/FdDDlwDQmO2aQ+9BkBxCDACgg5ju
pe+DQayqPnEhUA5hj/jKZ6A=
=TjAQ
-----END PGP SIGNATURE-----

files

metadata.xml




no-herd

maintainer-needed@gentoo.org
Default assignee for orphaned packages

rotix-0.83.ebuild

# Copyright 1999-2007 Gentoo Foundation
# 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.12 2007/03/21 21:51:45 armin76 Exp $

inherit eutils

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 amd64 ia64"
IUSE="nls"

RDEPEND="nls? ( sys-devel/gettext )"

src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PV}-respect-CFLAGS-and-dont-strip.patch
}

src_compile() {
local myconf
use nls && myconf="--i18n=1"
econf ${myconf} || die
emake || die
}

src_install() {
emake DESTDIR=${D} install || die
}