diff options
author | George Shapovalov <george@gentoo.org> | 2004-07-30 23:26:03 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2004-07-30 23:26:03 +0000 |
commit | d516e805ee43db3246ec5aecb3c6e79d44d86db5 (patch) | |
tree | 9b0800855cce0cfdf3d9b954a5595b18c6df2607 /dev-util/cppunit | |
parent | Changed SRC_URI to mirror://gnu/ and RESTRICT=nomirror. ppc64 removed from jw... (diff) | |
download | gentoo-2-d516e805ee43db3246ec5aecb3c6e79d44d86db5.tar.gz gentoo-2-d516e805ee43db3246ec5aecb3c6e79d44d86db5.tar.bz2 gentoo-2-d516e805ee43db3246ec5aecb3c6e79d44d86db5.zip |
new version
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.10.2.ebuild | 31 | ||||
-rw-r--r-- | dev-util/cppunit/files/digest-cppunit-1.10.2 | 1 | ||||
-rw-r--r-- | dev-util/cppunit/metadata.xml | 5 |
4 files changed, 43 insertions, 1 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 3bac17006062..646f9e49816a 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cppunit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.6 2004/06/25 02:24:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.7 2004/07/30 23:26:03 george Exp $ + +*cppunit-1.10.2 (30 Jul 2004) + + 30 Jul 2004; George Shapovalov <george@gentoo.org> cppunit-1.10.2.ebuild : + new version (#55726) 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-util/cppunit/cppunit-1.10.2.ebuild b/dev-util/cppunit/cppunit-1.10.2.ebuild new file mode 100644 index 000000000000..9b5beda3622c --- /dev/null +++ b/dev-util/cppunit/cppunit-1.10.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.10.2.ebuild,v 1.1 2004/07/30 23:26:03 george Exp $ + +IUSE="" + +DESCRIPTION="CppUnit is the C++ port of the famous JUnit framework for unit testing." +HOMEPAGE="http://cppunit.sourceforge.net/" +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +DEPEND="app-doc/doxygen + media-gfx/graphviz" + +src_compile() { + econf || die "./configure failed" + emake || die + #make check || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS BUGS COPYING NEWS README THANKS TODO + # the package automatically puts its docs into /usr/share/cppunit + # move them to the standard location and clean up + mv ${D}/usr/share/cppunit/html ${D}/usr/share/doc/${PF} + rm -rf ${D}/usr/share/cppunit +} diff --git a/dev-util/cppunit/files/digest-cppunit-1.10.2 b/dev-util/cppunit/files/digest-cppunit-1.10.2 new file mode 100644 index 000000000000..7b326a7c9a16 --- /dev/null +++ b/dev-util/cppunit/files/digest-cppunit-1.10.2 @@ -0,0 +1 @@ +MD5 0bc06cd219410f7d4f6bbfc9bdd7c824 cppunit-1.10.2.tar.gz 723340 diff --git a/dev-util/cppunit/metadata.xml b/dev-util/cppunit/metadata.xml new file mode 100644 index 000000000000..f376edc581d2 --- /dev/null +++ b/dev-util/cppunit/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>lang-misc</herd> +</pkgmetadata> |