From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/check/
Date: Fri, 3 Nov 2017 13:26:50 +0000 (UTC) [thread overview]
Message-ID: <1509715602.1c149db5c64e00a0c1f4e30058a86c3a0c6efd7c.kensington@gentoo> (raw)
commit: 1c149db5c64e00a0c1f4e30058a86c3a0c6efd7c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 3 13:26:27 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Nov 3 13:26:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c149db5
dev-libs/check: remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.4
dev-libs/check/Manifest | 3 --
dev-libs/check/check-0.10.0-r2.ebuild | 59 ---------------------------------
dev-libs/check/check-0.11.0.ebuild | 62 -----------------------------------
dev-libs/check/check-0.9.11.ebuild | 54 ------------------------------
4 files changed, 178 deletions(-)
diff --git a/dev-libs/check/Manifest b/dev-libs/check/Manifest
index 0d91e30d7da..2917679b4a9 100644
--- a/dev-libs/check/Manifest
+++ b/dev-libs/check/Manifest
@@ -1,5 +1,2 @@
-DIST check-0.10.0-github.tar.gz 257887 SHA256 38daf46cc8bf9081d63970b6ea371e8462beb5e77c03443f275cf4b10ac3a0c2 SHA512 d4a5881e07c9285a5ca4eff6f63172b19c968bab3cd5cfc06c2be54fd25ef71d63b0bd6b425c7af5cfe89d7bc3fae17e56b8648cad1db58a9972e6de1b6fd96f WHIRLPOOL f254b3cd77db9735388f482aaf0d93be24a6bbea08558632d28eeb9d0573ea73ef4d9c36b2e0571fa7c938e288d8261a51dede5bb0ccd8a2671f5788512a230a
DIST check-0.10.0.tar.gz 769119 SHA256 f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052 SHA512 82103a98382c41cf16f172ded66c0399d3da6eceb6728aab11120c028e8796f6d545a98dc4aa5f76ee68c0bfd1f842a4dd371f5d670c8ba84ce4209812bf1ac5 WHIRLPOOL d3399a2500a4a1f6fa8865fe75af67e98a22587edd2525d144f4f403dd313cc59b7622cd77cfd885b9e3dfd737e2bef5366d28062b2975c882ffac6253b02b29
-DIST check-0.11.0-github.tar.gz 275579 SHA256 df18bb72ba31eed2e06c21dd97402174500a211645e4b3748e9e277551acc97d SHA512 829adee2a5793dda6ac88162e355268019dd82e7a8ad95f1287bd262c3a7764425fba6a8347f1aeebdad642a972043b70aa59d54c87b3c46e1b5b569290dc359 WHIRLPOOL a37225f70a27bf78e6d6d1eb27596f9778ef809aaee834d0a75de407daa160d8c98ab6aaebc98fa18dddf332a0d110faff073c62dc37f037ed7923ea6507b563
DIST check-0.12.0-github.tar.gz 281127 SHA256 7816b4c38f6e23ff873786f18d966e552837677bfae144041e0587e7c39e04e8 SHA512 f7b6452b69f999a90e86a8582d980c0c1b74ba5629ee34455724463ba62bfe3501ad0415aa771170f5c638a7a253f123bf87cbef25aadc6569a7a3a4d10fce90 WHIRLPOOL b3ef728b1f442a2eafd5cc431de204a6f32d28463543693d25d49e57c53b5c062786b5eae11752515f6d5b4eff35892d483d7b54705354bcea985a58c90b2266
-DIST check-0.9.11.tar.gz 691146 SHA256 ea4e8c7ffb00bb4ffb3f59f11744a71f1cc4212c79f3083c7d9a4b0953976936 SHA512 10883709463b76f6650197db989c348d9d07ccaa2cacc0bd6bd177bbcc1e9e0d88746c2e110e620ab18c23cb5f41b95797d60d77de279af1a810a42b355b742e WHIRLPOOL 9559104a68b2f1215e9b00affb4711a69bf3e4e94e0ec894de66f0f77b5637187bb183560e29d0a889ff04d0e07f2785fc407128dee1ba74d584ce9a0ff9a3b1
diff --git a/dev-libs/check/check-0.10.0-r2.ebuild b/dev-libs/check/check-0.10.0-r2.ebuild
deleted file mode 100644
index 7bd022c8e05..00000000000
--- a/dev-libs/check/check-0.10.0-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
-
-inherit autotools autotools-multilib
-
-DESCRIPTION="A unit test framework for C"
-HOMEPAGE="https://libcheck.github.io/check/"
-SRC_URI="https://github.com/lib${PN}/${PN}/archive/${PV}.tar.gz -> ${P}-github.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs subunit"
-
-RDEPEND="subunit? ( >=dev-python/subunit-0.0.10-r1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
- sys-apps/texinfo
- virtual/pkgconfig"
-
-pkg_setup() {
- # See multilib_src_test(), disable sleep()-based tests because they
- # just take a long time doing pretty much nothing.
- export CPPFLAGS="-DTIMEOUT_TESTS_ENABLED=0 ${CPPFLAGS}"
-}
-
-src_prepare() {
- sed -i -e '/^docdir =/d' {.,doc}/Makefile.am \
- || die 'failed to unset docdir in Makefile.am'
-
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --disable-dependency-tracking
- $(use_enable subunit)
- --docdir="${EPREFIX}/usr/share/doc/${PF}"
- )
- autotools-multilib_src_configure
-}
-
-multilib_src_test() {
- elog "-DTIMEOUT_TESTS_ENABLED=0 has been prepended to CPPFLAGS. To run the"
- elog "entire testsuite for dev-libs/check, ensure that"
- elog "-DTIMEOUT_TESTS_ENABLED=1 is in your CPPFLAGS."
- default_src_test
-}
-
-src_install() {
- autotools-multilib_src_install
- dodoc AUTHORS *ChangeLog* NEWS README THANKS TODO
-
- rm -f "${ED}/usr/share/doc/${PF}"/COPYING* || \
- die 'failed to remove COPYING files'
-}
diff --git a/dev-libs/check/check-0.11.0.ebuild b/dev-libs/check/check-0.11.0.ebuild
deleted file mode 100644
index 4a1f73cca3a..00000000000
--- a/dev-libs/check/check-0.11.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="A unit test framework for C"
-HOMEPAGE="https://libcheck.github.io/check/"
-SRC_URI="https://github.com/lib${PN}/${PN}/archive/${PV}.tar.gz -> ${P}-github.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs subunit"
-
-RDEPEND="subunit? ( >=dev-python/subunit-0.0.10-r1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
- sys-apps/texinfo
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README.md THANKS TODO )
-
-pkg_setup() {
- # See multilib_src_test(), disable sleep()-based tests because they
- # just take a long time doing pretty much nothing.
- export CPPFLAGS="-DTIMEOUT_TESTS_ENABLED=0 ${CPPFLAGS}"
-}
-
-src_prepare() {
- default
-
- sed -i -e '/^docdir =/d' {.,doc}/Makefile.am \
- || die 'failed to unset docdir in Makefile.am'
-
- eautoreconf
-}
-
-multilib_src_configure() {
- local myeconfargs=(
- --disable-dependency-tracking
- $(use_enable subunit)
- )
- ECONF_SOURCE="${S}" \
- econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
- default
-
- rm -f "${ED}/usr/share/doc/${PF}"/COPYING* || \
- die 'failed to remove COPYING files'
-
- find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}
-
-multilib_src_test() {
- elog "-DTIMEOUT_TESTS_ENABLED=0 has been prepended to CPPFLAGS. To run the"
- elog "entire testsuite for dev-libs/check, ensure that"
- elog "-DTIMEOUT_TESTS_ENABLED=1 is in your CPPFLAGS."
- default_src_test
-}
diff --git a/dev-libs/check/check-0.9.11.ebuild b/dev-libs/check/check-0.9.11.ebuild
deleted file mode 100644
index b1e03527387..00000000000
--- a/dev-libs/check/check-0.9.11.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
-
-inherit autotools autotools-multilib eutils
-
-DESCRIPTION="A unit test framework for C"
-HOMEPAGE="https://sourceforge.net/projects/check/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs subunit"
-
-DEPEND="subunit? ( dev-python/subunit )
- sys-apps/texinfo
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-0.9.10-AM_PATH_CHECK.patch
-
- sed -i -e '/^docdir =/d' {.,doc}/Makefile.am || die
-
- # fix out-of-sourcedir build having inconsistent check.h files, for
- # example breaks USE=subunit.
- rm src/check.h || die
-
- # Fix automake warnings being treated as errors, bug #420373
- sed -i -e s/-Werror// configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --disable-dependency-tracking
- $(use_enable subunit)
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- )
- autotools-multilib_src_configure
-}
-
-src_install() {
- autotools-multilib_src_install
- dodoc AUTHORS *ChangeLog* NEWS README THANKS TODO
-
- rm -f "${ED}"/usr/share/doc/${PF}/COPYING* || die
-}
next reply other threads:[~2017-11-03 13:26 UTC|newest]
Thread overview: 93+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 13:26 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-06 12:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/check/ Sam James
2025-03-16 21:14 Andreas Sturmlechner
2025-03-14 16:48 Sam James
2025-03-09 10:21 Sam James
2025-03-09 10:21 Sam James
2025-03-09 10:21 Sam James
2025-03-09 9:26 Sam James
2025-03-09 9:26 Sam James
2025-03-09 9:25 Sam James
2025-03-09 9:21 Sam James
2025-02-26 7:18 Joonas Niilola
2022-05-08 3:10 WANG Xuerui
2020-09-27 10:27 Joonas Niilola
2020-09-13 10:50 Sergei Trofimovich
2020-09-13 8:38 Sergei Trofimovich
2020-09-13 8:30 Sergei Trofimovich
2020-09-12 16:57 Sam James
2020-09-12 16:57 Sam James
2020-09-12 8:16 Joonas Niilola
2020-09-12 8:16 Joonas Niilola
2020-09-08 6:25 Joonas Niilola
2020-09-07 15:43 Joonas Niilola
2020-09-07 15:43 Joonas Niilola
2020-09-07 15:43 Joonas Niilola
2020-08-09 8:49 Joonas Niilola
2020-08-05 14:06 Agostino Sarubbo
2020-07-27 18:36 Sergei Trofimovich
2020-07-27 13:54 Sam James
2020-07-25 11:26 Joonas Niilola
2020-07-25 11:16 Sam James
2020-07-25 8:42 Sergei Trofimovich
2020-07-23 7:33 Joonas Niilola
2020-07-22 6:20 Joonas Niilola
2020-07-22 6:20 Joonas Niilola
2020-06-22 8:58 Joonas Niilola
2020-05-27 6:18 Joonas Niilola
2020-05-27 6:18 Joonas Niilola
2020-05-27 6:18 Joonas Niilola
2020-05-12 6:36 Agostino Sarubbo
2020-05-11 18:33 Mart Raudsepp
2020-05-09 19:43 Sergei Trofimovich
2020-05-09 7:48 Agostino Sarubbo
2020-05-08 17:15 Agostino Sarubbo
2020-05-08 17:10 Agostino Sarubbo
2020-05-08 10:47 Agostino Sarubbo
2020-04-04 15:56 Sergei Trofimovich
2020-03-26 18:15 Joonas Niilola
2020-03-25 11:17 Joonas Niilola
2020-03-21 9:24 Mart Raudsepp
2020-03-02 15:22 Agostino Sarubbo
2020-03-02 12:39 Agostino Sarubbo
2020-03-02 12:38 Agostino Sarubbo
2020-03-02 12:34 Agostino Sarubbo
2020-03-02 12:29 Agostino Sarubbo
2020-03-02 12:28 Agostino Sarubbo
2020-02-29 9:02 Joonas Niilola
2020-02-29 9:02 Joonas Niilola
2020-02-02 8:08 Joonas Niilola
2019-10-27 7:07 Joonas Niilola
2019-10-03 15:42 Joonas Niilola
2019-05-04 13:18 Mikle Kolyada
2018-04-26 5:28 Matt Turner
2018-04-26 5:28 Matt Turner
2018-04-22 8:22 Mart Raudsepp
2018-03-25 17:18 Markus Meier
2018-03-22 0:15 Matt Turner
2018-03-20 9:15 Sergei Trofimovich
2018-03-20 9:07 Sergei Trofimovich
2018-03-04 11:34 Tobias Klausmann
2018-02-19 8:37 Sergei Trofimovich
2018-02-18 8:34 Sergei Trofimovich
2018-02-06 15:10 Thomas Deutschmann
2018-01-27 19:07 Mike Frysinger
2018-01-23 22:06 Patrice Clement
2018-01-15 19:03 Tobias Klausmann
2017-10-31 23:28 Sergei Trofimovich
2017-10-25 7:47 Lars Wendler
2017-08-19 0:31 Thomas Deutschmann
2017-07-15 15:17 Tobias Klausmann
2017-06-04 11:54 Sergei Trofimovich
2017-04-21 10:08 Kent Fredric
2017-03-10 16:59 Michael Weber
2017-03-01 0:31 Michael Weber
2017-01-29 16:07 Fabian Groffen
2016-12-23 8:46 Lars Wendler
2016-10-09 7:19 Jeroen Roovers
2016-10-05 19:08 Markus Meier
2016-10-01 12:19 Jeroen Roovers
2016-09-29 9:09 Tobias Klausmann
2016-08-12 20:48 Michael Orlitzky
2016-08-12 20:48 Michael Orlitzky
2016-08-07 7:25 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1509715602.1c149db5c64e00a0c1f4e30058a86c3a0c6efd7c.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox