mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
dev-libs/check: remove package
This is only a dependency of packages if the test use flag is set.
This commit is contained in:
parent
a26714a1e2
commit
a26bb195a5
@ -1 +0,0 @@
|
||||
DIST check-0.9.8.tar.gz 558943 RMD160 75e0d1981109086ac597e57655ba9561f1b79211 SHA1 a75cc89411e24b5d39b7869f8233e19f210de555 SHA256 82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f
|
@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.8.ebuild,v 1.1 2009/11/15 21:11:47 eva Exp $
|
||||
|
||||
inherit eutils autotools
|
||||
|
||||
DESCRIPTION="A unit test framework for C"
|
||||
HOMEPAGE="http://sourceforge.net/projects/check/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
epatch "${FILESDIR}"/${PN}-0.9.6-AM_PATH_CHECK.patch
|
||||
epatch "${FILESDIR}"/${PN}-0.9.6-64bitsafe.patch
|
||||
|
||||
sed -i -e '/^docdir =/d' Makefile.am doc/Makefile.am \
|
||||
|| die "Unable to remove docdir references"
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
econf --docdir=/usr/share/doc/${PF}
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
Index: check-0.9.6/configure.ac
|
||||
===================================================================
|
||||
--- check-0.9.6.orig/configure.ac
|
||||
+++ check-0.9.6/configure.ac
|
||||
@@ -17,6 +17,8 @@ AC_CONFIG_AUX_DIR([build-aux])
|
||||
# really severe build strictness
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror gnits 1.9.6])
|
||||
|
||||
+AC_USE_SYSTEM_EXTENSIONS
|
||||
+
|
||||
# FIXME: find the other places this stuff is used
|
||||
|
||||
CHECK_MAJOR_VERSION=0
|
@ -1,12 +0,0 @@
|
||||
diff -Naur check-0.9.5-orig/doc/example/configure.ac check-0.9.5/doc/example/configure.ac
|
||||
--- check-0.9.5-orig/doc/example/configure.ac 2006-11-21 17:19:14.000000000 -0600
|
||||
+++ check-0.9.5/doc/example/configure.ac 2008-12-04 21:45:13.000000000 -0600
|
||||
@@ -25,7 +25,7 @@
|
||||
# CHECK_LIBS accordingly.
|
||||
# AM_PATH_CHECK([MINIMUM-VERSION,
|
||||
# [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
||||
-AM_PATH_CHECK()
|
||||
+PKG_CHECK_MODULES([check], [], [])
|
||||
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
@ -1,11 +0,0 @@
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DEPEND=>=app-portage/elt-patches-20170422 !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DESCRIPTION=A unit test framework for C
|
||||
EAPI=0
|
||||
HOMEPAGE=http://sourceforge.net/projects/check/
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
|
||||
LICENSE=GPL-2
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/check/check-0.9.8.tar.gz
|
||||
_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af
|
||||
_md5_=3b1b56f93d344b426c625fe4e0282bd3
|
Loading…
Reference in New Issue
Block a user