[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 16:47:04

  Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
  Log:
  Use explicit src_configure() instead of G2CONF.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  
dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.1r2=1.2

Index: gnome-python-extras-base-2.25.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-extras-base-2.25.3-r1.ebuild   26 May 2014 16:29:55 -  
1.1
+++ gnome-python-extras-base-2.25.3-r1.ebuild   26 May 2014 16:47:04 -  
1.2
@@ -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/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.1 2014/05/26 16:29:55 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.2 2014/05/26 16:47:04 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -35,14 +35,14 @@
 
 DOCS=AUTHORS COPYING* ChangeLog INSTALL NEWS README
 
-pkg_setup() {
-   G2CONF=${G2CONF} --disable-allbindings
-   python-any-r1_pkg_setup
-}
-
 src_prepare() {
epatch ${FILESDIR}/${P}-python-libs.patch #344231
sed -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.ac || die
eautoreconf
gnome2_src_prepare
 }
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-allbindings
+}



1.27 dev-python/gnome-python-extras-base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   26 May 2014 16:29:55 -  1.26
+++ ChangeLog   26 May 2014 16:47:04 -  1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.26 
2014/05/26 16:29:55 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.27 
2014/05/26 16:47:04 mgorny Exp $
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  gnome-python-extras-base-2.25.3-r1.ebuild:
+  Use explicit src_configure() instead of G2CONF.
 
 *gnome-python-extras-base-2.25.3-r1 (26 May 2014)
 






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog gnome-python-common-r1.eclass

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:20:14

  Modified: ChangeLog
  Added:gnome-python-common-r1.eclass
  Log:
  Convert gnome-python-common.eclass to use python-r1, and clean it up a lot.

Revision  ChangesPath
1.1275   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1275view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1275content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1274r2=1.1275

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1274
retrieving revision 1.1275
diff -u -r1.1274 -r1.1275
--- ChangeLog   26 May 2014 16:13:35 -  1.1274
+++ ChangeLog   26 May 2014 17:20:14 -  1.1275
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1274 2014/05/26 
16:13:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1275 2014/05/26 
17:20:14 mgorny Exp $
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +gnome-python-common-r1.eclass:
+  Convert gnome-python-common.eclass to use python-r1, and clean it up a lot.
 
   26 May 2014; Michał Górny mgo...@gentoo.org python-r1.eclass,
   python-single-r1.eclass, python-utils-r1.eclass:



1.1  eclass/gnome-python-common-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnome-python-common-r1.eclass?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnome-python-common-r1.eclass?rev=1.1content-type=text/plain

Index: gnome-python-common-r1.eclass
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common-r1.eclass,v 1.1 
2014/05/26 17:20:14 mgorny Exp $

# @ECLASS: gnome-python-common-r1
# @MAINTAINER:
# GNOME team gn...@gentoo.org
# @AUTHOR:
# Author: Michał Górny mgo...@gentoo.org
# Based on the work of: Arun raghaven ford_pref...@gentoo.org
# which in turn was based on the work of Jim Ramsay l...@gentoo.org
# @BLURB: Common functionality for building gnome-python* bindings
# @DESCRIPTION:
# This eclass provides python-r1 support for the GNOME2 library Python
# bindings.

: ${GNOME_ORG_MODULE:=gnome-python}
: ${GNOME_TARBALL_SUFFIX:=bz2}
: ${GNOME2_LA_PUNT:=yes}
: ${GCONF_DEBUG:=no}

# @ECLASS-VARIABLE: G_PY_BINDINGS
# @DESCRIPTION:
# The actual '--enable-binding' name. If multiple bindings are to
# be enabled, must be an array.
: ${G_PY_BINDINGS:=${PN%-python}}

# @ECLASS-VARIABLE: EXAMPLES
# @DEFAULT_UNSET
# @DESCRIPTION:
# The set of example files to be installed if the 'examples' USE flag
# is set.

case ${EAPI:-0} in
0|1|2|3|4)
die Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}
;;
5)
;;
*)
die Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}
;;
esac

inherit eutils gnome2 python-r1

EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install

HOMEPAGE=http://pygtk.org/;

RESTRICT=${RESTRICT} test

DOCS=AUTHORS ChangeLog NEWS README

if [[ ${GNOME_ORG_MODULE} != gnome-python ]]; then
DOCS=${DOCS} MAINTAINERS
fi

RDEPEND=~dev-python/${GNOME_ORG_MODULE}-base-${PV}
${PYTHON_DEPS}
DEPEND=${RDEPEND}
virtual/pkgconfig

REQUIRED_USE=${PYTHON_REQUIRED_SUE}

gnome-python-common-r1_src_prepare() {
gnome2_src_prepare

# The .pc file is installed by respective gnome-python*-base package
sed -i '/^pkgconfig_DATA/d' Makefile.in || die sed failed
sed -i '/^pkgconfigdir/d' Makefile.in || die sed failed
#
#   python_copy_sources
}

