summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-20 13:48:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-20 13:48:25 +0000
commitacae5c9b16eb2c61a85999caff6ec9a77d6314ce (patch)
tree3e002f98df3f9176785f504a6febf235e33b733c /app-admin/longrun
parentadd cvs version of configure which doesn't check for gnome since that isn't s... (diff)
downloadgentoo-2-acae5c9b16eb2c61a85999caff6ec9a77d6314ce.tar.gz
gentoo-2-acae5c9b16eb2c61a85999caff6ec9a77d6314ce.tar.bz2
gentoo-2-acae5c9b16eb2c61a85999caff6ec9a77d6314ce.zip
clean old ebuild
Diffstat (limited to 'app-admin/longrun')
-rw-r--r--app-admin/longrun/ChangeLog7
-rw-r--r--app-admin/longrun/files/digest-longrun-0.91
-rw-r--r--app-admin/longrun/longrun-0.9.ebuild27
3 files changed, 5 insertions, 30 deletions
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 <mr_bones_@gentoo.org> longrun-0.9.ebuild:
+ clean old ebuild
25 May 2003; Martin Holzer <mholzer@gentoo.org> 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
-}