diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-12-28 20:49:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-12-28 20:49:43 +0000 |
commit | 69b65a1b7a684dbd7c6c06211e6fa4c11d88f892 (patch) | |
tree | 98e80b2f706511ab992a1f3c12d645a0605d4d3f /dev-db/tokyocabinet | |
parent | amd64 stable, bug #292003 (diff) | |
download | gentoo-2-69b65a1b7a684dbd7c6c06211e6fa4c11d88f892.tar.gz gentoo-2-69b65a1b7a684dbd7c6c06211e6fa4c11d88f892.tar.bz2 gentoo-2-69b65a1b7a684dbd7c6c06211e6fa4c11d88f892.zip |
Bump, remove old
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/tokyocabinet')
-rw-r--r-- | dev-db/tokyocabinet/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/tokyocabinet/tokyocabinet-1.4.37.ebuild | 44 | ||||
-rw-r--r-- | dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild (renamed from dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild) | 4 |
3 files changed, 10 insertions, 47 deletions
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 <patrick@gentoo.org> + -tokyocabinet-1.4.36.ebuild, -tokyocabinet-1.4.37.ebuild, + +tokyocabinet-1.4.41.ebuild: + Bump, remove old 26 Nov 2009; Fabian Groffen <grobian@gentoo.org> tokyocabinet-1.4.38.ebuild: 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.36.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild index e4940fbd6b65..0ff97fff13f1 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.41.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~ppc-macos ~x64-solaris" +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 |