public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libmemcached: libmemcached-1.0.18-r2.ebuild ChangeLog libmemcached-0.50.ebuild
@ 2015-01-13 21:37 Matt Thode (prometheanfire)
  0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2015-01-13 21:37 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    15/01/13 21:37:45

  Modified:             ChangeLog
  Added:                libmemcached-1.0.18-r2.ebuild
  Removed:              libmemcached-0.50.ebuild
  Log:
  fixing bug 536158
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.80                 dev-libs/libmemcached/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmemcached/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmemcached/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmemcached/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	1 Jan 2015 11:23:31 -0000	1.79
+++ ChangeLog	13 Jan 2015 21:37:45 -0000	1.80
@@ -1,6 +1,15 @@
 # ChangeLog for dev-libs/libmemcached
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v 1.79 2015/01/01 11:23:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v 1.80 2015/01/13 21:37:45 prometheanfire Exp $
+
+*libmemcached-1.0.18-r2 (13 Jan 2015)
+
+  13 Jan 2015; Matthew Thode <prometheanfire@gentoo.org>
+  +libmemcached-1.0.18-r2.ebuild,
+  -files/libmemcached-0.28-removebogustest.patch,
+  -files/libmemcached-0.28-runtestsasuser.patch,
+  -files/libmemcached-0.39-runtestsasuser.patch, -libmemcached-0.50.ebuild:
+  fixing bug 536158
 
   01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libmemcached-1.0.18.ebuild:
   Stable for ppc64, wrt bug #530960



1.1                  dev-libs/libmemcached/libmemcached-1.0.18-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmemcached/libmemcached-1.0.18-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmemcached/libmemcached-1.0.18-r2.ebuild?rev=1.1&content-type=text/plain

Index: libmemcached-1.0.18-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-1.0.18-r2.ebuild,v 1.1 2015/01/13 21:37:45 prometheanfire Exp $

EAPI=5

WANT_AUTOMAKE=1.13

inherit autotools eutils multilib
RESTRICT="test" # https://bugs.gentoo.org/show_bug.cgi?id=498250 https://bugs.launchpad.net/gentoo/+bug/1278023

DESCRIPTION="a C client library to the memcached server"
HOMEPAGE="http://libmemcached.org/libMemcached.html"
SRC_URI="http://launchpad.net/${PN}/1.0/${PV}/+download/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="debug hsieh +libevent sasl static-libs"

DEPEND="net-misc/memcached
	sasl? ( dev-libs/cyrus-sasl )
	libevent? ( dev-libs/libevent )"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}/debug-disable-enable-1.0.18.patch"
	sed -i '6i CFLAGS = @CFLAGS@' Makefile.am
	sed -e "/_APPEND_COMPILE_FLAGS_ERROR(\[-fmudflapth\?\])/d" -i m4/ax_harden_compiler_flags.m4
	eautoreconf
}

src_configure() {
	econf \
		--disable-dtrace \
		$(use_enable static-libs static) \
		$(use_enable sasl sasl) \
		$(use_enable debug debug) \
		$(use_enable debug assert) \
		$(use_enable hsieh hsieh_hash) \
		--libdir=/usr/$(get_libdir) \
		${myconf}
}

src_install() {
	emake DESTDIR="${D}" install

	use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib*.la

	dodoc AUTHORS ChangeLog README THANKS TODO
	# remove manpage to avoid collision, see bug #299330
	rm -f "${D}"/usr/share/man/man1/memdump.*
	newman man/memdump.1 memcached_memdump.1
}





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

only message in thread, other threads:[~2015-01-13 21:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 21:37 [gentoo-commits] gentoo-x86 commit in dev-libs/libmemcached: libmemcached-1.0.18-r2.ebuild ChangeLog libmemcached-0.50.ebuild Matt Thode (prometheanfire)

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