public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.7.ebuild
@ 2011-09-27 20:08 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 6+ messages in thread
From: Victor Ostorga (vostorga) @ 2011-09-27 20:08 UTC (permalink / raw
  To: gentoo-commits

vostorga    11/09/27 20:08:19

  Modified:             ChangeLog
  Added:                talloc-2.0.7.ebuild
  Log:
  Version bump to 2.0.7
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.28                 sys-libs/talloc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	27 Aug 2011 10:28:35 -0000	1.27
+++ ChangeLog	27 Sep 2011 20:08:18 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/talloc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.27 2011/08/27 10:28:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.28 2011/09/27 20:08:18 vostorga Exp $
+
+*talloc-2.0.7 (27 Sep 2011)
+
+  27 Sep 2011; Víctor Ostorga <vostorga@gentoo.org> +talloc-2.0.7.ebuild:
+  Version bump to 2.0.7
 
   27 Aug 2011; Fabian Groffen <grobian@gentoo.org> talloc-2.0.5.ebuild:
   Fix install_names on Darwin, working around tremendously broken



1.1                  sys-libs/talloc/talloc-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.1&content-type=text/plain

Index: talloc-2.0.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.1 2011/09/27 20:08:18 vostorga Exp $

EAPI=3
PYTHON_DEPEND="python? 2:2.6"
inherit waf-utils python multilib

DESCRIPTION="Samba talloc library"
HOMEPAGE="http://talloc.samba.org/"
SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
IUSE="compat python"

RDEPEND="!!<sys-libs/talloc-2.0.5"
DEPEND="dev-libs/libxslt
	|| ( dev-lang/python:2.7[threads] dev-lang/python:2.6[threads] )"

WAF_BINARY="${S}/buildtools/bin/waf"

pkg_setup() {
	# Make sure the build system will use the right python
	python_set_active_version 2
	python_pkg_setup
}

src_configure() {
	local extra_opts=""

	use compat && extra_opts+=" --enable-talloc-compat1"
	use python || extra_opts+=" --disable-python"
	waf-utils_src_configure \
		${extra_opts}
}

src_install() {
	waf-utils_src_install

	# waf is stupid, and no, we can't fix the build-system, since it's provided
	# as a brilliant binary blob thats decompressed on the fly
	if [[ ${CHOST} == *-darwin* ]] ; then
		install_name_tool \
			-id "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
			"${ED}"/usr/$(get_libdir)/libtalloc.2.0.5.dylib || die
		if use python ; then
			install_name_tool \
				-id "${EPREFIX}"/usr/$(get_libdir)/libpytalloc-util.2.dylib \
				"${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die
			install_name_tool \
				-change "${S}/bin/default/libtalloc.dylib" \
					"${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
				"${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die
			install_name_tool \
				-change "${S}/bin/default/libtalloc.dylib" \
					"${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
				"${ED}"$(python_get_sitedir)/talloc.bundle || die
	   fi
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.7.ebuild
@ 2011-10-18 21:59 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 6+ messages in thread
From: Victor Ostorga (vostorga) @ 2011-10-18 21:59 UTC (permalink / raw
  To: gentoo-commits

vostorga    11/10/18 21:59:36

  Modified:             ChangeLog talloc-2.0.7.ebuild
  Log:
  Adding block on <sys-libs/talloc-2.0.5 to DEPEND, bug 387509
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.29                 sys-libs/talloc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	27 Sep 2011 20:08:18 -0000	1.28
+++ ChangeLog	18 Oct 2011 21:59:36 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/talloc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.28 2011/09/27 20:08:18 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.29 2011/10/18 21:59:36 vostorga Exp $
+
+  18 Oct 2011; Víctor Ostorga <vostorga@gentoo.org> talloc-2.0.7.ebuild:
+  Adding block on <sys-libs/talloc-2.0.5 to DEPEND, bug 387509
 
 *talloc-2.0.7 (27 Sep 2011)
 



1.2                  sys-libs/talloc/talloc-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?r1=1.1&r2=1.2

Index: talloc-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- talloc-2.0.7.ebuild	27 Sep 2011 20:08:18 -0000	1.1
+++ talloc-2.0.7.ebuild	18 Oct 2011 21:59:36 -0000	1.2
@@ -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/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.1 2011/09/27 20:08:18 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.2 2011/10/18 21:59:36 vostorga Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -16,7 +16,8 @@
 IUSE="compat python"
 
 RDEPEND="!!<sys-libs/talloc-2.0.5"
-DEPEND="dev-libs/libxslt
+DEPEND="${RDEPEND}
+	dev-libs/libxslt
 	|| ( dev-lang/python:2.7[threads] dev-lang/python:2.6[threads] )"
 
 WAF_BINARY="${S}/buildtools/bin/waf"






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.7.ebuild
@ 2012-02-25 16:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-25 16:36 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/25 16:36:22

  Modified:             ChangeLog talloc-2.0.7.ebuild
  Log:
  Stable for amd64, wrt bug #405617
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 sys-libs/talloc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	18 Dec 2011 02:38:51 -0000	1.30
+++ ChangeLog	25 Feb 2012 16:36:22 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/talloc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.30 2011/12/18 02:38:51 floppym Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.31 2012/02/25 16:36:22 ago Exp $
+
+  25 Feb 2012; Agostino Sarubbo <ago@gentoo.org> talloc-2.0.7.ebuild:
+  Stable for amd64, wrt bug #405617
 
 *talloc-2.0.1-r2 (18 Dec 2011)
 



1.3                  sys-libs/talloc/talloc-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?r1=1.2&r2=1.3

Index: talloc-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- talloc-2.0.7.ebuild	18 Oct 2011 21:59:36 -0000	1.2
+++ talloc-2.0.7.ebuild	25 Feb 2012 16:36:22 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.2 2011/10/18 21:59:36 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.3 2012/02/25 16:36:22 ago Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
 IUSE="compat python"
 
 RDEPEND="!!<sys-libs/talloc-2.0.5"






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.7.ebuild
@ 2012-05-12 19:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 19:20 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/12 19:20:33

  Modified:             ChangeLog talloc-2.0.7.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 sys-libs/talloc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	7 Mar 2012 11:42:28 -0000	1.33
+++ ChangeLog	12 May 2012 19:20:33 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/talloc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.33 2012/03/07 11:42:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.34 2012/05/12 19:20:33 aballier Exp $
+
+  12 May 2012; Alexis Ballier <aballier@gentoo.org> talloc-2.0.7.ebuild:
+  keyword ~amd64-fbsd
 
   07 Mar 2012; Patrick Lauer <patrick@gentoo.org> talloc-2.0.5.ebuild:
   Restrict py3 #354587



1.5                  sys-libs/talloc/talloc-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?r1=1.4&r2=1.5

Index: talloc-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- talloc-2.0.7.ebuild	7 Mar 2012 11:40:30 -0000	1.4
+++ talloc-2.0.7.ebuild	12 May 2012 19:20:33 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.4 2012/03/07 11:40:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.5 2012/05/12 19:20:33 aballier Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
 IUSE="compat python"
 
 RDEPEND="!!<sys-libs/talloc-2.0.5"






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.7.ebuild
@ 2012-07-06  2:39 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-06  2:39 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/06 02:39:30

  Modified:             ChangeLog talloc-2.0.7.ebuild
  Log:
  marked x86 per bug 417113
  
  (Portage version: 2.2.0_alpha116/cvs/Linux i686)

Revision  Changes    Path
1.35                 sys-libs/talloc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	12 May 2012 19:20:33 -0000	1.34
+++ ChangeLog	6 Jul 2012 02:39:30 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/talloc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.34 2012/05/12 19:20:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.35 2012/07/06 02:39:30 jdhore Exp $
+
+  06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> talloc-2.0.7.ebuild:
+  marked x86 per bug 417113
 
   12 May 2012; Alexis Ballier <aballier@gentoo.org> talloc-2.0.7.ebuild:
   keyword ~amd64-fbsd



1.6                  sys-libs/talloc/talloc-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?r1=1.5&r2=1.6

Index: talloc-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- talloc-2.0.7.ebuild	12 May 2012 19:20:33 -0000	1.5
+++ talloc-2.0.7.ebuild	6 Jul 2012 02:39:30 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.5 2012/05/12 19:20:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.6 2012/07/06 02:39:30 jdhore Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
 IUSE="compat python"
 
 RDEPEND="!!<sys-libs/talloc-2.0.5"






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.7.ebuild
@ 2012-11-29 15:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-29 15:01 UTC (permalink / raw
  To: gentoo-commits

jer         12/11/29 15:01:59

  Modified:             ChangeLog talloc-2.0.7.ebuild
  Log:
  Stable for HPPA (bug #432754).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.37                 sys-libs/talloc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	25 Nov 2012 18:04:14 -0000	1.36
+++ ChangeLog	29 Nov 2012 15:01:58 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/talloc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.36 2012/11/25 18:04:14 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.37 2012/11/29 15:01:58 jer Exp $
+
+  29 Nov 2012; Jeroen Roovers <jer@gentoo.org> talloc-2.0.7.ebuild:
+  Stable for HPPA (bug #432754).
 
   25 Nov 2012; Anthony G. Basile <blueness@gentoo.org> talloc-2.0.7.ebuild:
   stable ppc ppc64, bug #444686



1.8                  sys-libs/talloc/talloc-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild?r1=1.7&r2=1.8

Index: talloc-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- talloc-2.0.7.ebuild	25 Nov 2012 18:04:14 -0000	1.7
+++ talloc-2.0.7.ebuild	29 Nov 2012 15:01:58 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.7 2012/11/25 18:04:14 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.8 2012/11/29 15:01:58 jer Exp $
 
 EAPI=3
 PYTHON_DEPEND="python? 2:2.6"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
 IUSE="compat python"
 
 RDEPEND="!!<sys-libs/talloc-2.0.5"





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

end of thread, other threads:[~2012-11-29 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 19:20 [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.7.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-29 15:01 Jeroen Roovers (jer)
2012-07-06  2:39 Jeff Horelick (jdhore)
2012-02-25 16:36 Agostino Sarubbo (ago)
2011-10-18 21:59 Victor Ostorga (vostorga)
2011-09-27 20:08 Victor Ostorga (vostorga)

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