diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 12:57:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 12:57:05 +0000 |
commit | 56fe3d211b309d22875df48a5dfacab9582a5187 (patch) | |
tree | f1c738ae329f00bfd0c636ac4b46970d42e99cf9 /app-admin/longrun | |
parent | version bump and cleanup of stuff (diff) | |
download | historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.gz historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.bz2 historical-56fe3d211b309d22875df48a5dfacab9582a5187.zip |
repoman'd
Diffstat (limited to 'app-admin/longrun')
-rw-r--r-- | app-admin/longrun/longrun-0.9.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/longrun/longrun-0.9.ebuild b/app-admin/longrun/longrun-0.9.ebuild index d117a942ff42..1440f7c8ca02 100644 --- a/app-admin/longrun/longrun-0.9.ebuild +++ b/app-admin/longrun/longrun-0.9.ebuild @@ -1,12 +1,15 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# 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-admin/longrun/longrun-0.9.ebuild,v 1.4 2002/07/17 20:43:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9.ebuild,v 1.5 2002/07/25 12:57:05 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A utility to control Transmeta's Crusoe processor" SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/cpu/crusoe/${P}.tar.bz2" +HOMEPAGE="http://freshmeat.net/projects/longrun/" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" |