public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/musl:master commit in: sys-libs/tdb/, sys-libs/tdb/files/
@ 2016-03-14 23:29 Anthony G. Basile
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2016-03-14 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9d7b7b9203fa5cdc0148b2d5dfa55282ab2829da
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 10:52:49 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 10:52:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=9d7b7b92

sys-libs/tdb: in tree version 1.3.8 works

Package-Manager: portage-2.2.26

 sys-libs/tdb/Manifest                              |  5 --
 .../tdb/files/add_missing_stdbool_h_include.patch  | 27 ----------
 .../tdb/files/tdb-remove-check-bsd-strtoll.patch   | 24 ---------
 sys-libs/tdb/metadata.xml                          | 12 -----
 sys-libs/tdb/tdb-1.3.0-r99.ebuild                  | 63 ----------------------
 5 files changed, 131 deletions(-)

diff --git a/sys-libs/tdb/Manifest b/sys-libs/tdb/Manifest
deleted file mode 100644
index dc3c6ec..0000000
--- a/sys-libs/tdb/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX add_missing_stdbool_h_include.patch 735 SHA256 d183183b15242ca3f2273983a5ba6f900e49626f21f1d6b4efad81769161497f SHA512 cbfd63c4af8cff139648b136ce1ca619a21e7606256196297bb487dab6a7c4055bd7ab6d7462fb1d336518dbb9399cb1c25563f384f84aec575ef89f71faa10e WHIRLPOOL d774b0ac858b76b1355dc64ba1167867f3fa337620fb20fb9dad6760f2ce56916443f7fcd6c1c3a1c94ef0a62f9d5fffcd1bd45d2ce3acdf0ce4f7b923844f1d
-AUX tdb-remove-check-bsd-strtoll.patch 1133 SHA256 75cb8c9f2ad7f8f93841d2ca0d8260c39ea5faab00ab294cbdd6840802bba9a2 SHA512 b85cb132efb17fccf9dbdffe50cfa9468b3da15b28923ee2f0908be558460ce2e5ec421b2f90b47036eb55d159804de016caf025c7ad9aebe79cc446b12e9cd6 WHIRLPOOL af8e044d43693d8bcc1622de2d5072467103d812acd0744185aa94c13b74d2aa0880f71beefa36847dbb355a77af2b1245cf2699bb6ea404772d5c7d9b6298cf
-DIST tdb-1.3.0.tar.gz 479096 SHA256 04bee48d405ab7815810575a6e0cb364cc0eea6187b54b18c84e9c18a768ba20 SHA512 b9a66070002879119627bae82d8bafeb52ae336afdc4d97e14a7e4ff78e42c7c516f8349781964c2bfbbcc6949247c5fa9519f936c884151ffff9e121f9f9334 WHIRLPOOL 88da0b12ecdc8746bf627f2e1ce896b1a2b435c1dc34cd5649cd1554aa2cf90fe16014dd31fc45605d6a3dcdf02c3a09b1a43e68527497379734a96a3dd99711
-EBUILD tdb-1.3.0-r99.ebuild 1461 SHA256 96c36670987f1ec11ba2ff07911aeaafdf80dae0ef004211e6b2e11f45b403aa SHA512 86ff5b9110dc34e8fc8f2c2eeb8619797386280e1877cc112723d8b60d78071d2e312dd3843d9fae710263cf9dd4bc03bccc59ccd3b28e60ede27ce35a40aca5 WHIRLPOOL 5c5990f302b5336a8a76e68d9706fd5613dec5e922f38355e605d6d3d191fd684a8318991cc2bf3058b965c5627a3e296533c3a36c8e09941fca9cbca243ddb1
-MISC metadata.xml 356 SHA256 0990f052548eb3a00ce43438f8753a35456ea27c1d3da699f00b12e66a5039cd SHA512 59095952e57315232ef95494f2c30f520f13538f279df25f17a923a836194c4df78e11a03ff6fab814c1db1fe5a81cae2cf20988d77ef30e0c0d47f9a74f01cb WHIRLPOOL 3460b24cad2050d51f7196967aba58b491cce004285b5fb41ec7d879e7fff5551dad15ec4ec797567383e906f5fde716f55945ed81f9b16624636b92caaa833d

