From cd71a2fe0a0b45054b835a7f7366da5d7735facd Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 7 Nov 2009 18:49:06 +0000 Subject: Bump, fixes #292285 (Portage version: 2.2_rc49/cvs/Linux x86_64) --- dev-db/tokyocabinet/ChangeLog | 9 ++++- dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild | 44 ----------------------- dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild | 44 ----------------------- dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild | 44 +++++++++++++++++++++++ 4 files changed, 52 insertions(+), 89 deletions(-) delete mode 100644 dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild delete mode 100644 dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild create mode 100644 dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild (limited to 'dev-db/tokyocabinet') diff --git a/dev-db/tokyocabinet/ChangeLog b/dev-db/tokyocabinet/ChangeLog index 5c20461c1cc1..803564819445 100644 --- a/dev-db/tokyocabinet/ChangeLog +++ b/dev-db/tokyocabinet/ChangeLog @@ -1,6 +1,13 @@ # 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.10 2009/11/06 14:02:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.11 2009/11/07 18:49:06 patrick Exp $ + +*tokyocabinet-1.4.37 (07 Nov 2009) + + 07 Nov 2009; Patrick Lauer + -tokyocabinet-1.4.34-r1.ebuild, -tokyocabinet-1.4.35.ebuild, + +tokyocabinet-1.4.37.ebuild: + Bump, fixes #292285 06 Nov 2009; Jeroen Roovers tokyocabinet-1.4.35.ebuild, tokyocabinet-1.4.36.ebuild: diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild deleted file mode 100644 index 28a6c4a5f2b2..000000000000 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.34-r1.ebuild,v 1.3 2009/10/21 19:19:29 grobian 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="~amd64 ~x86" -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" -} diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild deleted file mode 100644 index 3602e7b2e171..000000000000 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.35.ebuild,v 1.5 2009/11/06 14:02:00 jer 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 ~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" -} diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild new file mode 100644 index 000000000000..dab0dd90e3f8 --- /dev/null +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild @@ -0,0 +1,44 @@ +# 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.37.ebuild,v 1.1 2009/11/07 18:49:06 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" +} -- cgit v1.2.3-65-gdbad