summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-08-31 11:54:31 -0400
committerTim Harder <radhermit@gentoo.org>2017-08-31 11:57:57 -0400
commit88bd9b496a3225f62e17f8fb482a33c61b474998 (patch)
tree63bcbc560d537153a3ec683193efaa55c726c80d /dev-util/cpputest
parentdev-util/cpputest: stabilize 3.8 (diff)
downloadgentoo-88bd9b496a3225f62e17f8fb482a33c61b474998.tar.gz
gentoo-88bd9b496a3225f62e17f8fb482a33c61b474998.tar.bz2
gentoo-88bd9b496a3225f62e17f8fb482a33c61b474998.zip
dev-util/cpputest: remove old
Diffstat (limited to 'dev-util/cpputest')
-rw-r--r--dev-util/cpputest/Manifest1
-rw-r--r--dev-util/cpputest/cpputest-3.7.2.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/cpputest/Manifest b/dev-util/cpputest/Manifest
index 8d7e355b9817..1305a2f2d19c 100644
--- a/dev-util/cpputest/Manifest
+++ b/dev-util/cpputest/Manifest
@@ -1,2 +1 @@
-DIST cpputest-3.7.2.tar.gz 2750879 SHA256 8c5d00be3a08ea580e51e5cfe26f05d05c6bf546206ff67dbb3757d48c109653 SHA512 4a958cd61cb8f1a03a308fa001c57fbc58841582606856efda506f2108e26f720928350c81c2883a233c477107f01786f286a106e6520717714d56da764fbd88 WHIRLPOOL 7ac78207b5e8e5d231fa3ecd3dd71282bbd73ba8ed36401b34daa9cd41e60a4e4db4f0c6d9df802938cc0a5d3ee6afb2c21b0de74fa474384dfdca776df95bf1
DIST cpputest-3.8.tar.gz 2722956 SHA256 c81dccc5a1bfc7fc6511590c0a61def5f78e3fb19cb8e1f889d8d3395a476456 SHA512 a9592bdc9ffab8b42026ef2010f504e7e37d77fc2f197f89d23f7c9285a101059a0ec66418b914db0383974616d31b26addd1938fb27f45c3e7d9496ed0a0fac WHIRLPOOL 5a58c12764697110ffecbc4654aa9b70c5fc7349e7e7cc84b84dd71827cc08388426fb7b34236b1677ba8277dab8057cc2963001e4b5a1db484965e8a3408c08
diff --git a/dev-util/cpputest/cpputest-3.7.2.ebuild b/dev-util/cpputest/cpputest-3.7.2.ebuild
deleted file mode 100644
index e53a045bc410..000000000000
--- a/dev-util/cpputest/cpputest-3.7.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-utils
-
-DESCRIPTION="unit testing and mocking framework for C/C++"
-HOMEPAGE="http://cpputest.github.io/ https://github.com/cpputest/cpputest"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-cpp/gmock
- dev-cpp/gtest
- )
-"
-
-DOCS=( AUTHORS README.md README_CppUTest_for_C.txt )