* [gentoo-commits] gentoo-x86 commit in app-misc/beanstalkd: ChangeLog beanstalkd-1.4.3.ebuild
@ 2010-01-04 19:03 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2010-01-04 19:03 UTC (permalink / raw
To: gentoo-commits
patrick 10/01/04 19:03:07
Modified: ChangeLog
Added: beanstalkd-1.4.3.ebuild
Log:
Bump, fixes #295292
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.6 app-misc/beanstalkd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/beanstalkd/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/beanstalkd/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/beanstalkd/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 23 Oct 2009 19:20:30 -0000 1.5
+++ ChangeLog 4 Jan 2010 19:03:07 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/beanstalkd
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.5 2009/10/23 19:20:30 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.6 2010/01/04 19:03:07 patrick Exp $
+
+*beanstalkd-1.4.3 (04 Jan 2010)
+
+ 04 Jan 2010; Patrick Lauer <patrick@gentoo.org> +beanstalkd-1.4.3.ebuild:
+ Bump, fixes #295292
*beanstalkd-1.4.2 (23 Oct 2009)
1.1 app-misc/beanstalkd/beanstalkd-1.4.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild?rev=1.1&content-type=text/plain
Index: beanstalkd-1.4.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild,v 1.1 2010/01/04 19:03:07 patrick Exp $
inherit eutils
DESCRIPTION="A fast, distributed, in-memory workqueue service"
HOMEPAGE="http://xph.us/software/beanstalkd/"
SRC_URI="http://xph.us/dist/beanstalkd/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
RDEPEND=">=dev-libs/libevent-1.4.7"
DEPEND="${RDEPEND}
test? ( net-analyzer/netcat )"
IUSE="test"
pkg_preinst() {
enewuser beanstalk -1 -1 /dev/null daemon
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
DATADIR=/var/lib/${PN}
dodir "${DATADIR}" || die "Install failed"
fowners beanstalk:daemon "${DATADIR}"
dodoc README TODO doc/*.txt
newconfd "${FILESDIR}/conf-1.4.2" beanstalkd
newinitd "${FILESDIR}/init-1.4.2" beanstalkd
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-04 19:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 19:03 [gentoo-commits] gentoo-x86 commit in app-misc/beanstalkd: ChangeLog beanstalkd-1.4.3.ebuild Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox