Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19591 - Here is an ebuild for cunit 1.0-8.
Summary: Here is an ebuild for cunit 1.0-8.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 15927
  Show dependency tree
 
Reported: 2003-04-18 22:06 UTC by Andrew Murray
Modified: 2003-05-15 10:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Murray 2003-04-18 22:06:47 UTC
Attached is an ebuild for cunit 1.0-8. The only current ebuild available is for
version 1.0-6 and there is an error in the cunit source that prevents it from
compiling. I was going to create an ebuild for the newest version (1.1-0) but
the devs messed around with their build system and they are doing some sybolic
linking to files that don't exist, so 1.1-0 won't build either.

I'll cut and paste the ebuild into the additional information field.

I created a digest and tested the ebuild on my system and everything worked fine.

Anyway, thanks for all the hard work, hope this helps.

Reproducible: Always
Steps to Reproduce:
No really applicable here. There is already a bug in bugzilla (bugid:15927) for
1.0-6 not compiling.



# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/dev-util/cunit/cunit-1.0.0.8.ebuild,v 1.8
2003/04/18 11:48:52 uwmurray@u.washington.edu Exp $
# Pretty much copied the old 1.0-6 ebuild...

S=${WORKDIR}/CUnit-1.0-8
DESCRIPTION="CUnit - C Unit Test Framework"
# Note: Upstream authors have sucky versioning scheme. We fake.
SRC_URI="mirror://sourceforge/cunit/CUnit-1.0-8.tar.gz"
HOMEPAGE="http://cunit.sourceforge.net"

DEPEND="virtual/glibc"

SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="x86 sparc "

src_compile() {
	./configure --prefix=/usr || die "configure failed"
	make || die "make failed"
}

src_install() {
	make DESTDIR=${D} install || die "make install failed"
	dodoc AUTHORS COPYING INSTALL NEWS README ChangeLog
}
Comment 1 Andrew Murray 2003-04-18 22:08:36 UTC
Umm, ebuild is pasted in not attached sorry.
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-05-03 08:21:34 UTC
Can't get around to fixing this anytime soon, sorry.
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2003-05-15 10:45:24 UTC
Put into CVS.