diff --git a/sys-libs/tdb/files/add_missing_stdbool_h_include.patch b/sys-libs/tdb/files/add_missing_stdbool_h_include.patch
deleted file mode 100644
index 756eaae..0000000
--- a/sys-libs/tdb/files/add_missing_stdbool_h_include.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
-From: Adam Williamson <awilliam@redhat.com>
-Date: Fri, 23 May 2014 10:08:14 -0700
-Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
-
-Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
-not include stdbool.h. This causes any build including tdb.h to fail, at least
-for me with GCC 4.9.0.
----
- lib/tdb/include/tdb.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/tdb/include/tdb.h b/lib/tdb/include/tdb.h
-index 5ea5e60..03e429c 100644
---- a/lib/tdb/include/tdb.h
-+++ b/lib/tdb/include/tdb.h
-@@ -31,6 +31,7 @@ extern "C" {
- #endif
- 
- #include <signal.h>
-+#include <stdbool.h>
- 
- /**
-  * @defgroup tdb The tdb API
--- 
-1.9.3
-

diff --git a/sys-libs/tdb/files/tdb-remove-check-bsd-strtoll.patch b/sys-libs/tdb/files/tdb-remove-check-bsd-strtoll.patch
deleted file mode 100644
index d367cf4..0000000
--- a/sys-libs/tdb/files/tdb-remove-check-bsd-strtoll.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur tdb-1.3.0.orig/lib/replace/wscript tdb-1.3.0/lib/replace/wscript
---- tdb-1.3.0.orig/lib/replace/wscript	2014-05-22 22:30:38.000000000 +0000
-+++ tdb-1.3.0/lib/replace/wscript	2015-07-16 22:13:34.985767738 +0000
-@@ -276,20 +276,6 @@
- 
-     #Some OS (ie. freebsd) return EINVAL if the convertion could not be done, it's not what we expect
-     #Let's detect those cases
--    if conf.CONFIG_SET('HAVE_STRTOLL'):
--        conf.CHECK_CODE('''
--                        long long nb = strtoll("Text", NULL, 0);
--                        if (errno == EINVAL) {
--                            return 0;
--                        } else {
--                            return 1;
--                        }
--                        ''',
--                        msg="Checking correct behavior of strtoll",
--                        headers = 'errno.h',
--                        execute = True,
--                        define = 'HAVE_BSD_STRTOLL',
--                        )
-     conf.CHECK_FUNCS('if_nametoindex strerror_r')
-     conf.CHECK_FUNCS('getdirentries getdents syslog')
-     conf.CHECK_FUNCS('gai_strerror get_current_dir_name')

diff --git a/sys-libs/tdb/metadata.xml b/sys-libs/tdb/metadata.xml
deleted file mode 100644
index f0c4a5f..0000000
--- a/sys-libs/tdb/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>patrick@gentoo.org</email>
-    <name>Patrick Lauer</name>
-  </maintainer>
-<maintainer type="project">
-    <email>samba@gentoo.org</email>
-    <name>Samba</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/sys-libs/tdb/tdb-1.3.0-r99.ebuild b/sys-libs/tdb/tdb-1.3.0-r99.ebuild
deleted file mode 100644
index 951bec8..0000000
--- a/sys-libs/tdb/tdb-1.3.0-r99.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.14 2015/01/03 12:40:14 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit waf-utils multilib-minimal python-single-r1 eutils
-
-DESCRIPTION="A simple database API"
-HOMEPAGE="http://tdb.samba.org/"
-SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
-IUSE="python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="
-	${RDEPEND}
-	${PYTHON_DEPS}
-	app-text/docbook-xml-dtd:4.2"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-src_prepare() {
-	epatch "${FILESDIR}/add_missing_stdbool_h_include.patch"
-	epatch "${FILESDIR}/tdb-remove-check-bsd-strtoll.patch"
-
-	python_fix_shebang .
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	local extra_opts=()
-	if ! multilib_is_native_abi || ! use python; then
-		extra_opts+=( --disable-python )
-	fi
-
-	waf-utils_src_configure \
-		"${extra_opts[@]}"
-}
-
-multilib_src_compile() {
-	# need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
-	unset MAKEOPTS
-	waf-utils_src_compile
-}
-
-multilib_src_test() {
-	# the default src_test runs 'make test' and 'make check', letting
-	# the tests fail occasionally (reason: unknown)
-	emake check
-}
-
-multilib_src_install() {
-	waf-utils_src_install
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-14 23:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 23:29 [gentoo-commits] proj/musl:master commit in: sys-libs/tdb/, sys-libs/tdb/files/ Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox