public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/drizzle: drizzle-7.2.4.ebuild ChangeLog
@ 2012-11-11  2:18 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-11-11  2:18 UTC (permalink / raw
  To: gentoo-commits

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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/drizzle: drizzle-7.2.4.ebuild ChangeLog
@ 2013-03-04  6:49 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2013-03-04  6:49 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/03/04 06:49:22

  Modified:             drizzle-7.2.4.ebuild ChangeLog
  Log:
  Use sub-slot dependency for boost.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?r1=1.2&r2=1.3

Index: drizzle-7.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- drizzle-7.2.4.ebuild	11 Nov 2012 02:18:49 -0000	1.2
+++ drizzle-7.2.4.ebuild	4 Mar 2013 06:49:22 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.2 2012/11/11 02:18:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v 1.3 2013/03/04 06:49:22 flameeyes Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 		>=dev-libs/libevent-1.4
 		>=dev-libs/protobuf-2.1.0
 		dev-libs/libaio
-		>=dev-libs/boost-1.52.0-r1[threads]
+		>=dev-libs/boost-1.52.0-r1:=[threads]
 		gearman? ( >=sys-cluster/gearmand-0.12 )
 		pam? ( sys-libs/pam )
 		curl? ( net-misc/curl )



1.34                 dev-db/drizzle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	11 Nov 2012 02:18:49 -0000	1.33
+++ ChangeLog	4 Mar 2013 06:49:22 -0000	1.34
@@ -1,6 +1,9 @@
 # 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.33 2012/11/11 02:18:49 flameeyes Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.34 2013/03/04 06:49:22 flameeyes Exp $
+
+  04 Mar 2013; Diego E. Pettenò <flameeyes@gentoo.org> drizzle-7.2.4.ebuild:
+  Use sub-slot dependency for boost.
 
   11 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> drizzle-7.2.4.ebuild,
   files/drizzle.init.d.2:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/drizzle: drizzle-7.2.4.ebuild ChangeLog
@ 2014-02-12 10:31 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2014-02-12 10:31 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    14/02/12 10:31:15

  Modified:             drizzle-7.2.4.ebuild ChangeLog
  Log:
  Fix detection of boost_thread, wrt bug #490216, add epatch_user
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?r1=1.3&r2=1.4

Index: drizzle-7.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- drizzle-7.2.4.ebuild	4 Mar 2013 06:49:22 -0000	1.3
+++ drizzle-7.2.4.ebuild	12 Feb 2014 10:31:14 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.3 2013/03/04 06:49:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v 1.4 2014/02/12 10:31:14 pinkbyte Exp $
 
 EAPI=5
 
@@ -52,12 +52,15 @@
 }
 
 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
+	epatch \
+		"${FILESDIR}/${PN}-7.2.3-libtool.patch" \
+		"${FILESDIR}/${PN}-7.2.3+automake-1.12.patch" \
+		"${FILESDIR}/${PN}-7.2.4+boost-1.50.patch" \
+		"${FILESDIR}/${P}-fix-boost_thread-detection.patch"
 
 	python_convert_shebangs -r 2 .
 
+	epatch_user
 	eautoreconf
 }
 



1.36                 dev-db/drizzle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	17 Mar 2013 17:39:35 -0000	1.35
+++ ChangeLog	12 Feb 2014 10:31:14 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/drizzle
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.35 2013/03/17 17:39:35 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.36 2014/02/12 10:31:14 pinkbyte Exp $
+
+  12 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> drizzle-7.2.4.ebuild,
+  +files/drizzle-7.2.4-fix-boost_thread-detection.patch:
+  Fix detection of boost_thread, wrt bug #490216, add epatch_user
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-12 10:31 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox