diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-10-22 18:04:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-10-22 18:04:30 +0000 |
commit | 61123cbbae352e9da9534770037d32b0c7116e41 (patch) | |
tree | aeb886ee99ee087317cfe4bffbbd780b4c1f403f /dev-db | |
parent | Version bump (diff) | |
download | gentoo-2-61123cbbae352e9da9534770037d32b0c7116e41.tar.gz gentoo-2-61123cbbae352e9da9534770037d32b0c7116e41.tar.bz2 gentoo-2-61123cbbae352e9da9534770037d32b0c7116e41.zip |
Bump for #381935
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/kyotocabinet/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.43.ebuild | 48 | ||||
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.50.ebuild | 47 | ||||
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.70.ebuild (renamed from dev-db/kyotocabinet/kyotocabinet-1.2.62.ebuild) | 4 |
4 files changed, 10 insertions, 98 deletions
diff --git a/dev-db/kyotocabinet/ChangeLog b/dev-db/kyotocabinet/ChangeLog index 15984d836944..ae8fa07b16bc 100644 --- a/dev-db/kyotocabinet/ChangeLog +++ b/dev-db/kyotocabinet/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-db/kyotocabinet # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/ChangeLog,v 1.12 2011/07/29 22:12:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/ChangeLog,v 1.13 2011/10/22 18:04:30 patrick Exp $ + +*kyotocabinet-1.2.70 (22 Oct 2011) + + 22 Oct 2011; Patrick Lauer <patrick@gentoo.org> -kyotocabinet-1.2.43.ebuild, + -kyotocabinet-1.2.50.ebuild, -kyotocabinet-1.2.62.ebuild, + +kyotocabinet-1.2.70.ebuild: + Bump for #381935 *kyotocabinet-1.2.69 (29 Jul 2011) diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.43.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.43.ebuild deleted file mode 100644 index 9c0273cfd367..000000000000 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.43.ebuild +++ /dev/null @@ -1,48 +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.43.ebuild,v 1.1 2011/02/12 09:07:24 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" - -DEPEND="sys-libs/zlib - app-arch/xz-utils" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/fix_rpath-1.2.4.patch" - sed -ie "/ldconfig/d" Makefile.in - sed -ie "/DOCDIR/d" Makefile.in -} - -src_configure() { - econf $(use_enable debug) --enable-lzma --docdir=/usr/share/doc/${PF} -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - - 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.50.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.50.ebuild deleted file mode 100644 index 18d910b8257c..000000000000 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.50.ebuild +++ /dev/null @@ -1,47 +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.50.ebuild,v 1.1 2011/03/19 16:27:45 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" - -DEPEND="sys-libs/zlib - app-arch/xz-utils" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -ie "/ldconfig/d" Makefile.in - sed -ie "/DOCDIR/d" Makefile.in -} - -src_configure() { - econf $(use_enable debug) --enable-lzma --docdir=/usr/share/doc/${PF} -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - - 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.62.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.70.ebuild index 25400f9b2dbe..ce8cc1318f61 100644 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.62.ebuild +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.70.ebuild @@ -1,6 +1,6 @@ # 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.62.ebuild,v 1.2 2011/06/19 02:30:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/kyotocabinet-1.2.70.ebuild,v 1.1 2011/10/22 18:04:30 patrick Exp $ EAPI="2" @@ -20,7 +20,7 @@ DEPEND="sys-libs/zlib RDEPEND="${DEPEND}" src_prepare() { - epatch "${FILESDIR}/fix_configure-${PV}.patch" + epatch "${FILESDIR}/fix_configure-1.2.62.patch" sed -ie "/ldconfig/d" Makefile.in sed -ie "/DOCDIR/d" Makefile.in } |