public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/drizzle: drizzle-7.2.4.ebuild ChangeLog
Date: Sun, 11 Nov 2012 02:18:49 +0000 (UTC)	[thread overview]
Message-ID: <20121111021849.E070F20C65@flycatcher.gentoo.org> (raw)

flameeyes    12/11/11 02:18:49

  Modified:             drizzle-7.2.4.ebuild ChangeLog
  Log:
  Fix bug #419429 (build failure with Python 3 selected), thanks to Julian for the patch. Also fix a missing 'use logger' in the init script.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.2                  dev-db/drizzle/drizzle-7.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?r1=1.1&r2=1.2

Index: drizzle-7.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- drizzle-7.2.4.ebuild	11 Nov 2012 01:59:58 -0000	1.1
+++ drizzle-7.2.4.ebuild	11 Nov 2012 02:18:49 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v 1.1 2012/11/11 01:59:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v 1.2 2012/11/11 02:18:49 flameeyes Exp $
 
 EAPI=5
 
-inherit flag-o-matic libtool autotools eutils pam user versionator
+inherit python flag-o-matic libtool autotools eutils pam user versionator
 
 MY_P="${P}-alpha"
 S="${WORKDIR}/${MY_P}"
@@ -37,6 +37,7 @@
 		!dev-db/libdrizzle"
 
 DEPEND="${RDEPEND}
+		=dev-lang/python-2*
 		sys-devel/gettext
 		dev-util/intltool
 		dev-util/gperf
@@ -46,12 +47,17 @@
 
 pkg_setup() {
 	enewuser drizzle -1 -1 /dev/null nogroup
+	python_set_active_version 2
+	python_pkg_setup
 }
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-7.2.3-libtool.patch
 	epatch "${FILESDIR}"/${PN}-7.2.3+automake-1.12.patch
 	epatch "${FILESDIR}"/${PN}-7.2.4+boost-1.50.patch
+
+	python_convert_shebangs -r 2 .
+
 	eautoreconf
 }
 



1.33                 dev-db/drizzle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	11 Nov 2012 02:04:53 -0000	1.32
+++ ChangeLog	11 Nov 2012 02:18:49 -0000	1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/drizzle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.32 2012/11/11 02:04:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.33 2012/11/11 02:18:49 flameeyes Exp $
+
+  11 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> drizzle-7.2.4.ebuild,
+  files/drizzle.init.d.2:
+  Fix bug #419429 (build failure with Python 3 selected), thanks to Julian for
+  the patch. Also fix a missing 'use logger' in the init script.
 
   11 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> -drizzle-7.2.3.ebuild:
   Remove old version.





             reply	other threads:[~2012-11-11  2:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-11  2:18 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-04  6:49 [gentoo-commits] gentoo-x86 commit in dev-db/drizzle: drizzle-7.2.4.ebuild ChangeLog Diego Petteno (flameeyes)
2014-02-12 10:31 Sergey Popov (pinkbyte)

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=20121111021849.E070F20C65@flycatcher.gentoo.org \
    --to=flameeyes@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