From 69b65a1b7a684dbd7c6c06211e6fa4c11d88f892 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Mon, 28 Dec 2009 20:49:43 +0000 Subject: Bump, remove old (Portage version: 2.2_rc61/cvs/Linux x86_64) --- dev-db/tokyocabinet/ChangeLog | 9 +++++- dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild | 44 -------------------------- dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild | 44 -------------------------- dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild | 44 ++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 89 deletions(-) delete mode 100644 dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild delete mode 100644 dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild create mode 100644 dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild (limited to 'dev-db/tokyocabinet') diff --git a/dev-db/tokyocabinet/ChangeLog b/dev-db/tokyocabinet/ChangeLog index 798ef7a2f1ab..66bbd5f59f52 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.13 2009/11/26 09:21:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.14 2009/12/28 20:49:43 patrick Exp $ + +*tokyocabinet-1.4.41 (28 Dec 2009) + + 28 Dec 2009; Patrick Lauer + -tokyocabinet-1.4.36.ebuild, -tokyocabinet-1.4.37.ebuild, + +tokyocabinet-1.4.41.ebuild: + Bump, remove old 26 Nov 2009; Fabian Groffen tokyocabinet-1.4.38.ebuild: diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild deleted file mode 100644 index e4940fbd6b65..000000000000 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.36.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.36.ebuild,v 1.4 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 ~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" -} diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild deleted file mode 100644 index dab0dd90e3f8..000000000000 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.37.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.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" -} diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild new file mode 100644 index 000000000000..0ff97fff13f1 --- /dev/null +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.41.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.41.ebuild,v 1.1 2009/12/28 20:49:43 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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