public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Caleb Tennis (caleb)" <caleb@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/memcached: ChangeLog memcached-1.2.4.ebuild memcached-1.2.5.ebuild
Date: Mon, 31 Mar 2008 11:56:02 +0000	[thread overview]
Message-ID: <E1JgIcM-0005vd-Tt@stork.gentoo.org> (raw)

caleb       08/03/31 11:56:02

  Modified:             ChangeLog memcached-1.2.4.ebuild
  Added:                memcached-1.2.5.ebuild
  Log:
  bump to 1.2.5
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.60                 net-misc/memcached/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/memcached/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/memcached/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/memcached/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	22 Feb 2008 18:39:02 -0000	1.59
+++ ChangeLog	31 Mar 2008 11:56:02 -0000	1.60
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/memcached
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.59 2008/02/22 18:39:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.60 2008/03/31 11:56:02 caleb Exp $
+
+*memcached-1.2.5 (31 Mar 2008)
+
+  31 Mar 2008; Caleb Tennis <caleb@gentoo.org> memcached-1.2.4.ebuild,
+  +memcached-1.2.5.ebuild:
+  bump to 1.2.5
 
   22 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> memcached-1.2.4.ebuild:
   Cache::Memcached is only used for some testcases in 1.2.4, so move it under



1.3                  net-misc/memcached/memcached-1.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/memcached/memcached-1.2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/memcached/memcached-1.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/memcached/memcached-1.2.4.ebuild?r1=1.2&r2=1.3

Index: memcached-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- memcached-1.2.4.ebuild	22 Feb 2008 18:39:02 -0000	1.2
+++ memcached-1.2.4.ebuild	31 Mar 2008 11:56:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.2.4.ebuild,v 1.2 2008/02/22 18:39:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.2.4.ebuild,v 1.3 2008/03/31 11:56:02 caleb Exp $
 
 inherit eutils
 
@@ -19,7 +19,7 @@
 RDEPEND=">=dev-libs/libevent-0.6
 		 dev-lang/perl"
 DEPEND="${RDEPEND}
-		test? ( perl-core/Test-Harness >=dev-perl/Cache-Memcached-1.24 )"
+		test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 )"
 
 S="${WORKDIR}/${MY_P}"
 



1.1                  net-misc/memcached/memcached-1.2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/memcached/memcached-1.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/memcached/memcached-1.2.5.ebuild?rev=1.1&content-type=text/plain

Index: memcached-1.2.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.2.5.ebuild,v 1.1 2008/03/31 11:56:02 caleb Exp $

inherit eutils

MY_PV="${PV/_rc/-rc}"
MY_P="${PN}-${MY_PV}"

DESCRIPTION="High-performance, distributed memory object caching system"
HOMEPAGE="http://www.danga.com/memcached/"
SRC_URI="http://www.danga.com/memcached/dist/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="nptl test"

RDEPEND=">=dev-libs/libevent-0.6
		 dev-lang/perl"
DEPEND="${RDEPEND}
		test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 )"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
	# Merged in upstream r604
	#epatch "${FILESDIR}/${PN}-1.2.2-p-threads.patch"
}

src_compile() {
	econf $(use_enable nptl threads)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dobin scripts/memcached-tool

	dodoc AUTHORS ChangeLog NEWS README TODO doc/{CONTRIBUTORS,*.txt}

	newconfd "${FILESDIR}"/1.2.4/conf memcached
	newinitd "${FILESDIR}"/1.2.4/init memcached
}

pkg_postinst() {
	enewuser memcached -1 -1 /dev/null daemon

	elog "With this version of Memcached Gentoo now supports multiple instances."
	elog "To enable this you must create a symlink in /etc/init.d/ for each instance"
	elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/"
	elog "Please see Gentoo bug #122246 for more info"
}

src_test() {
	emake -j1 test || die "Failed testing"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-03-31 11:56 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=E1JgIcM-0005vd-Tt@stork.gentoo.org \
    --to=caleb@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