From ed06c95d11fc973bb7f9c4bf00658aac15bf532d Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 19 Mar 2011 16:27:45 +0000 Subject: Bump (Portage version: 2.2.0_alpha28/cvs/Linux x86_64) --- dev-db/kyotocabinet/ChangeLog | 9 ++++- dev-db/kyotocabinet/kyotocabinet-1.2.30.ebuild | 48 -------------------------- dev-db/kyotocabinet/kyotocabinet-1.2.34.ebuild | 48 -------------------------- dev-db/kyotocabinet/kyotocabinet-1.2.41.ebuild | 48 -------------------------- dev-db/kyotocabinet/kyotocabinet-1.2.50.ebuild | 47 +++++++++++++++++++++++++ 5 files changed, 55 insertions(+), 145 deletions(-) delete mode 100644 dev-db/kyotocabinet/kyotocabinet-1.2.30.ebuild delete mode 100644 dev-db/kyotocabinet/kyotocabinet-1.2.34.ebuild delete mode 100644 dev-db/kyotocabinet/kyotocabinet-1.2.41.ebuild create mode 100644 dev-db/kyotocabinet/kyotocabinet-1.2.50.ebuild (limited to 'dev-db') diff --git a/dev-db/kyotocabinet/ChangeLog b/dev-db/kyotocabinet/ChangeLog index 646ee10240da..864621a910da 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.9 2011/02/12 09:07:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/ChangeLog,v 1.10 2011/03/19 16:27:45 patrick Exp $ + +*kyotocabinet-1.2.50 (19 Mar 2011) + + 19 Mar 2011; Patrick Lauer -kyotocabinet-1.2.30.ebuild, + -kyotocabinet-1.2.34.ebuild, -kyotocabinet-1.2.41.ebuild, + +kyotocabinet-1.2.50.ebuild: + Bump *kyotocabinet-1.2.43 (12 Feb 2011) diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.30.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.30.ebuild deleted file mode 100644 index 1b2b34db2fcb..000000000000 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.30.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/kyotocabinet/kyotocabinet-1.2.30.ebuild,v 1.1 2010/12/19 20:42:27 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" - epatch "${FILESDIR}/remove_ldconfig-1.2.4.patch" - epatch "${FILESDIR}/remove_docinst-1.2.29.patch" -} - -src_configure() { - econf $(use_enable debug) --enable-lzma -} - -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.34.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.34.ebuild deleted file mode 100644 index 50e1d285f1d2..000000000000 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.34.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.34.ebuild,v 1.2 2011/01/16 21:18:31 mr_bones_ 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.41.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.41.ebuild deleted file mode 100644 index 46dd7368b5d0..000000000000 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.41.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.41.ebuild,v 1.1 2011/02/09 11:21:08 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 new file mode 100644 index 000000000000..18d910b8257c --- /dev/null +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.50.ebuild @@ -0,0 +1,47 @@ +# 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" +} -- cgit v1.2.3-65-gdbad