ChangeLog

# ChangeLog for app-admin/passook
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/passook/ChangeLog,v 1.14 2008/01/26 10:03:28 grobian Exp $

26 Jan 2008; Fabian Groffen passook-1.0.0.ebuild:
Dropped ppc-macos keyword, see you in prefix

09 Sep 2005; Luis Medinas passook-1.0.0.ebuild:
Marked Stable on AMD64. Closes bug #105251.

09 Aug 2005; Luis Medinas passook-1.0.0.ebuild:
Added ~amd64 Keywords.

29 Mar 2004; Michael Sterrett passook-1.0.0.ebuild:
inherit eutils for epatch

07 Mar 2004; Tom Gall passook-1.0.0.ebuild:
stable on ppc64

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

*passook-1.0.0 (25 Jul 2002)
29 Jul 2002; Calum Selkirk passoook-1.0.0.ebuild :

Added ppc to KEYWORDS.

25 Jul 2002; Seemant Kulleen passoook-1.0.0.ebuild :

Version bump, kinda. Upstream doesn't attach a version to the filename, so
this is pretty much just an updated ebuild, with nothing more.

*passook-0.5.0 (9 Mar 2002)

9 Mar 2002; T.Bangert ChangeLog :

created passook ebuild

Manifest

AUX passook.diff 663 RMD160 2d73751d9ec0c3ec735c5dfc39373c7177a26878 SHA1 4a05b4b58dfab4b695c285aa73116702db30fc0f SHA256 da9436a8fa0e2d66666805addb77fcf180824d1053ba73ba80eaae59b26ba921
DIST passook.tar.gz 1424 RMD160 d8e32c69c775b1a477b572ab86110d3068ebb77d SHA1 9c95058af4f6b296c5ea362e715b89fb8f007bf5 SHA256 748db7a08bce46a380b3104d772f2a9c97fe07c3a6e94e479c790f9271ce9172
EBUILD passook-1.0.0.ebuild 724 RMD160 2bc4c2ac7e3728e7dd28eb276a1ccdd9a00c0dee SHA1 9d8f0730d485bdd62136034009789ce966b2b5d6 SHA256 7ebf83db3b42855e226f4aa26591d0a4a2341355e0f8ebce86b542bc61425e36
MISC ChangeLog 1286 RMD160 8e9cd8359a416574d899e910214e984ab7fd5965 SHA1 186e82657d443478d8768023463e0fa9cae3f01f SHA256 533fbb0d7618f5525bbadb4e966c6121db9877aead2f4d57fc65c73cb4726bcc
MISC metadata.xml 378 RMD160 a64219512d0d2d71e62ea3510765308e8f4b71e2 SHA1 572bdd1c40f451b939a4d084e1de9852a982af5f SHA256 75d875037635e1abb4b6583f6a2cc085ed2ddfcdeffe0720f3f63c7e08dec653

files

metadata.xml




no-herd

maintainer-needed@gentoo.org

Passook is a perl script that generates passwords. You can
customize the security of the password generated.

passook-1.0.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/passook/passook-1.0.0.ebuild,v 1.22 2008/01/26 10:03:28 grobian Exp $

inherit eutils

S=${WORKDIR}
DESCRIPTION="Password generator capable of generating pronounceable and/or secure passwords."
SRC_URI="http://mackers.com/projects/passook/${PN}.tar.gz"
HOMEPAGE="http://mackers.com/misc/scripts/passook/"
IUSE=""

SLOT="0"
LICENSE="as-is"
KEYWORDS="amd64 ppc ppc64 sparc x86"

DEPEND="dev-lang/perl
sys-apps/grep
sys-apps/miscfiles"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/passook.diff
}

src_install() {
dobin passook
dodoc README passook.cgi
}