About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
patrick 09/11/10 13:59:52 Modified: ChangeLog Added: tokyocabinet-1.4.38.ebuild Log: Buuuump. (Portage version: 2.2_rc49/cvs/Linux x86_64) Revision Changes Path 1.12 dev-db/tokyocabinet/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 7 Nov 2009 18:49:06 -0000 1.11 +++ ChangeLog 10 Nov 2009 13:59:52 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for dev-db/tokyocabinet # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.11 2009/11/07 18:49:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.12 2009/11/10 13:59:52 patrick Exp $ + +*tokyocabinet-1.4.38 (10 Nov 2009) + + 10 Nov 2009; Patrick Lauer <patrick@g.o> + +tokyocabinet-1.4.38.ebuild: + Buuuump. *tokyocabinet-1.4.37 (07 Nov 2009) 1.1 dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild?rev=1.1&content-type=text/plain Index: tokyocabinet-1.4.38.ebuild =================================================================== # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.38.ebuild,v 1.1 2009/11/10 13:59:52 patrick Exp $ EAPI=2 inherit eutils DESCRIPTION="A library of routines for managing a database" HOMEPAGE="http://1978th.net/tokyocabinet/" SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~ppc-macos ~x64-solaris" IUSE="debug doc examples" DEPEND="sys-libs/zlib app-arch/bzip2" RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}/fix_rpath.patch" } src_configure() { econf $(use_enable debug) } src_install() { emake DESTDIR="${D}" install || die "Install failed" if use examples; then dodoc example/* || die "Install failed" fi if use doc; then dodoc doc/* || die "Install failed" fi } src_test() { emake -j1 check || die "Tests failed" }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.