summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-08-29 20:45:46 +0200
committerDavid Seifert <soap@gentoo.org>2020-08-29 20:45:46 +0200
commit7b7d07f42362a9ba0fca0113a52ad605b63de317 (patch)
treeab5ccdd1d63face56043dd785b9ca1e25dfe0afb /dev-util/cpptest
parentdev-util/cpptest: [QA] Remove IUSE="static-libs" (diff)
downloadgentoo-7b7d07f42362a9ba0fca0113a52ad605b63de317.tar.gz
gentoo-7b7d07f42362a9ba0fca0113a52ad605b63de317.tar.bz2
gentoo-7b7d07f42362a9ba0fca0113a52ad605b63de317.zip
dev-util/cpptest: Remove old 1.1.2, 2.0.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r--dev-util/cpptest/Manifest1
-rw-r--r--dev-util/cpptest/cpptest-1.1.2.ebuild30
-rw-r--r--dev-util/cpptest/cpptest-2.0.0.ebuild27
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-util/cpptest/Manifest b/dev-util/cpptest/Manifest
index f7b8c32798cd..0294c6290a74 100644
--- a/dev-util/cpptest/Manifest
+++ b/dev-util/cpptest/Manifest
@@ -1,2 +1 @@
-DIST cpptest-1.1.2.tar.gz 458982 BLAKE2B dbb144196ec5726822f859397f5429e743bdc9bd840c2dab198f19512d2d0ff66b33e8b1018be2616944e300b0bc0e2fd247b7c7a5a290096f8d402592f1441b SHA512 da1030c69a5886e752b9ae08b65c501334c7d2d4abd2174190209ce11ed351239a615b9f7c5019ee601289523b2c21a1205d2042e59aea6c2882d77d636fc57a
DIST cpptest-2.0.0.tar.bz2 440323 BLAKE2B 7d703a9a41c6fc355f97d2074b71fc5c700ee2483386984147c399c096eebeec7f2a980f0678e1a4d9979a7795d3f7ff7d70cbf8b483e055a420de985aa40f2e SHA512 41b5f7989198a79dca29f7d579c4d3918e5c3bbc0f91f77317ae074af8daaa8e5ee8add7c29c8e345cb95b08524839cecc7659a8d95ee95712e205b8838c5029
diff --git a/dev-util/cpptest/cpptest-1.1.2.ebuild b/dev-util/cpptest/cpptest-1.1.2.ebuild
deleted file mode 100644
index b12161051ace..000000000000
--- a/dev-util/cpptest/cpptest-1.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils ltprune
-
-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 ~arm ppc ppc64 x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-DOCS=( AUTHORS BUGS NEWS README )
-
-src_configure() {
- econf \
- $(use_enable doc) \
- --htmldir=/usr/share/doc/${PF}/html/
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/dev-util/cpptest/cpptest-2.0.0.ebuild b/dev-util/cpptest/cpptest-2.0.0.ebuild
deleted file mode 100644
index 3d5f2ce9f6ab..000000000000
--- a/dev-util/cpptest/cpptest-2.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Simple but powerful unit testing framework for C++"
-HOMEPAGE="https://github.com/cpptest/cpptest"
-SRC_URI="https://github.com/cpptest/cpptest/releases/download/${PV}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="1" # for soversion 1.x.x
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND="!dev-util/cpptest:0"
-
-DOCS=( AUTHORS BUGS NEWS README )
-
-src_configure() {
- econf $(use_enable doc)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}