diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 13:31:45 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 13:31:45 +0000 |
commit | 9ab2465605cca9d93b01014d7170000780381ec9 (patch) | |
tree | bcc23aad38dfb8ed16b6216722b2b57054d9ad6b /app-admin/passook | |
parent | new version (diff) | |
download | gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.tar.gz gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.tar.bz2 gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.zip |
Added IUSE
Diffstat (limited to 'app-admin/passook')
-rw-r--r-- | app-admin/passook/passook-0.5.0.ebuild | 3 | ||||
-rw-r--r-- | app-admin/passook/passook-1.0.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/passook/passook-0.5.0.ebuild b/app-admin/passook/passook-0.5.0.ebuild index 91614b2288c7..dbd2b4f00d56 100644 --- a/app-admin/passook/passook-0.5.0.ebuild +++ b/app-admin/passook/passook-0.5.0.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/passook/passook-0.5.0.ebuild,v 1.7 2002/10/04 20:40:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/passook/passook-0.5.0.ebuild,v 1.8 2002/10/18 13:31:45 aliz Exp $ S=${WORKDIR} DESCRIPTION="Password generator capable of generating pronounceable and/or secure passwords." SRC_URI="ftp://mackers.com/pub/scripts/passook.tar.gz" HOMEPAGE="http://mackers.com/misc/scripts/passook/" +IUSE="" SLOT="0" LICENSE="as-is" diff --git a/app-admin/passook/passook-1.0.0.ebuild b/app-admin/passook/passook-1.0.0.ebuild index ad3d08d6fbe8..f845df31484e 100644 --- a/app-admin/passook/passook-1.0.0.ebuild +++ b/app-admin/passook/passook-1.0.0.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # 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.4 2002/10/04 20:40:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/passook/passook-1.0.0.ebuild,v 1.5 2002/10/18 13:31:45 aliz Exp $ S=${WORKDIR} DESCRIPTION="Password generator capable of generating pronounceable and/or secure passwords." SRC_URI="ftp://mackers.com/pub/scripts/passook.tar.gz" HOMEPAGE="http://mackers.com/misc/scripts/passook/" +IUSE="" SLOT="0" LICENSE="as-is" |