summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 01:25:58 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 01:25:58 +0000
commit036b029b5469b6060a3d7013e9c2e47199a4c808 (patch)
tree5e69f94d904ebd852f1f1745e3dc9ab329c5d2da /app-admin/ctcs
parentok, I got this letter from somone who appears to be related to the (diff)
downloadgentoo-2-036b029b5469b6060a3d7013e9c2e47199a4c808.tar.gz
gentoo-2-036b029b5469b6060a3d7013e9c2e47199a4c808.tar.bz2
gentoo-2-036b029b5469b6060a3d7013e9c2e47199a4c808.zip
Changed econf||die to econf
Diffstat (limited to 'app-admin/ctcs')
-rw-r--r--app-admin/ctcs/ctcs-1.3.0_pre4.ebuild19
1 files changed, 4 insertions, 15 deletions
diff --git a/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild b/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild
index 015cd8001e7d..b2d2aeee0d5e 100644
--- a/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild
+++ b/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild
@@ -1,23 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild,v 1.7 2002/11/17 05:37:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ctcs/ctcs-1.3.0_pre4.ebuild,v 1.8 2002/11/30 01:25:23 vapier Exp $
-# ${A} - the tarball itself eg: ${PORTDIR}/distfiles/t.tgz
-# ${P} - program name-program version eg: foo-1.0
-# ${PN} - program name eg: foo
-# ${PV} - program version eg: 1.0
-# ${D} - /var/tmp/portage/foo-1.0/image -- install files go here
-# ${S} - /var/tmp/portage/foo-1.0/work/${P}
-# ${WORKDIR} - /var/tmp/portage/foo-1.0/work
-# ${FILESDIR} - Location of patches
-
-MY_P="ctcs-1.3.0pre4"
+MY_P="${P/_/}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="CTCS (Cerberus Test Control System) used to make sure that new systems are ready to go out and face the perils of the cold, hard world. It's made up of a suite of programs that literally pound the system. The tests are meant for hardware with nothing on it yet... you will lose data. Not might. Will. Please read at least README.FIRST before attempting to use the Cerberus Test Control System as certain configurations of CTCS may damage your system."
-
-# Developer reference
-HOMEPAGE="http://sourceforge.net/projects/va-ctcs"
+HOMEPAGE="http://sourceforge.net/projects/va-ctcs/"
+SRC_URI="mirror://sourceforge/va-ctcs/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -46,7 +36,6 @@ RDEPEND="virtual/glibc
# Optional: sys-apps/lm_sensors
src_compile() {
-# econf || die
emake || die
}