diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-06 07:42:31 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-06 07:42:31 +0000 |
commit | cea31887dc64489c9a5350303d707eaa733d7351 (patch) | |
tree | 01c4a629cfa94daca02daf7f28007bd84713b128 /net-misc/aesop/aesop-0.4.ebuild | |
parent | repoman QA issues (diff) | |
download | gentoo-2-cea31887dc64489c9a5350303d707eaa733d7351.tar.gz gentoo-2-cea31887dc64489c9a5350303d707eaa733d7351.tar.bz2 gentoo-2-cea31887dc64489c9a5350303d707eaa733d7351.zip |
repoman QA issues
Diffstat (limited to 'net-misc/aesop/aesop-0.4.ebuild')
-rw-r--r-- | net-misc/aesop/aesop-0.4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/aesop/aesop-0.4.ebuild b/net-misc/aesop/aesop-0.4.ebuild index 1b77e532e82f..c8c653ff92da 100644 --- a/net-misc/aesop/aesop-0.4.ebuild +++ b/net-misc/aesop/aesop-0.4.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/aesop/aesop-0.4.ebuild,v 1.1 2002/01/16 01:07:13 blocke Exp $ +# $Header: S=${WORKDIR}/${P} DESCRIPTION="Aesop is a TCP-proxy which supports many advanced and powerful features. Uses encryption and provides a wrapper library for BSD socket API." SRC_URI="http://kryptology.org/aesop/download/${P}.tar.gz" HOMEPAGE="http://kryptology.org/aesop" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" DEPEND="sys-devel/gcc" |