diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cpptest/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/cpptest/Manifest | 5 | ||||
-rw-r--r-- | dev-util/cpptest/cpptest-1.1.0.ebuild | 35 | ||||
-rw-r--r-- | dev-util/cpptest/files/cpptest-1.1.0-htmldir.patch | 12 | ||||
-rw-r--r-- | dev-util/cpptest/metadata.xml | 19 |
5 files changed, 81 insertions, 0 deletions
diff --git a/dev-util/cpptest/ChangeLog b/dev-util/cpptest/ChangeLog new file mode 100644 index 000000000000..e5701f21a1f3 --- /dev/null +++ b/dev-util/cpptest/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-util/cpptest +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.1 2009/03/15 15:42:07 rbu Exp $ + +*cpptest-1.1.0 (15 Mar 2009) + + 15 Mar 2009; Robert Buchholz <rbu@gentoo.org> + +files/cpptest-1.1.0-htmldir.patch, +metadata.xml, +cpptest-1.1.0.ebuild: + Initial ebuild by Sebastian Pipping (bug #260687) + diff --git a/dev-util/cpptest/Manifest b/dev-util/cpptest/Manifest new file mode 100644 index 000000000000..eda24340bc9a --- /dev/null +++ b/dev-util/cpptest/Manifest @@ -0,0 +1,5 @@ +AUX cpptest-1.1.0-htmldir.patch 385 RMD160 b46d79a580314d385b46d6b47070e734c8036381 SHA1 ad13ed1d363b334f116e49b29784e1b5704507a9 SHA256 abc5771f2f3a80e7e96356b64453a3196e5e4f166762a282de119faa4002da85 +DIST cpptest-1.1.0.tar.gz 443545 RMD160 e074f3eab027a4552f579f328746b0aaccfc5040 SHA1 c19fe9e53d27679561173ccf88470a83f3e3f765 SHA256 0db2065b0dedbdf910ad703a798608909fa47c8fff5e1d06d5cdcb61f4a81c89 +EBUILD cpptest-1.1.0.ebuild 785 RMD160 77642b61a727c59f779079547205b9d7195d3c5b SHA1 c7eee9643250f2a50ce52346432440c5fbcfc3a9 SHA256 efbedc8b2b24c1b9e5a8bba3b496de760860ff4c3d1ab32ea3c8831d36af1743 +MISC ChangeLog 409 RMD160 8e0b0e0691abfc2cca0cc84ab833de1efbfb5425 SHA1 39fd67f615a49e901932e9f8a7e4c763584847a8 SHA256 f2eef9bfca7e29f4ecf49ab616226a769d5909a2eebe2e6b69fd89966403d65d +MISC metadata.xml 679 RMD160 55f8a6566be991a3dad68eaa9851b9882eb17e9f SHA1 b2d2c8d44fa2f94df2be24914fba8105c699bb34 SHA256 aafb3c5373607b4133aa2c6a93ce2a44669143685d75b7e5c7e089c1500e1c5c diff --git a/dev-util/cpptest/cpptest-1.1.0.ebuild b/dev-util/cpptest/cpptest-1.1.0.ebuild new file mode 100644 index 000000000000..c1cce7a2d8d2 --- /dev/null +++ b/dev-util/cpptest/cpptest-1.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.0.ebuild,v 1.1 2009/03/15 15:42:07 rbu Exp $ + +EAPI=2 +inherit autotools + +DESCRIPTION="Simple but powerful unit testing framework for C++" +HOMEPAGE="http://cpptest.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="doc? ( app-doc/doxygen )" +RDEPEND="" + +src_prepare() { + epatch "${FILESDIR}/${P}-htmldir.patch" + eautoreconf +} + +src_configure() { + econf \ + $(use_enable doc) \ + --htmldir=/usr/share/doc/${PF}/html/ +} + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + dodoc AUTHORS BUGS NEWS README +} + diff --git a/dev-util/cpptest/files/cpptest-1.1.0-htmldir.patch b/dev-util/cpptest/files/cpptest-1.1.0-htmldir.patch new file mode 100644 index 000000000000..cf5a9f883ff5 --- /dev/null +++ b/dev-util/cpptest/files/cpptest-1.1.0-htmldir.patch @@ -0,0 +1,12 @@ +Index: cpptest-1.1.0/doc/Makefile.am +=================================================================== +--- cpptest-1.1.0.orig/doc/Makefile.am ++++ cpptest-1.1.0/doc/Makefile.am +@@ -39,7 +39,6 @@ EXTRA_DIST = \ + images/screenshot-text-terse.png \ + images/screenshot-text-verbose.png + +-htmldir= $(pkgdatadir)/html + html_DATA= html/index.html + + IMAGES= images/*.html images/*.png diff --git a/dev-util/cpptest/metadata.xml b/dev-util/cpptest/metadata.xml new file mode 100644 index 000000000000..3f93acafc0c6 --- /dev/null +++ b/dev-util/cpptest/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>webmaster@hartwork.org</email> + <name>Sebastian Pipping</name> + </maintainer> + <maintainer> + <email>rbu@gentoo.org</email> + <name>Robert Buchholz</name> + <description>proxy maintainer</description> + </maintainer> + <longdescription lang="en"> + CppTest is a portable and powerful, yet simple, unit testing framework for handling + automated tests in C++. The focus lies on usability and extendability. + Several output formats are supported and new ones are easily added. + </longdescription> +</pkgmetadata> |