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 | 6ac305a4a3efb9be218c55f45fb585aec0ffd061 (patch) | |
tree | 3ca505bd954944333b6d6cada5fb936e500cbf12 /app-misc/smtm/smtm-1.4.0.ebuild | |
parent | Added SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff) | |
download | gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.gz gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.bz2 gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.zip |
repoman'd
Diffstat (limited to 'app-misc/smtm/smtm-1.4.0.ebuild')
-rw-r--r-- | app-misc/smtm/smtm-1.4.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/smtm/smtm-1.4.0.ebuild b/app-misc/smtm/smtm-1.4.0.ebuild index 58f083880f04..6f4f5e267e40 100644 --- a/app-misc/smtm/smtm-1.4.0.ebuild +++ b/app-misc/smtm/smtm-1.4.0.ebuild @@ -1,19 +1,19 @@ # 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/smtm/smtm-1.4.0.ebuild,v 1.1 2002/07/08 20:07:02 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/smtm/smtm-1.4.0.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $ DESCRIPTION="Stock ticker, profit/loss calculator and chart tool" HOMEPAGE="http://eddelbuettel.com/dirk/code/smtm.html" SRC_URI="http://eddelbuettel.com/dirk/code/smtm/smtm_${PV}.tar.gz" -LICENSE="GPL-2" + SLOT="0" -KEYWORDS="*" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" -RDEPEND=">=sys-devel/perl-5 +DEPEND=">=sys-devel/perl-5 dev-perl/perl-tk dev-perl/DateManip dev-perl/libwww-perl" -DEPEND="${RDEPEND}" S=${WORKDIR} |