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 | f2cebc17022ca272a7428afbbc85595b7d617d85 (patch) | |
tree | 47277791d963d572aca024f796774bc52e24e19a /app-admin/longrun | |
parent | version bump and cleanup of stuff (diff) | |
download | gentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.tar.gz gentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.tar.bz2 gentoo-2-f2cebc17022ca272a7428afbbc85595b7d617d85.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" |