summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cunit/cunit-2.1.ebuild')
-rw-r--r--dev-util/cunit/cunit-2.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/cunit/cunit-2.1.ebuild b/dev-util/cunit/cunit-2.1.ebuild
deleted file mode 100644
index 0ac46512bd1f..000000000000
--- a/dev-util/cunit/cunit-2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.7 2009/09/23 17:42:09 patrick Exp $
-
-inherit eutils autotools
-
-MY_PN='CUnit'
-MY_PV="${PV}-0"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="CUnit - C Unit Test Framework"
-SRC_URI="mirror://sourceforge/cunit/${MY_P}-src.tar.gz"
-HOMEPAGE="http://cunit.sourceforge.net"
-
-DEPEND=""
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ppc ~ppc64 sparc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- eautoreconf
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall || die "make install failed"
- dodoc AUTHORS INSTALL NEWS README ChangeLog
-}