diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-03-19 16:27:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-03-19 16:27:45 +0000 |
commit | ed06c95d11fc973bb7f9c4bf00658aac15bf532d (patch) | |
tree | c105afbcd993e53b3a237b83e13b93ebe1bdfc7f /dev-db/kyotocabinet | |
parent | Fixed a broken dependency (diff) | |
download | gentoo-2-ed06c95d11fc973bb7f9c4bf00658aac15bf532d.tar.gz gentoo-2-ed06c95d11fc973bb7f9c4bf00658aac15bf532d.tar.bz2 gentoo-2-ed06c95d11fc973bb7f9c4bf00658aac15bf532d.zip |
Bump
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/kyotocabinet')
-rw-r--r-- | dev-db/kyotocabinet/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.30.ebuild | 48 | ||||
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.34.ebuild | 48 | ||||
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.50.ebuild (renamed from dev-db/kyotocabinet/kyotocabinet-1.2.41.ebuild) | 3 |
4 files changed, 9 insertions, 99 deletions
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 <patrick@gentoo.org> -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.50.ebuild index 46dd7368b5d0..18d910b8257c 100644 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.41.ebuild +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.50.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.41.ebuild,v 1.1 2011/02/09 11:21:08 patrick Exp $ +# $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" @@ -20,7 +20,6 @@ DEPEND="sys-libs/zlib RDEPEND="${DEPEND}" src_prepare() { - epatch "${FILESDIR}/fix_rpath-1.2.4.patch" sed -ie "/ldconfig/d" Makefile.in sed -ie "/DOCDIR/d" Makefile.in } |