public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/bsddb3: bsddb3-6.0.1.ebuild ChangeLog
Date: Mon, 19 May 2014 04:38:50 +0000 (UTC)	[thread overview]
Message-ID: <20140519043851.150A02004C@flycatcher.gentoo.org> (raw)

floppym     14/05/19 04:38:50

  Modified:             bsddb3-6.0.1.ebuild ChangeLog
  Log:
  Set BERKELEYDB envvars instead of passing them as arguments to setup.py.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/bsddb3/bsddb3-6.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild?r1=1.3&r2=1.4

Index: bsddb3-6.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bsddb3-6.0.1.ebuild	19 May 2014 00:43:33 -0000	1.3
+++ bsddb3-6.0.1.ebuild	19 May 2014 04:38:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v 1.3 2014/05/19 00:43:33 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v 1.4 2014/05/19 04:38:50 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -41,14 +41,18 @@
 	distutils-r1_src_prepare
 }
 
+src_configure() {
+	# These are needed for both build and install.
+	export BERKELEYDB_DIR="${EPREFIX}/usr"
+	export BERKELEYDB_INCDIR="${EPREFIX}$(db_includedir)"
+	export BERKELEYDB_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
+
 python_compile() {
 	if ! python_is_python3; then
 		local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
 	fi
-	distutils-r1_python_compile \
-		--berkeley-db="${EPREFIX}/usr" \
-		--berkeley-db-incdir="${EPREFIX}$(db_includedir ${DB_VER})" \
-		--berkeley-db-libdir="${EPREFIX}/usr/$(get_libdir)"
+	distutils-r1_python_compile
 }
 
 python_test() {



1.103                dev-python/bsddb3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	19 May 2014 00:43:33 -0000	1.102
+++ ChangeLog	19 May 2014 04:38:50 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/bsddb3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.102 2014/05/19 00:43:33 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.103 2014/05/19 04:38:50 floppym Exp $
+
+  19 May 2014; Mike Gilbert <floppym@gentoo.org> bsddb3-6.0.1.ebuild:
+  Set BERKELEYDB envvars instead of passing them as arguments to setup.py.
 
   19 May 2014; Mike Gilbert <floppym@gentoo.org> bsddb3-6.0.1.ebuild:
   Fixup distutils-r1 conversion, and fix build with newer multilib-enabled sys-





             reply	other threads:[~2014-05-19  4:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-19  4:38 Mike Gilbert (floppym) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-15  8:18 [gentoo-commits] gentoo-x86 commit in dev-python/bsddb3: bsddb3-6.0.1.ebuild ChangeLog Agostino Sarubbo (ago)
2014-08-25 10:57 Agostino Sarubbo (ago)
2014-08-23 15:28 Agostino Sarubbo (ago)
2014-08-21 10:39 Agostino Sarubbo (ago)
2014-07-28 13:43 Agostino Sarubbo (ago)
2014-07-16 10:08 Pacho Ramos (pacho)
2014-05-20  7:21 Ian Delaney (idella4)
2014-05-19  0:43 Mike Gilbert (floppym)
2014-04-01 11:17 Ian Delaney (idella4)
2014-01-08  5:47 Patrick Lauer (patrick)

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=20140519043851.150A02004C@flycatcher.gentoo.org \
    --to=floppym@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