diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
commit | 561e3ec2d8c2ca7fe26e41be6657c261c0ac099e (patch) | |
tree | ad028cd559c9f1b94c799be46e647a7973f584e7 /app-misc/tinyca | |
parent | Added SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff) | |
download | historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.tar.gz historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.tar.bz2 historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.zip |
repoman'd
Diffstat (limited to 'app-misc/tinyca')
-rw-r--r-- | app-misc/tinyca/tinyca-0.3.4.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-misc/tinyca/tinyca-0.3.4.ebuild b/app-misc/tinyca/tinyca-0.3.4.ebuild index f23d0e86b21d..22ea9402bad2 100644 --- a/app-misc/tinyca/tinyca-0.3.4.ebuild +++ b/app-misc/tinyca/tinyca-0.3.4.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/tinyca/tinyca-0.3.4.ebuild,v 1.3 2002/07/11 06:30:16 drobbins Exp $ - -# This ebuild was generated by Ebuilder v0.4. +# $Header: /var/cvsroot/gentoo-x86/app-misc/tinyca/tinyca-0.3.4.ebuild,v 1.4 2002/07/25 19:18:34 seemant Exp $ S="${WORKDIR}/TinyCA" DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" SRC_URI="http://tinyca.sm-zone.net/${P}.tar.bz2" HOMEPAGE="http://tinyca.sm-zone.net" + +SLOT="0" LICENSE="Artistic" +KEYWORDS="x86" + DEPEND=">=dev-libs/openssl-0.9.6b >=dev-perl/MIME-Base64-2.12 >=dev-perl/perl-tk-800.024 @@ -37,5 +39,4 @@ src_install () { doins lib/* insinto /usr/share/tinyca/templates doins templates/* - } |