diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-16 05:02:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-16 05:02:38 +0100 |
commit | f1bc537f089cc8477a9a18db597cb349e1b00e91 (patch) | |
tree | c48eb730c43e5f35729fabbe5cb4bfbe4a1bc794 /dev-libs/libmemcache | |
parent | cb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa (diff) |
gentoo resync : 16.06.2018
Diffstat (limited to 'dev-libs/libmemcache')
6 files changed, 0 insertions, 142 deletions
diff --git a/dev-libs/libmemcache/Manifest b/dev-libs/libmemcache/Manifest deleted file mode 100644 index d216f4d12fe6..000000000000 --- a/dev-libs/libmemcache/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX libmemcache-1.4.0_rc2-implicit_pointer.patch 385 BLAKE2B af014156d4168b9216d4fcfd23d9a8fcaac34f0fe6fca989c74d376937ab9ea7acca9e97df2e7a4e613eff9620fed294651a2e8041a8f7c107809c476e445813 SHA512 be3f29a1ff78a7a676ae054754d5c3641d2d75f40365e2a55e9223b05ea53c8e1172e20fb64742cac23a7e386de15833a4de7d75f4937befc71a51fa9b9f5583 -AUX libmemcache-1.4.0_rc2-inline.patch 2051 BLAKE2B 80b6b6afdb818f8f27d574f30aa2b8f32d627a94d3d92c31879328f0f0d1ecf1a6afa6c445a04efc1a8bea966de936c33ff1b13729c4651d7467b15c7080df97 SHA512 f5f817ffffeaccd930e83f099c0786302748afd13946b408ca63fd89c5d77d0fe7a6190ef9db7ea9da3882c00ef6ebeeed109c527bbc1ebeadef193e193a0cc6 -AUX libmemcache-1.4.0_rc2-ppc_ftbfs.patch 983 BLAKE2B 15a7b9e02216ed68375d7aba2b5b0b65d9da522db74d6ccb200ceaaf1cc1ff61872db6f657cf832894a02cf0c59448bed52795496d0edd9a86d3366348c052c4 SHA512 4ae7d6b99982934e7a28f7e0dd103341e9f4b7eb514e20cef3c02e428ee8c555c71c8bfdc06f0771ff0b73827251fa5eb4e7bce8014cd5cf2f5148d18b1f56b1 -DIST libmemcache-1.4.0.rc2.tar.bz2 301136 BLAKE2B bd30932811012e0d6e383c42fc3e61096d3a4d38f111bb70f04313119aaa1ea65c8709198b3edcad5dd136a809656dcad58603715115cc44affab333bf750302 SHA512 4b8c09c425d48d0ad040d3f01ec3c0d88babefb702b666d5cb3d10eac9993be88d00120b57b6224f7d55ae979d3136de10d5ddc793d9aa7f8b9531b5d79449d0 -EBUILD libmemcache-1.4.0_rc2-r2.ebuild 1049 BLAKE2B 5ed7c99d2660abd11eaaa687789c9acd4985c2c7686d08a87153ebdcbbd6a24028a9019823ba023ab2f1bb3704de91c822800e697dc8352581050f7a1da87045 SHA512 cb342ba5a13ab8a980739c8bdfba0061a2278cc7c6bcbf230e6f23331e15e482e20a8e312ecf26e5235994194ef7b645d6d3ddf1a6deb3c05453452ce05caa41 -MISC metadata.xml 304 BLAKE2B cf6f26fa6563aa19ef922e08b525d5f70af1e8df8ad6396a67ac6f956b75879ab0af1f7d65d2306518f56d52480bb27a7936fc32e31b858eb4cdb4db9ed19fdc SHA512 de92a462028eebdb520fd2a745eeffd845615fbace7691bc954997113a2b0f273f5b9fdcaebc299ae510d3fafa611397ac468b8b13fd44c00488fbc210b3358c diff --git a/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-implicit_pointer.patch b/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-implicit_pointer.patch deleted file mode 100644 index e944ce1725a9..000000000000 --- a/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-implicit_pointer.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: libmemcache-1.4.0.rc2/test/benchmark/benchmark.c -=================================================================== ---- libmemcache-1.4.0.rc2.orig/test/benchmark/benchmark.c -+++ libmemcache-1.4.0.rc2/test/benchmark/benchmark.c -@@ -29,6 +29,7 @@ - - #include "memcache.h" - -+char *strdup(const char *s1); - double tt(const struct timeval *t1, const struct timeval *t2); - - double diff --git a/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-inline.patch b/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-inline.patch deleted file mode 100644 index 6eba5dffd135..000000000000 --- a/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-inline.patch +++ /dev/null @@ -1,33 +0,0 @@ -http://bugs.gentoo.org/276571 - ---- include/memcache.h.in -+++ include/memcache.h.in -@@ -923,7 +923,7 @@ int mcMemGet(mcFreeFunc *freeFunc, mcMallocFunc *mallocFunc, - mcMallocFunc *mallocAtomicFunc, mcReallocFunc *reallocFunc); - - /* Returns a pointer to the global context. */ --inline struct memcache_ctxt *mc_global_ctxt(void); -+struct memcache_ctxt *mc_global_ctxt(void); - - /* The next two functions are used to setup an error handler. */ - int mcErrSetup(mcErrFunc errFunc); ---- include/memcache/buffer.h -+++ include/memcache/buffer.h -@@ -63,14 +63,14 @@ struct memcache_buf *mcm_buf_find_replace(struct memcache_ctxt *, struct memcach - struct memcache_buf *mcm_buf_find_replace2(struct memcache_ctxt *, struct memcache_buf *, - const char *, struct memcache_buf *); - int mcm_buf_free(struct memcache_ctxt *, struct memcache_buf **); --inline u_int32_t mcm_buf_len(const struct memcache_ctxt *, const struct memcache_buf *); -+u_int32_t mcm_buf_len(const struct memcache_ctxt *, const struct memcache_buf *); - struct memcache_buf *mcm_buf_new(struct memcache_ctxt *); - struct memcache_buf *mcm_buf_new2(struct memcache_ctxt *, const char *, const u_int32_t); - struct memcache_buf *mcm_buf_new3(struct memcache_ctxt *, const char *); - size_t mcm_buf_read(struct memcache_ctxt *, struct memcache_buf *, int); - int mcm_buf_realloc(struct memcache_ctxt *, struct memcache_buf *, const u_int32_t); --inline size_t mcm_buf_remain(const struct memcache_ctxt *, const struct memcache_buf *); --inline size_t mcm_buf_remain_off(const struct memcache_ctxt *, const struct memcache_buf *); -+size_t mcm_buf_remain(const struct memcache_ctxt *, const struct memcache_buf *); -+size_t mcm_buf_remain_off(const struct memcache_ctxt *, const struct memcache_buf *); - int mcm_buf_replace(struct memcache_ctxt *, struct memcache_buf *, const char *, const u_int32_t); - int mcm_buf_replace2(struct memcache_ctxt *, struct memcache_buf *, const char *); - int mcm_buf_replace_buf(struct memcache_ctxt *, struct memcache_buf *, struct memcache_buf *); diff --git a/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-ppc_ftbfs.patch b/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-ppc_ftbfs.patch deleted file mode 100644 index dbeee57b1c6b..000000000000 --- a/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-ppc_ftbfs.patch +++ /dev/null @@ -1,40 +0,0 @@ -Debian patch: 10_ftbfs_fix_powerpc.patch -Fixing build on PowerPC -https://bugs.gentoo.org/show_bug.cgi?id=365303 - ---- a/include/memcache.h.in -+++ b/include/memcache.h.in -@@ -61,6 +61,11 @@ - #ifndef MEMCACHE_H - #define MEMCACHE_H - -+/* fix FTBFS on powerpc for Debian libmemcache */ -+#ifndef __USE_POSIX -+#define __USE_POSIX -+#endif -+ - #include <netdb.h> - #include <sys/types.h> - #include <sys/time.h> ---- a/src/memcache.c -+++ b/src/memcache.c -@@ -39,12 +39,17 @@ - #include <sysexits.h> - #include <errno.h> - #include <sys/types.h> --#ifdef __linux -+ -+/* fix FTBFS on powerpc for Debian libmemcache. I personally think this -+ * shouldnt be the case, as Debian Bug#345587 seems to show. */ -+ -+/* #ifdef __linux */ - # ifndef __USE_POSIX - # define __USE_POSIX - #warning "Working around busted-ass Linux header include problems: use FreeBSD instead" - #warning "http://www.FreeBSD.org/ - you won't regret it" --# endif -+/* #endif */ -+ - #endif - #include <sys/time.h> - #include <sys/socket.h> diff --git a/dev-libs/libmemcache/libmemcache-1.4.0_rc2-r2.ebuild b/dev-libs/libmemcache/libmemcache-1.4.0_rc2-r2.ebuild deleted file mode 100644 index b3b5eb44e9a0..000000000000 --- a/dev-libs/libmemcache/libmemcache-1.4.0_rc2-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eutils toolchain-funcs - -MY_P=${PN}-${PV/_/.} - -DESCRIPTION="C API for memcached" -HOMEPAGE="http://people.freebsd.org/~seanc/libmemcache/" -SRC_URI="http://people.freebsd.org/~seanc/libmemcache/${MY_P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-inline.patch - epatch "${FILESDIR}"/${P}-implicit_pointer.patch - [[ $(tc-arch) == ppc* ]] && epatch "${FILESDIR}"/${P}-ppc_ftbfs.patch - - rm -rf test/unit || die - sed -i -e '/DIR/s,unit,,g' test/Makefile.am || die - sed -i \ - -e 's,test/unit/Makefile,,g' \ - -e '/^CFLAGS=.*Wall.*pipe/s,-Wall,${CFLAGS} -Wall,g' \ - -e '/^OPTIMIZE=/d' \ - -e '/^PROFILE=/d' \ - configure.ac || die - - eautoreconf - default -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog -} diff --git a/dev-libs/libmemcache/metadata.xml b/dev-libs/libmemcache/metadata.xml deleted file mode 100644 index 58bfe2058b7a..000000000000 --- a/dev-libs/libmemcache/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - </maintainer> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - </maintainer> -</pkgmetadata> |