* [gentoo-commits] gentoo-x86 commit in net-misc/tokyotyrant: ChangeLog tokyotyrant-1.1.37.ebuild
@ 2009-10-27 21:07 99% Patrick Lauer (patrick)
0 siblings, 0 replies; 1+ results
From: Patrick Lauer (patrick) @ 2009-10-27 21:07 UTC (permalink / raw
To: gentoo-commits
patrick 09/10/27 21:07:54
Modified: ChangeLog
Added: tokyotyrant-1.1.37.ebuild
Log:
Bump, closes #290808
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.3 net-misc/tokyotyrant/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tokyotyrant/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tokyotyrant/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tokyotyrant/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 20 Oct 2009 18:48:32 -0000 1.2
+++ ChangeLog 27 Oct 2009 21:07:53 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/tokyotyrant
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/ChangeLog,v 1.2 2009/10/20 18:48:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/ChangeLog,v 1.3 2009/10/27 21:07:53 patrick Exp $
+
+*tokyotyrant-1.1.37 (27 Oct 2009)
+
+ 27 Oct 2009; Patrick Lauer <patrick@gentoo.org>
+ +tokyotyrant-1.1.37.ebuild:
+ Bump, closes #290808
*tokyotyrant-1.1.36 (20 Oct 2009)
1.1 net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild?rev=1.1&content-type=text/plain
Index: tokyotyrant-1.1.37.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/tokyotyrant-1.1.37.ebuild,v 1.1 2009/10/27 21:07:53 patrick Exp $
EAPI=2
inherit eutils
DESCRIPTION="A network interface to Tokyo Cabinet"
HOMEPAGE="http://1978th.net/tokyotyrant/"
SRC_URI="${HOMEPAGE}${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug lua"
DEPEND="dev-db/tokyocabinet
sys-libs/zlib
app-arch/bzip2
lua? ( dev-lang/lua )"
RDEPEND="${DEPEND}"
pkg_setup() {
enewgroup tyrant
enewuser tyrant -1 -1 /var/lib/${PN} tyrant
}
src_prepare() {
epatch "${FILESDIR}"/fix_makefiles.patch
epatch "${FILESDIR}"/fix_testsuite.patch
}
src_configure() {
econf \
$(use_enable debug) \
$(use_enable lua)
}
src_install() {
rm ttservctl || die "Install failed"
emake DESTDIR="${D}" install || die "Install failed"
for x in /var/{lib,run,log}/${PN}; do
dodir "${x}" || die "Install failed"
fowners tyrant:tyrant "${x}"
done
newinitd "${FILESDIR}/${PN}.initd" ${PN} || die "Install failed"
newconfd "${FILESDIR}/${PN}.confd" ${PN} || die "Install failed"
}
src_test() {
emake -j1 check || die "Tests failed"
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-10-27 21:07 99% [gentoo-commits] gentoo-x86 commit in net-misc/tokyotyrant: ChangeLog tokyotyrant-1.1.37.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