diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-05-11 14:36:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-05-11 14:36:20 +0000 |
commit | c24fed84afb4d56fe539884d5875fa2b1509d84c (patch) | |
tree | 71dc9c8ef1ce6a8127219fac31caa3686f3b46e7 /dev-db/kyotocabinet | |
parent | support extended makeflag syntax and not just -j# (diff) | |
download | gentoo-2-c24fed84afb4d56fe539884d5875fa2b1509d84c.tar.gz gentoo-2-c24fed84afb4d56fe539884d5875fa2b1509d84c.tar.bz2 gentoo-2-c24fed84afb4d56fe539884d5875fa2b1509d84c.zip |
Bump for #415181
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/kyotocabinet')
-rw-r--r-- | dev-db/kyotocabinet/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.72.ebuild | 52 | ||||
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.75.ebuild (renamed from dev-db/kyotocabinet/kyotocabinet-1.2.73.ebuild) | 2 |
3 files changed, 8 insertions, 54 deletions
diff --git a/dev-db/kyotocabinet/ChangeLog b/dev-db/kyotocabinet/ChangeLog index ad966f966f5d..865d97db26b9 100644 --- a/dev-db/kyotocabinet/ChangeLog +++ b/dev-db/kyotocabinet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/kyotocabinet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/ChangeLog,v 1.16 2012/03/21 01:24:05 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/ChangeLog,v 1.17 2012/05/11 14:36:20 patrick Exp $ + +*kyotocabinet-1.2.75 (11 May 2012) + + 11 May 2012; Patrick Lauer <patrick@gentoo.org> +kyotocabinet-1.2.75.ebuild, + -kyotocabinet-1.2.72.ebuild, -kyotocabinet-1.2.73.ebuild: + Bump for #415181 *kyotocabinet-1.2.74 (21 Mar 2012) diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.72.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.72.ebuild deleted file mode 100644 index 8432ff2bdd57..000000000000 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.72.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/kyotocabinet-1.2.72.ebuild,v 1.1 2011/12/19 03:09:14 patrick Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="A straightforward implementation of DBM" -HOMEPAGE="http://fallabs.com/kyotocabinet/" -SRC_URI="${HOMEPAGE}pkg/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" -IUSE="debug doc examples static-libs" - -DEPEND="sys-libs/zlib - app-arch/xz-utils" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/fix_configure-1.2.62.patch" - sed -ie "/ldconfig/d" Makefile.in - sed -ie "/DOCDIR/d" Makefile.in -} - -src_configure() { - econf $(use_enable debug) \ - $(use_enable static-libs static) \ - $(use_enable !static-libs shared) \ - --enable-lzma --docdir=/usr/share/doc/${PF} -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - use static-libs || find "${D}" \( -name '*.a' -or -name '*.la' \) -delete - - if use examples; then - insinto /usr/share/${PF}/example - doins example/* || die "Install failed" - fi - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r doc/* || die "Install failed" - fi -} - -src_test() { - emake -j1 check || die "Tests failed" -} diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.73.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.75.ebuild index faa8545627f7..4e6961151db6 100644 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.73.ebuild +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.75.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/kyotocabinet-1.2.73.ebuild,v 1.1 2012/03/12 06:06:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/kyotocabinet-1.2.75.ebuild,v 1.1 2012/05/11 14:36:20 patrick Exp $ EAPI="2" |