public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog
Date: Thu, 23 Aug 2012 04:23:59 +0000 (UTC)	[thread overview]
Message-ID: <20120823042359.BCC99203FD@flycatcher.gentoo.org> (raw)

patrick     12/08/23 04:23:59

  Modified:             ChangeLog
  Added:                tokyocabinet-1.4.48.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 dev-db/tokyocabinet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	25 Apr 2012 16:22:24 -0000	1.42
+++ ChangeLog	23 Aug 2012 04:23:59 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/tokyocabinet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.42 2012/04/25 16:22:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.43 2012/08/23 04:23:59 patrick Exp $
+
+*tokyocabinet-1.4.48 (23 Aug 2012)
+
+  23 Aug 2012; Patrick Lauer <patrick@gentoo.org> +tokyocabinet-1.4.48.ebuild:
+  Bump
 
   25 Apr 2012; Justin Lecher <jlec@gentoo.org> tokyocabinet-1.4.47.ebuild:
   Drop unnessecary die
@@ -184,4 +189,3 @@
   +tokyocabinet-1.4.34-r1.ebuild, +files/fix_rpath.patch, +metadata.xml:
   Initial import of tokyocabinet. Thanks to Petteri Räty, Mark Lewandowski
   and Johan Bergstroem for the ebuild. Fixes #240696
-



1.1                  dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild?rev=1.1&content-type=text/plain

Index: tokyocabinet-1.4.48.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild,v 1.1 2012/08/23 04:23:59 patrick Exp $

EAPI="2"

inherit eutils autotools

DESCRIPTION="A library of routines for managing a database"
HOMEPAGE="http://fallabs.com/tokyocabinet/"
SRC_URI="${HOMEPAGE}${P}.tar.gz"

LICENSE="LGPL-2.1"
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/bzip2"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}/fix_rpath.patch"
	sed -i \
		-e "/ldconfig/d" \
		-e "/DATADIR/d" Makefile.in || die
	# cflags fix - remove -O2 at end of line and -fomit-frame-pointer
	sed -i -e 's/-O3"$/"/' configure.in || die
	sed -i -e 's/-fomit-frame-pointer//' configure.in || die
	# flag only works on x86 derivatives, remove everywhere else
	if ! use x86 && ! use amd64; then sed -i -e 's/ -minline-all-stringops//' configure.in; fi
	eautoreconf
}

src_configure() {
	# we use the "fastest" target without the -O3
	econf $(use_enable debug) --enable-off64 --enable-fastest
}

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"
}





             reply	other threads:[~2012-08-23  4:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-23  4:23 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-07 17:24 [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet: tokyocabinet-1.4.48.ebuild ChangeLog Agostino Sarubbo (ago)
2012-12-07 17:57 Agostino Sarubbo (ago)
2012-12-07 19:15 Agostino Sarubbo (ago)
2012-12-08 15:54 Agostino Sarubbo (ago)
2012-12-08 16:54 Jeroen Roovers (jer)
2012-12-27  8:33 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120823042359.BCC99203FD@flycatcher.gentoo.org \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox