From acae5c9b16eb2c61a85999caff6ec9a77d6314ce Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sat, 20 Mar 2004 13:48:25 +0000 Subject: clean old ebuild --- app-admin/longrun/ChangeLog | 7 +++++-- app-admin/longrun/files/digest-longrun-0.9 | 1 - app-admin/longrun/longrun-0.9.ebuild | 27 --------------------------- 3 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 app-admin/longrun/files/digest-longrun-0.9 delete mode 100644 app-admin/longrun/longrun-0.9.ebuild (limited to 'app-admin/longrun') diff --git a/app-admin/longrun/ChangeLog b/app-admin/longrun/ChangeLog index 584ddc39bebd..34456de5be8e 100644 --- a/app-admin/longrun/ChangeLog +++ b/app-admin/longrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/longrun -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/ChangeLog,v 1.5 2003/05/25 14:41:23 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/ChangeLog,v 1.6 2004/03/20 13:48:25 mr_bones_ Exp $ + + 20 Mar 2004; Michael Sterrett longrun-0.9.ebuild: + clean old ebuild 25 May 2003; Martin Holzer longrun-0.9-r1.ebuild, longrun-0.9.ebuild: diff --git a/app-admin/longrun/files/digest-longrun-0.9 b/app-admin/longrun/files/digest-longrun-0.9 deleted file mode 100644 index 6e519ed3ff58..000000000000 --- a/app-admin/longrun/files/digest-longrun-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 046a0e3f783d1d50b11a24b309bd40b1 longrun-0.9.tar.bz2 11539 diff --git a/app-admin/longrun/longrun-0.9.ebuild b/app-admin/longrun/longrun-0.9.ebuild deleted file mode 100644 index 4217f31e531f..000000000000 --- a/app-admin/longrun/longrun-0.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9.ebuild,v 1.12 2004/03/12 10:45:38 mr_bones_ Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="A utility to control Transmeta's Crusoe processor" -SRC_URI="mirror://kernel/linux/utils/cpu/crusoe/${P}.tar.bz2" -HOMEPAGE="http://freshmeat.net/projects/longrun/" - -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc" - -DEPEND="virtual/glibc" - -src_compile() { - emake || die -} - -src_install() { - dosbin longrun - - doman longrun.1 - - dodoc COPYING MAKEDEV-cpuid-msr -} -- cgit v1.2.3-65-gdbad