public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libmemcached: ChangeLog libmemcached-0.37.ebuild
Date: Mon, 01 Feb 2010 06:22:17 +0000	[thread overview]
Message-ID: <E1Nbpft-0002Wj-9F@stork.gentoo.org> (raw)

robbat2     10/02/01 06:22:17

  Modified:             ChangeLog
  Added:                libmemcached-0.37.ebuild
  Log:
  Bug #302284: version bump. Patch from Johan Bergström <bugs@bergstroem.nu>.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-libs/libmemcached/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmemcached/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmemcached/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmemcached/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -p -w -b -B -u -u -r1.24 -r1.25
--- ChangeLog	31 Jan 2010 19:51:20 -0000	1.24
+++ ChangeLog	1 Feb 2010 06:22:16 -0000	1.25
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/libmemcached
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v 1.24 2010/01/31 19:51:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v 1.25 2010/02/01 06:22:16 robbat2 Exp $
+
+*libmemcached-0.37 (01 Feb 2010)
+
+  01 Feb 2010; Robin H. Johnson <robbat2@gentoo.org>
+  +libmemcached-0.37.ebuild:
+  Bug #302284: version bump. Patch from Johan Bergström
+  <bugs@bergstroem.nu>.
 
   31 Jan 2010; Torsten Veller <tove@gentoo.org> libmemcached-0.28.ebuild,
   libmemcached-0.30.ebuild:



1.1                  dev-libs/libmemcached/libmemcached-0.37.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmemcached/libmemcached-0.37.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmemcached/libmemcached-0.37.ebuild?rev=1.1&content-type=text/plain

Index: libmemcached-0.37.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-0.37.ebuild,v 1.1 2010/02/01 06:22:16 robbat2 Exp $

EAPI=2

inherit eutils

DESCRIPTION="a C client library to the memcached server"
HOMEPAGE="http://tangent.org/552/libmemcached.html"
SRC_URI="http://download.tangent.org/${P}.tar.gz"

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

DEPEND="net-misc/memcached"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}/${PN}-0.28-runtestsasuser.patch"
}

src_configure() {
	econf \
		$(use_with debug debug) \
		$(use_with hsieh hsieh_hash)
}

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}

src_test() {
	emake library_test libmhashkit_test || die "Tests failed"
}






                 reply	other threads:[~2010-02-01  6:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1Nbpft-0002Wj-9F@stork.gentoo.org \
    --to=robbat2@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