gnome-python-common-r1_src_configure() {
local myconf=(
--disable-allbindings
${G_PY_BINDINGS[@]/#/--enable-}
)

ECONF_SOURCE=${S} \
python_parallel_foreach_impl \
gnome2_src_configure ${myconf[@]} ${@}
}

gnome-python-common-r1_src_compile() {
python_foreach_impl default
}

gnome-python-common-r1_src_test() {
python_foreach_impl default
}

# Do a regular gnome2 src_install and then install examples if required.
# Set the variable EXAMPLES to provide the set of examples to be installed.
# (to install a directory recursively, specify it with a trailing '/' - for
# example, foo/bar/)
gnome-python-common-r1_src_install() {
python_foreach_impl gnome2_src_install

if in_iuse examples  use examples; then
docinto examples
dodoc -r ${EXAMPLES[@]}
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/libwnck-python: libwnck-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:21:39

  Modified: ChangeLog
  Added:libwnck-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.52 dev-python/libwnck-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libwnck-python/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libwnck-python/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libwnck-python/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libwnck-python/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   23 Mar 2011 20:24:48 -  1.51
+++ ChangeLog   26 May 2014 17:21:39 -  1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libwnck-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libwnck-python/ChangeLog,v 1.51 
2011/03/23 20:24:48 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libwnck-python/ChangeLog,v 1.52 
2014/05/26 17:21:39 mgorny Exp $
+
+*libwnck-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +libwnck-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   23 Mar 2011; Gilles Dartiguelongue e...@gentoo.org
   -libwnck-python-2.30.2-r1.ebuild:
@@ -211,4 +217,3 @@
   +libwnck-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs
   bindings for the libwnck library.
-



1.1  dev-python/libwnck-python/libwnck-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libwnck-python/libwnck-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libwnck-python/libwnck-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: libwnck-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libwnck-python/libwnck-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 17:21:39 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=wnck
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1 eutils

DESCRIPTION=Python bindings for the libwnck library
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=examples

RDEPEND==x11-libs/libwnck-2.19.3:1
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}

EXAMPLES=( examples/wnck_example.py )

src_prepare() {
# Fix three enum items that should be flags, upstream bug #616306
epatch ${FILESDIR}/${PN}-2.30.2-flagsfix.patch
gnome-python-common-r1_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-python/libgnomecanvas-python: libgnomecanvas-python-2.28.1-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:23:04

  Modified: ChangeLog
  Added:libgnomecanvas-python-2.28.1-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.40 dev-python/libgnomecanvas-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog?r1=1.39r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   24 Feb 2012 08:37:23 -  1.39
+++ ChangeLog   26 May 2014 17:23:04 -  1.40
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libgnomecanvas-python
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog,v 1.39 
2012/02/24 08:37:23 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog,v 1.40 
2014/05/26 17:23:04 mgorny Exp $
+
+*libgnomecanvas-python-2.28.1-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +libgnomecanvas-python-2.28.1-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   24 Feb 2012; Patrick Lauer patr...@gentoo.org
   libgnomecanvas-python-2.28.1.ebuild:
@@ -175,4 +181,3 @@
   +libgnomecanvas-python-2.22.1.ebuild:
   Initial import of gnome-python split ebuilds. This package installs
   bindings for the Gnome Canvas library.
-



1.1  
dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1-r1.ebuild?rev=1.1content-type=text/plain

Index: libgnomecanvas-python-2.28.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1-r1.ebuild,v
 1.1 2014/05/26 17:23:04 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python
G_PY_BINDINGS=gnomecanvas
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for the Gnome Canvas library
LICENSE=LGPL-2.1
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
IUSE=examples

RDEPEND=dev-python/pygobject:2[${PYTHON_USEDEP}]
=gnome-base/libgnomecanvas-2.8.0
!dev-python/gnome-python-2.22.1
DEPEND=${RDEPEND}

EXAMPLES=( examples/canvas/. )






[gentoo-commits] gentoo-x86 commit in dev-python/libbonobo-python: libbonobo-python-2.28.1-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:24:28

  Modified: ChangeLog
  Added:libbonobo-python-2.28.1-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.38 dev-python/libbonobo-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   17 Dec 2011 18:48:24 -  1.37
+++ ChangeLog   26 May 2014 17:24:28 -  1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libbonobo-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 
1.37 2011/12/17 18:48:24 tetromino Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 
1.38 2014/05/26 17:24:28 mgorny Exp $
+
+*libbonobo-python-2.28.1-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +libbonobo-python-2.28.1-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   17 Dec 2011; Alexandre Rostovtsev tetrom...@gentoo.org
   libbonobo-python-2.28.1.ebuild:
@@ -160,4 +166,3 @@
   +libbonobo-python-2.22.1.ebuild:
   Initial import of gnome-python split ebuilds. This package installs
   bindings for the Bonobo framework.
-



1.1  
dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild?rev=1.1content-type=text/plain

Index: libbonobo-python-2.28.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild,v
 1.1 2014/05/26 17:24:27 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python
G_PY_BINDINGS=( bonobo bonoboui bonobo_activation )
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for the Bonobo framework
LICENSE=LGPL-2.1
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
IUSE=examples

RDEPEND=dev-python/pygobject:2[${PYTHON_USEDEP}]
=dev-python/pyorbit-2.24.0[${PYTHON_USEDEP}]
=gnome-base/libbonobo-2.24.0
=gnome-base/libbonoboui-2.24.0
=dev-python/libgnomecanvas-python-${PV}[${PYTHON_USEDEP}]
!dev-python/gnome-python-2.22.1
DEPEND=${RDEPEND}

EXAMPLES=( examples/bonobo/. )






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-vfs-python: gnome-vfs-python-2.28.1-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:26:49

  Modified: ChangeLog
  Added:gnome-vfs-python-2.28.1-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.39 dev-python/gnome-vfs-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   24 Feb 2012 08:43:24 -  1.38
+++ ChangeLog   26 May 2014 17:26:48 -  1.39
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gnome-vfs-python
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog,v 
1.38 2012/02/24 08:43:24 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog,v 
1.39 2014/05/26 17:26:48 mgorny Exp $
+
+*gnome-vfs-python-2.28.1-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +gnome-vfs-python-2.28.1-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   24 Feb 2012; Patrick Lauer patr...@gentoo.org
   gnome-vfs-python-2.28.1.ebuild:
@@ -163,4 +169,3 @@
   +gnome-vfs-python-2.22.1.ebuild:
   Initial import of gnome-python split ebuilds. This package installs
   bindings for the GnomeVFS library.
-



1.1  
dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1-r1.ebuild?rev=1.1content-type=text/plain

Index: gnome-vfs-python-2.28.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1-r1.ebuild,v
 1.1 2014/05/26 17:26:48 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python
G_PY_BINDINGS=( gnomevfs gnomevfsbonobo pyvfsmodule )
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for the GnomeVFS library
LICENSE=LGPL-2.1
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
IUSE=doc examples

RDEPEND=dev-python/pygobject:2[${PYTHON_USEDEP}]
=gnome-base/gnome-vfs-2.24.0
=gnome-base/libbonobo-2.8
!dev-python/gnome-python-2.22.1
DEPEND=${RDEPEND}

EXAMPLES=( examples/vfs/. )






[gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: libgnome-python-2.28.1-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:29:03

  Modified: ChangeLog
  Added:libgnome-python-2.28.1-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.38 dev-python/libgnome-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   18 Dec 2011 02:45:10 -  1.37
+++ ChangeLog   26 May 2014 17:29:03 -  1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libgnome-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.37 
2011/12/18 02:45:10 tetromino Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.38 
2014/05/26 17:29:03 mgorny Exp $
+
+*libgnome-python-2.28.1-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +libgnome-python-2.28.1-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   18 Dec 2011; Alexandre Rostovtsev tetrom...@gentoo.org
   libgnome-python-2.28.1.ebuild:
@@ -157,4 +163,3 @@
   +libgnome-python-2.22.1.ebuild:
   Initial import of gnome-python split ebuilds. This package installs
   bindings for essential GNOME libraries.
-



1.1  dev-python/libgnome-python/libgnome-python-2.28.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1-r1.ebuild?rev=1.1content-type=text/plain

Index: libgnome-python-2.28.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1-r1.ebuild,v
 1.1 2014/05/26 17:29:03 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python
G_PY_BINDINGS=( gnome gnomeui )
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for essential GNOME libraries
LICENSE=LGPL-2.1
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
IUSE=examples

RDEPEND==gnome-base/libgnome-2.24.1
=gnome-base/libgnomeui-2.24.0
dev-python/pygobject:2[${PYTHON_USEDEP}]
=dev-python/pyorbit-2.24.0[${PYTHON_USEDEP}]
=dev-python/libbonobo-python-${PV}[${PYTHON_USEDEP}]
=dev-python/gnome-vfs-python-${PV}[${PYTHON_USEDEP}]
=dev-python/libgnomecanvas-python-${PV}[${PYTHON_USEDEP}]
!dev-python/gnome-python-2.22.1
DEPEND=${RDEPEND}

EXAMPLES=( examples/. )






[gentoo-commits] gentoo-x86 commit in dev-python/libgda-python: libgda-python-2.25.3-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:32:07

  Modified: ChangeLog
  Added:libgda-python-2.25.3-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.21 dev-python/libgda-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgda-python/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   13 Aug 2012 09:31:09 -  1.20
+++ ChangeLog   26 May 2014 17:32:07 -  1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/libgda-python
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgda-python/ChangeLog,v 1.20 
2012/08/13 09:31:09 tetromino Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgda-python/ChangeLog,v 1.21 
2014/05/26 17:32:07 mgorny Exp $
+
+*libgda-python-2.25.3-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org 
+libgda-python-2.25.3-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   13 Aug 2012; Alexandre Rostovtsev tetrom...@gentoo.org
   libgda-python-2.25.3.ebuild, +files/libgda-python-2.25.3-python-libs.patch:
@@ -78,4 +83,3 @@
   +libgda-python-2.19.1.ebuild:
   Initial import of gnome-python-extras split ebuilds. This package installs
   bindings for the libgda-3 library.
-



1.1  dev-python/libgda-python/libgda-python-2.25.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3-r1.ebuild?rev=1.1content-type=text/plain

Index: libgda-python-2.25.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3-r1.ebuild,v
 1.1 2014/05/26 17:32:07 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-extras
G_PY_BINDINGS=gda
PYTHON_COMPAT=( python2_7 )

inherit autotools eutils gnome-python-common-r1

DESCRIPTION=Python bindings for interacting with libgda
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

RDEPEND==gnome-extra/libgda-4:4
=dev-python/libbonobo-python-2.22.1:2[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
virtual/pkgconfig
gnome-base/gnome-common
# eautoreconf needs gnome-base/gnome-common

src_prepare() {
epatch ${FILESDIR}/${P}-python-libs.patch #344231
eautoreconf
gnome-python-common-r1_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-python/libgnomeprint-python: libgnomeprint-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:41:38

  Modified: ChangeLog
  Added:libgnomeprint-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.52 dev-python/libgnomeprint-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   23 Mar 2011 20:23:19 -  1.51
+++ ChangeLog   26 May 2014 17:41:38 -  1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libgnomeprint-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 
1.51 2011/03/23 20:23:19 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 
1.52 2014/05/26 17:41:38 mgorny Exp $
+
+*libgnomeprint-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +libgnomeprint-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   23 Mar 2011; Gilles Dartiguelongue e...@gentoo.org
   -libgnomeprint-python-2.30.2.ebuild:
@@ -221,4 +227,3 @@
   +libgnomeprint-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs
   bindings for GNOME printing support.
-



1.1  
dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: libgnomeprint-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 17:41:38 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=( gnomeprint gnomeprintui )
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for GNOME printing support
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux
IUSE=doc examples

RDEPEND==gnome-base/libgnomeprint-2.2.0:2.2
=gnome-base/libgnomeprintui-2.2.0:2.2
=dev-python/libgnomecanvas-python-2.25.90:2[${PYTHON_USEDEP}]
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}

EXAMPLES=( examples/gnomeprint/. )






[gentoo-commits] gentoo-x86 commit in dev-python/libgtop-python: libgtop-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:41:30

  Modified: ChangeLog
  Added:libgtop-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.51 dev-python/libgtop-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgtop-python/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgtop-python/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgtop-python/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgtop-python/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   23 Mar 2011 20:23:51 -  1.50
+++ ChangeLog   26 May 2014 17:41:30 -  1.51
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libgtop-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgtop-python/ChangeLog,v 1.50 
2011/03/23 20:23:51 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgtop-python/ChangeLog,v 1.51 
2014/05/26 17:41:30 mgorny Exp $
+
+*libgtop-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +libgtop-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   23 Mar 2011; Gilles Dartiguelongue e...@gentoo.org
   -libgtop-python-2.30.2.ebuild:
@@ -202,4 +208,3 @@
   +libgtop-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs
   bindings for the libgtop library.
-



1.1  dev-python/libgtop-python/libgtop-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgtop-python/libgtop-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgtop-python/libgtop-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: libgtop-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgtop-python/libgtop-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 17:41:30 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=gtop
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for the libgtop library
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=

RDEPEND==gnome-base/libgtop-2.13.0:2
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/libgksu-python: libgksu-python-2.25.3-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:44:23

  Modified: ChangeLog
  Added:libgksu-python-2.25.3-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.21 dev-python/libgksu-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgksu-python/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgksu-python/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgksu-python/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgksu-python/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   13 Aug 2012 09:32:35 -  1.20
+++ ChangeLog   26 May 2014 17:44:23 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libgksu-python
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgksu-python/ChangeLog,v 1.20 
2012/08/13 09:32:35 tetromino Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgksu-python/ChangeLog,v 1.21 
2014/05/26 17:44:23 mgorny Exp $
+
+*libgksu-python-2.25.3-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +libgksu-python-2.25.3-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   13 Aug 2012; Alexandre Rostovtsev tetrom...@gentoo.org
   libgksu-python-2.25.3.ebuild, +files/libgksu-python-2.25.3-python-libs.patch:
@@ -80,4 +86,3 @@
   +libgksu-python-2.19.1.ebuild:
   Initial import of gnome-python-extras split ebuilds. This package installs
   bindings for the gksu library.
-



1.1  dev-python/libgksu-python/libgksu-python-2.25.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgksu-python/libgksu-python-2.25.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgksu-python/libgksu-python-2.25.3-r1.ebuild?rev=1.1content-type=text/plain

Index: libgksu-python-2.25.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgksu-python/libgksu-python-2.25.3-r1.ebuild,v
 1.1 2014/05/26 17:44:23 mgorny Exp $

EAPI=5

# The 'gksu' and 'gksuui' bindings are not supported. We don't have =libgksu-1*
# in tree.
GNOME_ORG_MODULE=gnome-python-extras
G_PY_BINDINGS=gksu2
PYTHON_COMPAT=( python2_7 )

inherit autotools eutils gnome-python-common-r1

DESCRIPTION=Python bindings for libgksu
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=examples

RDEPEND==x11-libs/libgksu-2.0.4
DEPEND=${RDEPEND}
virtual/pkgconfig
gnome-base/gnome-common
# eautoreconf needs gnome-base/gnome-common

EXAMPLES=( examples/gksu2/. )

src_prepare() {
epatch ${FILESDIR}/${P}-python-libs.patch #344231
eautoreconf
gnome-python-common-r1_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-python/gtkspell-python: gtkspell-python-2.25.3-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:50:00

  Modified: ChangeLog
  Added:gtkspell-python-2.25.3-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.23 dev-python/gtkspell-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   26 Apr 2013 02:58:00 -  1.22
+++ ChangeLog   26 May 2014 17:50:00 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gtkspell-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.22 
2013/04/26 02:58:00 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.23 
2014/05/26 17:50:00 mgorny Exp $
+
+*gtkspell-python-2.25.3-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +gtkspell-python-2.25.3-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   26 Apr 2013; Patrick Lauer patr...@gentoo.org 
gtkspell-python-2.25.3.ebuild:
   Automake 1.13 fix



1.1  dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild?rev=1.1content-type=text/plain

Index: gtkspell-python-2.25.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild,v
 1.1 2014/05/26 17:50:00 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-extras
PYTHON_COMPAT=( python2_7 )

inherit autotools eutils gnome-python-common-r1

DESCRIPTION=GtkSpell bindings for Python
# The LICENSE with gtkspell-3 is LGPL and there is no way to express this in
# an ebuild, currently. Punt till we actually have to face the issue.
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=doc examples

RDEPEND=app-text/gtkspell:2
DEPEND=${RDEPEND}
virtual/pkgconfig
gnome-base/gnome-common
# eautoreconf needs gnome-base/gnome-common

EXAMPLES=( examples/gtkspell/. )

src_prepare() {
epatch ${FILESDIR}/${P}-python-libs.patch #344231
sed -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.ac || die
eautoreconf
gnome-python-common-r1_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-python/gconf-python: gconf-python-2.28.1-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 17:52:44

  Modified: ChangeLog
  Added:gconf-python-2.28.1-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.42 dev-python/gconf-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gconf-python/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gconf-python/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gconf-python/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   16 Jan 2014 15:57:36 -  1.41
+++ ChangeLog   26 May 2014 17:52:44 -  1.42
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/gconf-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.41 
2014/01/16 15:57:36 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.42 
2014/05/26 17:52:44 mgorny Exp $
+
+*gconf-python-2.28.1-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org +gconf-python-2.28.1-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   16 Jan 2014; Anthony G. Basile bluen...@gentoo.org
   gconf-python-2.28.1.ebuild:



1.1  dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild?rev=1.1content-type=text/plain

Index: gconf-python-2.28.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild,v 
1.1 2014/05/26 17:52:44 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for the GConf library
LICENSE=LGPL-2.1
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
IUSE=examples

RDEPEND=dev-python/pygobject:2[${PYTHON_USEDEP}]
=gnome-base/gconf-2.11.1
!dev-python/gnome-python-2.22.1
DEPEND=${RDEPEND}

EXAMPLES=( examples/gconf/. )






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-keyring-python: gnome-keyring-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:01:37

  Modified: ChangeLog
  Added:gnome-keyring-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.51 dev-python/gnome-keyring-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   23 Mar 2011 20:22:29 -  1.50
+++ ChangeLog   26 May 2014 18:01:37 -  1.51
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gnome-keyring-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 
1.50 2011/03/23 20:22:29 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 
1.51 2014/05/26 18:01:37 mgorny Exp $
+
+*gnome-keyring-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +gnome-keyring-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   23 Mar 2011; Gilles Dartiguelongue e...@gentoo.org
   -gnome-keyring-python-2.30.2.ebuild:
@@ -216,4 +222,3 @@
   +gnome-keyring-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs
   bindings for interfacing with the GNOME keyring.
-



1.1  
dev-python/gnome-keyring-python/gnome-keyring-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-keyring-python/gnome-keyring-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-keyring-python/gnome-keyring-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: gnome-keyring-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/gnome-keyring-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 18:01:37 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=gnomekeyring
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for the interfacing with the GNOME keyring
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=examples

RDEPEND==gnome-base/gnome-keyring-0.5.0
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}

EXAMPLES=( examples/keyring.py examples/keyring-async.py )






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-applets-python: gnome-applets-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:05:06

  Modified: ChangeLog
  Added:gnome-applets-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.53 dev-python/gnome-applets-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-applets-python/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-applets-python/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-applets-python/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   23 Mar 2011 20:21:36 -  1.52
+++ ChangeLog   26 May 2014 18:05:06 -  1.53
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gnome-applets-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/ChangeLog,v 
1.52 2011/03/23 20:21:36 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/ChangeLog,v 
1.53 2014/05/26 18:05:06 mgorny Exp $
+
+*gnome-applets-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +gnome-applets-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   23 Mar 2011; Gilles Dartiguelongue e...@gentoo.org
   -gnome-applets-python-2.30.2.ebuild:
@@ -227,4 +233,3 @@
   +gnome-applets-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs the
   GNOME applets bindings.
-



1.1  
dev-python/gnome-applets-python/gnome-applets-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-applets-python/gnome-applets-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-applets-python/gnome-applets-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: gnome-applets-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-applets-python/gnome-applets-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 18:05:06 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=applet
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for writing GNOME applets
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=examples

RDEPEND==gnome-base/gnome-panel-2.13.4
=dev-python/libbonobo-python-2.22.0:2[${PYTHON_USEDEP}]
gnome-base/libgnome
gnome-base/libgnomeui
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}

EXAMPLES=( examples/applet/. )






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-desktop-python: gnome-desktop-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:05:04

  Modified: ChangeLog
  Added:gnome-desktop-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.52 dev-python/gnome-desktop-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-desktop-python/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-desktop-python/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-desktop-python/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-desktop-python/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   23 Mar 2011 20:21:50 -  1.51
+++ ChangeLog   26 May 2014 18:05:04 -  1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gnome-desktop-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-desktop-python/ChangeLog,v 
1.51 2011/03/23 20:21:50 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-desktop-python/ChangeLog,v 
1.52 2014/05/26 18:05:04 mgorny Exp $
+
+*gnome-desktop-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +gnome-desktop-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   23 Mar 2011; Gilles Dartiguelongue e...@gentoo.org
   -gnome-desktop-python-2.30.2.ebuild:
@@ -221,4 +227,3 @@
   +gnome-desktop-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs
   bindings for GNOME desktop libraries that are not part of the UI.
-



1.1  
dev-python/gnome-desktop-python/gnome-desktop-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-desktop-python/gnome-desktop-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-desktop-python/gnome-desktop-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: gnome-desktop-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-desktop-python/gnome-desktop-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 18:05:04 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=gnomedesktop
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for some GNOME desktop libraries
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=

RDEPEND==gnome-base/gnome-desktop-2.10.0:2
=dev-python/gnome-vfs-python-2.22:2[${PYTHON_USEDEP}]
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-media-python: gnome-media-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:05:05

  Modified: ChangeLog
  Added:gnome-media-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.52 dev-python/gnome-media-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-media-python/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-media-python/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-media-python/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-media-python/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   14 Apr 2011 10:51:59 -  1.51
+++ ChangeLog   26 May 2014 18:05:05 -  1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gnome-media-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-media-python/ChangeLog,v 
1.51 2011/04/14 10:51:59 nirbheek Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-media-python/ChangeLog,v 
1.52 2014/05/26 18:05:05 mgorny Exp $
+
+*gnome-media-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +gnome-media-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   14 Apr 2011; Nirbheek Chauhan nirbh...@gentoo.org
   gnome-media-python-2.32.0.ebuild:
@@ -221,4 +227,3 @@
   +gnome-media-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs
   bindings for GNOME media profiles.
-



1.1  
dev-python/gnome-media-python/gnome-media-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-media-python/gnome-media-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-media-python/gnome-media-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: gnome-media-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-media-python/gnome-media-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 18:05:05 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=mediaprofiles
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for GNOME media profiles
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=examples

RDEPEND=gnome-extra/gnome-media-2.91:2
=gnome-extra/gnome-media-2.10.0:2
=gnome-base/gconf-2.10.0:2
=dev-python/gconf-python-2.25.90:2[${PYTHON_USEDEP}]
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}

EXAMPLES=( examples/mediaprofiles/. )






[gentoo-commits] gentoo-x86 commit in dev-python/totem-python: totem-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:13:49

  Modified: ChangeLog
  Added:totem-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1. Fix the dependency to pull in just 
totem-pl-parser.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.50 dev-python/totem-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/totem-python/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/totem-python/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/totem-python/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   23 Mar 2011 20:25:43 -  1.49
+++ ChangeLog   26 May 2014 18:13:49 -  1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/totem-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.49 
2011/03/23 20:25:43 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.50 
2014/05/26 18:13:49 mgorny Exp $
+
+*totem-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org +totem-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1. Fix the dependency to pull in just totem-
+  pl-parser.
 
   23 Mar 2011; Gilles Dartiguelongue e...@gentoo.org
   -totem-python-2.30.2.ebuild:
@@ -185,4 +191,3 @@
   +totem-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs
   bindings for the Totem Playlist Parser.
-



1.1  dev-python/totem-python/totem-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/totem-python/totem-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/totem-python/totem-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: totem-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/totem-python/totem-python-2.32.0-r1.ebuild,v 
1.1 2014/05/26 18:13:49 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=totem_plparser
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for the Totem Playlist Parser
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=

RDEPEND=dev-libs/totem-pl-parser
=dev-python/gnome-vfs-python-2.25.90:2[${PYTHON_USEDEP}]
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/egg-python: egg-python-2.25.3-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:20:47

  Modified: ChangeLog
  Added:egg-python-2.25.3-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.25 dev-python/egg-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   4 May 2013 22:09:22 -   1.24
+++ ChangeLog   26 May 2014 18:20:47 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/egg-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.24 
2013/05/04 22:09:22 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.25 
2014/05/26 18:20:47 mgorny Exp $
+
+*egg-python-2.25.3-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org +egg-python-2.25.3-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   04 May 2013; Justin Lecher j...@gentoo.org egg-python-2.25.3.ebuild,
   metadata.xml:



1.1  dev-python/egg-python/egg-python-2.25.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.25.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.25.3-r1.ebuild?rev=1.1content-type=text/plain

Index: egg-python-2.25.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.25.3-r1.ebuild,v 1.1 
2014/05/26 18:20:47 mgorny Exp $

EAPI=5

# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
GNOME_ORG_MODULE=gnome-python-extras
G_PY_BINDINGS=eggtray
PYTHON_COMPAT=( python2_7 )

inherit autotools eutils gnome-python-common-r1

DESCRIPTION=EggTrayIcon bindings for Python
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=examples

RDEPEND==dev-python/libbonobo-python-2.22.1[${PYTHON_USEDEP}]
=dev-python/libgnome-python-2.22.1[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
virtual/pkgconfig
gnome-base/gnome-common
# eautoreconf needs gnome-base/gnome-common

EXAMPLES=( examples/egg/trayicon.py )

src_prepare() {
epatch ${FILESDIR}/${P}-python-libs.patch #344231
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
eautoreconf
gnome-python-common-r1_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-python/bug-buddy-python: bug-buddy-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:21:10

  Modified: ChangeLog
  Added:bug-buddy-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.53 dev-python/bug-buddy-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bug-buddy-python/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bug-buddy-python/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bug-buddy-python/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bug-buddy-python/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   24 Feb 2012 09:05:41 -  1.52
+++ ChangeLog   26 May 2014 18:21:10 -  1.53
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/bug-buddy-python
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bug-buddy-python/ChangeLog,v 
1.52 2012/02/24 09:05:41 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bug-buddy-python/ChangeLog,v 
1.53 2014/05/26 18:21:10 mgorny Exp $
+
+*bug-buddy-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +bug-buddy-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   24 Feb 2012; Patrick Lauer patr...@gentoo.org
   bug-buddy-python-2.32.0.ebuild:
@@ -223,4 +229,3 @@
   Initial import of split gnome-python-desktop. This package installs the
   Bug buddy python bindings.
   Dropping arm and sh - bug-buddy is not available
-



1.1  
dev-python/bug-buddy-python/bug-buddy-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bug-buddy-python/bug-buddy-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bug-buddy-python/bug-buddy-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: bug-buddy-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/bug-buddy-python/bug-buddy-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 18:21:10 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=bugbuddy
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for Bug Buddy
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=

RDEPEND==gnome-extra/bug-buddy-2.16:2
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/librsvg-python: librsvg-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:24:16

  Modified: ChangeLog
  Added:librsvg-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.50 dev-python/librsvg-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librsvg-python/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librsvg-python/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librsvg-python/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   24 Feb 2012 09:08:15 -  1.49
+++ ChangeLog   26 May 2014 18:24:16 -  1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/librsvg-python
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/ChangeLog,v 1.49 
2012/02/24 09:08:15 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/ChangeLog,v 1.50 
2014/05/26 18:24:16 mgorny Exp $
+
+*librsvg-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +librsvg-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   24 Feb 2012; Patrick Lauer patr...@gentoo.org librsvg-python-2.32.0.ebuild:
   Restricting pypy and jython
@@ -196,4 +202,3 @@
   +librsvg-python-2.22.0.ebuild:
   Initial import of split gnome-python-desktop. This package installs
   bindings for the librsvg library.
-



1.1  dev-python/librsvg-python/librsvg-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librsvg-python/librsvg-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/librsvg-python/librsvg-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: librsvg-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/librsvg-python/librsvg-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 18:24:16 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=rsvg
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for the librsvg library
LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=examples

RDEPEND==gnome-base/librsvg-2.13.93:2
dev-python/pycairo[${PYTHON_USEDEP}]
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}

EXAMPLES=( examples/rsvg/. )






[gentoo-commits] gentoo-x86 commit in dev-python/brasero-python: brasero-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:43:42

  Modified: ChangeLog
  Added:brasero-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1. Fix dependencies.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.25 dev-python/brasero-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/brasero-python/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/brasero-python/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/brasero-python/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/brasero-python/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   23 Mar 2011 20:25:22 -  1.24
+++ ChangeLog   26 May 2014 18:43:41 -  1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/brasero-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/brasero-python/ChangeLog,v 1.24 
2011/03/23 20:25:22 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/brasero-python/ChangeLog,v 1.25 
2014/05/26 18:43:41 mgorny Exp $
+
+*brasero-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +brasero-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1. Fix dependencies.
 
   23 Mar 2011; Gilles Dartiguelongue e...@gentoo.org
   -brasero-python-2.30.2.ebuild:
@@ -94,4 +100,3 @@
   29 Oct 2009; Gilles Dartiguelongue e...@gentoo.org
   +brasero-python-2.28.0.ebuild, +metadata.xml:
   Initial ebuild for GNOME 2.28.
-



1.1  dev-python/brasero-python/brasero-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/brasero-python/brasero-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/brasero-python/brasero-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: brasero-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/brasero-python/brasero-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 18:43:41 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=( braseroburn braseromedia )
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for Brasero CD/DVD burning
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=examples

RDEPEND=app-cdr/brasero-3
=app-cdr/brasero-2.29
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}

EXAMPLES=( examples/braseroburn/. examples/braseromedia/. )






[gentoo-commits] gentoo-x86 commit in dev-python/evolution-python: evolution-python-2.32.0-r1.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 18:51:42

  Modified: ChangeLog
  Added:evolution-python-2.32.0-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.53 dev-python/evolution-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/evolution-python/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/evolution-python/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/evolution-python/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/evolution-python/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   2 Apr 2013 20:10:40 -   1.52
+++ ChangeLog   26 May 2014 18:51:42 -  1.53
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/evolution-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/evolution-python/ChangeLog,v 
1.52 2013/04/02 20:10:40 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/evolution-python/ChangeLog,v 
1.53 2014/05/26 18:51:42 mgorny Exp $
+
+*evolution-python-2.32.0-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny mgo...@gentoo.org
+  +evolution-python-2.32.0-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   02 Apr 2013; Pacho Ramos pa...@gentoo.org evolution-python-2.32.0.ebuild:
   Fix previous commit (#463930 by pschuprikov)



1.1  
dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild?rev=1.1content-type=text/plain

Index: evolution-python-2.32.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/evolution-python/evolution-python-2.32.0-r1.ebuild,v
 1.1 2014/05/26 18:51:42 mgorny Exp $

EAPI=5

GNOME_ORG_MODULE=gnome-python-desktop
G_PY_BINDINGS=( evolution evolution_ecal )
PYTHON_COMPAT=( python2_7 )

inherit gnome-python-common-r1

DESCRIPTION=Python bindings for Evolution and Evolution Data Server
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=

RDEPEND=dev-python/libbonobo-python:2[${PYTHON_USEDEP}]
gnome-extra/evolution-data-server-3.6
!dev-python/gnome-python-desktop-2.22.0-r10
DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in sys-libs/ldb: ldb-1.1.17.ebuild ldb-1.1.12.ebuild ldb-1.1.17-r1.ebuild ldb-1.1.15.ebuild ldb-1.1.16.ebuild ChangeLog

2014-05-26 Thread Michal Gorny (mgorny)
mgorny  14/05/26 19:52:15

  Modified: ldb-1.1.17.ebuild ldb-1.1.12.ebuild
ldb-1.1.17-r1.ebuild ldb-1.1.15.ebuild
ldb-1.1.16.ebuild ChangeLog
  Log:
  Require tevent[python] for the flag has been added along with multilib 
support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  sys-libs/ldb/ldb-1.1.17.ebuild

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

Index: ldb-1.1.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ldb-1.1.17.ebuild   17 May 2014 08:59:08 -  1.2
+++ ldb-1.1.17.ebuild   26 May 2014 19:52:14 -  1.3
@@ -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/sys-libs/ldb/ldb-1.1.17.ebuild,v 1.2 
2014/05/17 08:59:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17.ebuild,v 1.3 
2014/05/26 19:52:14 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -18,7 +18,7 @@
 
 RDEPEND=dev-libs/popt
=sys-libs/talloc-2.1.0[python]
-   =sys-libs/tevent-0.9.21
+   =sys-libs/tevent-0.9.21[python(+)]
=sys-libs/tdb-1.2.12[python]
net-nds/openldap
!!net-fs/samba-3.6.0[ldb]



1.9  sys-libs/ldb/ldb-1.1.12.ebuild

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

Index: ldb-1.1.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ldb-1.1.12.ebuild   19 Jun 2013 23:06:29 -  1.8
+++ ldb-1.1.12.ebuild   26 May 2014 19:52:14 -  1.9
@@ -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/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.8 
2013/06/19 23:06:29 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.9 
2014/05/26 19:52:14 mgorny Exp $
 
 EAPI=4
 PYTHON_DEPEND=2
@@ -18,7 +18,7 @@
 
 RDEPEND=dev-libs/popt
=sys-libs/talloc-2.0.7[python]
-   =sys-libs/tevent-0.9.17
+   =sys-libs/tevent-0.9.17[python(+)]
=sys-libs/tdb-1.2.10[python]
net-nds/openldap
!!net-fs/samba-3.6.0[ldb]



1.2  sys-libs/ldb/ldb-1.1.17-r1.ebuild

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

Index: ldb-1.1.17-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldb-1.1.17-r1.ebuild26 May 2014 11:34:55 -  1.1
+++ ldb-1.1.17-r1.ebuild26 May 2014 19:52:14 -  1.2
@@ -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/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.1 
2014/05/26 11:34:55 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.2 
2014/05/26 19:52:14 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -18,7 +18,7 @@
 
 RDEPEND=dev-libs/popt
=sys-libs/talloc-2.1.0[python]
-   =sys-libs/tevent-0.9.21
+   =sys-libs/tevent-0.9.21[python(+)]
=sys-libs/tdb-1.2.12[python]
net-nds/openldap
!!net-fs/samba-3.6.0[ldb]



1.8  sys-libs/ldb/ldb-1.1.15.ebuild

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

Index: ldb-1.1.15.ebuild

[gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.9.6-r3.ebuild ChangeLog

2014-05-27 Thread Michal Gorny (mgorny)
mgorny  14/05/27 06:32:32

  Modified: sssd-1.9.6-r3.ebuild ChangeLog
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  sys-auth/sssd/sssd-1.9.6-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild?r1=1.1r2=1.2

Index: sssd-1.9.6-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sssd-1.9.6-r3.ebuild26 May 2014 18:15:55 -  1.1
+++ sssd-1.9.6-r3.ebuild27 May 2014 06:32:32 -  1.2
@@ -1,16 +1,16 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild,v 1.1 
2014/05/26 18:15:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild,v 1.2 
2014/05/27 06:32:32 mgorny Exp $
 
 EAPI=5
 
-PYTHON_DEPEND=python? 2:2.6
+PYTHON_COMPAT=( python2_7 )
 
 AUTOTOOLS_IN_SOURCE_BUILD=1
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
 
-inherit python multilib pam linux-info autotools-utils systemd
+inherit python-single-r1 multilib pam linux-info autotools-utils systemd
 
 DESCRIPTION=System Security Services Daemon provides access to identity and 
authentication
 HOMEPAGE=http://fedorahosted.org/sssd/;
@@ -67,11 +67,7 @@
 )
 
 pkg_setup(){
-   if use python; then
-   python_set_active_version 2
-   python_pkg_setup
-   python_need_rebuild
-   fi
+   use python  python-single-r1_pkg_setup
linux-info_pkg_setup
 }
 
@@ -110,6 +106,7 @@
 
 src_install(){
autotools-utils_src_install
+   use python  python_optimize
 
insinto /etc/sssd
insopts -m600
@@ -119,8 +116,6 @@
insopts -m644
newins ${S}/src/examples/logrotate sssd
 
-   use python  python_clean_installation_image
-
newconfd ${FILESDIR}/sssd.conf sssd
 
systemd_dounit ${FILESDIR}/${PN}.service
@@ -135,12 +130,4 @@
elog You must set up sssd.conf (default installed into /etc/sssd)
elog and (optionally) configuration in /etc/pam.d in order to use SSSD
elog features. Please see howto in 
http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2;
-
-   use python  \
-   python_mod_optimize 
SSSDConfig/{ipachangeconf,sssd_upgrade_config}.py
-}
-
-pkg_postrm() {
-   use python  \
-   python_mod_cleanup 
SSSDConfig/{ipachangeconf,sssd_upgrade_config}.py
 }



1.54 sys-auth/sssd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   26 May 2014 18:15:55 -  1.53
+++ ChangeLog   27 May 2014 06:32:32 -  1.54
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/sssd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.53 2014/05/26 
18:15:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.54 2014/05/27 
06:32:32 mgorny Exp $
+
+  27 May 2014; Michał Górny mgo...@gentoo.org sssd-1.9.6-r3.ebuild:
+  Convert to python-single-r1.
 
 *sssd-1.9.6-r3 (26 May 2014)
 






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-05-27 Thread Michal Gorny (mgorny)
mgorny  14/05/27 12:59:43

  Modified: ChangeLog package.mask
  Log:
  Uncomment the python:2.6 mask.

Revision  ChangesPath
1.9008   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9008view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9008content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9007r2=1.9008

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9007
retrieving revision 1.9008
diff -u -r1.9007 -r1.9008
--- ChangeLog   27 May 2014 12:53:51 -  1.9007
+++ ChangeLog   27 May 2014 12:59:42 -  1.9008
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9007 2014/05/27 
12:53:51 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9008 2014/05/27 
12:59:42 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  27 May 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Uncomment the python:2.6 mask.
+
   27 May 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
   package.mask:
   Remove mask for xorg-server prerelease, fontsproto/libXfont and



1.15734  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15734view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15734content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15733r2=1.15734

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15733
retrieving revision 1.15734
diff -u -r1.15733 -r1.15734
--- package.mask27 May 2014 12:53:51 -  1.15733
+++ package.mask27 May 2014 12:59:42 -  1.15734
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15733 2014/05/27 
12:53:51 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15734 2014/05/27 
12:59:42 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -355,7 +355,7 @@
 # are not provided anymore. Python 2.7 is almost drop-in replacement.
 # The Python itself will be masked in 30 days, and all packages will be
 # removed in 60 days.
-#dev-lang/python:2.6
+dev-lang/python:2.6
 dev-python/argparse
 dev-python/ordereddict
 






[gentoo-commits] gentoo-x86 commit in app-text/acroread: acroread-9.5.5.ebuild ChangeLog

2014-05-27 Thread Michal Gorny (mgorny)
mgorny  14/05/27 13:36:01

  Modified: acroread-9.5.5.ebuild ChangeLog
  Log:
  Support fulfilling the dependencies using multilib packages, bug #490156.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  app-text/acroread/acroread-9.5.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.5.5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.5.5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/acroread-9.5.5.ebuild?r1=1.4r2=1.5

Index: acroread-9.5.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.5.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- acroread-9.5.5.ebuild   13 Jul 2013 19:07:04 -  1.4
+++ acroread-9.5.5.ebuild   27 May 2014 13:36:01 -  1.5
@@ -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/app-text/acroread/acroread-9.5.5.ebuild,v 
1.4 2013/07/13 19:07:04 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.5.5.ebuild,v 
1.5 2014/05/27 13:36:01 mgorny Exp $
 
 EAPI=5
 
@@ -21,11 +21,10 @@
 
 DEPEND=dev-util/bsdiff
 RDEPEND=media-libs/fontconfig
-   x86? ( =dev-libs/openssl-0.9.8* )
cups? ( net-print/cups )
x86? (
+   =dev-libs/openssl-0.9.8*
x11-libs/gtk+:2
-   x11-libs/pango[X]
net-dns/libidn
|| ( x11-libs/pangox-compat x11-libs/pango-1.31[X] )
ldap? ( net-nds/openldap )
@@ -38,8 +37,21 @@
)
)
amd64? (
-   app-emulation/emul-linux-x86-gtklibs
-   app-emulation/emul-linux-x86-baselibs
+   || (
+   app-emulation/emul-linux-x86-gtklibs
+   (
+   x11-libs/gtk+:2[abi_x86_32(-)]
+   || ( x11-libs/pangox-compat[abi_x86_32(-)] 
x11-libs/pango-1.31[X,abi_x86_32(-)] )
+   )
+   )
+   || (
+   app-emulation/emul-linux-x86-baselibs
+   (
+   =dev-libs/openssl-0.9.8*[abi_x86_32(-)]
+   net-dns/libidn[abi_x86_32(-)]
+   ldap? ( net-nds/openldap[abi_x86_32(-)] )
+   )
+   )
)
linguas_zh_CN? ( media-fonts/acroread-asianfonts[linguas_zh_CN] )
linguas_ja? ( media-fonts/acroread-asianfonts[linguas_ja] )



1.201app-text/acroread/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?rev=1.201view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?rev=1.201content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/acroread/ChangeLog?r1=1.200r2=1.201

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog   13 Jul 2013 19:07:04 -  1.200
+++ ChangeLog   27 May 2014 13:36:01 -  1.201
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/acroread
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.200 
2013/07/13 19:07:04 zmedico Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.201 
2014/05/27 13:36:01 mgorny Exp $
+
+  27 May 2014; Michał Górny mgo...@gentoo.org acroread-9.5.5.ebuild:
+  Support fulfilling the dependencies using multilib packages, bug #490156.
 
   13 Jul 2013; Zac Medico zmed...@gentoo.org acroread-9.5.5.ebuild:
   Lowercase tar extension required for unpack, bug 476734.






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-medialibs: emul-linux-x86-medialibs-20140508-r2.ebuild ChangeLog

2014-05-27 Thread Michal Gorny (mgorny)
mgorny  14/05/27 19:01:02

  Modified: ChangeLog
  Added:emul-linux-x86-medialibs-20140508-r2.ebuild
  Log:
  Use multilib packages to fulfill remaining pre-built library dependencies 
instead of pulling in other emul-linux-x86 sets.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.96 app-emulation/emul-linux-x86-medialibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?rev=1.96view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?rev=1.96content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?r1=1.95r2=1.96

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   21 May 2014 19:11:58 -  1.95
+++ ChangeLog   27 May 2014 19:01:02 -  1.96
@@ -1,6 +1,14 @@
 # ChangeLog for app-emulation/emul-linux-x86-medialibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v 1.95 
2014/05/21 19:11:58 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v 1.96 
2014/05/27 19:01:02 mgorny Exp $
+
+*emul-linux-x86-medialibs-20140508-r2 (27 May 2014)
+
+  27 May 2014; Michał Górny mgo...@gentoo.org
+  +emul-linux-x86-medialibs-20140508-r2.ebuild,
+  +files/remove-native-20140508-r2:
+  Use multilib packages to fulfill remaining pre-built library dependencies
+  instead of pulling in other emul-linux-x86 sets.
 
 *emul-linux-x86-medialibs-20140508-r1 (21 May 2014)
 



1.1  
app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140508-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140508-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140508-r2.ebuild?rev=1.1content-type=text/plain

Index: emul-linux-x86-medialibs-20140508-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20140508-r2.ebuild,v
 1.1 2014/05/27 19:01:02 mgorny Exp $

EAPI=5
inherit emul-linux-x86

LICENSE=APL-1.0 GPL-2 BSD BSD-2 public-domain LGPL-2 MPL-1.1 LGPL-2.1 
!abi_x86_32? ( MPEG-4 )
KEYWORDS=-* ~amd64
IUSE=abi_x86_32

DEPEND=
# required libs
RDEPEND=
!abi_x86_32? (
~app-emulation/emul-linux-x86-baselibs-${PV}
~app-emulation/emul-linux-x86-xlibs-${PV}
~app-emulation/emul-linux-x86-db-${PV}
)
abi_x86_32? (
app-arch/bzip2[abi_x86_32(-)]
dev-libs/glib[abi_x86_32(-)]
dev-libs/libxml2[abi_x86_32(-)]
media-libs/alsa-lib[abi_x86_32(-)]
media-libs/freetype[abi_x86_32(-)]
media-libs/libpng[abi_x86_32(-)]
media-libs/libvorbis[abi_x86_32(-)]
media-sound/jack-audio-connection-kit[abi_x86_32(-)]
media-sound/pulseaudio[abi_x86_32(-)]
sci-libs/fftw[abi_x86_32(-)]
virtual/jpeg:62[abi_x86_32(-)]
x11-libs/libX11[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
x11-libs/libXfixes[abi_x86_32(-)]
)
!=app-emulation/emul-linux-x86-sdl-20081109
!=app-emulation/emul-linux-x86-soundlibs-20110101

# supplied libs
RDEPEND=${RDEPEND}
abi_x86_32? (
=media-libs/libvpx-1.2.0_pre[abi_x86_32(-)]
=media-libs/xvid-1.3.2-r1[abi_x86_32(-)]
=media-sound/lame-3.99.5-r1[abi_x86_32(-)]
=media-libs/faac-1.28-r4[abi_x86_32(-)]
=media-libs/faad2-2.7-r3[abi_x86_32(-)]
=media-libs/libtheora-1.1.1-r1[abi_x86_32(-)]
=media-libs/libcuefile-477-r1[abi_x86_32(-)]
=media-libs/libreplaygain-477-r1[abi_x86_32(-)]
=media-libs/libmad-0.15.1b-r8[abi_x86_32(-)]
=media-libs/libdca-0.0.5-r3[abi_x86_32(-)]
=media-libs/speex-1.2_rc1-r2[abi_x86_32(-)]
=media-libs/libdvdread-4.2.0-r1[abi_x86_32(-)]
=media-libs/libdvdnav-4.2.0-r1[abi_x86_32(-)]
=media-libs/libv4l-0.9.5-r1[abi_x86_32(-)]
=media-libs/libid3tag-0.15.1b-r4[abi_x86_32(-)]
  

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-medialibs/files: remove-native-20140508-r2

2014-05-27 Thread Michal Gorny (mgorny)
mgorny  14/05/27 19:01:02

  Added:remove-native-20140508-r2
  Log:
  Use multilib packages to fulfill remaining pre-built library dependencies 
instead of pulling in other emul-linux-x86 sets.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
app-emulation/emul-linux-x86-medialibs/files/remove-native-20140508-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/files/remove-native-20140508-r2?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/files/remove-native-20140508-r2?rev=1.1content-type=text/plain

Index: remove-native-20140508-r2
===
usr/lib32/libxvidcore.so
usr/lib32/libxvidcore.so.4
usr/lib32/libxvidcore.so.4.3
usr/lib32/libmp3lame.so
usr/lib32/libmp3lame.so.0
usr/lib32/libmp3lame.so.0.0.0
usr/lib32/libvpx.so
usr/lib32/libvpx.so.1*
usr/lib32/pkgconfig/vpx.pc
usr/lib32/libfaac.so
usr/lib32/libfaac.so.0
usr/lib32/libfaac.so.0.0.0
usr/lib32/libfaad.so
usr/lib32/libfaad.so.2
usr/lib32/libfaad.so.2.0.0
usr/lib32/libmp4ff.so
usr/lib32/libmp4ff.so.0
usr/lib32/libmp4ff.so.0.0.0
usr/lib32/libtheora.so
usr/lib32/libtheora.so.0
usr/lib32/libtheora.so.0.3.10
usr/lib32/libtheoradec.so
usr/lib32/libtheoradec.so.1
usr/lib32/libtheoradec.so.1.1.4
usr/lib32/libtheoraenc.so
usr/lib32/libtheoraenc.so.1
usr/lib32/libtheoraenc.so.1.1.2
usr/lib32/pkgconfig/theora.pc
usr/lib32/pkgconfig/theoradec.pc
usr/lib32/pkgconfig/theoraenc.pc
usr/lib32/libcuefile.so
usr/lib32/libcuefile.so.0
usr/lib32/libcuefile.so.0.0.0
usr/lib32/libreplaygain.so
usr/lib32/libreplaygain.so.1
usr/lib32/libreplaygain.so.1.0.0
usr/lib32/libmad.so
usr/lib32/libmad.so.0
usr/lib32/libmad.so.0.2.1
usr/lib32/pkgconfig/mad.pc
usr/lib32/libdca.so
usr/lib32/libdca.so.0
usr/lib32/libdca.so.0.0.0
usr/lib32/pkgconfig/libdca.pc
usr/lib32/pkgconfig/libdts.pc
usr/lib32/libspeex.so
usr/lib32/libspeex.so.1
usr/lib32/libspeex.so.1.5.0
usr/lib32/libspeexdsp.so
usr/lib32/libspeexdsp.so.1
usr/lib32/libspeexdsp.so.1.5.0
usr/lib32/pkgconfig/speex.pc
usr/lib32/pkgconfig/speexdsp.pc
usr/lib32/libdvdread.so
usr/lib32/libdvdread.so.4
usr/lib32/libdvdread.so.4.1.2
usr/lib32/pkgconfig/dvdread.pc
usr/lib32/libdvdnav.so
usr/lib32/libdvdnav.so.4
usr/lib32/libdvdnav.so.4.1.2
usr/lib32/libdvdnavmini.so
usr/lib32/libdvdnavmini.so.4
usr/lib32/libdvdnavmini.so.4.1.2
usr/lib32/pkgconfig/dvdnav.pc
usr/lib32/pkgconfig/dvdnavmini.pc
usr/lib32/libv4l/ov511-decomp
usr/lib32/libv4l/ov518-decomp
usr/lib32/libv4l/v4l1compat.so
usr/lib32/libv4l/v4l2convert.so
usr/lib32/libv4l1.so
usr/lib32/libv4l1.so.0
usr/lib32/libv4l2.so
usr/lib32/libv4l2.so.0
usr/lib32/libv4lconvert.so
usr/lib32/libv4lconvert.so.0
usr/lib32/pkgconfig/libv4l1.pc
usr/lib32/pkgconfig/libv4l2.pc
usr/lib32/pkgconfig/libv4lconvert.pc
usr/lib32/libid3tag.so
usr/lib32/libid3tag.so.0
usr/lib32/libid3tag.so.0.3.0
usr/lib32/pkgconfig/id3tag.pc
usr/lib32/libshout.so
usr/lib32/libshout.so.3
usr/lib32/libshout.so.3.2.0
usr/lib32/pkgconfig/shout.pc
usr/lib32/sidplay/builders/libhardsid-builder.so
usr/lib32/sidplay/builders/libhardsid-builder.so.0
usr/lib32/sidplay/builders/libhardsid-builder.so.0.0.1
usr/lib32/sidplay/builders/libresid-builder.so
usr/lib32/sidplay/builders/libresid-builder.so.0
usr/lib32/sidplay/builders/libresid-builder.so.0.0.1
usr/lib32/libsidplay2.so
usr/lib32/libsidplay2.so.1
usr/lib32/libsidplay2.so.1.0.1
usr/lib32/pkgconfig/libsidplay2.pc
usr/lib32/libsidutils.so
usr/lib32/libsidutils.so.0
usr/lib32/libsidutils.so.0.0.4
usr/lib32/pkgconfig/libsidutils.pc
usr/lib32/libsidplay.so
usr/lib32/libsidplay.so.1
usr/lib32/libsidplay.so.1.0.3
usr/lib32/libx264.so
usr/lib32/pkgconfig/x264.pc
usr/lib32/libiec61883.so
usr/lib32/libiec61883.so.0*
usr/lib32/pkgconfig/libiec61883.pc
usr/lib32/liba52.so
usr/lib32/liba52.so.0
usr/lib32/liba52.so.0.0.0
usr/lib32/libmimic.so
usr/lib32/libmimic.so.0
usr/lib32/libmimic.so.0.0.1
usr/lib32/pkgconfig/libmimic.pc
usr/lib32/libmms.so
usr/lib32/libmms.so.0
usr/lib32/libmms.so.0.0.2
usr/lib32/pkgconfig/libmms.pc
usr/lib32/libvisual-0.4.so
usr/lib32/libvisual-0.4.so.0
usr/lib32/libvisual-0.4.so.0.0.0
usr/lib32/pkgconfig/libvisual-0.4.pc
usr/lib32/libmpeg2.so
usr/lib32/libmpeg2.so.0
usr/lib32/libmpeg2.so.0.1.0
usr/lib32/pkgconfig/libmpeg2.pc
usr/lib32/libmpeg2convert.so
usr/lib32/libmpeg2convert.so.0
usr/lib32/libmpeg2convert.so.0.0.0
usr/lib32/pkgconfig/libmpeg2convert.pc
usr/lib32/liboil-0.3.so
usr/lib32/liboil-0.3.so.0
usr/lib32/liboil-0.3.so.0.3.0
usr/lib32/pkgconfig/liboil-0.3.pc
usr/lib32/libieee1284.so
usr/lib32/libieee1284.so.3
usr/lib32/libieee1284.so.3.2.2
usr/lib32/libfribidi.so
usr/lib32/libfribidi.so.0
usr/lib32/libfribidi.so.0.3.4
usr/lib32/pkgconfig/fribidi.pc
usr/lib32/libiso9660++.so
usr/lib32/libiso9660++.so.0
usr/lib32/libiso9660++.so.0.0.0
usr/lib32/libiso9660.so
usr/lib32/libiso9660.so.9

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-qtlibs: emul-linux-x86-qtlibs-20140508-r1.ebuild ChangeLog

2014-05-27 Thread Michal Gorny (mgorny)
mgorny  14/05/27 19:06:38

  Modified: ChangeLog
  Added:emul-linux-x86-qtlibs-20140508-r1.ebuild
  Log:
  Use multilib packages to fulfill remaining pre-built library dependencies 
instead of pulling in other emul-linux-x86 sets. Remove USE=gtkstyle since the 
GTK+ style seems not to be included anyway. Add USE=-mng to avoid pulling in 
baselibs when libmng-2 is installed.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.93 app-emulation/emul-linux-x86-qtlibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/ChangeLog?rev=1.93view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/ChangeLog?rev=1.93content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/ChangeLog?r1=1.92r2=1.93

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   8 May 2014 21:47:21 -   1.92
+++ ChangeLog   27 May 2014 19:06:38 -  1.93
@@ -1,6 +1,15 @@
 # ChangeLog for app-emulation/emul-linux-x86-qtlibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/ChangeLog,v 1.92 
2014/05/08 21:47:21 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/ChangeLog,v 1.93 
2014/05/27 19:06:38 mgorny Exp $
+
+*emul-linux-x86-qtlibs-20140508-r1 (27 May 2014)
+
+  27 May 2014; Michał Górny mgo...@gentoo.org
+  +emul-linux-x86-qtlibs-20140508-r1.ebuild:
+  Use multilib packages to fulfill remaining pre-built library dependencies
+  instead of pulling in other emul-linux-x86 sets. Remove USE=gtkstyle since 
the
+  GTK+ style seems not to be included anyway. Add USE=-mng to avoid pulling in
+  baselibs when libmng-2 is installed.
 
 *emul-linux-x86-qtlibs-20140508 (08 May 2014)
 



1.1  
app-emulation/emul-linux-x86-qtlibs/emul-linux-x86-qtlibs-20140508-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/emul-linux-x86-qtlibs-20140508-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/emul-linux-x86-qtlibs-20140508-r1.ebuild?rev=1.1content-type=text/plain

Index: emul-linux-x86-qtlibs-20140508-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-qtlibs/emul-linux-x86-qtlibs-20140508-r1.ebuild,v
 1.1 2014/05/27 19:06:38 mgorny Exp $

EAPI=5
inherit eutils emul-linux-x86

LICENSE=LGPL-2.1 GPL-3
KEYWORDS=-* ~amd64

IUSE=mng

DEPEND=
RDEPEND=
|| (
~app-emulation/emul-linux-x86-baselibs-${PV}
(
dev-db/sqlite:3[abi_x86_32(-)]
dev-libs/glib[abi_x86_32(-)]
dev-libs/openssl[abi_x86_32(-)]
mng? ( media-libs/libmng-2[abi_x86_32(-)] )
media-libs/libpng:0/16[abi_x86_32(-)]
media-libs/tiff[abi_x86_32(-)]
sys-apps/dbus[abi_x86_32(-)]
sys-libs/zlib[abi_x86_32(-)]
virtual/jpeg:62[abi_x86_32(-)]
)
)
|| (
~app-emulation/emul-linux-x86-medialibs-${PV}
(
media-libs/gstreamer:0.10[abi_x86_32(-)]
media-libs/gst-plugins-base:0.10[abi_x86_32(-)]
)
)
|| (
~app-emulation/emul-linux-x86-opengl-${PV}
virtual/opengl[abi_x86_32(-)]
)
|| (
~app-emulation/emul-linux-x86-xlibs-${PV}
(
media-libs/fontconfig[abi_x86_32(-)]
media-libs/freetype[abi_x86_32(-)]
x11-libs/libICE[abi_x86_32(-)]
x11-libs/libSM[abi_x86_32(-)]
x11-libs/libX11[abi_x86_32(-)]
x11-libs/libXcursor[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
x11-libs/libXfixes[abi_x86_32(-)]
x11-libs/libXinerama[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXrender[abi_x86_32(-)]
)
)

src_install() {
emul-linux-x86_src_install

if ! use mng; then
   

[gentoo-commits] gentoo-x86 commit in profiles/targets/desktop: package.use

2014-05-27 Thread Michal Gorny (mgorny)
mgorny  14/05/27 19:08:07

  Modified: package.use
  Log:
  Disable USE=mng on emul-linux-x86-qtlibs by default.

Revision  ChangesPath
1.37 profiles/targets/desktop/package.use

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/package.use?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/package.use?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/package.use?r1=1.36r2=1.37

Index: package.use
===
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- package.use 8 May 2014 12:54:49 -   1.36
+++ package.use 27 May 2014 19:08:06 -  1.37
@@ -1,6 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v 1.36 
2014/05/08 12:54:49 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v 1.37 
2014/05/27 19:08:06 mgorny Exp $
+
+# Michał Górny mgo...@gentoo.org (27 May 2014)
+# Disable mng support by default since it is seldom used, and it
+# requires old libmng-1.
+app-emulation/emul-linux-x86-qtlibs -mng
 
 # Chí-Thanh Christopher Nguyễn chith...@gentoo.org (08 May 2014)
 # Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X]






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-05-27 Thread Michal Gorny (mgorny)
mgorny  14/05/27 19:08:06

  Modified: ChangeLog
  Log:
  Disable USE=mng on emul-linux-x86-qtlibs by default.

Revision  ChangesPath
1.9009   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9009view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9009content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9008r2=1.9009

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9008
retrieving revision 1.9009
diff -u -r1.9008 -r1.9009
--- ChangeLog   27 May 2014 12:59:42 -  1.9008
+++ ChangeLog   27 May 2014 19:08:06 -  1.9009
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9008 2014/05/27 
12:59:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9009 2014/05/27 
19:08:06 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  27 May 2014; Michał Górny mgo...@gentoo.org targets/desktop/package.use:
+  Disable USE=mng on emul-linux-x86-qtlibs by default.
+
   27 May 2014; Michał Górny mgo...@gentoo.org package.mask:
   Uncomment the python:2.6 mask.
 






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog multilib-build.eclass

2014-05-28 Thread Michal Gorny (mgorny)
mgorny  14/05/28 18:53:20

  Modified: ChangeLog multilib-build.eclass
  Log:
  Fix ABI flag stripping in multilib_get_enabled_abis(), bug #511682.

Revision  ChangesPath
1.1277   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1277view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1277content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1276r2=1.1277

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1276
retrieving revision 1.1277
diff -u -r1.1276 -r1.1277
--- ChangeLog   28 May 2014 09:48:01 -  1.1276
+++ ChangeLog   28 May 2014 18:53:20 -  1.1277
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1276 2014/05/28 
09:48:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1277 2014/05/28 
18:53:20 mgorny Exp $
+
+  28 May 2014; Michał Górny mgo...@gentoo.org multilib-build.eclass:
+  Fix ABI flag stripping in multilib_get_enabled_abis(), bug #511682.
 
   28 May 2014; Justin Lecher j...@gentoo.org portability.eclass:
   Add documentation for man page; add missing die



1.55 eclass/multilib-build.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib-build.eclass?r1=1.54r2=1.55

Index: multilib-build.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- multilib-build.eclass   23 May 2014 17:11:10 -  1.54
+++ multilib-build.eclass   28 May 2014 18:53:20 -  1.55
@@ -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/eclass/multilib-build.eclass,v 1.54 
2014/05/23 17:11:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.55 
2014/05/28 18:53:20 mgorny Exp $
 
 # @ECLASS: multilib-build.eclass
 # @MAINTAINER:
@@ -125,7 +125,7 @@
debug-print-function ${FUNCNAME} ${@}
 
local pairs=( $(multilib_get_enabled_abi_pairs) )
-   echo ${pairs[@]#*:}
+   echo ${pairs[@]#*.}
 }
 
 # @FUNCTION: multilib_get_enabled_abi_pairs






[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-213.ebuild ChangeLog

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 13:34:34

  Modified: ChangeLog
  Added:systemd-213.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.257sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.257view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.257content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.256r2=1.257

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- ChangeLog   29 May 2014 01:11:48 -  1.256
+++ ChangeLog   29 May 2014 13:34:34 -  1.257
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.256 
2014/05/29 01:11:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.257 
2014/05/29 13:34:34 mgorny Exp $
+
+*systemd-213 (29 May 2014)
+
+  29 May 2014; Michał Górny mgo...@gentoo.org +systemd-213.ebuild:
+  Version bump.
 
   29 May 2014; Mike Gilbert flop...@gentoo.org systemd-.ebuild:
   Set MINKV to 3.10; linux-headers-3.10 causes build failures.



1.1  sys-apps/systemd/systemd-213.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-213.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-213.ebuild?rev=1.1content-type=text/plain

Index: systemd-213.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-213.ebuild,v 1.1 
2014/05/29 13:34:34 mgorny Exp $

EAPI=5

AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit autotools-utils bash-completion-r1 fcaps linux-info multilib \
multilib-minimal pam python-single-r1 systemd toolchain-funcs udev \
user

DESCRIPTION=System and service manager for Linux
HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd;
SRC_URI=http://www.freedesktop.org/software/systemd/${P}.tar.xz;

LICENSE=GPL-2 LGPL-2.1 MIT public-domain
SLOT=0/2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
test vanilla xattr

MINKV=3.10

COMMON_DEPEND==sys-apps/util-linux-2.20:0=
sys-libs/libcap:0=
acl? ( sys-apps/acl:0= )
audit? ( =sys-process/audit-2:0= )
cryptsetup? ( =sys-fs/cryptsetup-1.6:0= )
gcrypt? ( =dev-libs/libgcrypt-1.4.5:0= )
gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] )
http? (
=net-libs/libmicrohttpd-0.9.33:0=
ssl? ( =net-libs/gnutls-3.1.4:0= )
)
introspection? ( =dev-libs/gobject-introspection-1.31.1:0= )
kmod? ( =sys-apps/kmod-15:0= )
lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
pam? ( virtual/pam:= )
python? ( ${PYTHON_DEPS} )
qrcode? ( media-gfx/qrencode:0= )
seccomp? ( sys-libs/libseccomp:0= )
selinux? ( sys-libs/libselinux:0= )
xattr? ( sys-apps/attr:0= )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20130224-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )

# baselayout-2.2 has /run
RDEPEND=${COMMON_DEPEND}
=sys-apps/baselayout-2.2
|| (
=sys-apps/util-linux-2.22
sys-apps/sysvinit-2.88-r4
)
!sys-auth/nss-myhostname
!sys-libs/glibc-2.14
!sys-fs/udev

# sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
PDEPEND==sys-apps/dbus-1.6.8-r1:0
=sys-apps/hwids-20130717-r1[udev]
=sys-fs/udev-init-scripts-25
policykit? ( sys-auth/polkit )
!vanilla? ( sys-apps/gentoo-systemd-integration )

# Newer linux-headers needed by ia64, bug #480218
DEPEND=${COMMON_DEPEND}
app-arch/xz-utils:0
dev-util/gperf
=dev-util/intltool-0.50
=sys-devel/binutils-2.23.1
=sys-devel/gcc-4.6
=sys-kernel/linux-headers-${MINKV}
ia64? ( =sys-kernel/linux-headers-3.9 )
virtual/pkgconfig
doc? ( =dev-util/gtk-doc-1.18 )
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
test? ( =sys-apps/dbus-1.6.8-r1:0 )

src_prepare() {
# Bug 463376
sed -i -e 's/GROUP=dialout/GROUP=uucp/' rules/*.rules || die


[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:34:20

  Modified: ChangeLog package.mask
  Log:
  Unleash all new multilib ebuilds.

Revision  ChangesPath
1.9012   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9012view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9012content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9011r2=1.9012

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9011
retrieving revision 1.9012
diff -u -r1.9011 -r1.9012
--- ChangeLog   28 May 2014 17:42:56 -  1.9011
+++ ChangeLog   29 May 2014 16:34:19 -  1.9012
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9011 2014/05/28 
17:42:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9012 2014/05/29 
16:34:19 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  29 May 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Unleash all new multilib ebuilds.
+
   28 May 2014; Markos Chandras hwoar...@gentoo.org package.mask:
   Unmask new ldb and sssd revisions
 



1.15737  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15737view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15737content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15736r2=1.15737

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15736
retrieving revision 1.15737
diff -u -r1.15736 -r1.15737
--- package.mask28 May 2014 17:42:56 -  1.15736
+++ package.mask29 May 2014 16:34:19 -  1.15737
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15736 2014/05/28 
17:42:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15737 2014/05/29 
16:34:19 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -476,54 +476,6 @@
 # until rest of the year.
 lxde-base/lxpolkit
 
-# Michał Górny mgo...@gentoo.org (28 Feb 2014)
-# New multilib conversions for testing, grouped with corresponding
-# emul-linux bumps.
-#
-# Notes:
-# - always unmask in order, with emul-linux of choice and *all* packages
-# preceding it
-# - please update https://wiki.gentoo.org/wiki/Multilib_porting_status
-# (mark the packages as {{Yes|DONE}})
-=dev-libs/libdaemon-0.14-r2
-=net-dns/avahi-0.6.31-r5
-=net-libs/ldns-1.6.16-r1
-=dev-libs/libevent-2.0.21-r1
-=dev-libs/libevent-2.1.4-r1
-=net-dns/unbound-1.4.21-r2
-=net-libs/gnutls-3.3.1-r1
-=net-print/cups-1.7.1-r2
-=app-emulation/emul-linux-x86-baselibs-20140508-r1
-=dev-libs/atk-2.10.0-r1
-=dev-libs/atk-2.12.0-r1
-=x11-libs/gtk+-2.24.23-r1:2
-=x11-themes/gtk-engines-2.20.2-r1
-=x11-themes/gtk-engines-murrine-0.98.2-r1
-=x11-themes/gtk-engines-xfce-3.0.1-r201:0
-=app-emulation/emul-linux-x86-gtklibs-20140508-r1
-=sys-libs/talloc-2.1.0-r1
-=sys-libs/tevent-0.9.21-r1
-=dev-libs/libverto-0.2.5-r1
-=sys-apps/keyutils-1.5.9-r1
-=app-crypt/mit-krb5-1.12.1-r1
-=app-emulation/emul-linux-x86-baselibs-20140508-r2
-=sys-libs/db-4.8.30-r1:4.8
-=app-crypt/heimdal-1.5.3-r2
-=virtual/krb5-0-r1
-=app-emulation/emul-linux-x86-baselibs-20140508-r3
-=net-nds/openldap-2.4.38-r2
-=app-emulation/emul-linux-x86-baselibs-20140508-r4
-=media-libs/gd-2.0.35-r4
-=dev-libs/lockdev-1.0.3.1.2-r3
-=media-libs/libgphoto2-2.5.4-r1
-=media-gfx/sane-backends-1.0.24-r4
-=app-emulation/emul-linux-x86-medialibs-20140508-r1
-=dev-libs/openssl-0.9.8y-r1:0.9.8
-=app-emulation/emul-linux-x86-baselibs-20140508-r5
-=net-dns/libidn-1.28-r1
-=dev-libs/libnl-3.2.24-r1
-=app-emulation/emul-linux-x86-baselibs-20140508-r6
-
 # Luca Barbato lu_z...@gentoo.org (20 Feb 2014)
 # Beta ebuild, unmask to test the tree.
 ~media-video/libav-10_beta1






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs/files: remove-native-20140508-r1 remove-native-20140508-r3 remove-native-20140508-r2 remove-native-20140508-r5 remove-native

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:37:33

  Removed:  remove-native-20140508-r1 remove-native-20140508-r3
remove-native-20140508-r2 remove-native-20140508-r5
remove-native-20140508-r4 remove-native-20140406
remove-native remove-native-20140508
remove-native-20140406-r1 remove-native-20140406-r2
remove-native-20140406-r3
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-gtklibs: ChangeLog emul-linux-x86-gtklibs-20140406.ebuild emul-linux-x86-gtklibs-20140508.ebuild

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:37:55

  Modified: ChangeLog
  Removed:  emul-linux-x86-gtklibs-20140406.ebuild
emul-linux-x86-gtklibs-20140508.ebuild
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.128app-emulation/emul-linux-x86-gtklibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?rev=1.128view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?rev=1.128content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?r1=1.127r2=1.128

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   14 May 2014 13:37:33 -  1.127
+++ ChangeLog   29 May 2014 16:37:55 -  1.128
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-gtklibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v 1.127 
2014/05/14 13:37:33 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v 1.128 
2014/05/29 16:37:55 mgorny Exp $
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  -emul-linux-x86-gtklibs-20140406.ebuild,
+  -emul-linux-x86-gtklibs-20140508.ebuild, -files/remove-native,
+  -files/remove-native-20140406, -files/remove-native-20140508:
+  Remove the old revisions.
 
 *emul-linux-x86-gtklibs-20140508-r1 (14 May 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-gtklibs/files: remove-native remove-native-20140406 remove-native-20140508

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:37:55

  Removed:  remove-native remove-native-20140406
remove-native-20140508
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: ChangeLog emul-linux-x86-baselibs-20140508-r2.ebuild emul-linux-x86-baselibs-20140508-r4.ebuild emul-linux-x86-baselibs-201

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:37:33

  Modified: ChangeLog
  Removed:  emul-linux-x86-baselibs-20140508-r2.ebuild
emul-linux-x86-baselibs-20140508-r4.ebuild
emul-linux-x86-baselibs-20140508-r3.ebuild
emul-linux-x86-baselibs-20140508-r5.ebuild
emul-linux-x86-baselibs-20140406-r3.ebuild
emul-linux-x86-baselibs-20140508.ebuild
emul-linux-x86-baselibs-20140508-r1.ebuild
emul-linux-x86-baselibs-20140406-r1.ebuild
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.215app-emulation/emul-linux-x86-baselibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.215view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.215content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?r1=1.214r2=1.215

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog   25 May 2014 11:29:38 -  1.214
+++ ChangeLog   29 May 2014 16:37:33 -  1.215
@@ -1,6 +1,22 @@
 # ChangeLog for app-emulation/emul-linux-x86-baselibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.214 
2014/05/25 11:29:38 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.215 
2014/05/29 16:37:33 mgorny Exp $
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  -emul-linux-x86-baselibs-20140406-r1.ebuild,
+  -emul-linux-x86-baselibs-20140406-r3.ebuild,
+  -emul-linux-x86-baselibs-20140508-r1.ebuild,
+  -emul-linux-x86-baselibs-20140508-r2.ebuild,
+  -emul-linux-x86-baselibs-20140508-r3.ebuild,
+  -emul-linux-x86-baselibs-20140508-r4.ebuild,
+  -emul-linux-x86-baselibs-20140508-r5.ebuild,
+  -emul-linux-x86-baselibs-20140508.ebuild, -files/remove-native,
+  -files/remove-native-20140406, -files/remove-native-20140406-r1,
+  -files/remove-native-20140406-r2, -files/remove-native-20140406-r3,
+  -files/remove-native-20140508, -files/remove-native-20140508-r1,
+  -files/remove-native-20140508-r2, -files/remove-native-20140508-r3,
+  -files/remove-native-20140508-r4, -files/remove-native-20140508-r5:
+  Remove the old revisions.
 
 *emul-linux-x86-baselibs-20140508-r6 (25 May 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-medialibs/files: remove-native-20140508-r1 remove-native-20140508

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:39:58

  Removed:  remove-native-20140508-r1 remove-native-20140508
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-medialibs: ChangeLog emul-linux-x86-medialibs-20140508.ebuild emul-linux-x86-medialibs-20140508-r1.ebuild

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:39:58

  Modified: ChangeLog
  Removed:  emul-linux-x86-medialibs-20140508.ebuild
emul-linux-x86-medialibs-20140508-r1.ebuild
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.97 app-emulation/emul-linux-x86-medialibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?rev=1.97view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?rev=1.97content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog?r1=1.96r2=1.97

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   27 May 2014 19:01:02 -  1.96
+++ ChangeLog   29 May 2014 16:39:58 -  1.97
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-medialibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v 1.96 
2014/05/27 19:01:02 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/ChangeLog,v 1.97 
2014/05/29 16:39:58 mgorny Exp $
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  -emul-linux-x86-medialibs-20140508-r1.ebuild,
+  -emul-linux-x86-medialibs-20140508.ebuild, -files/remove-native-20140508,
+  -files/remove-native-20140508-r1:
+  Remove the old revisions.
 
 *emul-linux-x86-medialibs-20140508-r2 (27 May 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-sdl/files: remove-native remove-native-20140406-r1 remove-native-20140508

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:40:20

  Removed:  remove-native remove-native-20140406-r1
remove-native-20140508
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-sdl: ChangeLog emul-linux-x86-sdl-20140406.ebuild

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:40:20

  Modified: ChangeLog
  Removed:  emul-linux-x86-sdl-20140406.ebuild
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.81 app-emulation/emul-linux-x86-sdl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.81view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.81content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?r1=1.80r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   9 May 2014 19:08:55 -   1.80
+++ ChangeLog   29 May 2014 16:40:20 -  1.81
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/emul-linux-x86-sdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.80 
2014/05/09 19:08:55 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.81 
2014/05/29 16:40:20 mgorny Exp $
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  -emul-linux-x86-sdl-20140406.ebuild, -files/remove-native,
+  -files/remove-native-20140406-r1, -files/remove-native-20140508:
+  Remove the old revisions.
 
   09 May 2014; Ulrich Müller u...@gentoo.org
   emul-linux-x86-sdl-20140406-r2.ebuild, emul-linux-x86-sdl-20140508.ebuild:






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs/files: remove-native-20140406

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:41:23

  Removed:  remove-native-20140406
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: ChangeLog emul-linux-x86-soundlibs-20140406.ebuild

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 16:41:23

  Modified: ChangeLog
  Removed:  emul-linux-x86-soundlibs-20140406.ebuild
  Log:
  Remove the old revisions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.122app-emulation/emul-linux-x86-soundlibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.121r2=1.122

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   10 May 2014 10:06:35 -  1.121
+++ ChangeLog   29 May 2014 16:41:23 -  1.122
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-soundlibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 
1.121 2014/05/10 10:06:35 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 
1.122 2014/05/29 16:41:23 mgorny Exp $
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  -emul-linux-x86-soundlibs-20140406.ebuild, -files/remove-native-20140406:
+  Remove the old revisions.
 
   10 May 2014; Michał Górny mgo...@gentoo.org
   emul-linux-x86-soundlibs-20140406-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 18:39:17

  Modified: ChangeLog package.mask
  Log:
  Mask multilib libart_lgpl  cracklib before committing.

Revision  ChangesPath
1.9014   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9014view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9014content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9013r2=1.9014

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9013
retrieving revision 1.9014
diff -u -r1.9013 -r1.9014
--- ChangeLog   29 May 2014 17:58:26 -  1.9013
+++ ChangeLog   29 May 2014 18:39:16 -  1.9014
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9013 2014/05/29 
17:58:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9014 2014/05/29 
18:39:16 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  29 May 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask multilib libart_lgpl  cracklib before committing.
+
   29 May 2014; Sven Vermeulen sw...@gentoo.org desc/input_devices.desc:
   Add roccat_konepuremilitary input device (bug #511524)
 



1.15738  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15738view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15738content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15737r2=1.15738

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15737
retrieving revision 1.15738
diff -u -r1.15737 -r1.15738
--- package.mask29 May 2014 16:34:19 -  1.15737
+++ package.mask29 May 2014 18:39:16 -  1.15738
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15737 2014/05/29 
16:34:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15738 2014/05/29 
18:39:16 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny mgo...@gentoo.org (29 May 2014)
+# New multilib conversions. Unmask along with corresponding
+# emul-linux-x86 packages, and make sure they're committed first :).
+=media-libs/libart_lgpl-2.3.21-r2
+=sys-libs/cracklib-2.9.1-r1
+=app-emulation/emul-linux-x86-baselibs-20140508-r7
+
 # Vladimir Smirnov ci...@gentoo.org (27 May 2014)
 # Masked for testing, will defenitely cause major breakage
 =dev-lang/perl-5.20*






[gentoo-commits] gentoo-x86 commit in media-libs/libart_lgpl: libart_lgpl-2.3.21-r2.ebuild ChangeLog

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 18:42:42

  Modified: ChangeLog
  Added:libart_lgpl-2.3.21-r2.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.79 media-libs/libart_lgpl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libart_lgpl/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libart_lgpl/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libart_lgpl/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   6 Jul 2013 16:35:16 -   1.78
+++ ChangeLog   29 May 2014 18:42:42 -  1.79
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libart_lgpl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v 1.78 
2013/07/06 16:35:16 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v 1.79 
2014/05/29 18:42:42 mgorny Exp $
+
+*libart_lgpl-2.3.21-r2 (29 May 2014)
+
+  29 May 2014; Michał Górny mgo...@gentoo.org +libart_lgpl-2.3.21-r2.ebuild:
+  Enable multilib support.
 
   06 Jul 2013; Christoph Junghans ott...@gentoo.org
   libart_lgpl-2.3.21-r1.ebuild:



1.1  media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild?rev=1.1content-type=text/plain

Index: libart_lgpl-2.3.21-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild,v 
1.1 2014/05/29 18:42:42 mgorny Exp $

EAPI=5
GCONF_DEBUG=no
GNOME_TARBALL_SUFFIX=bz2

inherit autotools eutils gnome2 multilib-minimal

DESCRIPTION=a LGPL version of libart
HOMEPAGE=http://www.levien.com/libart;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r6
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
DEPEND=virtual/pkgconfig[${MULTILIB_USEDEP}]

# The provided tests are interactive only
RESTRICT=test

MULTILIB_CHOST_TOOLS=(
/usr/bin/libart2-config
)

DOCS=AUTHORS ChangeLog NEWS README

src_prepare() {
gnome2_src_prepare

# Fix crosscompiling, bug #185684
rm ${S}/art_config.h
epatch ${FILESDIR}/${PN}-2.3.21-crosscompile.patch

# Do not build tests if not required
epatch ${FILESDIR}/${PN}-2.3.21-no-test-build.patch

AT_NOELIBTOOLIZE=yes eautoreconf
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
gnome2_src_configure \
--disable-static
}






[gentoo-commits] gentoo-x86 commit in sys-libs/cracklib: cracklib-2.9.1-r1.ebuild ChangeLog

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 18:42:41

  Modified: ChangeLog
  Added:cracklib-2.9.1-r1.ebuild
  Log:
  Enable multilib support, as a dependency of PAM.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.191sys-libs/cracklib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?rev=1.191view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?rev=1.191content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/cracklib/ChangeLog?r1=1.190r2=1.191

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   17 May 2014 13:58:26 -  1.190
+++ ChangeLog   29 May 2014 18:42:41 -  1.191
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/cracklib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.190 
2014/05/17 13:58:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.191 
2014/05/29 18:42:41 mgorny Exp $
+
+*cracklib-2.9.1-r1 (29 May 2014)
+
+  29 May 2014; Michał Górny mgo...@gentoo.org +cracklib-2.9.1-r1.ebuild:
+  Enable multilib support, as a dependency of PAM.
 
   17 May 2014; Agostino Sarubbo a...@gentoo.org cracklib-2.9.1.ebuild:
   Stable for alpha, wrt bug #503648



1.1  sys-libs/cracklib/cracklib-2.9.1-r1.ebuild

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

Index: cracklib-2.9.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild,v 
1.1 2014/05/29 18:42:41 mgorny Exp $

EAPI=4
PYTHON_COMPAT=( python{2_6,2_7} )
DISTUTILS_OPTIONAL=1

inherit eutils distutils-r1 libtool multilib-minimal toolchain-funcs

MY_P=${P/_}
DESCRIPTION=Password Checking Library
HOMEPAGE=http://sourceforge.net/projects/cracklib;
SRC_URI=mirror://sourceforge/cracklib/${MY_P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint
IUSE=nls python static-libs test zlib

RDEPEND=zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
DEPEND=${RDEPEND}
python? (
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
)
RDEPEND=${RDEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r6
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

S=${WORKDIR}/${MY_P}

do_python() {
multilib_is_native_abi || return 0
use python || return 0
pushd python  /dev/null || die
distutils-r1_src_${EBUILD_PHASE}
popd  /dev/null
}

pkg_setup() {
# workaround #195017
if has unmerge-orphans ${FEATURES}  has_version 
${CATEGORY}/${PN}-2.8.10 ; then
eerror Upgrade path is broken with FEATURES=unmerge-orphans
eerror Please run: FEATURES=-unmerge-orphans emerge cracklib
die Please run: FEATURES=-unmerge-orphans emerge cracklib
fi
}

src_prepare() {
elibtoolize #269003
sed -i \
-e 's:_cracklib.c:@srcdir@/:' \
-e '/include/s:builddir:srcdir:' \
python/setup.py.in || die
do_python
}

multilib_src_configure() {
export ac_cv_header_zlib_h=$(usex zlib)
export ac_cv_search_gzopen=$(usex zlib -lz no)
# use /usr/lib so that the dictionary is shared between ABIs
ECONF_SOURCE=${S} \
econf \
--with-default-dict='/usr/lib/cracklib_dict' \
--without-python \
$(use_enable nls) \
$(use_enable static-libs static)
}

multilib_src_compile() {
default
do_python
}

multilib_src_test() {
do_python
}

python_test() {
nosetests || die Tests fail with ${EPYTHON}
}

multilib_src_install() {
default
# move shared libs to /
multilib_is_native_abi  gen_usr_ldscript -a crack

do_python
}

multilib_src_install_all() {
prune_libtool_files
rm -r ${ED}/usr/share/cracklib

insinto /usr/share/dict
doins dicts/cracklib-small || die
}

pkg_postinst() {
if [[ ${ROOT} == / ]] ; then
 

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: emul-linux-x86-baselibs-20140508-r7.ebuild ChangeLog

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 18:44:15

  Modified: ChangeLog
  Added:emul-linux-x86-baselibs-20140508-r7.ebuild
  Log:
  Support multilib libart_lgpl  cracklib.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.216app-emulation/emul-linux-x86-baselibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.216view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.216content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?r1=1.215r2=1.216

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog   29 May 2014 16:37:33 -  1.215
+++ ChangeLog   29 May 2014 18:44:15 -  1.216
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-baselibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.215 
2014/05/29 16:37:33 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.216 
2014/05/29 18:44:15 mgorny Exp $
+
+*emul-linux-x86-baselibs-20140508-r7 (29 May 2014)
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  +emul-linux-x86-baselibs-20140508-r7.ebuild, 
+files/remove-native-20140508-r7:
+  Support multilib libart_lgpl  cracklib.
 
   29 May 2014; Michał Górny mgo...@gentoo.org
   -emul-linux-x86-baselibs-20140406-r1.ebuild,



1.1  
app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r7.ebuild?rev=1.1content-type=text/plain

Index: emul-linux-x86-baselibs-20140508-r7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r7.ebuild,v
 1.1 2014/05/29 18:44:15 mgorny Exp $

EAPI=5
inherit emul-linux-x86

LICENSE=Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT
public-domain LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP
Sleepycat UoI-NCSA ZLIB openafs-krb5-a HPND ISC RSA IJG libmng libtiff
openssl tcp_wrappers_license

KEYWORDS=-* ~amd64
IUSE=abi_x86_32

DEPEND=
RDEPEND=!app-emulation/emul-linux-x86-medialibs-10.2
!abi_x86_32? (
!=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)]
)
abi_x86_32? (
=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
=media-libs/libpng-1.5.16-r1:0[abi_x86_32(-)]
=dev-libs/udis86-1.7-r2[abi_x86_32(-)]
=virtual/libffi-3.0.13-r1[abi_x86_32(-)]
=sys-devel/llvm-3.3-r1[abi_x86_32(-)]
=media-libs/libpng-1.2.50-r1:1.2[abi_x86_32(-)]
virtual/jpeg:62[abi_x86_32(-)]
=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)]
=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)]
=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
=virtual/libusb-0-r1:0[abi_x86_32(-)]
=virtual/libusb-1-r1:1[abi_x86_32(-)]
|| (
=virtual/udev-206-r1[abi_x86_32(-)]
~virtual/udev-204[abi_x86_32(-)] )
=media-libs/tiff-4.0.3-r5:0[abi_x86_32(-)]
=sys-apps/attr-2.4.47-r1[abi_x86_32(-)]
=dev-libs/glib-2.36.3-r2:2[abi_x86_32(-)]
=media-libs/lcms-2.5-r1:2[abi_x86_32(-)]
=app-text/libpaper-1.1.24-r2[abi_x86_32(-)]
=media-libs/tiff-3.9.7-r1:3[abi_x86_32(-)]
|| (
=dev-libs/elfutils-0.155-r1[abi_x86_32(-)]
=dev-libs/libelf-0.8.13-r2[abi_x86_32(-)]
)
=sys-libs/e2fsprogs-libs-1.42.7-r1[abi_x86_32(-)]
=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]
=sys-libs/gpm-1.20.7-r2[abi_x86_32(-)]
=dev-libs/gmp-5.1.3-r1[abi_x86_32(-)]
=dev-libs/libpcre-8.33-r1[abi_x86_32(-)]
=sys-apps/dbus-1.6.18-r1[abi_x86_32(-)]
=sys-apps/tcp-wrappers-7.6.22-r1[abi_x86_32(-)]

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: emul-linux-x86-baselibs-20140406-r4.ebuild ChangeLog

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 18:46:44

  Modified: emul-linux-x86-baselibs-20140406-r4.ebuild
ChangeLog
  Log:
  Restore stable keyword from 20140406-r1, bug #511802.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  
app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r4.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r4.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r4.ebuild?r1=1.2r2=1.3

Index: emul-linux-x86-baselibs-20140406-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emul-linux-x86-baselibs-20140406-r4.ebuild  13 May 2014 18:03:30 -  
1.2
+++ emul-linux-x86-baselibs-20140406-r4.ebuild  29 May 2014 18:46:44 -  
1.3
@@ -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/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r4.ebuild,v
 1.2 2014/05/13 18:03:30 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r4.ebuild,v
 1.3 2014/05/29 18:46:44 mgorny Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -10,7 +10,7 @@
Sleepycat UoI-NCSA ZLIB openafs-krb5-a HPND ISC RSA IJG libmng libtiff
openssl tcp_wrappers_license
 
-KEYWORDS=-* ~amd64
+KEYWORDS=-* amd64
 IUSE=abi_x86_32
 
 SRC_URI=${SRC_URI} http://dev.gentoo.org/~pacho/emul/openssl-1.0.1g.tbz2;



1.217app-emulation/emul-linux-x86-baselibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.217view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.217content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?r1=1.216r2=1.217

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   29 May 2014 18:44:15 -  1.216
+++ ChangeLog   29 May 2014 18:46:44 -  1.217
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-baselibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.216 
2014/05/29 18:44:15 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.217 
2014/05/29 18:46:44 mgorny Exp $
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  emul-linux-x86-baselibs-20140406-r4.ebuild:
+  Restore stable keyword from 20140406-r1, bug #511802.
 
 *emul-linux-x86-baselibs-20140508-r7 (29 May 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-gtklibs: emul-linux-x86-gtklibs-20140406-r1.ebuild ChangeLog

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 18:47:40

  Modified: emul-linux-x86-gtklibs-20140406-r1.ebuild ChangeLog
  Log:
  Restore stable keyword from 20140406.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  
app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140406-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140406-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140406-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140406-r1.ebuild?r1=1.1r2=1.2

Index: emul-linux-x86-gtklibs-20140406-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140406-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emul-linux-x86-gtklibs-20140406-r1.ebuild   18 Apr 2014 21:53:45 -  
1.1
+++ emul-linux-x86-gtklibs-20140406-r1.ebuild   29 May 2014 18:47:40 -  
1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140406-r1.ebuild,v
 1.1 2014/04/18 21:53:45 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140406-r1.ebuild,v
 1.2 2014/05/29 18:47:40 mgorny Exp $
 
 EAPI=5
 inherit emul-linux-x86
 
 LICENSE=GPL-2 LGPL-2 FTL LGPL-2.1 LGPL-3 MPL-1.1 MIT
-KEYWORDS=-* ~amd64
+KEYWORDS=-* amd64
 IUSE=abi_x86_32
 
 DEPEND=



1.129app-emulation/emul-linux-x86-gtklibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?rev=1.129view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?rev=1.129content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?r1=1.128r2=1.129

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   29 May 2014 16:37:55 -  1.128
+++ ChangeLog   29 May 2014 18:47:40 -  1.129
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-gtklibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v 1.128 
2014/05/29 16:37:55 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v 1.129 
2014/05/29 18:47:40 mgorny Exp $
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  emul-linux-x86-gtklibs-20140406-r1.ebuild:
+  Restore stable keyword from 20140406.
 
   29 May 2014; Michał Górny mgo...@gentoo.org
   -emul-linux-x86-gtklibs-20140406.ebuild,






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: emul-linux-x86-soundlibs-20140406-r1.ebuild ChangeLog

2014-05-29 Thread Michal Gorny (mgorny)
mgorny  14/05/29 18:49:48

  Modified: emul-linux-x86-soundlibs-20140406-r1.ebuild
ChangeLog
  Log:
  Restore stable keyword from 20140406.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  
app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?r1=1.3r2=1.4

Index: emul-linux-x86-soundlibs-20140406-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emul-linux-x86-soundlibs-20140406-r1.ebuild 10 May 2014 10:06:35 -  
1.3
+++ emul-linux-x86-soundlibs-20140406-r1.ebuild 29 May 2014 18:49:48 -  
1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v
 1.3 2014/05/10 10:06:35 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v
 1.4 2014/05/29 18:49:48 mgorny Exp $
 
 EAPI=5
 inherit emul-linux-x86
 
 LICENSE=!abi_x86_32? ( BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm 
public-domain ) abi_x86_32? ( metapackage )
-KEYWORDS=-* ~amd64
+KEYWORDS=-* amd64
 IUSE=abi_x86_32 alsa +pulseaudio
 
 RDEPEND=~app-emulation/emul-linux-x86-baselibs-${PV}[abi_x86_32=]



1.123app-emulation/emul-linux-x86-soundlibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.123view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.123content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.122r2=1.123

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog   29 May 2014 16:41:23 -  1.122
+++ ChangeLog   29 May 2014 18:49:48 -  1.123
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-soundlibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 
1.122 2014/05/29 16:41:23 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 
1.123 2014/05/29 18:49:48 mgorny Exp $
+
+  29 May 2014; Michał Górny mgo...@gentoo.org
+  emul-linux-x86-soundlibs-20140406-r1.ebuild:
+  Restore stable keyword from 20140406.
 
   29 May 2014; Michał Górny mgo...@gentoo.org
   -emul-linux-x86-soundlibs-20140406.ebuild, -files/remove-native-20140406:






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild ChangeLog

2014-03-11 Thread Michal Gorny (mgorny)
mgorny  14/03/11 18:40:17

  Modified: llvm-.ebuild ChangeLog
  Log:
  Remove unnecessary --with-clang-resource-dir that broke the build whenever 
the version number was bumped.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.79 sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.78r2=1.79

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- llvm-.ebuild15 Jan 2014 18:08:11 -  1.78
+++ llvm-.ebuild11 Mar 2014 18:40:17 -  1.79
@@ -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/sys-devel/llvm/llvm-.ebuild,v 1.78 
2014/01/15 18:08:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.79 
2014/03/11 18:40:17 mgorny Exp $
 
 EAPI=5
 
@@ -202,9 +202,6 @@
$(use_enable libffi)
)
 
-   if use clang; then
-   conf_flags+=( --with-clang-resource-dir=../lib/clang/3.5 )
-   fi
# well, it's used only by clang executable c-index-test
if multilib_build_binaries  use clang  use xml; then
conf_flags+=( XML2CONFIG=$(tc-getPKG_CONFIG) libxml-2.0 )



1.180sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.180view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.180content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.179r2=1.180

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   5 Mar 2014 21:18:52 -   1.179
+++ ChangeLog   11 Mar 2014 18:40:17 -  1.180
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.179 2014/03/05 
21:18:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.180 2014/03/11 
18:40:17 mgorny Exp $
+
+  11 Mar 2014; Michał Górny mgo...@gentoo.org llvm-.ebuild:
+  Remove unnecessary --with-clang-resource-dir that broke the build whenever 
the
+  version number was bumped.
 
   05 Mar 2014; Markus Meier mae...@gentoo.org llvm-3.3-r3.ebuild:
   arm stable, bug #491018






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-11 Thread Michal Gorny (mgorny)
mgorny  14/03/11 22:16:24

  Modified: ChangeLog package.mask
  Log:
  Update the systemd mask to catch 211.

Revision  ChangesPath
1.8689   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8689view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8689content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8688r2=1.8689

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8688
retrieving revision 1.8689
diff -u -r1.8688 -r1.8689
--- ChangeLog   11 Mar 2014 13:03:07 -  1.8688
+++ ChangeLog   11 Mar 2014 22:16:23 -  1.8689
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8688 2014/03/11 
13:03:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8689 2014/03/11 
22:16:23 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  11 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Update the systemd mask to catch 211.
+
   11 Mar 2014; Samuli Suominen ssuomi...@gentoo.org package.mask:
   Mask prereleases of what will be Xfce 4.12
 



1.15465  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15465view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15465content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15464r2=1.15465

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15464
retrieving revision 1.15465
diff -u -r1.15464 -r1.15465
--- package.mask11 Mar 2014 13:03:07 -  1.15464
+++ package.mask11 Mar 2014 22:16:23 -  1.15465
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15464 2014/03/11 
13:03:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15465 2014/03/11 
22:16:23 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -132,7 +132,7 @@
 
 # Michał Górny mgo...@gentoo.org (25 Feb 2014)
 # Mask for testing.
-~sys-apps/systemd-210
+=sys-apps/systemd-210
 
 # Ulrich Müller u...@gentoo.org (24 Feb 2014)
 # Does not work any more, AOL has shut off






[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-211.ebuild ChangeLog systemd-210.9999.ebuild systemd-210.ebuild

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 08:45:02

  Modified: ChangeLog
  Added:systemd-211.ebuild
  Removed:  systemd-210..ebuild systemd-210.ebuild
  Log:
  Version bump. Drop 210* due to security issues.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.238sys-apps/systemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.238view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.238content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.237r2=1.238

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog   4 Mar 2014 23:13:20 -   1.237
+++ ChangeLog   12 Mar 2014 08:45:02 -  1.238
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.237 
2014/03/04 23:13:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.238 
2014/03/12 08:45:02 mgorny Exp $
+
+*systemd-211 (12 Mar 2014)
+
+  12 Mar 2014; Michał Górny mgo...@gentoo.org +systemd-211.ebuild,
+  -systemd-210..ebuild, -systemd-210.ebuild:
+  Version bump. Drop 210* due to security issues.
 
 *systemd-208.277 (04 Mar 2014)
 



1.1  sys-apps/systemd/systemd-211.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-211.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-211.ebuild?rev=1.1content-type=text/plain

Index: systemd-211.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-211.ebuild,v 1.1 
2014/03/12 08:45:02 mgorny Exp $

EAPI=5

AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit autotools-utils bash-completion-r1 fcaps linux-info multilib \
multilib-minimal pam python-single-r1 systemd toolchain-funcs udev \
user

DESCRIPTION=System and service manager for Linux
HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd;
SRC_URI=http://www.freedesktop.org/software/systemd/${P}.tar.xz;

LICENSE=GPL-2 LGPL-2.1 MIT public-domain
SLOT=0/2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd
test vanilla xattr

MINKV=3.0

COMMON_DEPEND==sys-apps/util-linux-2.20:0=
sys-libs/libcap:0=
acl? ( sys-apps/acl:0= )
audit? ( =sys-process/audit-2:0= )
cryptsetup? ( =sys-fs/cryptsetup-1.6:0= )
gcrypt? ( =dev-libs/libgcrypt-1.4.5:0= )
gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] )
http? ( net-libs/libmicrohttpd:0= )
introspection? ( =dev-libs/gobject-introspection-1.31.1:0= )
kmod? ( =sys-apps/kmod-15:0= )
lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
pam? ( virtual/pam:= )
python? ( ${PYTHON_DEPS} )
qrcode? ( media-gfx/qrencode:0= )
seccomp? ( sys-libs/libseccomp:0= )
selinux? ( sys-libs/libselinux:0= )
tcpd? ( sys-apps/tcp-wrappers:0= )
xattr? ( sys-apps/attr:0= )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20130224-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )

# baselayout-2.2 has /run
RDEPEND=${COMMON_DEPEND}
=sys-apps/baselayout-2.2
|| (
=sys-apps/util-linux-2.22
sys-apps/sysvinit-2.88-r4
)
!sys-auth/nss-myhostname
!sys-libs/glibc-2.14
!sys-fs/udev

# sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
PDEPEND==sys-apps/dbus-1.6.8-r1:0
=sys-apps/hwids-20130717-r1[udev]
=sys-fs/udev-init-scripts-25
policykit? ( sys-auth/polkit )
!vanilla? ( sys-apps/gentoo-systemd-integration )

# Newer linux-headers needed by ia64, bug #480218
DEPEND=${COMMON_DEPEND}
app-arch/xz-utils:0
dev-util/gperf
=dev-util/intltool-0.50
=sys-devel/binutils-2.23.1
=sys-devel/gcc-4.6
=sys-kernel/linux-headers-${MINKV}
ia64? ( =sys-kernel/linux-headers-3.9 )
virtual/pkgconfig
doc? ( =dev-util/gtk-doc-1.18 )
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
test? ( =sys-apps/dbus-1.6.8-r1:0 )

src_prepare() {
# Bug 463376
sed -i -e 's/GROUP=dialout/GROUP=uucp/' 

[gentoo-commits] gentoo-x86 commit in dev-python/pypy: pypy-2.2.1.ebuild ChangeLog

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 09:14:21

  Modified: pypy-2.2.1.ebuild ChangeLog
  Log:
  Fix to be non-slotted.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/pypy/pypy-2.2.1.ebuild

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

Index: pypy-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypy-2.2.1.ebuild   12 Mar 2014 08:21:43 -  1.1
+++ pypy-2.2.1.ebuild   12 Mar 2014 09:14:21 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild,v 1.1 
2014/03/12 08:21:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild,v 1.2 
2014/03/12 09:14:21 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 pypy2_0 pypy2_2 )
+PYTHON_COMPAT=( python2_7 pypy2_0 )
 inherit check-reqs eutils multilib multiprocessing pax-utils \
python-any-r1 toolchain-funcs versionator
 
@@ -13,7 +13,7 @@
 SRC_URI=mirror://bitbucket/pypy/pypy/downloads/${P}-src.tar.bz2
 
 LICENSE=MIT
-SLOT=$(get_version_component_range 1-2 ${PV})
+SLOT=0/$(get_version_component_range 1-2 ${PV})
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=bzip2 doc +jit ncurses sandbox shadowstack sqlite sse2
 
@@ -118,11 +118,11 @@
 
 src_install() {
einfo Installing PyPy ...
-   insinto /usr/$(get_libdir)/pypy${SLOT}
+   insinto /usr/$(get_libdir)/pypy
doins -r include lib_pypy lib-python pypy-c
fperms a+x ${INSDESTTREE}/pypy-c
pax-mark m ${ED%/}${INSDESTTREE}/pypy-c
-   dosym ../$(get_libdir)/pypy${SLOT}/pypy-c /usr/bin/pypy-c${SLOT}
+   dosym ../$(get_libdir)/pypy/pypy-c /usr/bin/pypy
dodoc README.rst
 
if ! use sqlite; then
@@ -135,7 +135,7 @@
 
einfo Generating caches and byte-compiling ...
 
-   python_export pypy-c${SLOT} EPYTHON PYTHON PYTHON_SITEDIR
+   python_export pypy EPYTHON PYTHON PYTHON_SITEDIR
local PYTHON=${ED%/}${INSDESTTREE}/pypy-c
 
echo EPYTHON='${EPYTHON}'  epython.py



1.55 dev-python/pypy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?r1=1.54r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   12 Mar 2014 08:21:43 -  1.54
+++ ChangeLog   12 Mar 2014 09:14:21 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pypy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.54 2014/03/12 
08:21:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.55 2014/03/12 
09:14:21 mgorny Exp $
+
+  12 Mar 2014; Michał Górny mgo...@gentoo.org pypy-2.2.1.ebuild:
+  Fix to be non-slotted.
 
 *pypy-2.2.1 (12 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 09:21:35

  Modified: ChangeLog package.mask
  Log:
  Update the mask for fixed ebuild and virtual.

Revision  ChangesPath
1.8692   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8692view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8692content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8691r2=1.8692

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8691
retrieving revision 1.8692
diff -u -r1.8691 -r1.8692
--- ChangeLog   12 Mar 2014 08:51:26 -  1.8691
+++ ChangeLog   12 Mar 2014 09:21:34 -  1.8692
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8691 2014/03/12 
08:51:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8692 2014/03/12 
09:21:34 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   12 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Update the mask for fixed ebuild and virtual.
+
+  12 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask new pypy before people start wasting time on it.
 
   11 Mar 2014; Ben de Groot yng...@gentoo.org package.mask:



1.15468  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15468view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15468content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15467r2=1.15468

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15467
retrieving revision 1.15468
diff -u -r1.15467 -r1.15468
--- package.mask12 Mar 2014 08:51:26 -  1.15467
+++ package.mask12 Mar 2014 09:21:35 -  1.15468
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15467 2014/03/12 
08:51:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15468 2014/03/12 
09:21:35 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -31,8 +31,9 @@
 #--- END OF EXAMPLES ---
 
 # Michał Górny mgo...@gentoo.org (12 Mar 2014)
-# Broken and not slotted properly.
+# Masked for testing, and binary package build.
 =dev-python/pypy-2.2
+=virtual/pypy-2.2
 
 # Samuli Suominen ssuomi...@gentoo.org (11 Mar 2014)
 # Xfce 4.12 unannounced prerelease, use at your own risk






[gentoo-commits] gentoo-x86 commit in eclass/tests: python-utils-r1.sh

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 09:23:39

  Modified: python-utils-r1.sh
  Log:
  Add non-slotted pypy to the eclass.

Revision  ChangesPath
1.4  eclass/tests/python-utils-r1.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/python-utils-r1.sh?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/python-utils-r1.sh?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/python-utils-r1.sh?r1=1.3r2=1.4

Index: python-utils-r1.sh
===
RCS file: /var/cvsroot/gentoo-x86/eclass/tests/python-utils-r1.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-utils-r1.sh  3 Nov 2013 07:58:16 -   1.3
+++ python-utils-r1.sh  12 Mar 2014 09:23:39 -  1.4
@@ -61,9 +61,17 @@
 test_var PYTHON_PKG_DEP pypy2_0 '*virtual/pypy*:2.0'
 test_var PYTHON_SCRIPTDIR pypy2_0 /usr/lib/python-exec/pypy-c2.0
 
+test_var EPYTHON pypy pypy
+test_var PYTHON pypy /usr/bin/pypy
+test_var PYTHON_SITEDIR pypy /usr/lib/pypy/site-packages
+test_var PYTHON_INCLUDEDIR pypy /usr/lib/pypy/include
+test_var PYTHON_PKG_DEP pypy '*virtual/pypy*:0'
+test_var PYTHON_SCRIPTDIR pypy /usr/lib/python-exec/pypy
+
 test_is python_is_python3 python2.7 1
 test_is python_is_python3 python3.2 0
 test_is python_is_python3 jython2.7 1
 test_is python_is_python3 pypy2.0 1
+test_is python_is_python3 pypy 1
 
 texit






[gentoo-commits] gentoo-x86 commit in virtual/pypy: pypy-2.2.1.ebuild ChangeLog

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 09:27:43

  Modified: pypy-2.2.1.ebuild ChangeLog
  Log:
  Add the subslot.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  virtual/pypy/pypy-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?r1=1.1r2=1.2

Index: pypy-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypy-2.2.1.ebuild   12 Mar 2014 09:23:54 -  1.1
+++ pypy-2.2.1.ebuild   12 Mar 2014 09:27:43 -  1.2
@@ -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/virtual/pypy/pypy-2.2.1.ebuild,v 1.1 
2014/03/12 09:23:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v 1.2 
2014/03/12 09:27:43 mgorny Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 SRC_URI=
 
 LICENSE=
-SLOT=0
+SLOT=0/$(get_version_component_range 1-2 ${PV})
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=bzip2 ncurses sqlite
 



1.6  virtual/pypy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   12 Mar 2014 09:23:54 -  1.5
+++ ChangeLog   12 Mar 2014 09:27:43 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/pypy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.5 2014/03/12 
09:23:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.6 2014/03/12 
09:27:43 mgorny Exp $
+
+  12 Mar 2014; Michał Górny mgo...@gentoo.org pypy-2.2.1.ebuild:
+  Add the subslot.
 
 *pypy-2.2.1 (12 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-utils-r1.eclass

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 09:29:40

  Modified: ChangeLog python-utils-r1.eclass
  Log:
  Use subslot operator deps on non-slotted PyPy.

Revision  ChangesPath
1.1174   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1174view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1174content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1173r2=1.1174

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1173
retrieving revision 1.1174
diff -u -r1.1173 -r1.1174
--- ChangeLog   12 Mar 2014 09:23:39 -  1.1173
+++ ChangeLog   12 Mar 2014 09:29:39 -  1.1174
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1173 2014/03/12 
09:23:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1174 2014/03/12 
09:29:39 mgorny Exp $
+
+  12 Mar 2014; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
+  Use subslot operator deps on non-slotted PyPy.
 
   12 Mar 2014; Michał Górny mgo...@gentoo.org python-utils-r1.eclass,
   tests/python-utils-r1.sh:



1.51 eclass/python-utils-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.50r2=1.51

Index: python-utils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- python-utils-r1.eclass  12 Mar 2014 09:23:39 -  1.50
+++ python-utils-r1.eclass  12 Mar 2014 09:29:39 -  1.51
@@ -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/eclass/python-utils-r1.eclass,v 1.50 
2014/03/12 09:23:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.51 
2014/03/12 09:29:39 mgorny Exp $
 
 # @ECLASS: python-utils-r1
 # @MAINTAINER:
@@ -72,6 +72,11 @@
pypy1_[89]|python2_5|python3_1)
return 1
;;
+   pypy)
+   if [[ ${EAPI:-0} == [01234] ]]; then
+   die PyPy is supported in EAPI 5 and newer 
only.
+   fi
+   ;;
*)
die Invalid implementation in PYTHON_COMPAT: ${impl}
esac
@@ -366,7 +371,7 @@
pypy-c2.0)

PYTHON_PKG_DEP='=virtual/pypy-2.0.2:2.0';;
pypy)
-   
PYTHON_PKG_DEP='virtual/pypy:0';;
+   
PYTHON_PKG_DEP='virtual/pypy:0=';;
jython2.5)

PYTHON_PKG_DEP='=dev-java/jython-2.5.3-r2:2.5';;
jython2.7)






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 11:50:34

  Modified: ChangeLog package.mask
  Log:
  Re-unite multilib mask to avoid comments in the middle as that breaks 
app-portage/diffmask.

Revision  ChangesPath
1.8693   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8693view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8693content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8692r2=1.8693

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8692
retrieving revision 1.8693
diff -u -r1.8692 -r1.8693
--- ChangeLog   12 Mar 2014 09:21:34 -  1.8692
+++ ChangeLog   12 Mar 2014 11:50:34 -  1.8693
@@ -1,12 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8692 2014/03/12 
09:21:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8693 2014/03/12 
11:50:34 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   12 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Re-unite multilib mask to avoid comments in the middle as that breaks
+  app-portage/diffmask.
+
+  12 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:
   Update the mask for fixed ebuild and virtual.
 
   12 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:



1.15469  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15469view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15469content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15468r2=1.15469

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15468
retrieving revision 1.15469
diff -u -r1.15468 -r1.15469
--- package.mask12 Mar 2014 09:21:35 -  1.15468
+++ package.mask12 Mar 2014 11:50:34 -  1.15469
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15468 2014/03/12 
09:21:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15469 2014/03/12 
11:50:34 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -106,7 +106,10 @@
 # emul-linux bumps. Please unmask in order, after getting ACK from
 # package maintainer.
 #
-# Note: yngwin explicitly requested 30 days + 1 version bump for cairo.
+# Notes:
+# - yngwin explicitly requested 30 days + 1 version bump for cairo.
+# - always unmask in order, with emul-linux of choice and *all* packages
+# preceding it
 =dev-libs/libgcrypt-1.6.1-r1
 dev-libs/libgcrypt:11
 =dev-libs/lzo-2.06-r1
@@ -119,7 +122,6 @@
 =app-emulation/emul-linux-x86-gtklibs-20131008-r3
 =media-gfx/graphite2-1.2.4-r1
 =media-libs/harfbuzz-0.9.26-r1
-# libass needs multilib harfbuzz, unmask at the same time (aballier@g.o)
 =media-libs/libass-0.11
 =x11-libs/pango-1.36.2-r1
 =x11-libs/pangox-compat-0.0.2-r1






[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog package.use.force

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 12:11:21

  Modified: ChangeLog package.use.force
  Log:
  Force pypy on python-exec.

Revision  ChangesPath
1.645profiles/base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.645view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.645content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.644r2=1.645

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.644
retrieving revision 1.645
diff -u -r1.644 -r1.645
--- ChangeLog   7 Mar 2014 00:35:27 -   1.644
+++ ChangeLog   12 Mar 2014 12:11:21 -  1.645
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.644 2014/03/07 
00:35:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.645 2014/03/12 
12:11:21 mgorny Exp $
+
+  12 Mar 2014; Michał Górny mgo...@gentoo.org package.use.force:
+  Force pypy on python-exec.
 
   07 Mar 2014; Manuel Rüger mr...@gentoo.org package.use.mask:
   Mask ruby18-only compatible flags



1.46 profiles/base/package.use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.force?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.force?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.force?r1=1.45r2=1.46

Index: package.use.force
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- package.use.force   17 Feb 2014 19:13:25 -  1.45
+++ package.use.force   12 Mar 2014 12:11:21 -  1.46
@@ -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/profiles/base/package.use.force,v 1.45 
2014/02/17 19:13:25 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.46 
2014/03/12 12:11:21 mgorny Exp $
 
 # Michał Gorny mgo...@gentoo.org (26 Feb 2013)
 # Meta-packages which use multilib ebuilds always install development
@@ -15,8 +15,8 @@
 # Michał Górny mgo...@gentoo.org (14 Oct 2012)
 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
 # API. Please remember to keep it in sync with python_targets.desc.
-dev-lang/python-exec python_targets_python2_6 python_targets_python2_7 
python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 
python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0
-dev-python/python-exec python_targets_python2_6 python_targets_python2_7 
python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 
python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0
+dev-lang/python-exec python_targets_python2_6 python_targets_python2_7 
python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 
python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0 pypy
+dev-python/python-exec python_targets_python2_6 python_targets_python2_7 
python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 
python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy2_0 pypy
 
 # Samuli Suominen ssuomi...@gentoo.org (23 Jan 2012)
 # Forcing enabled while waiting for eselect-notify-send wrt #379941






[gentoo-commits] gentoo-x86 commit in dev-python/pypy: metadata.xml ChangeLog

2014-03-12 Thread Michal Gorny (mgorny)
mgorny  14/03/12 13:00:13

  Modified: metadata.xml ChangeLog
  Log:
  Add Alice Ferrazzi as proxy-maintainer.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.9  dev-python/pypy/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/metadata.xml?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/metadata.xml?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/metadata.xml?r1=1.8r2=1.9

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml11 Mar 2014 20:01:04 -  1.8
+++ metadata.xml12 Mar 2014 13:00:13 -  1.9
@@ -1,9 +1,15 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-  herdpython/herd
-  use
-flag name=sandboxEnable sandboxing functionality/flag
-flag name=shadowstackUse a shadow stack for finding GC roots/flag
-  /use
+   herdpython/herd
+   herdproxy-maintainers/herd
+   maintainer
+   emailalice.ferra...@gmail.com/email
+   nameAlice Ferrazzi/name
+   descriptionProxy maintainer/description
+   /maintainer
+   use
+   flag name=sandboxEnable sandboxing functionality/flag
+   flag name=shadowstackUse a shadow stack for finding GC 
roots/flag
+   /use
 /pkgmetadata



1.56 dev-python/pypy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   12 Mar 2014 09:14:21 -  1.55
+++ ChangeLog   12 Mar 2014 13:00:13 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pypy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.55 2014/03/12 
09:14:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.56 2014/03/12 
13:00:13 mgorny Exp $
+
+  12 Mar 2014; Michał Górny mgo...@gentoo.org metadata.xml:
+  Add Alice Ferrazzi as proxy-maintainer.
 
   12 Mar 2014; Michał Górny mgo...@gentoo.org pypy-2.2.1.ebuild:
   Fix to be non-slotted.






[gentoo-commits] gentoo-x86 commit in dev-python/scientificpython/files: scientificpython-2.9.3-mpi-netcdf.patch

2014-03-13 Thread Michal Gorny (mgorny)
mgorny  14/03/13 14:58:03

  Added:scientificpython-2.9.3-mpi-netcdf.patch
  Log:
  Version bump. Use python_doexe() to switch Python wrapping to eclass, bug 
#484416.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
dev-python/scientificpython/files/scientificpython-2.9.3-mpi-netcdf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scientificpython/files/scientificpython-2.9.3-mpi-netcdf.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scientificpython/files/scientificpython-2.9.3-mpi-netcdf.patch?rev=1.1content-type=text/plain

Index: scientificpython-2.9.3-mpi-netcdf.patch
===
From 71a5e881290c1cec2506a346e2740a1b821c36aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= mgo...@gentoo.org
Date: Thu, 13 Mar 2014 15:29:33 +0100
Subject: [PATCH] Include MPI cflags/ldflags for netcdf.

---
 setup.py | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 7f01656..71ac92a 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 
 from distutils.core import setup, Extension
 from distutils.command.install_headers import install_headers
-import os, sys, platform
+import os, sys, platform, subprocess
 from glob import glob
 
 class Dummy:
@@ -92,13 +92,16 @@ else:
 netcdf_include = os.path.join(netcdf_prefix, 'include')
 netcdf_h_file = os.path.join(netcdf_prefix, 'include', 'netcdf.h')
 netcdf_lib = os.path.join(netcdf_prefix, 'lib')
+mpi_cflags = subprocess.Popen([mpicc, -showme:compile], 
stdout=subprocess.PIPE).communicate()[0].rstrip().split()
+mpi_ldflags = subprocess.Popen([mpicc, -showme:link], 
stdout=subprocess.PIPE).communicate()[0].rstrip().split()
 ext_modules = [Extension('Scientific._netcdf',
  ['Scientific/_netcdf.c'],
  include_dirs=['Include', netcdf_include]
   + numpy_include,
  library_dirs=[netcdf_lib],
  libraries = ['netcdf'],
- extra_compile_args=extra_compile_args)]
+ extra_compile_args=extra_compile_args + 
mpi_cflags,
+ extra_link_args=mpi_ldflags)]
 
 try:
 # Add code for including documentation in Mac packages
-- 
1.9.0







[gentoo-commits] gentoo-x86 commit in dev-python/south: metadata.xml south-0.8.1-r1.ebuild ChangeLog

2014-03-13 Thread Michal Gorny (mgorny)
mgorny  14/03/13 15:01:21

  Modified: metadata.xml ChangeLog
  Added:south-0.8.1-r1.ebuild
  Log:
  Clean up and fix the ebuild wrt bug #484418. Switch the maintainership to 
python@ on previous maintainer's request.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/south/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/south/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml24 Sep 2011 08:29:11 -  1.2
+++ metadata.xml13 Mar 2014 15:01:21 -  1.3
@@ -1,8 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   maintainer
-   emaildev-z...@gentoo.org/email
-   nameTiziano Müller/name
-   /maintainer
+   herdpython/herd
 /pkgmetadata



1.13 dev-python/south/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/south/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   14 Aug 2013 11:22:53 -  1.12
+++ ChangeLog   13 Mar 2014 15:01:21 -  1.13
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/south
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/south/ChangeLog,v 1.12 
2013/08/14 11:22:53 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/south/ChangeLog,v 1.13 
2014/03/13 15:01:21 mgorny Exp $
+
+*south-0.8.1-r1 (13 Mar 2014)
+
+  13 Mar 2014; Michał Górny mgo...@gentoo.org +south-0.8.1-r1.ebuild,
+  metadata.xml:
+  Clean up and fix the ebuild wrt bug #484418. Switch the maintainership to
+  python@ on previous maintainer's request.
 
   14 Aug 2013; Patrick Lauer patr...@gentoo.org south-0.7.6.ebuild:
   Whitespace



1.1  dev-python/south/south-0.8.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/south-0.8.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/south-0.8.1-r1.ebuild?rev=1.1content-type=text/plain

Index: south-0.8.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/south/south-0.8.1-r1.ebuild,v 1.1 
2014/03/13 15:01:21 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit vcs-snapshot distutils-r1

DESCRIPTION=Intelligent schema migrations for Django apps.
HOMEPAGE=http://south.aeracode.org/;
SRC_URI=https://bitbucket.org/andrewgodwin/south/get/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc test

RDEPEND=dev-python/django[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/django[sqlite] )

# we are setting up the tests, but they fail

python_compile_all() {
use doc  emake -C docs html
}

python_install_all() {
use doc  local HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}

python_test() {
# http://south.aeracode.org/ticket/1256
cd ${BUILD_DIR} || die
django-admin.py startproject southtest || die setting up test env 
failed

cd southtest || die
sed -i \
-e /^INSTALLED_APPS/a\'south', \
-e 's/\(django.db.backends.\)/\1sqlite3/' \
-e s/\(NAME': '\)/\1test.db/ \
-e '$a\SKIP_SOUTH_TESTS=False' \
southtest/settings.py || die test sed failed

${EPYTHON} manage.py test south || die tests failed for ${EPYTHON}
}

pkg_postinst() {
elog In order to use the south schema migrations for your Django 
project,
elog just add 'south' to your INSTALLED_APPS in the 

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-03-16 Thread Michal Gorny (mgorny)
mgorny  14/03/16 08:09:56

  Modified: ChangeLog package.mask
  Log:
  Mask new versions of systemd-sysv-utils as well.

Revision  ChangesPath
1.8707   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8707view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8707content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8706r2=1.8707

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8706
retrieving revision 1.8707
diff -u -r1.8706 -r1.8707
--- ChangeLog   16 Mar 2014 00:19:50 -  1.8706
+++ ChangeLog   16 Mar 2014 08:09:55 -  1.8707
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8706 2014/03/16 
00:19:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8707 2014/03/16 
08:09:55 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  16 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask new versions of systemd-sysv-utils as well.
+
   16 Mar 2014; Manuel Rüger mr...@gentoo.org package.mask:
   Mask ruby-1.8
 



1.15482  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15482view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15482content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15481r2=1.15482

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15481
retrieving revision 1.15482
diff -u -r1.15481 -r1.15482
--- package.mask16 Mar 2014 00:19:50 -  1.15481
+++ package.mask16 Mar 2014 08:09:55 -  1.15482
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15481 2014/03/16 
00:19:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15482 2014/03/16 
08:09:55 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -264,6 +264,7 @@
 # Michał Górny mgo...@gentoo.org (25 Feb 2014)
 # Mask for testing.
 =sys-apps/systemd-210
+=sys-apps/systemd-sysv-utils-210
 
 # Tom Wijsman tom...@gentoo.org (21 Feb 2014)
 # MATE Desktop Environment 1.6 introduction mask:






[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog use.mask

2014-03-16 Thread Michal Gorny (mgorny)
mgorny  14/03/16 08:23:40

  Modified: ChangeLog use.mask
  Log:
  Mask new PyPy flags.

Revision  ChangesPath
1.650profiles/base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.650view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.650content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.649r2=1.650

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.649
retrieving revision 1.650
diff -u -r1.649 -r1.650
--- ChangeLog   16 Mar 2014 08:04:46 -  1.649
+++ ChangeLog   16 Mar 2014 08:23:40 -  1.650
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.649 2014/03/16 
08:04:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.650 2014/03/16 
08:23:40 mgorny Exp $
+
+  16 Mar 2014; Michał Górny mgo...@gentoo.org use.mask:
+  Mask new PyPy flags.
 
   16 Mar 2014; Patrick Lauer patr...@gentoo.org use.mask:
   Mask ruby_targets_ruby18 so that it's properly gone



1.191profiles/base/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.191view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.191content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?r1=1.190r2=1.191

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- use.mask16 Mar 2014 08:04:46 -  1.190
+++ use.mask16 Mar 2014 08:23:40 -  1.191
@@ -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/profiles/base/use.mask,v 1.190 2014/03/16 
08:04:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.191 2014/03/16 
08:23:40 mgorny Exp $
 
 # on the way out
 ruby_targets_ruby18
@@ -325,6 +325,8 @@
 # please switch to one of the testing 13.0 profiles to get it.
 python_targets_pypy2_0
 python_single_target_pypy2_0
+python_targets_pypy
+python_single_target_pypy
 
 # Michał Górny mgo...@gentoo.org (26 Jan 2013)
 # Mask the multilib flags globally. Unmasked in specific arches.






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-03-16 Thread Michal Gorny (mgorny)
mgorny  14/03/16 08:25:13

  Modified: ChangeLog
  Log:
  Update PyPy flag descriptions.

Revision  ChangesPath
1.8708   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8708view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8708content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8707r2=1.8708

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8707
retrieving revision 1.8708
diff -u -r1.8707 -r1.8708
--- ChangeLog   16 Mar 2014 08:09:55 -  1.8707
+++ ChangeLog   16 Mar 2014 08:25:12 -  1.8708
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8707 2014/03/16 
08:09:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8708 2014/03/16 
08:25:12 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  16 Mar 2014; Michał Górny mgo...@gentoo.org
+  desc/python_single_target.desc, desc/python_targets.desc:
+  Update PyPy flag descriptions.
+
   16 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask new versions of systemd-sysv-utils as well.
 






[gentoo-commits] gentoo-x86 commit in profiles/desc: python_single_target.desc python_targets.desc

2014-03-16 Thread Michal Gorny (mgorny)
mgorny  14/03/16 08:25:13

  Modified: python_single_target.desc python_targets.desc
  Log:
  Update PyPy flag descriptions.

Revision  ChangesPath
1.8  profiles/desc/python_single_target.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?r1=1.7r2=1.8

Index: python_single_target.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python_single_target.desc   17 Feb 2014 17:26:21 -  1.7
+++ python_single_target.desc   16 Mar 2014 08:25:13 -  1.8
@@ -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/profiles/desc/python_single_target.desc,v 
1.7 2014/02/17 17:26:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 
1.8 2014/03/16 08:25:13 mgorny Exp $
 
 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
 
@@ -12,4 +12,4 @@
 jython2_5 - Build for Jython 2.5 only
 jython2_7 - Build for Jython 2.7 only
 pypy2_0 - Build for PyPy 2.0 only
-pypy2_1 - Build for PyPy 2.1 only
+pypy - Build for PyPy (Python 2 branch) only



1.11 profiles/desc/python_targets.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?r1=1.10r2=1.11

Index: python_targets.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python_targets.desc 5 Sep 2013 10:09:29 -   1.10
+++ python_targets.desc 16 Mar 2014 08:25:13 -  1.11
@@ -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/profiles/desc/python_targets.desc,v 1.10 
2013/09/05 10:09:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.11 
2014/03/16 08:25:13 mgorny Exp $
 
 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
 
@@ -12,4 +12,4 @@
 jython2_5 - Build with Jython 2.5
 jython2_7 - Build with Jython 2.7
 pypy2_0 - Build with PyPy 2.0
-pypy2_1 - Build with PyPy 2.1
+pypy - Build with PyPy (Python 2 branch)






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.1h-r3.ebuild ChangeLog

2014-07-25 Thread Michal Gorny (mgorny)
mgorny  14/07/25 07:24:52

  Modified: ChangeLog
  Added:openssl-1.0.1h-r3.ebuild
  Log:
  Revbump to force fix for bug #509792.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.568dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.568view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.568content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.567r2=1.568

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.567
retrieving revision 1.568
diff -u -r1.567 -r1.568
--- ChangeLog   23 Jul 2014 15:14:41 -  1.567
+++ ChangeLog   25 Jul 2014 07:24:51 -  1.568
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.567 
2014/07/23 15:14:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.568 
2014/07/25 07:24:51 mgorny Exp $
+
+*openssl-1.0.1h-r3 (25 Jul 2014)
+
+  25 Jul 2014; Michał Górny mgo...@gentoo.org +openssl-1.0.1h-r3.ebuild:
+  Revbump to force fix for bug #509792.
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org openssl-0.9.8z_p1-r2.ebuild,
   openssl-1.0.1h-r2.ebuild:



1.1  dev-libs/openssl/openssl-1.0.1h-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild?rev=1.1content-type=text/plain

Index: openssl-1.0.1h-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild,v 
1.1 2014/07/25 07:24:51 mgorny Exp $

EAPI=4

inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal

REV=1.7
DESCRIPTION=full-strength general purpose cryptography library (including SSL 
and TLS)
HOMEPAGE=http://www.openssl.org/;
SRC_URI=mirror://openssl/source/${P}.tar.gz

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/${PN}/${PN}-c_rehash.sh?rev=${REV}
 - ${PN}-c_rehash.sh.${REV}

LICENSE=openssl
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
IUSE=bindist gmp kerberos rfc3779 sse2 static-libs test +tls-heartbeat vanilla 
zlib

# The blocks are temporary just to make sure people upgrade to a
# version that lack runtime version checking.  We'll drop them in
# the future.
RDEPEND=gmp? ( =dev-libs/gmp-5.1.3-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
zlib? ( =sys-libs/zlib-1.2.8-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
kerberos? ( =app-crypt/mit-krb5-1.11.4[${MULTILIB_USEDEP}] )
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140406-r3
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
!net-misc/openssh-5.9_p1-r4
!net-libs/neon-0.29.6-r1
DEPEND=${RDEPEND}
sys-apps/diffutils
=dev-lang/perl-5
test? ( sys-devel/bc )
PDEPEND=app-misc/ca-certificates

src_unpack() {
unpack ${P}.tar.gz
SSL_CNF_DIR=/etc/ssl
sed \
-e /^DIR=/s:=.*:=${EPREFIX}${SSL_CNF_DIR}: \
-e s:SSL_CMD=/usr:SSL_CMD=${EPREFIX}/usr: \
${DISTDIR}/${PN}-c_rehash.sh.${REV} \
 ${WORKDIR}/c_rehash || die #416717
}

MULTILIB_WRAPPED_HEADERS=(
usr/include/openssl/opensslconf.h
)

src_prepare() {
# Make sure we only ever touch Makefile.org and avoid patching a file
# that gets blown away anyways by the Configure script in src_configure
rm -f Makefile

if ! use vanilla ; then
epatch ${FILESDIR}/${PN}-1.0.0a-ldflags.patch #327421
epatch ${FILESDIR}/${PN}-1.0.0d-windres.patch #373743
epatch ${FILESDIR}/${PN}-1.0.0h-pkg-config.patch
epatch ${FILESDIR}/${PN}-1.0.1-parallel-build.patch
epatch ${FILESDIR}/${PN}-1.0.1-x32.patch
epatch ${FILESDIR}/${PN}-1.0.1h-ipv6.patch
epatch ${FILESDIR}/${PN}-1.0.1e-s_client-verify.patch #472584
epatch 
${FILESDIR}/${PN}-1.0.1f-revert-alpha-perl-generation.patch #499086
epatch_user #332661
fi

# disable fips in the build
# make sure the man pages are suffixed #302165
# don't bother building man pages if they're disabled
sed -i \

[gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-9999.ebuild ChangeLog

2014-07-26 Thread Michal Gorny (mgorny)
mgorny  14/07/26 09:48:43

  Modified: portage-.ebuild ChangeLog
  Log:
  Remove code for python2_6  pypy2_0 which both are removed nowadays.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.96 sys-apps/portage/portage-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-.ebuild?rev=1.96view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-.ebuild?rev=1.96content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-.ebuild?r1=1.95r2=1.96

Index: portage-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- portage-.ebuild 6 Apr 2014 17:00:03 -   1.95
+++ portage-.ebuild 26 Jul 2014 09:48:43 -  1.96
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 1.95 
2014/04/06 17:00:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 1.96 
2014/07/26 09:48:43 mgorny Exp $
 
 EAPI=3
 PYTHON_COMPAT=(
-   pypy pypy2_0
+   pypy
python3_2 python3_3 python3_4
-   python2_6 python2_7
+   python2_7
 )
 inherit git-r3 eutils multilib
 
@@ -22,22 +22,18 @@
 done
 unset _pyimpl
 
-# Import of the io module in python-2.6 raises ImportError for the
-# thread module if threading is disabled.
 python_dep_ssl=python3? ( =dev-lang/python-3*[ssl] )
!pypy? ( !python2? ( !python3? (
-   || ( =dev-lang/python-2.7[ssl] 
dev-lang/python:2.6[threads,ssl] )
+   =dev-lang/python-2.7[ssl]
) ) )
pypy? ( !python2? ( !python3? ( virtual/pypy:0[bzip2] ) ) )
-   python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] 
dev-lang/python:2.6[ssl,threads] ) ) )
+   python2? ( !python3? ( dev-lang/python:2.7[ssl] ) )
 python_dep=${python_dep_ssl//\[ssl\]}
 python_dep=${python_dep//,ssl}
 python_dep=${python_dep//ssl,}
 
 python_dep=${python_dep}
python_targets_pypy? ( virtual/pypy:0 )
-   python_targets_pypy2_0? ( virtual/pypy:2.0 )
-   python_targets_python2_6? ( dev-lang/python:2.6 )
python_targets_python2_7? ( dev-lang/python:2.7 )
python_targets_python3_2? ( dev-lang/python:3.2 )
python_targets_python3_3? ( dev-lang/python:3.3 )
@@ -69,7 +65,7 @@
=app-misc/pax-utils-0.1.17
selinux? ( || ( =sys-libs/libselinux-2.0.94[python] 
sys-libs/libselinux-2.0.94 ) )
xattr? ( kernel_linux? (
-   $(for python_impl in python{2_6,2_7,3_2} pypy pypy2_0; do
+   $(for python_impl in python{2_7,3_2} pypy; do
echo python_targets_${python_impl}? ( 
dev-python/pyxattr[python_targets_${python_impl}] )
done) ) )
!app-shells/bash-3.2_p17
@@ -123,10 +119,6 @@
pypy)
python=${impl}
;;
-   pypy*)
-   python=${impl/_/.}
-   python=${python/pypy/pypy-c}
-   ;;
*)
die Unrecognized python target: ${impl}
esac



1.1398   sys-apps/portage/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1398view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1398content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.1397r2=1.1398

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1397
retrieving revision 1.1398
diff -u -r1.1397 -r1.1398
--- ChangeLog   6 Apr 2014 17:00:03 -   1.1397
+++ ChangeLog   26 Jul 2014 09:48:43 -  1.1398
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1397 
2014/04/06 17:00:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1398 
2014/07/26 09:48:43 mgorny Exp $
+
+  26 Jul 2014; Michał Górny mgo...@gentoo.org portage-.ebuild:
+  Remove code for python2_6  pypy2_0 which both are removed nowadays.
 
   06 Apr 2014; Michał Górny mgo...@gentoo.org metadata.xml,
   portage-2.2.10.ebuild, portage-.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: ChangeLog openssl-1.0.1h-r3.ebuild

2014-07-26 Thread Michal Gorny (mgorny)
mgorny  14/07/26 14:35:40

  Modified: ChangeLog openssl-1.0.1h-r3.ebuild
  Log:
  Add a note not to stabilize -r3.

Revision  ChangesPath
1.569dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.569view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.569content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.568r2=1.569

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.568
retrieving revision 1.569
diff -u -r1.568 -r1.569
--- ChangeLog   25 Jul 2014 07:24:51 -  1.568
+++ ChangeLog   26 Jul 2014 14:35:40 -  1.569
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.568 
2014/07/25 07:24:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.569 
2014/07/26 14:35:40 mgorny Exp $
+
+  26 Jul 2014; Michał Górny mgo...@gentoo.org openssl-1.0.1h-r3.ebuild:
+  Add a note not to stabilize -r3.
 
 *openssl-1.0.1h-r3 (25 Jul 2014)
 



1.2  dev-libs/openssl/openssl-1.0.1h-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild?r1=1.1r2=1.2

Index: openssl-1.0.1h-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openssl-1.0.1h-r3.ebuild25 Jul 2014 07:24:51 -  1.1
+++ openssl-1.0.1h-r3.ebuild26 Jul 2014 14:35:40 -  1.2
@@ -1,9 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild,v 
1.1 2014/07/25 07:24:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r3.ebuild,v 
1.2 2014/07/26 14:35:40 mgorny Exp $
 
 EAPI=4
 
+# NOTE: please do not stabilize this revision. It was added purely to force
+# rebuild following eclass changes for ~arch users. Since -r2 was stabilized
+# after the eclass changes, stable users are safe already.
+
 inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal
 
 REV=1.7






[gentoo-commits] gentoo-x86 commit in media-libs/harfbuzz: harfbuzz-9999.ebuild harfbuzz-0.9.28.ebuild ChangeLog

2014-07-27 Thread Michal Gorny (mgorny)
mgorny  14/07/27 10:29:03

  Modified: harfbuzz-.ebuild harfbuzz-0.9.28.ebuild
ChangeLog
  Log:
  Add missing einstalldocs call, bug #518316.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.29 media-libs/harfbuzz/harfbuzz-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-.ebuild?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-.ebuild?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-.ebuild?r1=1.28r2=1.29

Index: harfbuzz-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- harfbuzz-.ebuild24 Jun 2014 22:12:09 -  1.28
+++ harfbuzz-.ebuild27 Jul 2014 10:29:02 -  1.29
@@ -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/media-libs/harfbuzz/harfbuzz-.ebuild,v 
1.28 2014/06/24 22:12:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-.ebuild,v 
1.29 2014/07/27 10:29:02 mgorny Exp $
 
 EAPI=5
 
@@ -82,5 +82,6 @@
 }
 
 multilib_src_install_all() {
+   einstalldocs
prune_libtool_files --modules
 }



1.7  media-libs/harfbuzz/harfbuzz-0.9.28.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild?r1=1.6r2=1.7

Index: harfbuzz-0.9.28.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- harfbuzz-0.9.28.ebuild  23 Jul 2014 15:19:33 -  1.6
+++ harfbuzz-0.9.28.ebuild  27 Jul 2014 10:29:02 -  1.7
@@ -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/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild,v 1.6 
2014/07/23 15:19:33 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.28.ebuild,v 1.7 
2014/07/27 10:29:02 mgorny Exp $
 
 EAPI=5
 
@@ -82,5 +82,6 @@
 }
 
 multilib_src_install_all() {
+   einstalldocs
prune_libtool_files --modules
 }



1.82 media-libs/harfbuzz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.82view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.82content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.81r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   23 Jul 2014 15:19:33 -  1.81
+++ ChangeLog   27 Jul 2014 10:29:02 -  1.82
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/harfbuzz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.81 
2014/07/23 15:19:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.82 
2014/07/27 10:29:02 mgorny Exp $
+
+  27 Jul 2014; Michał Górny mgo...@gentoo.org harfbuzz-0.9.28.ebuild,
+  harfbuzz-.ebuild:
+  Add missing einstalldocs call, bug #518316.
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org harfbuzz-0.9.28.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog git-r3.eclass

2014-07-28 Thread Michal Gorny (mgorny)
mgorny  14/07/28 14:12:22

  Modified: ChangeLog git-r3.eclass
  Log:
  Use ROOT=/ when checking for git features, bug #518374. Patch provided by 
Michael Haubenwallner.

Revision  ChangesPath
1.1326   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1326view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1326content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1325r2=1.1326

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1325
retrieving revision 1.1326
diff -u -r1.1325 -r1.1326
--- ChangeLog   25 Jul 2014 23:18:34 -  1.1325
+++ ChangeLog   28 Jul 2014 14:12:22 -  1.1326
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1325 2014/07/25 
23:18:34 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1326 2014/07/28 
14:12:22 mgorny Exp $
+
+  28 Jul 2014; Michał Górny mgo...@gentoo.org git-r3.eclass:
+  Use ROOT=/ when checking for git features, bug #518374. Patch provided by
+  Michael Haubenwallner.
 
   25 Jul 2014; Christoph Junghans ott...@gentoo.org mercurial.eclass:
   Added EHG_CHECKOUT_DIR to override checkout destination



1.46 eclass/git-r3.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?r1=1.45r2=1.46

Index: git-r3.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- git-r3.eclass   7 Jul 2014 14:41:56 -   1.45
+++ git-r3.eclass   28 Jul 2014 14:12:22 -  1.46
@@ -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/eclass/git-r3.eclass,v 1.45 2014/07/07 
14:41:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.46 2014/07/28 
14:12:22 mgorny Exp $
 
 # @ECLASS: git-r3.eclass
 # @MAINTAINER:
@@ -513,7 +513,7 @@
local fetch_command=( git fetch ${r} )
local clone_type=${EGIT_CLONE_TYPE}
 
-   if [[ ${r} == https://* ]]  ! has_version 
'dev-vcs/git[curl]'; then
+   if [[ ${r} == https://* ]]  ! ROOT=/ has_version 
'dev-vcs/git[curl]'; then
eerror git-r3: fetching from https:// requested. In 
order to support https,
eerror dev-vcs/git needs to be built with USE=curl. 
Example solution:
eerror






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog git-r3.eclass

2014-07-28 Thread Michal Gorny (mgorny)
mgorny  14/07/28 14:13:50

  Modified: ChangeLog git-r3.eclass
  Log:
  Mention git-clone man page for URI syntax, bug #511636.

Revision  ChangesPath
1.1327   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1327view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1327content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1326r2=1.1327

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1326
retrieving revision 1.1327
diff -u -r1.1326 -r1.1327
--- ChangeLog   28 Jul 2014 14:12:22 -  1.1326
+++ ChangeLog   28 Jul 2014 14:13:50 -  1.1327
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1326 2014/07/28 
14:12:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1327 2014/07/28 
14:13:50 mgorny Exp $
+
+  28 Jul 2014; Michał Górny mgo...@gentoo.org git-r3.eclass:
+  Mention git-clone man page for URI syntax, bug #511636.
 
   28 Jul 2014; Michał Górny mgo...@gentoo.org git-r3.eclass:
   Use ROOT=/ when checking for git features, bug #518374. Patch provided by



1.47 eclass/git-r3.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?r1=1.46r2=1.47

Index: git-r3.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- git-r3.eclass   28 Jul 2014 14:12:22 -  1.46
+++ git-r3.eclass   28 Jul 2014 14:13:50 -  1.47
@@ -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/eclass/git-r3.eclass,v 1.46 2014/07/28 
14:12:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.47 2014/07/28 
14:13:50 mgorny Exp $
 
 # @ECLASS: git-r3.eclass
 # @MAINTAINER:
@@ -114,7 +114,8 @@
 # @DESCRIPTION:
 # URIs to the repository, e.g. git://foo, https://foo. If multiple URIs
 # are provided, the eclass will consider them as fallback URIs to try
-# if the first URI does not work.
+# if the first URI does not work. For supported URI syntaxes, read up
+# the manpage for git-clone(1).
 #
 # It can be overriden via env using ${PN}_LIVE_REPO variable.
 #






[gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: libxcb-1.10.ebuild libxcb-1.9.3-r1.ebuild ChangeLog

2014-07-29 Thread Michal Gorny (mgorny)
mgorny  14/07/29 14:27:27

  Modified: libxcb-1.10.ebuild libxcb-1.9.3-r1.ebuild ChangeLog
  Log:
  Fix finding Python when building in a root, bug #503228. Patch by James Le 
Cuirot.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.14 x11-libs/libxcb/libxcb-1.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild?r1=1.13r2=1.14

Index: libxcb-1.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libxcb-1.10.ebuild  18 Jun 2014 21:05:38 -  1.13
+++ libxcb-1.10.ebuild  29 Jul 2014 14:27:27 -  1.14
@@ -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/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.13 
2014/06/18 21:05:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.14 
2014/07/29 14:27:27 mgorny Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@

=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}])
 
 python_check_deps() {
-   has_version 
=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
+   has_version --host-root 
=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
 }
 
 pkg_setup() {



1.3  x11-libs/libxcb/libxcb-1.9.3-r1.ebuild

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

Index: libxcb-1.9.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxcb-1.9.3-r1.ebuild  18 Jun 2014 21:05:38 -  1.2
+++ libxcb-1.9.3-r1.ebuild  29 Jul 2014 14:27:27 -  1.3
@@ -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/x11-libs/libxcb/libxcb-1.9.3-r1.ebuild,v 
1.2 2014/06/18 21:05:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.3-r1.ebuild,v 
1.3 2014/07/29 14:27:27 mgorny Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@

=x11-proto/xcb-proto-1.9-r1[${MULTILIB_USEDEP},\${PYTHON_USEDEP}])
 
 python_check_deps() {
-   has_version 
=x11-proto/xcb-proto-1.9-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
+   has_version --host-root 
=x11-proto/xcb-proto-1.9-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
 }
 
 pkg_setup() {



1.143x11-libs/libxcb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.143view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.143content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.142r2=1.143

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog   18 Jun 2014 21:05:38 -  1.142
+++ ChangeLog   29 Jul 2014 14:27:27 -  1.143
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.142 
2014/06/18 21:05:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.143 
2014/07/29 14:27:27 mgorny Exp $
+
+  29 Jul 2014; Michał Górny mgo...@gentoo.org libxcb-1.10.ebuild,
+  libxcb-1.9.3-r1.ebuild:
+  Fix finding Python when building in a root, bug #503228. Patch by James Le
+  Cuirot.
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org libxcb-1.10.ebuild,
   libxcb-1.9.1-r1.ebuild, libxcb-1.9.1.ebuild, libxcb-1.9.3-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-1.2.3.ebuild libvirt-1.2.5.ebuild libvirt-9999.ebuild libvirt-1.2.6.ebuild ChangeLog

2014-07-31 Thread Michal Gorny (mgorny)
mgorny  14/07/31 17:06:11

  Modified: libvirt-1.2.3.ebuild libvirt-1.2.5.ebuild
libvirt-.ebuild libvirt-1.2.6.ebuild ChangeLog
  Log:
  Disable wireshark dissector support to fix automagic dependency and resulting 
build failures, bugs #508340 and #508336.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  app-emulation/libvirt/libvirt-1.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.3.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.3.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.3.ebuild?r1=1.5r2=1.6

Index: libvirt-1.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libvirt-1.2.3.ebuild15 May 2014 02:06:59 -  1.5
+++ libvirt-1.2.3.ebuild31 Jul 2014 17:06:11 -  1.6
@@ -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/app-emulation/libvirt/libvirt-1.2.3.ebuild,v 1.5 
2014/05/15 02:06:59 cardoe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.3.ebuild,v 1.6 
2014/07/31 17:06:11 mgorny Exp $
 
 EAPI=5
 
@@ -318,6 +318,7 @@
 
## stuff we don't yet support
myconf=${myconf} --without-netcf
+   myconf=${myconf} --without-wireshark-dissector
 
# we use udev over hal
myconf=${myconf} --without-hal



1.2  app-emulation/libvirt/libvirt-1.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.5.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.5.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.5.ebuild?r1=1.1r2=1.2

Index: libvirt-1.2.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-1.2.5.ebuild16 Jun 2014 15:28:59 -  1.1
+++ libvirt-1.2.5.ebuild31 Jul 2014 17:06:11 -  1.2
@@ -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/app-emulation/libvirt/libvirt-1.2.5.ebuild,v 1.1 
2014/06/16 15:28:59 dev-zero Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.5.ebuild,v 1.2 
2014/07/31 17:06:11 mgorny Exp $
 
 EAPI=5
 
@@ -319,6 +319,7 @@
 
## stuff we don't yet support
myconf=${myconf} --without-netcf
+   myconf=${myconf} --without-wireshark-dissector
 
# we use udev over hal
myconf=${myconf} --without-hal



1.57 app-emulation/libvirt/libvirt-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?r1=1.56r2=1.57

Index: libvirt-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- libvirt-.ebuild 16 Jun 2014 15:28:59 -  1.56
+++ libvirt-.ebuild 31 Jul 2014 17:06:11 -  1.57
@@ -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/app-emulation/libvirt/libvirt-.ebuild,v 
1.56 2014/06/16 15:28:59 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild,v 
1.57 2014/07/31 17:06:11 mgorny Exp $
 
 EAPI=5
 
@@ -319,6 +319,7 @@
 
## stuff we don't yet support
myconf=${myconf} --without-netcf
+   myconf=${myconf} --without-wireshark-dissector
 
# we use udev over hal
myconf=${myconf} --without-hal



1.2  app-emulation/libvirt/libvirt-1.2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.6.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.6.ebuild?rev=1.2content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in net-wireless/blueman: blueman-1.23_p20140717-r1.ebuild blueman-9999.ebuild ChangeLog blueman-1.23_p20140717.ebuild

2014-08-01 Thread Michal Gorny (mgorny)
mgorny  14/08/01 08:03:45

  Modified: blueman-.ebuild ChangeLog
  Added:blueman-1.23_p20140717-r1.ebuild
  Removed:  blueman-1.23_p20140717.ebuild
  Log:
  Update deps from configure.ac. Switch to python-single-r1. Add missing ||die.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  net-wireless/blueman/blueman-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/blueman-.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/blueman-.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/blueman-.ebuild?r1=1.2r2=1.3

Index: blueman-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blueman-.ebuild 12 May 2014 14:22:17 -  1.2
+++ blueman-.ebuild 1 Aug 2014 08:03:45 -   1.3
@@ -1,12 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v 
1.2 2014/05/12 14:22:17 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v 
1.3 2014/08/01 08:03:45 mgorny Exp $
 
 EAPI=5
 
-PYTHON_DEPEND=2:2.7
-
-inherit eutils python gnome2-utils autotools
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1 gnome2-utils autotools
 
 DESCRIPTION=GTK+ Bluetooth Manager, designed to be simple and intuitive for 
everyday bluetooth tasks.
 HOMEPAGE=http://blueman-project.org/;
@@ -24,24 +23,25 @@
 SLOT=0
 IUSE=gconf sendto network nls policykit pulseaudio
 
-CDEPEND=dev-libs/glib:2
-   x11-libs/gtk+:3
-   x11-libs/startup-notification
-   dev-python/pygobject:2
-   =net-wireless/bluez-4.61
-   x11-libs/libnotify
+CDEPEND=dev-libs/glib:2=
+   x11-libs/gtk+:3=
+   x11-libs/startup-notification:=
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   || (
+   dev-python/pygobject:2
+   dev-python/pygobject:3
+   )
+   =net-wireless/bluez-4.61:=
+   ${PYTHON_DEPS}
 DEPEND=${CDEPEND}
nls? ( dev-util/intltool sys-devel/gettext )
virtual/pkgconfig
-   =dev-python/pyrex-0.9.8
+   dev-python/cython[${PYTHON_USEDEP}]
 RDEPEND=${CDEPEND}
=app-mobilephone/obex-data-server-0.4.4
sys-apps/dbus
-   dev-python/pygtk
-   dev-python/notify-python
-   dev-python/dbus-python
x11-themes/hicolor-icon-theme
-   gconf? ( dev-python/gconf-python )
+   gconf? ( dev-python/gconf-python[${PYTHON_USEDEP}] )
sendto? ( gnome-base/nautilus )
network? ( || ( net-dns/dnsmasq
=net-misc/dhcp-3*
@@ -49,15 +49,9 @@
policykit? ( sys-auth/polkit )
pulseaudio? ( media-sound/pulseaudio )
 
-pkg_setup() {
-   python_set_active_version 2.7
-   python_pkg_setup
-}
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 src_prepare() {
-   # disable pyc compiling
-   ln -sf $(type -P true) py-compile
-
sed -i \
-e '/^Encoding/d' \
data/blueman-manager.desktop.in || die sed failed
@@ -80,16 +74,15 @@
 src_install() {
default
 
-   python_convert_shebangs 2.7 ${D}/usr/bin/blueman-* 
${D}/usr/libexec/blueman-mechanism
-
-   rm ${D}/$(python_get_sitedir)/*.la
-   use sendto  rm ${D}/usr/lib*/nautilus-sendto/plugins/*.la
+   python_fix_shebang ${D}
 
-   use gconf || rm 
${D}/$(python_get_sitedir)/${PN}/plugins/config/Gconf.py
-   use policykit || rm -rf ${D}/usr/share/polkit-1
-   use pulseaudio || rm 
${D}/$(python_get_sitedir)/${PN}/{main/Pulse*.py,plugins/applet/Pulse*.py}
+   rm ${D}/$(python_get_sitedir)/*.la || die
+   use sendto  { rm ${D}/usr/lib*/nautilus-sendto/plugins/*.la || die; 
}
 
-   python_need_rebuild
+   # Note: Python 3 support would need __pycache__ file removal too
+   use gconf || { rm 
${D}/$(python_get_sitedir)/${PN}/plugins/config/Gconf.py* || die; }
+   use policykit || { rm -rf ${D}/usr/share/polkit-1 || die; }
+   use pulseaudio || { rm 
${D}/$(python_get_sitedir)/${PN}/{main/Pulse*.py*,plugins/manager/Pulse*.py*} 
|| die; }
 }
 
 pkg_preinst() {
@@ -97,11 +90,9 @@
 }
 
 pkg_postinst() {
-   python_mod_optimize ${PN}
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   python_mod_cleanup ${PN}
gnome2_icon_cache_update
 }



1.21 net-wireless/blueman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/blueman/ChangeLog?rev=1.21view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in sys-boot/gummiboot: - New directory

2014-08-02 Thread Michal Gorny (mgorny)
mgorny  14/08/02 07:17:07

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-boot/gummiboot added to the repository



[gentoo-commits] gentoo-x86 commit in sys-boot/gummiboot: gummiboot-9999.ebuild gummiboot-45.ebuild metadata.xml ChangeLog

2014-08-02 Thread Michal Gorny (mgorny)
mgorny  14/08/02 07:54:54

  Added:gummiboot-.ebuild gummiboot-45.ebuild
metadata.xml ChangeLog
  Log:
  Introduce gummiboot, the EFI boot manager. Bug #426598. Thanks to Elias 
Probst and J. García for all the work.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  sys-boot/gummiboot/gummiboot-.ebuild

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

Index: gummiboot-.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-.ebuild,v 
1.1 2014/08/02 07:54:54 mgorny Exp $

EAPI=5

inherit autotools eutils linux-info git-r3

DESCRIPTION=Minimalistic UEFI bootloader
HOMEPAGE=http://freedesktop.org/wiki/Software/gummiboot/;
EGIT_REPO_URI=git://anongit.freedesktop.org/${PN}

LICENSE=LGPL-2.1+
SLOT=0
KEYWORDS=
IUSE=

RDEPEND=sys-apps/util-linux
DEPEND=${RDEPEND}
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
=sys-boot/gnu-efi-3.0s

pkg_pretend() {
# CONFIG_EFI_STUB  is required to boot a kernel with gummiboot
local CONFIG_CHECK=~EFI_STUB
check_extra_config
}

src_prepare() {
epatch_user
eautoreconf
}



1.1  sys-boot/gummiboot/gummiboot-45.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?rev=1.1content-type=text/plain

Index: gummiboot-45.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 1.1 
2014/08/02 07:54:54 mgorny Exp $

EAPI=5

inherit autotools eutils linux-info

DESCRIPTION=Minimalistic UEFI bootloader
HOMEPAGE=http://freedesktop.org/wiki/Software/gummiboot/;
SRC_URI=http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.gz;

LICENSE=LGPL-2.1+
SLOT=0
KEYWORDS=~amd64
IUSE=

RDEPEND=sys-apps/util-linux
DEPEND=${RDEPEND}
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
=sys-boot/gnu-efi-3.0s

pkg_pretend() {
# CONFIG_EFI_STUB  is required to boot a kernel with gummiboot
local CONFIG_CHECK=~EFI_STUB
check_extra_config
}

src_prepare() {
epatch_user
eautoreconf
}



1.1  sys-boot/gummiboot/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailmgo...@gentoo.org/email
nameMichał Górny/name
/maintainer
/pkgmetadata



1.1  sys-boot/gummiboot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for sys-boot/gummiboot
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.1 
2014/08/02 07:54:54 mgorny Exp $

*gummiboot- (02 Aug 2014)
*gummiboot-45 (02 Aug 2014)

  02 Aug 2014; Michał Górny mgo...@gentoo.org +gummiboot-45.ebuild,
  +gummiboot-.ebuild, +metadata.xml:
  Introduce gummiboot, the EFI boot manager. Bug #426598. Thanks to Elias Probst
  and J. García for all the work.






[gentoo-commits] gentoo-x86 commit in dev-python/astng: astng-0.24.3.ebuild ChangeLog

2014-08-03 Thread Michal Gorny (mgorny)
mgorny  14/08/03 10:20:38

  Modified: astng-0.24.3.ebuild ChangeLog
  Log:
  Fix the test phase to install modules as files rather than binary egg as 
required by the code.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.7  dev-python/astng/astng-0.24.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?r1=1.6r2=1.7

Index: astng-0.24.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- astng-0.24.3.ebuild 31 Mar 2014 20:58:36 -  1.6
+++ astng-0.24.3.ebuild 3 Aug 2014 10:20:37 -   1.7
@@ -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/astng/astng-0.24.3.ebuild,v 1.6 
2014/03/31 20:58:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v 1.7 
2014/08/03 10:20:37 mgorny Exp $
 
 EAPI=5
 
@@ -30,6 +30,8 @@
 
 python_test() {
distutils_install_for_testing
+   # test target needs unpacked test directories, doesn't like binary egg
+   esetup.py install_lib --install-dir=${TEST_DIR}/lib

#https://bitbucket.org/logilab/astroid/issue/1/test-suite-fails-in-0243-under-py32-pypy
# Make sure that the tests use correct modules.
cd ${TEST_DIR}/lib || die



1.75 dev-python/astng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   31 Mar 2014 20:58:36 -  1.74
+++ ChangeLog   3 Aug 2014 10:20:37 -   1.75
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/astng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.74 
2014/03/31 20:58:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.75 
2014/08/03 10:20:37 mgorny Exp $
+
+  03 Aug 2014; Michał Górny mgo...@gentoo.org astng-0.24.3.ebuild:
+  Fix the test phase to install modules as files rather than binary egg as
+  required by the code.
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org astng-0.24.3.ebuild:
   Add support for the new PyPy slotting.






[gentoo-commits] gentoo-x86 commit in dev-python/qscintilla-python: qscintilla-python-2.8.3.ebuild ChangeLog

2014-08-03 Thread Michal Gorny (mgorny)
mgorny  14/08/03 15:49:24

  Modified: qscintilla-python-2.8.3.ebuild ChangeLog
  Log:
  Enable Python 3.4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/qscintilla-python/qscintilla-python-2.8.3.ebuild

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

Index: qscintilla-python-2.8.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qscintilla-python-2.8.3.ebuild  18 Jul 2014 22:15:47 -  1.1
+++ qscintilla-python-2.8.3.ebuild  3 Aug 2014 15:49:24 -   1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.8.3.ebuild,v
 1.1 2014/07/18 22:15:47 pesa Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.8.3.ebuild,v
 1.2 2014/08/03 15:49:24 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit python-r1 qmake-utils
 



1.110dev-python/qscintilla-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   18 Jul 2014 22:15:47 -  1.109
+++ ChangeLog   3 Aug 2014 15:49:24 -   1.110
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/qscintilla-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 
1.109 2014/07/18 22:15:47 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 
1.110 2014/08/03 15:49:24 mgorny Exp $
+
+  03 Aug 2014; Michał Górny mgo...@gentoo.org qscintilla-python-2.8.3.ebuild:
+  Enable Python 3.4.
 
 *qscintilla-python-2.8.3 (18 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-5.4.0_rc1.ebuild ChangeLog

2014-08-03 Thread Michal Gorny (mgorny)
mgorny  14/08/03 15:55:28

  Modified: eric-5.4.0_rc1.ebuild ChangeLog
  Log:
  Enable Python 3.3  3.4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-util/eric/eric-5.4.0_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.4.0_rc1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.4.0_rc1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.4.0_rc1.ebuild?r1=1.1r2=1.2

Index: eric-5.4.0_rc1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.4.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eric-5.4.0_rc1.ebuild   27 Dec 2013 01:54:52 -  1.1
+++ eric-5.4.0_rc1.ebuild   3 Aug 2014 15:55:28 -   1.2
@@ -1,10 +1,10 @@
-# 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-util/eric/eric-5.4.0_rc1.ebuild,v 1.1 
2013/12/27 01:54:52 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.4.0_rc1.ebuild,v 1.2 
2014/08/03 15:55:28 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_2 )
+PYTHON_COMPAT=( python{3_2,3_3,3_4} )
 PYTHON_REQ_USE=sqlite,xml
 PLOCALES=cs de en es fr it ru tr zh_CN
 



1.209dev-util/eric/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/ChangeLog?rev=1.209view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/ChangeLog?rev=1.209content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/ChangeLog?r1=1.208r2=1.209

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog   27 Dec 2013 01:54:52 -  1.208
+++ ChangeLog   3 Aug 2014 15:55:28 -   1.209
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/eric
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.208 2013/12/27 
01:54:52 pesa Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.209 2014/08/03 
15:55:28 mgorny Exp $
+
+  03 Aug 2014; Michał Górny mgo...@gentoo.org eric-5.4.0_rc1.ebuild:
+  Enable Python 3.3  3.4.
 
 *eric-5.4.0_rc1 (27 Dec 2013)
 *eric-4.5.17 (27 Dec 2013)






[gentoo-commits] gentoo-x86 commit in virtual/libudev: libudev-215.ebuild ChangeLog

2014-08-04 Thread Michal Gorny (mgorny)
mgorny  14/08/04 06:58:41

  Modified: libudev-215.ebuild ChangeLog
  Log:
  Fix not installing anything with USE=systemd,static-libs. That combination 
should be forbidden via REQUIRED_USE.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  virtual/libudev/libudev-215.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/libudev-215.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/libudev-215.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/libudev-215.ebuild?r1=1.2r2=1.3

Index: libudev-215.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libudev/libudev-215.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libudev-215.ebuild  3 Aug 2014 13:07:42 -   1.2
+++ libudev-215.ebuild  4 Aug 2014 06:58:41 -   1.3
@@ -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/virtual/libudev/libudev-215.ebuild,v 1.2 
2014/08/03 13:07:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/libudev-215.ebuild,v 1.3 
2014/08/04 06:58:41 mgorny Exp $
 
 EAPI=5
 inherit multilib-build
@@ -20,8 +20,10 @@
=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?]
=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?] )
)
-   systemd? ( !static-libs? ( || (
+   systemd? ( || (
=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}]
=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP}]
-   =sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}] ) )
+   =sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}] )
)
+
+REQUIRED_USE=systemd? ( !static-libs )



1.10 virtual/libudev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Aug 2014 13:07:42 -   1.9
+++ ChangeLog   4 Aug 2014 06:58:41 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/libudev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.9 2014/08/03 
13:07:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.10 2014/08/04 
06:58:41 mgorny Exp $
+
+  04 Aug 2014; Michał Górny mgo...@gentoo.org libudev-215.ebuild:
+  Fix not installing anything with USE=systemd,static-libs. That combination
+  should be forbidden via REQUIRED_USE.
 
   03 Aug 2014; Samuli Suominen ssuomi...@gentoo.org libudev-215.ebuild:
   Help Portage make the right decision by introducing USE=systemd wrt 
#515230.






[gentoo-commits] gentoo-x86 commit in virtual/libgudev: libgudev-215.ebuild ChangeLog

2014-08-04 Thread Michal Gorny (mgorny)
mgorny  14/08/04 07:11:08

  Modified: libgudev-215.ebuild ChangeLog
  Log:
  Fix not installing anything with USE=systemd,static-libs. That combination 
should be forbidden via REQUIRED_USE.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  virtual/libgudev/libgudev-215.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215.ebuild?r1=1.2r2=1.3

Index: libgudev-215.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libgudev/libgudev-215.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgudev-215.ebuild 3 Aug 2014 13:12:27 -   1.2
+++ libgudev-215.ebuild 4 Aug 2014 07:11:08 -   1.3
@@ -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/virtual/libgudev/libgudev-215.ebuild,v 1.2 
2014/08/03 13:12:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/libgudev-215.ebuild,v 1.3 
2014/08/04 07:11:08 mgorny Exp $
 
 EAPI=5
 inherit multilib-build
@@ -20,8 +20,10 @@

=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?]

=sys-fs/eudev-1.5.3-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?]
 )
)
-   systemd? ( !static-libs? ( || (
+   systemd? ( || (

=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev,introspection?]

=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP},gudev,introspection?]
-   
=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},gudev,introspection?] ) )
+   
=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},gudev,introspection?] )
)
+
+REQUIRED_USE=systemd? ( !static-libs )



1.13 virtual/libgudev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   3 Aug 2014 13:12:27 -   1.12
+++ ChangeLog   4 Aug 2014 07:11:08 -   1.13
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/libgudev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.12 
2014/08/03 13:12:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.13 
2014/08/04 07:11:08 mgorny Exp $
+
+  04 Aug 2014; Michał Górny mgo...@gentoo.org libgudev-215.ebuild:
+  Fix not installing anything with USE=systemd,static-libs. That combination
+  should be forbidden via REQUIRED_USE.
 
   03 Aug 2014; Samuli Suominen ssuomi...@gentoo.org libgudev-215.ebuild:
   Help Portage make the right decision by introducing USE=systemd wrt 
#515230.






[gentoo-commits] gentoo-x86 commit in dev-libs/redland: redland-1.0.16.ebuild ChangeLog

2014-08-04 Thread Michal Gorny (mgorny)
mgorny  14/08/04 20:50:38

  Modified: redland-1.0.16.ebuild ChangeLog
  Log:
  Utilize db-use.eclass to obtain proper include path  library for berkdb. 
Bugs #519002 and #476376.
  
  (Portage version: 2.2.11_p4/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.14 dev-libs/redland/redland-1.0.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?r1=1.13r2=1.14

Index: redland-1.0.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- redland-1.0.16.ebuild   1 Aug 2014 05:16:41 -   1.13
+++ redland-1.0.16.ebuild   4 Aug 2014 20:50:38 -   1.14
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 
1.13 2014/08/01 05:16:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 
1.14 2014/08/04 20:50:38 mgorny Exp $
 
 EAPI=4
-inherit libtool
+inherit db-use libtool
 
 DESCRIPTION=High-level interface for the Resource Description Framework
 HOMEPAGE=http://librdf.org/;
@@ -37,11 +37,19 @@
local parser=expat
use xml  parser=libxml
 
-   local myconf=--without-virtuoso
+   local myconf=( --without-virtuoso )
if use iodbc; then
-   myconf=--with-virtuoso --with-iodbc --without-unixodbc
+   myconf=( --with-virtuoso --with-iodbc --without-unixodbc )
elif use odbc; then
-   myconf=--with-virtuoso --with-unixodbc --without-iodbc
+   myconf=( --with-virtuoso --with-unixodbc --without-iodbc )
+   fi
+
+   if use berkdb; then
+   myconf+=(
+   --with-bdb-include=$(db_includedir)
+   --with-bdb-lib=${EPREFIX}/usr/$(get_libdir)
+   --with-bdb-dbname=$(db_libname)
+   )
fi
 
# FIXME: upstream doesn't test with --with-threads and testsuite fails
@@ -54,7 +62,7 @@
$(use_with postgres postgresql) \
--without-threads \
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html \
-   ${myconf}
+   ${myconf[@]}
 }
 
 src_compile() {



1.122dev-libs/redland/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?rev=1.122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?rev=1.122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?r1=1.121r2=1.122

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   1 Aug 2014 05:16:41 -   1.121
+++ ChangeLog   4 Aug 2014 20:50:38 -   1.122
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/redland
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.121 
2014/08/01 05:16:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.122 
2014/08/04 20:50:38 mgorny Exp $
+
+  04 Aug 2014; Michał Górny mgo...@gentoo.org redland-1.0.16.ebuild:
+  Utilize db-use.eclass to obtain proper include path  library for berkdb. 
Bugs
+  #519002 and #476376.
 
   01 Aug 2014; Samuli Suominen ssuomi...@gentoo.org redland-1.0.16.ebuild:
   Punt unused USE=ssl and dev-libs/openssl dependency wrt #518706 by






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 07:57:48

  Modified: ChangeLog package.mask
  Log:
  Move nspr to the common multilib mask, and mask nss  baselibs before 
committing.

Revision  ChangesPath
1.9082   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9082view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9082content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9081r2=1.9082

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9081
retrieving revision 1.9082
diff -u -r1.9081 -r1.9082
--- ChangeLog   13 Jun 2014 19:15:54 -  1.9081
+++ ChangeLog   14 Jun 2014 07:57:47 -  1.9082
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9081 2014/06/13 
19:15:54 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9082 2014/06/14 
07:57:47 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  14 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Move nspr to the common multilib mask, and mask nss  baselibs before
+  committing.
+
   13 Jun 2014; Hanno Boeck ha...@gentoo.org package.mask:
   Restrict pymsn-t mask to old version without pillow fix.
 



1.15795  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15795view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15795content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15794r2=1.15795

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15794
retrieving revision 1.15795
diff -u -r1.15794 -r1.15795
--- package.mask13 Jun 2014 19:15:54 -  1.15794
+++ package.mask14 Jun 2014 07:57:47 -  1.15795
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15794 2014/06/13 
19:15:54 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15795 2014/06/14 
07:57:47 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,11 +30,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Ian Stakenvicius a...@gentoo.org (13 Jun 2014)
-# New multilib conversions. Will unmask after some testing and appropriate
-# de-integration from emul-linux-x86 packages
-=dev-libs/nspr-4.10.6-r1
-
 # Mike Gilbert flop...@gentoo.org (13 Jun 2014)
 # Masked due to security bug 499870.
 # Please migrate to net-misc/libreswan.
@@ -242,6 +237,9 @@
 =media-plugins/gst-plugins-xvid-0.10.23-r1:0.10
 =media-plugins/gst-plugins-xvideo-0.10.36-r1:0.10
 =app-emulation/emul-linux-x86-gstplugins-20140508-r1
+=dev-libs/nspr-4.10.6-r1
+=dev-libs/nss-3.16-r1
+=app-emulation/emul-linux-x86-baselibs-20140508-r10
 
 # Vladimir Smirnov ci...@gentoo.org (27 May 2014)
 # Masked for testing, will defenitely cause major breakage






[gentoo-commits] gentoo-x86 commit in dev-libs/nspr: nspr-4.10.6-r1.ebuild ChangeLog

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 07:57:58

  Modified: nspr-4.10.6-r1.ebuild ChangeLog
  Log:
  Add CHOST-prefixing to nspr-config. Clean up. Add 32-bit arches to the ${ABI} 
check.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-libs/nspr/nspr-4.10.6-r1.ebuild

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

Index: nspr-4.10.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nspr-4.10.6-r1.ebuild   13 Jun 2014 14:19:49 -  1.1
+++ nspr-4.10.6-r1.ebuild   14 Jun 2014 07:57:58 -  1.2
@@ -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-libs/nspr/nspr-4.10.6-r1.ebuild,v 1.1 
2014/06/13 14:19:49 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.6-r1.ebuild,v 1.2 
2014/06/14 07:57:58 mgorny Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.5
@@ -18,13 +18,18 @@
 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=debug
 
-RDEPEND=abi_x86_32? (
+RDEPEND=
+   abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
 
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/nspr-config
+)
+
 src_prepare() {
-   cd ${S}/nspr
+   cd ${S}/nspr || die
epatch ${FILESDIR}/${PN}-4.7.0-prtime.patch
epatch ${FILESDIR}/${PN}-4.7.1-solaris.patch
epatch ${FILESDIR}/${PN}-4.10.6-solaris.patch
@@ -53,17 +58,25 @@
 export CROSS_COMPILE=1 \
|| unset CROSS_COMPILE
 
-   local myconf
+   local myconf=()
+
+   # The configure has some fancy --enable-{{n,x}32,64bit} switches
+   # that trigger some code conditional to platform  arch. This really
+   # matters for the few common arches (x86, ppc) but we pass a little
+   # more of them to be future-proof.
+
# use ABI first, this will work for most cases
case ${ABI} in
-   x32) myconf+= --enable-x32;;
-   s390x|*64) myconf+= --enable-64bit;;
+   alpha|arm|hppa|m68k|o32|ppc|s390|sh|sparc|x86) ;;
+   n32) myconf+=( --enable-n32 );;
+   x32) myconf+=( --enable-x32 );;
+   s390x|*64) myconf+=( --enable-64bit );;
default) # no abi actually set, fall back to old check
einfo Running a short build test to determine 
64bit'ness
-   echo  ${T}/test.c
+   echo  ${T}/test.c || die
${CC} ${CFLAGS} ${CPPFLAGS} -c ${T}/test.c -o 
${T}/test.o || die
case $(file ${T}/test.o) in
-   *32-bit*x86-64*|*64-bit*|*ppc64*|*x86_64*) 
myconf+= --enable-64bit;;
+   *32-bit*x86-64*|*64-bit*|*ppc64*|*x86_64*) 
myconf+=( --enable-64bit );;
*32-bit*|*ppc*|*i386*) ;;
*) die Failed to detect whether your arch is 
64bits or 32bits, disable distcc if you're using it, please;;
esac ;;
@@ -77,7 +90,7 @@
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_enable debug) \
$(use_enable !debug optimize) \
-   ${myconf}
+   ${myconf[@]}
 }
 
 multilib_src_install() {
@@ -89,7 +102,6 @@
rm -f ${ED}/usr/$(get_libdir)/*.a || die failed to remove static 
libraries.
 
# install nspr-config
-   is_final_abi  \
dobin config/nspr-config
 
# Remove stupid files in /usr/bin



1.266dev-libs/nspr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.266view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.266content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?r1=1.265r2=1.266

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog   14 Jun 2014 01:34:21 -  1.265
+++ ChangeLog   14 Jun 2014 07:57:58 -  1.266
@@ 

[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-1.2.6-r1.ebuild ChangeLog

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 08:09:19

  Modified: ChangeLog
  Added:ffmpeg-1.2.6-r1.ebuild
  Log:
  Backport the multilib support to the version having wider keywords, pointed 
out by Arfrever.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.750media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.750view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.750content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.749r2=1.750

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.749
retrieving revision 1.750
diff -u -r1.749 -r1.750
--- ChangeLog   14 Jun 2014 02:46:27 -  1.749
+++ ChangeLog   14 Jun 2014 08:09:19 -  1.750
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.749 
2014/06/14 02:46:27 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.750 
2014/06/14 08:09:19 mgorny Exp $
+
+*ffmpeg-1.2.6-r1 (14 Jun 2014)
+
+  14 Jun 2014; Michał Górny mgo...@gentoo.org +ffmpeg-1.2.6-r1.ebuild:
+  Backport the multilib support to the version having wider keywords, pointed
+  out by Arfrever.
 
   14 Jun 2014; Mike Gilbert flop...@gentoo.org ffmpeg-2.2.3-r1.ebuild:
   Add ~x86 keyword, tested by Arfrever.



1.1  media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild?rev=1.1content-type=text/plain

Index: ffmpeg-1.2.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild,v 
1.1 2014/06/14 08:09:19 mgorny Exp $

EAPI=4

SCM=
if [ ${PV#} != ${PV} ] ; then
SCM=git-2
EGIT_REPO_URI=git://source.ffmpeg.org/ffmpeg.git
fi

inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}

DESCRIPTION=Complete solution to record, convert and stream audio and video. 
Includes libavcodec.
HOMEPAGE=http://ffmpeg.org/;
if [ ${PV#} != ${PV} ] ; then
SRC_URI=
elif [ ${PV%_p*} != ${PV} ] ; then # Snapshot
SRC_URI=mirror://gentoo/${P}.tar.bz2
else # Release
SRC_URI=http://ffmpeg.org/releases/${P/_/-}.tar.bz2;
fi
FFMPEG_REVISION=${PV#*_p}

LICENSE=GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )
SLOT=0
if [ ${PV#} = ${PV} ] ; then
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
fi
IUSE=
aac aacplus alsa amr bindist bluray +bzip2 cdio celt
cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k libass
libcaca libsoxr libv4l modplug mp3 +network openal openssl opus oss pic
pulseaudio rtmp schroedinger sdl speex static-libs test theora threads
truetype twolame v4l vaapi vdpau vorbis vpx X x264 xvid +zlib


# String for CPU features in the useflag[:configure_option] form
# if :configure_option isn't set, it will use 'useflag' as configure option
CPU_FEATURES=3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext ssse3 
vis neon

for i in ${CPU_FEATURES}; do
IUSE=${IUSE} ${i%:*}
done

FFTOOLS=aviocat cws2fws ffescape ffeval fourcc2pixfmt graph2dot ismindex 
pktdumper qt-faststart trasher

for i in ${FFTOOLS}; do
IUSE=${IUSE} +fftools_$i
done

RDEPEND=
alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
amr? ( media-libs/opencore-amr[${MULTILIB_USEDEP}] )
bluray? ( media-libs/libbluray[${MULTILIB_USEDEP}] )
bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
cdio? (
|| (
dev-libs/libcdio-paranoia[${MULTILIB_USEDEP}]
dev-libs/libcdio-0.90[-minimal,${MULTILIB_USEDEP}]
)
)
celt? ( =media-libs/celt-0.11.1[${MULTILIB_USEDEP}] )
encode? (
aac? ( media-libs/vo-aacenc[${MULTILIB_USEDEP}] )
aacplus? ( media-libs/libaacplus[${MULTILIB_USEDEP}] )
amr? ( media-libs/vo-amrwbenc[${MULTILIB_USEDEP}] )
faac? ( media-libs/faac[${MULTILIB_USEDEP}] )
fdk? ( media-libs/fdk-aac[${MULTILIB_USEDEP}] )
mp3? ( 

[gentoo-commits] gentoo-x86 commit in dev-libs/nspr: nspr-4.10.6-r1.ebuild ChangeLog

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 08:23:05

  Modified: nspr-4.10.6-r1.ebuild ChangeLog
  Log:
  Copy the x32 fallback check from dev-libs/nss::mozilla.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-libs/nspr/nspr-4.10.6-r1.ebuild

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

Index: nspr-4.10.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nspr-4.10.6-r1.ebuild   14 Jun 2014 07:57:58 -  1.2
+++ nspr-4.10.6-r1.ebuild   14 Jun 2014 08:23:05 -  1.3
@@ -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-libs/nspr/nspr-4.10.6-r1.ebuild,v 1.2 
2014/06/14 07:57:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.10.6-r1.ebuild,v 1.3 
2014/06/14 08:23:05 mgorny Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.5
@@ -76,7 +76,8 @@
echo  ${T}/test.c || die
${CC} ${CFLAGS} ${CPPFLAGS} -c ${T}/test.c -o 
${T}/test.o || die
case $(file ${T}/test.o) in
-   *32-bit*x86-64*|*64-bit*|*ppc64*|*x86_64*) 
myconf+=( --enable-64bit );;
+   *32-bit*x86-64*) myconf+=( --enable-x32 );;
+   *64-bit*|*ppc64*|*x86_64*) myconf+=( 
--enable-64bit );;
*32-bit*|*ppc*|*i386*) ;;
*) die Failed to detect whether your arch is 
64bits or 32bits, disable distcc if you're using it, please;;
esac ;;



1.267dev-libs/nspr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.267view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?rev=1.267content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nspr/ChangeLog?r1=1.266r2=1.267

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog   14 Jun 2014 07:57:58 -  1.266
+++ ChangeLog   14 Jun 2014 08:23:05 -  1.267
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/nspr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.266 2014/06/14 
07:57:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.267 2014/06/14 
08:23:05 mgorny Exp $
+
+  14 Jun 2014; Michał Górny mgo...@gentoo.org nspr-4.10.6-r1.ebuild:
+  Copy the x32 fallback check from dev-libs/nss::mozilla.
 
   14 Jun 2014; Michał Górny mgo...@gentoo.org nspr-4.10.6-r1.ebuild:
   Add CHOST-prefixing to nspr-config. Clean up. Add 32-bit arches to the ${ABI}






[gentoo-commits] gentoo-x86 commit in dev-libs/nss: nss-3.16-r1.ebuild ChangeLog

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 08:27:39

  Modified: ChangeLog
  Added:nss-3.16-r1.ebuild
  Log:
  Import the multilib support from ::mozilla. Clean up a bit and copy the 
simplified bit-ness check from dev-libs/nspr.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.362dev-libs/nss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.362view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.362content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?r1=1.361r2=1.362

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- ChangeLog   31 Mar 2014 17:11:39 -  1.361
+++ ChangeLog   14 Jun 2014 08:27:39 -  1.362
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/nss
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.361 2014/03/31 
17:11:39 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.362 2014/06/14 
08:27:39 mgorny Exp $
+
+*nss-3.16-r1 (14 Jun 2014)
+
+  14 Jun 2014; Michał Górny mgo...@gentoo.org +nss-3.16-r1.ebuild:
+  Import the multilib support from ::mozilla. Clean up a bit and copy the
+  simplified bit-ness check from dev-libs/nspr.
 
   31 Mar 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org nss-3.16.ebuild:
   upstream integration of x32 patch changed case on variable, fixed ebuild to



1.1  dev-libs/nss/nss-3.16-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/nss-3.16-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/nss-3.16-r1.ebuild?rev=1.1content-type=text/plain

Index: nss-3.16-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.16-r1.ebuild,v 1.1 
2014/06/14 08:27:39 mgorny Exp $

EAPI=5
inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal

NSPR_VER=4.10
RTM_NAME=NSS_${PV//./_}_RTM
# Rev of https://git.fedorahosted.org/cgit/nss-pem.git
PEM_GIT_REV=3ade37c5c4ca5a6094e3f4b2e4591405db1867dd
PEM_P=${PN}-pem-${PEM_GIT_REV}

DESCRIPTION=Mozilla's Network Security Services library that implements PKI 
support
HOMEPAGE=http://www.mozilla.org/projects/security/pki/nss/;
SRC_URI=ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
cacert? ( 
http://dev.gentoo.org/~anarchy/patches/${PN}-3.14.1-add_spi+cacerts_ca_certs.patch
 )
nss-pem? ( 
https://git.fedorahosted.org/cgit/nss-pem.git/snapshot/${PEM_P}.tar.bz2 )

LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=+cacert +nss-pem utils

DEPEND=virtual/pkgconfig[${MULTILIB_USEDEP}]
=dev-libs/nspr-${NSPR_VER}
RDEPEND==dev-libs/nspr-${NSPR_VER}
=dev-db/sqlite-3.5[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

RESTRICT=test

S=${WORKDIR}/${P}/${PN}

MULTILIB_CHOST_TOOLS=(
/usr/bin/nss-config
)

src_unpack() {
unpack ${A}
if use nss-pem ; then
mv ${PEM_P}/nss/lib/ckfw/pem/ ${S}/lib/ckfw/ || die
fi
}

src_prepare() {
# Custom changes for gentoo
epatch ${FILESDIR}/${PN}-3.15-gentoo-fixups.patch
epatch ${FILESDIR}/${PN}-3.15-gentoo-fixup-warnings.patch
use cacert  epatch 
${DISTDIR}/${PN}-3.14.1-add_spi+cacerts_ca_certs.patch
use nss-pem  epatch ${FILESDIR}/${PN}-3.15.4-enable-pem.patch
epatch ${FILESDIR}/nss-3.14.2-solaris-gcc.patch

pushd coreconf /dev/null || die
# hack nspr paths
echo 'INCLUDES += -I$(DIST)/include/dbm' \
 headers.mk || die failed to append include

# modify install path
sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = 
$(CORE_DEPTH)/dist:' \
-i source.mk || die

# Respect LDFLAGS
sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk
popd /dev/null || die

# Fix pkgconfig file for Prefix
sed -i -e /^PREFIX =/s:= /usr:= ${EPREFIX}/usr: \
config/Makefile || die

# use host shlibsign if need be #436216
if tc-is-cross-compiler ; then
 

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs/files: remove-native-20140508-r10

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 08:49:48

  Added:remove-native-20140508-r10
  Log:
  Add multilib nspr  nss.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
app-emulation/emul-linux-x86-baselibs/files/remove-native-20140508-r10

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/files/remove-native-20140508-r10?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/files/remove-native-20140508-r10?rev=1.1content-type=text/plain

Index: remove-native-20140508-r10
===
lib32/libz.so.1
lib32/libz.so.1.2.8
usr/lib32/libz.so
usr/lib32/pkgconfig/zlib.pc
usr/lib32/libminizip.so
usr/lib32/libminizip.so.1
usr/lib32/libminizip.so.1.0.0
usr/lib32/pkgconfig/minizip.pc
lib32/libbz2.so.1
lib32/libbz2.so.1.0
lib32/libbz2.so.1.0.6
usr/lib32/libbz2.so
usr/lib32/libpng.so
usr/lib32/libpng16.so
usr/lib32/libpng16.so.16
usr/lib32/libpng16.so.16.10.0
usr/lib32/pkgconfig/libpng.pc
usr/lib32/pkgconfig/libpng16.pc
usr/lib32/libudis86.so
usr/lib32/libudis86.so.0
usr/lib32/libudis86.so.0.0.0
usr/lib32/libffi-3.0.13/include/ffi.h
usr/lib32/libffi-3.0.13/include/ffitarget.h
usr/lib32/libffi.so
usr/lib32/libffi.so.6
usr/lib32/libffi.so.6.0.1
usr/lib32/pkgconfig/libffi.pc
usr/lib32/LLVMHello.so
usr/lib32/libLLVM-3.3.so
usr/lib32/libLTO.so
usr/lib32/libprofile_rt.so
usr/lib32/libpng12.so.0
usr/lib32/libraw1394.so
usr/lib32/libraw1394.so.11
usr/lib32/libraw1394.so.11.1.0
usr/lib32/pkgconfig/libraw1394.pc
usr/lib32/libavc1394.so
usr/lib32/libavc1394.so.0
usr/lib32/libavc1394.so.0.3.0
usr/lib32/pkgconfig/libavc1394.pc
usr/lib32/librom1394.so
usr/lib32/librom1394.so.0
usr/lib32/librom1394.so.0.3.0
usr/lib32/libjpeg.so
usr/lib32/libturbojpeg.so
usr/lib32/libturbojpeg.so.0
usr/lib32/libturbojpeg.so.0.0.0
usr/lib32/libjpeg.so.62
usr/lib32/libexpat.so
usr/lib32/libexpat.so.1
usr/lib32/libexpat.so.1.6.0
usr/lib32/libexpatu.so
usr/lib32/libexpatu.so.1
usr/lib32/libexpatu.so.1.6.0
usr/lib32/libexpatw.so
usr/lib32/libexpatw.so.1
usr/lib32/libexpatw.so.1.6.0
usr/lib32/pkgconfig/expat.pc
usr/lib32/pkgconfig/expatu.pc
usr/lib32/pkgconfig/expatw.pc
lib32/libusb-0.1.so.4
lib32/libusb-0.1.so.4.4.4
usr/lib32/libusb-1.0.so
lib32/libusb-1.0.so.0
lib32/libusb-1.0.so.0.1.0
usr/lib32/libusb.so
usr/lib32/pkgconfig/libusb-1.0.pc
usr/lib32/pkgconfig/libusb.pc
lib32/libudev.so.1
lib32/libudev.so.1.4.0
usr/lib32/libudev.so
usr/lib32/pkgconfig/libudev.pc
usr/lib32/libjpeg.so.62.1.0
usr/lib32/libtiff.so
usr/lib32/libtiff.so.5
usr/lib32/libtiff.so.5.2.0
usr/lib32/libtiffxx.so
usr/lib32/libtiffxx.so.5
usr/lib32/libtiffxx.so.5.2.0
usr/lib32/pkgconfig/libtiff-4.pc
lib32/libattr.so.1
lib32/libattr.so.1.1.0
usr/lib32/libattr.so
usr/lib32/glib-2.0/include/glibconfig.h
usr/lib32/libglib-2.0.so
usr/lib32/libglib-2.0.so.0
usr/lib32/libglib-2.0.so.0.3800.2
usr/lib32/pkgconfig/glib-2.0.pc
usr/lib32/libgmodule-2.0.so
usr/lib32/libgmodule-2.0.so.0
usr/lib32/libgmodule-2.0.so.0.3800.2
usr/lib32/pkgconfig/gmodule-2.0.pc
usr/lib32/libgio-2.0.so
usr/lib32/libgio-2.0.so.0
usr/lib32/libgio-2.0.so.0.3800.2
usr/lib32/pkgconfig/gio-2.0.pc
usr/lib32/libgobject-2.0.so
usr/lib32/libgobject-2.0.so.0
usr/lib32/libgobject-2.0.so.0.3800.2
usr/lib32/pkgconfig/gobject-2.0.pc
usr/lib32/libgthread-2.0.so
usr/lib32/libgthread-2.0.so.0
usr/lib32/libgthread-2.0.so.0.3800.2
usr/lib32/pkgconfig/gthread-2.0.pc
usr/lib32/pkgconfig/gio-unix-2.0.pc
usr/lib32/pkgconfig/gmodule-export-2.0.pc
usr/lib32/pkgconfig/gmodule-no-export-2.0.pc
usr/lib32/liblcms2.so
usr/lib32/liblcms2.so.2
usr/lib32/liblcms2.so.2.0.5
usr/lib32/pkgconfig/lcms2.pc
usr/lib32/libpaper.so
usr/lib32/libpaper.so.1
usr/lib32/libpaper.so.1.1.2
usr/lib32/libtiff.so.3
usr/lib32/libtiff.so.4
usr/lib32/libtiffxx.so.3
usr/lib32/libtiffxx.so.4
usr/lib32/elfutils/libebl_aarch64-0.158.so
usr/lib32/elfutils/libebl_aarch64.so
usr/lib32/elfutils/libebl_alpha-0.158.so
usr/lib32/elfutils/libebl_alpha.so
usr/lib32/elfutils/libebl_arm-0.158.so
usr/lib32/elfutils/libebl_arm.so
usr/lib32/elfutils/libebl_i386-0.158.so
usr/lib32/elfutils/libebl_i386.so
usr/lib32/elfutils/libebl_ia64-0.158.so
usr/lib32/elfutils/libebl_ia64.so
usr/lib32/elfutils/libebl_ppc-0.158.so
usr/lib32/elfutils/libebl_ppc.so
usr/lib32/elfutils/libebl_ppc64-0.158.so
usr/lib32/elfutils/libebl_ppc64.so
usr/lib32/elfutils/libebl_s390-0.158.so
usr/lib32/elfutils/libebl_s390.so
usr/lib32/elfutils/libebl_sh-0.158.so
usr/lib32/elfutils/libebl_sh.so
usr/lib32/elfutils/libebl_sparc-0.158.so
usr/lib32/elfutils/libebl_sparc.so
usr/lib32/elfutils/libebl_tilegx-0.158.so
usr/lib32/elfutils/libebl_tilegx.so
usr/lib32/elfutils/libebl_x86_64-0.158.so
usr/lib32/elfutils/libebl_x86_64.so
usr/lib32/libelf-0.158.so
usr/lib32/libelf.so
usr/lib32/libelf.so.1
usr/lib32/libasm-0.158.so
usr/lib32/libasm.so
usr/lib32/libasm.so.1
usr/lib32/libdw-0.158.so

[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: emul-linux-x86-baselibs-20140508-r10.ebuild ChangeLog

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 08:49:48

  Modified: ChangeLog
  Added:emul-linux-x86-baselibs-20140508-r10.ebuild
  Log:
  Add multilib nspr  nss.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.221app-emulation/emul-linux-x86-baselibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.221view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.221content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?r1=1.220r2=1.221

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog   8 Jun 2014 12:55:52 -   1.220
+++ ChangeLog   14 Jun 2014 08:49:48 -  1.221
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/emul-linux-x86-baselibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.220 
2014/06/08 12:55:52 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.221 
2014/06/14 08:49:48 mgorny Exp $
+
+*emul-linux-x86-baselibs-20140508-r10 (14 Jun 2014)
+
+  14 Jun 2014; Michał Górny mgo...@gentoo.org
+  +emul-linux-x86-baselibs-20140508-r10.ebuild,
+  +files/remove-native-20140508-r10:
+  Add multilib nspr  nss.
 
 *emul-linux-x86-baselibs-20140508-r9 (08 Jun 2014)
 



1.1  
app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild?rev=1.1content-type=text/plain

Index: emul-linux-x86-baselibs-20140508-r10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild,v
 1.1 2014/06/14 08:49:48 mgorny Exp $

EAPI=5
inherit emul-linux-x86

LICENSE=Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT
public-domain LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP
Sleepycat UoI-NCSA ZLIB openafs-krb5-a HPND ISC RSA IJG libmng libtiff
openssl tcp_wrappers_license

KEYWORDS=-* ~amd64
IUSE=abi_x86_32

DEPEND=
RDEPEND=!app-emulation/emul-linux-x86-medialibs-10.2
!abi_x86_32? (
!=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)]
)
abi_x86_32? (
=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
=media-libs/libpng-1.5.16-r1:0[abi_x86_32(-)]
=dev-libs/udis86-1.7-r2[abi_x86_32(-)]
=virtual/libffi-3.0.13-r1[abi_x86_32(-)]
=sys-devel/llvm-3.3-r1[abi_x86_32(-)]
=media-libs/libpng-1.2.50-r1:1.2[abi_x86_32(-)]
virtual/jpeg:62[abi_x86_32(-)]
=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)]
=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)]
=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
=virtual/libusb-0-r1:0[abi_x86_32(-)]
=virtual/libusb-1-r1:1[abi_x86_32(-)]
|| (
=virtual/udev-206-r1[abi_x86_32(-)]
~virtual/udev-204[abi_x86_32(-)] )
=media-libs/tiff-4.0.3-r5:0[abi_x86_32(-)]
=sys-apps/attr-2.4.47-r1[abi_x86_32(-)]
=dev-libs/glib-2.36.3-r2:2[abi_x86_32(-)]
=media-libs/lcms-2.5-r1:2[abi_x86_32(-)]
=app-text/libpaper-1.1.24-r2[abi_x86_32(-)]
=media-libs/tiff-3.9.7-r1:3[abi_x86_32(-)]
|| (
=dev-libs/elfutils-0.155-r1[abi_x86_32(-)]
=dev-libs/libelf-0.8.13-r2[abi_x86_32(-)]
)
=sys-libs/e2fsprogs-libs-1.42.7-r1[abi_x86_32(-)]
=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]
=sys-libs/gpm-1.20.7-r2[abi_x86_32(-)]
=dev-libs/gmp-5.1.3-r1[abi_x86_32(-)]
=dev-libs/libpcre-8.33-r1[abi_x86_32(-)]
=sys-apps/dbus-1.6.18-r1[abi_x86_32(-)]
=sys-apps/tcp-wrappers-7.6.22-r1[abi_x86_32(-)]
=sys-libs/gdbm-1.10-r1[abi_x86_32(-)]

[gentoo-commits] gentoo-x86 commit in dev-libs/nss: nss-3.16-r1.ebuild ChangeLog

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 16:01:04

  Modified: nss-3.16-r1.ebuild ChangeLog
  Log:
  Add missing MULTILIB_USEDEP on nspr, noticed by _AxS_.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-libs/nss/nss-3.16-r1.ebuild

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

Index: nss-3.16-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.16-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nss-3.16-r1.ebuild  14 Jun 2014 08:27:39 -  1.1
+++ nss-3.16-r1.ebuild  14 Jun 2014 16:01:04 -  1.2
@@ -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-libs/nss/nss-3.16-r1.ebuild,v 1.1 
2014/06/14 08:27:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.16-r1.ebuild,v 1.2 
2014/06/14 16:01:04 mgorny Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
@@ -23,8 +23,8 @@
 IUSE=+cacert +nss-pem utils
 
 DEPEND=virtual/pkgconfig[${MULTILIB_USEDEP}]
-   =dev-libs/nspr-${NSPR_VER}
-RDEPEND==dev-libs/nspr-${NSPR_VER}
+   =dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
+RDEPEND==dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
=dev-db/sqlite-3.5[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
abi_x86_32? (



1.363dev-libs/nss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.363view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?rev=1.363content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nss/ChangeLog?r1=1.362r2=1.363

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -r1.362 -r1.363
--- ChangeLog   14 Jun 2014 08:27:39 -  1.362
+++ ChangeLog   14 Jun 2014 16:01:04 -  1.363
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/nss
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.362 2014/06/14 
08:27:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.363 2014/06/14 
16:01:04 mgorny Exp $
+
+  14 Jun 2014; Michał Górny mgo...@gentoo.org nss-3.16-r1.ebuild:
+  Add missing MULTILIB_USEDEP on nspr, noticed by _AxS_.
 
 *nss-3.16-r1 (14 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.4.1-r2.ebuild ChangeLog llvm-3.4.1-r1.ebuild llvm-3.4-r2.ebuild

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 18:49:46

  Modified: ChangeLog
  Added:llvm-3.4.1-r2.ebuild
  Removed:  llvm-3.4.1-r1.ebuild llvm-3.4-r2.ebuild
  Log:
  Fix fixing LLVMgold.so plugin path for GNU linker, bug #508838.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.199sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.199view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.199content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.198r2=1.199

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog   11 Jun 2014 07:49:45 -  1.198
+++ ChangeLog   14 Jun 2014 18:49:46 -  1.199
@@ -1,6 +1,13 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.198 2014/06/11 
07:49:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.199 2014/06/14 
18:49:46 mgorny Exp $
+
+*llvm-3.4.1-r2 (14 Jun 2014)
+
+  14 Jun 2014; Michał Górny mgo...@gentoo.org +llvm-3.4.1-r2.ebuild,
+  -llvm-3.4-r2.ebuild, -llvm-3.4.1-r1.ebuild,
+  files/clang-3.4-gentoo-install.patch:
+  Fix fixing LLVMgold.so plugin path for GNU linker, bug #508838.
 
   11 Jun 2014; Michał Górny mgo...@gentoo.org
   +files/llvm-3.4-cmake-configparser.patch, llvm-3.4-r2.ebuild,



1.1  sys-devel/llvm/llvm-3.4.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.1-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.1-r2.ebuild?rev=1.1content-type=text/plain

Index: llvm-3.4.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1-r2.ebuild,v 1.1 
2014/06/14 18:49:46 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )
# this causes some issues so make it optional for now.
# 3.5 will have CMakeFiles support in autotools.
WANT_CMAKE=cmake

inherit cmake-utils eutils flag-o-matic multibuild multilib \
multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs

DESCRIPTION=Low Level Virtual Machine
HOMEPAGE=http://llvm.org/;
SRC_URI=http://llvm.org/releases/${PV}/${P}.src.tar.gz
clang? ( http://llvm.org/releases/${PV}/compiler-rt-3.4.src.tar.gz
http://llvm.org/releases/${PV}/cfe-${PV}.src.tar.gz
http://llvm.org/releases/${PV}/clang-tools-extra-3.4.src.tar.gz 
)
!doc? ( http://dev.gentoo.org/~mgorny/dist/${PN}-3.4-manpages.tar.bz2 )

LICENSE=UoI-NCSA
SLOT=0/3.4
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
IUSE=clang debug doc gold +libffi multitarget ncurses ocaml python
+static-analyzer test udis86 xml video_cards_radeon
kernel_Darwin kernel_FreeBSD

COMMON_DEPEND=
sys-libs/zlib:0=
clang? (
python? ( ${PYTHON_DEPS} )
static-analyzer? (
dev-lang/perl:*
${PYTHON_DEPS}
)
xml? ( dev-libs/libxml2:2= )
)
gold? ( =sys-devel/binutils-2.22:*[cxx] )
libffi? ( virtual/libffi:0=[${MULTILIB_USEDEP}] )
ncurses? ( sys-libs/ncurses:5=[${MULTILIB_USEDEP}] )
ocaml? ( dev-lang/ocaml:0= )
udis86? ( dev-libs/udis86:0=[pic(+),${MULTILIB_USEDEP}] )
DEPEND=${COMMON_DEPEND}
dev-lang/perl
=sys-devel/make-3.81
=sys-devel/flex-2.5.4
=sys-devel/bison-1.875d
|| ( =sys-devel/gcc-3.0 =sys-devel/gcc-apple-4.2.1
( =sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
)
|| ( =sys-devel/binutils-2.18 =sys-devel/binutils-apple-3.2.3 )
clang? ( xml? ( virtual/pkgconfig ) )
doc? ( dev-python/sphinx )
libffi? ( virtual/pkgconfig )
${PYTHON_DEPS}
RDEPEND=${COMMON_DEPEND}
clang? ( !=sys-devel/clang-3.4-r99
!=sys-devel/clang- )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20130224-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
PDEPEND=clang? ( =sys-devel/clang-${PV}-r100 )

# pypy gives me around 1700 unresolved tests due to open file limit
# being exceeded. probably GC does not close them fast enough.
REQUIRED_USE=${PYTHON_REQUIRED_USE}
test? ( || ( $(python_gen_useflags 'python*') ) 

[gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: clang-3.4-gentoo-install.patch

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 18:49:46

  Modified: clang-3.4-gentoo-install.patch
  Log:
  Fix fixing LLVMgold.so plugin path for GNU linker, bug #508838.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  sys-devel/llvm/files/clang-3.4-gentoo-install.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/clang-3.4-gentoo-install.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/clang-3.4-gentoo-install.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/clang-3.4-gentoo-install.patch?r1=1.1r2=1.2

Index: clang-3.4-gentoo-install.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-devel/llvm/files/clang-3.4-gentoo-install.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clang-3.4-gentoo-install.patch  30 Nov 2013 10:33:58 -  1.1
+++ clang-3.4-gentoo-install.patch  14 Jun 2014 18:49:46 -  1.2
@@ -1,19 +1,19 @@
-From 1a539a8868070e49966c6b5f5e4b9f1257acd7dc Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= gen...@mgorny.alt.pl
-Date: Fri, 19 Jul 2013 10:23:57 +0200
-Subject: [PATCH] clang gentoo install
+From a12fc090b3b43fe25c7de50c09782611e3834aeb Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= mgo...@gentoo.org
+Date: Sat, 14 Jun 2014 19:35:33 +0200
+Subject: [PATCH] clang gentoo fixes
 
 ---
- tools/clang/lib/Driver/Tools.cpp| 4 ++--
+ tools/clang/lib/Driver/Tools.cpp| 6 +++---
  tools/clang/tools/scan-build/scan-build | 4 ++--
  tools/clang/tools/scan-view/scan-view   | 2 +-
- 3 files changed, 5 insertions(+), 5 deletions(-)
+ 3 files changed, 6 insertions(+), 6 deletions(-)
 
 diff --git a/tools/clang/lib/Driver/Tools.cpp 
b/tools/clang/lib/Driver/Tools.cpp
-index e014980..6e60513 100644
+index b013eb5..dbbcacb 100644
 --- a/tools/clang/lib/Driver/Tools.cpp
 +++ b/tools/clang/lib/Driver/Tools.cpp
-@@ -219,7 +219,7 @@ static void addProfileRT(const ToolChain TC, const 
ArgList Args,
+@@ -222,7 +222,7 @@ static void addProfileRT(const ToolChain TC, const 
ArgList Args,
// libprofile_rt.so. We used to use the -l:libprofile_rt.a syntax, but that 
is
// not supported by old linkers.
std::string ProfileRT =
@@ -22,9 +22,18 @@
  
CmdArgs.push_back(Args.MakeArgString(ProfileRT));
  }
-@@ -6177,7 +6177,7 @@ void gnutools::Link::ConstructJob(Compilation C, const 
JobAction JA,
+@@ -5911,7 +5911,7 @@ void freebsd::Link::ConstructJob(Compilation C, const 
JobAction JA,
// forward.
-   if (D.IsUsingLTO(Args) || Args.hasArg(options::OPT_use_gold_plugin)) {
+   if (D.IsUsingLTO(Args)) {
+ CmdArgs.push_back(-plugin);
+-std::string Plugin = ToolChain.getDriver().Dir + /../lib/LLVMgold.so;
++std::string Plugin = ToolChain.getDriver().Dir + 
/../@libdir@/LLVMgold.so;
+ CmdArgs.push_back(Args.MakeArgString(Plugin));
+ 
+ // Try to pass driver level flags relevant to LTO code generation down to
+@@ -6534,7 +6534,7 @@ void gnutools::Link::ConstructJob(Compilation C, const 
JobAction JA,
+   // forward.
+   if (D.IsUsingLTO(Args)) {
  CmdArgs.push_back(-plugin);
 -std::string Plugin = ToolChain.getDriver().Dir + /../lib/LLVMgold.so;
 +std::string Plugin = ToolChain.getDriver().Dir + 
/../@libdir@/LLVMgold.so;
@@ -32,10 +41,10 @@
  
  // Try to pass driver level flags relevant to LTO code generation down to
 diff --git a/tools/clang/tools/scan-build/scan-build 
b/tools/clang/tools/scan-build/scan-build
-index 22d5289..dcb4822 100755
+index 0f119f6..58f78d9 100755
 --- a/tools/clang/tools/scan-build/scan-build
 +++ b/tools/clang/tools/scan-build/scan-build
-@@ -410,7 +410,7 @@ sub CopyFiles {
+@@ -419,7 +419,7 @@ sub CopyFiles {
  
my $Dir = shift;
  
@@ -44,7 +53,7 @@

DieDiag(Cannot find 'sorttable.js'.\n)
  if (! -r $JS);  
-@@ -420,7 +420,7 @@ sub CopyFiles {
+@@ -429,7 +429,7 @@ sub CopyFiles {
DieDiag(Could not copy 'sorttable.js' to '$Dir'.\n)
  if (! -r $Dir/sorttable.js);
  
@@ -67,5 +76,5 @@
  print 'Starting scan-view at: http://%s:%d'%(options.host,
   port)
 -- 
-1.8.3.2
+2.0.0
 






[gentoo-commits] gentoo-x86 commit in sys-devel/clang: ChangeLog clang-3.4-r100.ebuild

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 21:27:40

  Modified: ChangeLog
  Removed:  clang-3.4-r100.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.109sys-devel/clang/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.109view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.109content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.108r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   6 Jun 2014 12:41:45 -   1.108
+++ ChangeLog   14 Jun 2014 21:27:40 -  1.109
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/clang
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.108 
2014/06/06 12:41:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.109 
2014/06/14 21:27:40 mgorny Exp $
+
+  14 Jun 2014; Michał Górny mgo...@gentoo.org -clang-3.4-r100.ebuild:
+  Drop old.
 
   06 Jun 2014; Jeroen Roovers j...@gentoo.org clang-3.0-r4.ebuild:
   Spelling (bug #512552).






[gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.9-r1.ebuild ChangeLog

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 21:45:52

  Modified: ChangeLog
  Added:axtls-1.4.9-r1.ebuild
  Log:
  Enable multilib support, needed for net-misc/curl.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.27 net-libs/axtls/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   3 Mar 2013 09:29:54 -   1.26
+++ ChangeLog   14 Jun 2014 21:45:52 -  1.27
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/axtls
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.26 2013/03/03 
09:29:54 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.27 2014/06/14 
21:45:52 mgorny Exp $
+
+*axtls-1.4.9-r1 (14 Jun 2014)
+
+  14 Jun 2014; Michał Górny mgo...@gentoo.org +axtls-1.4.9-r1.ebuild,
+  +files/explicit-libdir-r1.patch:
+  Enable multilib support, needed for net-misc/curl.
 
   03 Mar 2013; Mike Frysinger vap...@gentoo.org axtls-1.4.9.ebuild:
   Add s390 lovin.



1.1  net-libs/axtls/axtls-1.4.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axtls-1.4.9-r1.ebuild?rev=1.1content-type=text/plain

Index: axtls-1.4.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.9-r1.ebuild,v 1.1 
2014/06/14 21:45:52 mgorny Exp $

EAPI=5

inherit eutils multilib multilib-minimal savedconfig toolchain-funcs user


# axtls CONFIG MINI-HOWTO
#
# Note: axtls is highly configurable and uses mconf, like the linux kernel.
# You can configure it in a couple of ways:
#
# 1) USE=-savedconfig and set/unset the remaining flags to obtain the features
# you want, and possibly a lot more.
#
# 2) You can create your own configuration file by doing
#
#   FEATURES=keepwork USE=savedconfig -* emerge axtls
#   cd /var/tmp/portage/net-libs/axtls*/work/axTLS
#   make menuconfig
#
# Now configure axtls as you want.  Finally save your config file:
#
#   cp config/.config /etc/portage/savedconfig/net-libs/axtls-${PV}
#
# where ${PV} is the current version.  You can then run emerge again with
# your configuration by doing
#
#   USE=savedconfig emerge axtls
#


MY_PN=${PN/tls/TLS}

DESCRIPTION=Embedded client/server TLSv1 SSL library and small HTTP(S) server
HOMEPAGE=http://axtls.sourceforge.net/;
SRC_URI=mirror://sourceforge/axtls/${MY_PN}-${PV}.tar.gz
S=${WORKDIR}/${MY_PN}

LICENSE=BSD GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86

IUSE=httpd cgi-lua cgi-php static static-libs doc

# TODO: add ipv6, and c#, java, lua, perl bindings
# Currently these all have some issue
DEPEND=doc? ( app-doc/doxygen )
RDEPEND=
httpd? (
cgi-lua? ( dev-lang/lua )
cgi-php? ( dev-lang/php[cgi] )
)

#Note1: static, cgi-* makes no sense if httpd is not given
REQUIRED_USE=
static? ( httpd )
cgi-lua? ( httpd )
cgi-php? ( httpd )

AXTLS_GROUP=axtls
AXTLS_USER=axtls

pkg_setup() {
use httpd  {
ebegin Creating axtls user and group
enewgroup ${AXTLS_GROUP}
enewuser ${AXTLS_USER} -1 -1 -1 ${AXTLS_GROUP}
}
}

src_prepare() {
epatch ${FILESDIR}/explicit-libdir-r1.patch

#We want CONFIG_DEBUG to avoid stripping
#but not for debugging info
sed -i -e 's: -g::' config/Rules.mak || die
sed -i -e 's: -g::' config/makefile.conf || die

multilib_copy_sources
}

use_flag_config() {
cp ${FILESDIR}/config config/.config || die

#Respect CFLAGS/LDFLAGS
sed -i -e 
s:^CONFIG_EXTRA_CFLAGS_OPTIONS.*$:CONFIG_EXTRA_CFLAGS_OPTIONS=\${CFLAGS}\: \
config/.config || die
sed -i -e 
s:^CONFIG_EXTRA_LDFLAGS_OPTIONS.*$:CONFIG_EXTRA_LDFLAGS_OPTIONS=\${LDLAGS}\:
 \
config/.config || die

#The logic is that the default config file enables 

[gentoo-commits] gentoo-x86 commit in net-libs/axtls/files: explicit-libdir-r1.patch

2014-06-14 Thread Michal Gorny (mgorny)
mgorny  14/06/14 21:45:52

  Added:explicit-libdir-r1.patch
  Log:
  Enable multilib support, needed for net-misc/curl.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  net-libs/axtls/files/explicit-libdir-r1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/files/explicit-libdir-r1.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/files/explicit-libdir-r1.patch?rev=1.1content-type=text/plain

Index: explicit-libdir-r1.patch
===
From 51c1e48d3f55da25adff306b891ad258eca35a8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= mgo...@gentoo.org
Date: Sat, 14 Jun 2014 23:35:42 +0200
Subject: [PATCH] Respect libdir.

---
 Makefile | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 036a29e..10a1649 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,8 @@ ifdef CONFIG_SAMPLES
$(MAKE) -C samples
 endif
 
+LIBDIR = $(PREFIX)/lib
+
 $(STAGE) : ssl/version.h
@mkdir -p $(STAGE)
 
@@ -67,8 +69,10 @@ $(STAGE) : ssl/version.h
 ssl/version.h:
@echo #define AXTLS_VERSION\(no version)\  ssl/version.h
 
+$(LIBDIR) :
+   @mkdir -p $(LIBDIR)
+
 $(PREFIX) :
-   @mkdir -p $(PREFIX)/lib
@mkdir -p $(PREFIX)/bin
 
 release:
@@ -88,9 +92,9 @@ win32_demo:
@echo #define AXTLS_VERSION\$(VERSION)\  ssl/version.h
$(MAKE) win32releaseconf
 
-install: $(PREFIX) all
-   cp --no-dereference $(STAGE)/libax* $(PREFIX)/lib
-   chmod 755 $(PREFIX)/lib/libax* 
+install: $(LIBDIR) $(PREFIX) all
+   cp --no-dereference $(STAGE)/libax* $(LIBDIR)
+   chmod 755 $(LIBDIR)/libax* 
 ifdef CONFIG_SAMPLES
install -m 755 $(STAGE)/ax* $(PREFIX)/bin 
 endif
@@ -112,7 +116,7 @@ endif
install -m 644 config/config.h $(PREFIX)/include/axTLS
 
 installclean:
-   -@rm $(PREFIX)/lib/libax*  /dev/null 21
+   -@rm $(LIBDIR)/libax*  /dev/null 21
-@rm $(PREFIX)/bin/ax*  /dev/null 21
-@rm $(PREFIX)/bin/axhttpd*  /dev/null 21
-@rm `perl -e 'use Config; print $$Config{installarchlib};'`/axtlsp.pm 
 /dev/null 21
-- 
2.0.0







[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: emul-linux-x86-baselibs-20140508-r9.ebuild emul-linux-x86-baselibs-20140508-r10.ebuild ChangeLog emul-linux-x86-baselibs-20

2014-06-15 Thread Michal Gorny (mgorny)
mgorny  14/06/15 07:11:40

  Modified: emul-linux-x86-baselibs-20140508-r9.ebuild
emul-linux-x86-baselibs-20140508-r10.ebuild
ChangeLog
  Removed:  emul-linux-x86-baselibs-20140508-r6.ebuild
emul-linux-x86-baselibs-20140508-r8.ebuild
emul-linux-x86-baselibs-20140508-r7.ebuild
  Log:
  Add USE=kerberos,ldap,pam wrt bug #513298. Drop old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  
app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r9.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r9.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r9.ebuild?r1=1.1r2=1.2

Index: emul-linux-x86-baselibs-20140508-r9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emul-linux-x86-baselibs-20140508-r9.ebuild  8 Jun 2014 12:55:52 -   
1.1
+++ emul-linux-x86-baselibs-20140508-r9.ebuild  15 Jun 2014 07:11:40 -  
1.2
@@ -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/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r9.ebuild,v
 1.1 2014/06/08 12:55:52 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r9.ebuild,v
 1.2 2014/06/15 07:11:40 mgorny Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -11,7 +11,7 @@
openssl tcp_wrappers_license
 
 KEYWORDS=-* ~amd64
-IUSE=abi_x86_32
+IUSE=abi_x86_32 kerberos ldap pam
 
 DEPEND=
 RDEPEND=!app-emulation/emul-linux-x86-medialibs-10.2
@@ -80,15 +80,15 @@
=net-print/cups-1.7.1-r2[abi_x86_32(-)]
=sys-libs/talloc-2.1.0-r1[abi_x86_32(-)]
=sys-apps/keyutils-1.5.9-r1[abi_x86_32(-)]
-   =virtual/krb5-0-r1[abi_x86_32(-)]
+   kerberos? ( =virtual/krb5-0-r1[abi_x86_32(-)] )
=sys-libs/db-4.8.30-r1:4.8[abi_x86_32(-)]
-   =net-nds/openldap-2.4.38-r2[abi_x86_32(-)]
+   ldap? ( =net-nds/openldap-2.4.38-r2[abi_x86_32(-)] )
=net-dns/libidn-1.28-r1[abi_x86_32(-)]
=dev-libs/libnl-3.2.24-r1[abi_x86_32(-)]
=media-libs/libart_lgpl-2.3.21-r2[abi_x86_32(-)]
=sys-libs/cracklib-2.9.1-r1[abi_x86_32(-)]
=net-libs/libtirpc-0.2.4-r2[abi_x86_32(-)]
-   =sys-libs/pam-1.1.8-r2[abi_x86_32(-)]
+   pam? ( =virtual/pam-0-r1[abi_x86_32(-)] )
=net-libs/libsoup-2.46.0-r1[abi_x86_32(-)]
=net-libs/neon-0.30.0-r1[abi_x86_32(-)]
)



1.2  
app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild?r1=1.1r2=1.2

Index: emul-linux-x86-baselibs-20140508-r10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emul-linux-x86-baselibs-20140508-r10.ebuild 14 Jun 2014 08:49:48 -  
1.1
+++ emul-linux-x86-baselibs-20140508-r10.ebuild 15 Jun 2014 07:11:40 -  
1.2
@@ -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/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild,v
 1.1 2014/06/14 08:49:48 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140508-r10.ebuild,v
 1.2 2014/06/15 07:11:40 mgorny Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -11,7 +11,7 @@
openssl tcp_wrappers_license
 
 KEYWORDS=-* ~amd64
-IUSE=abi_x86_32
+IUSE=abi_x86_32 kerberos ldap pam
 
 

<    1   2   3   4   5   6   7   8   9   10   >