summaryrefslogtreecommitdiff
path: root/dev-util/cpptest
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /dev-util/cpptest
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r--dev-util/cpptest/Manifest5
-rw-r--r--dev-util/cpptest/cpptest-1.1.2.ebuild30
-rw-r--r--dev-util/cpptest/cpptest-2.0.0-r1.ebuild10
-rw-r--r--dev-util/cpptest/cpptest-2.0.0.ebuild27
4 files changed, 7 insertions, 65 deletions
diff --git a/dev-util/cpptest/Manifest b/dev-util/cpptest/Manifest
index 75775da7beee..e8c7f147735a 100644
--- a/dev-util/cpptest/Manifest
+++ b/dev-util/cpptest/Manifest
@@ -1,6 +1,3 @@
-DIST cpptest-1.1.2.tar.gz 458982 BLAKE2B dbb144196ec5726822f859397f5429e743bdc9bd840c2dab198f19512d2d0ff66b33e8b1018be2616944e300b0bc0e2fd247b7c7a5a290096f8d402592f1441b SHA512 da1030c69a5886e752b9ae08b65c501334c7d2d4abd2174190209ce11ed351239a615b9f7c5019ee601289523b2c21a1205d2042e59aea6c2882d77d636fc57a
DIST cpptest-2.0.0.tar.bz2 440323 BLAKE2B 7d703a9a41c6fc355f97d2074b71fc5c700ee2483386984147c399c096eebeec7f2a980f0678e1a4d9979a7795d3f7ff7d70cbf8b483e055a420de985aa40f2e SHA512 41b5f7989198a79dca29f7d579c4d3918e5c3bbc0f91f77317ae074af8daaa8e5ee8add7c29c8e345cb95b08524839cecc7659a8d95ee95712e205b8838c5029
-EBUILD cpptest-1.1.2.ebuild 590 BLAKE2B 39c30c57c6d260283cd99ff8412639e9b887f6a7d3e95fa0f85897022a641ada4d9eb1fe76550844b9fbd10a73e6bb715d16b8292179623d43e56c2ae3774627 SHA512 cafeee98794e0c4d4f56f45ff4c35d345ba8765c1c03dda3aba869113de49972750e8db805a1961f76bfeeeefb71185da7dbaac6c83dee6f23b983e9ec8e91b2
-EBUILD cpptest-2.0.0-r1.ebuild 665 BLAKE2B 8696c92fb3022c23384b2889671bdbe009f9c7744610edd0a47ee8822c1897e646e353e776522c5ad56746b0ebbec034bc256a365a3efa32d8c60394d0d2ab2f SHA512 7aba0eb3c4e74783fea20b62c49719611b07164f79d4a260f42379dbb9de5d78861f47515f69884b9e461b6a02b4042c1670305aac8ac914e5771cb793dde781
-EBUILD cpptest-2.0.0.ebuild 624 BLAKE2B ccfffdf1ad6a29ae2b15d28cfe99e9d8029e91688e8e30761b3224b5032f33e9795834bcaed171fad301ee7e37471d15e60867c09af01dabe5cb16ac509f252a SHA512 a096032ab0ad2129b0a97828cab7c286b239236d482c66b2f98a3e340b30151521adf0c1d7fdcd1c539a508e70824912eb72a335114c3dc59120ec4d703588ca
+EBUILD cpptest-2.0.0-r1.ebuild 647 BLAKE2B b71ee992455ecfd6adf2f11c3ad49a17b4f2ffca91c1864a6845fff0c022dad55559d5f0a2e51138bd6c991b1a6dfd191d0f678b36ca7b3a6a1c629c9b641193 SHA512 4a201dd0a1201f18e24458dcc9d7cfba1d37f19ffd21b73c6dc7b139f4ffc83ec4c50226210e451eebc662653bff4530156f16e68d9bbb03527be5adbec12923
MISC metadata.xml 604 BLAKE2B 2d0f5d155ead0d2035142bd395d1d057a4473d6d724b287bf6429a0c120eb340c16e5626929400acde2377b4c34de6fbb3016021f0b759b6fd16265ed67be017 SHA512 7df99419d82f5c714e2c941f810e3a930569045299b63dd9c2eb851628124c410afd30cc1aeac52ddb651e1e48ae8f41727f02c856b0f5a01d16aec318aa82dd
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-r1.ebuild b/dev-util/cpptest/cpptest-2.0.0-r1.ebuild
index 044ea47a4a8a..f3723fecf377 100644
--- a/dev-util/cpptest/cpptest-2.0.0-r1.ebuild
+++ b/dev-util/cpptest/cpptest-2.0.0-r1.ebuild
@@ -10,18 +10,20 @@ 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 static-libs"
+IUSE="doc"
-DEPEND="doc? ( app-doc/doxygen )"
RDEPEND="!dev-util/cpptest:0"
+BDEPEND="doc? ( app-doc/doxygen )"
DOCS=( AUTHORS BUGS NEWS README )
src_configure() {
- econf $(use_enable doc) $(use_enable static-libs static)
+ econf \
+ --disable-static \
+ $(use_enable doc)
}
src_install() {
default
- find "${D}" -name '*.la' -delete || die
+ find "${ED}" -name '*.la' -delete || die
}
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
-}