[gentoo-commits] gentoo-x86 commit in x11-libs/libva-intel-driver: ChangeLog libva-intel-driver-1.3.2.ebuild

2014-07-06 Thread Alexis Ballier (aballier)
aballier14/07/06 07:19:55

  Modified: ChangeLog
  Added:libva-intel-driver-1.3.2.ebuild
  Log:
  version bump, bug #513704 by Joakim Tjernlund
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.31 x11-libs/libva-intel-driver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   18 Jun 2014 21:02:17 -  1.30
+++ ChangeLog   6 Jul 2014 07:19:55 -   1.31
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libva-intel-driver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 
1.30 2014/06/18 21:02:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 
1.31 2014/07/06 07:19:55 aballier Exp $
+
+*libva-intel-driver-1.3.2 (06 Jul 2014)
+
+  06 Jul 2014; Alexis Ballier aball...@gentoo.org
+  +libva-intel-driver-1.3.2.ebuild:
+  version bump, bug #513704 by Joakim Tjernlund
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org
   libva-intel-driver-1.0.20-r1.ebuild, libva-intel-driver-1.2.2-r1.ebuild,



1.1  x11-libs/libva-intel-driver/libva-intel-driver-1.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.3.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.3.2.ebuild?rev=1.1content-type=text/plain

Index: libva-intel-driver-1.3.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.3.2.ebuild,v
 1.1 2014/07/06 07:19:55 aballier Exp $

EAPI=5

SCM=
if [ ${PV%} != ${PV} ] ; then # Live ebuild
SCM=git-2
EGIT_BRANCH=master
EGIT_REPO_URI=git://anongit.freedesktop.org/git/vaapi/intel-driver
fi

AUTOTOOLS_AUTORECONF=yes
inherit autotools-multilib ${SCM}

DESCRIPTION=HW video decode support for Intel integrated graphics
HOMEPAGE=http://www.freedesktop.org/wiki/Software/vaapi;
if [ ${PV%} != ${PV} ] ; then # Live ebuild
SRC_URI=
S=${WORKDIR}/${PN}
else

SRC_URI=http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2;
fi

LICENSE=MIT
SLOT=0
if [ ${PV%} = ${PV} ] ; then
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
else
KEYWORDS=
fi
IUSE=+drm wayland X

RDEPEND==x11-libs/libva-1.3.0[X?,wayland?,drm?,${MULTILIB_USEDEP}]
!x11-libs/libva-1.0.15[video_cards_intel]
=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}]
wayland? ( =media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] 
=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )

DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=( AUTHORS NEWS README )

multilib_src_configure() {
local myeconfargs=(
$(use_enable drm)
$(use_enable wayland)
$(use_enable X x11)
)
autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/jquery-ui-rails: ChangeLog jquery-ui-rails-5.0.0.ebuild

2014-07-06 Thread Hans de Graaff (graaff)
graaff  14/07/06 07:52:19

  Modified: ChangeLog
  Added:jquery-ui-rails-5.0.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.10 dev-ruby/jquery-ui-rails/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   1 Jul 2014 08:31:30 -   1.9
+++ ChangeLog   6 Jul 2014 07:52:19 -   1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/jquery-ui-rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog,v 1.9 
2014/07/01 08:31:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/ChangeLog,v 1.10 
2014/07/06 07:52:19 graaff Exp $
+
+*jquery-ui-rails-5.0.0 (06 Jul 2014)
+
+  06 Jul 2014; Hans de Graaff gra...@gentoo.org
+  +jquery-ui-rails-5.0.0.ebuild:
+  Version bump.
 
   01 Jul 2014; Hans de Graaff gra...@gentoo.org jquery-ui-rails-3.0.1.ebuild,
   jquery-ui-rails-4.2.1.ebuild:



1.1  dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.0.ebuild?rev=1.1content-type=text/plain

Index: jquery-ui-rails-5.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/jquery-ui-rails/jquery-ui-rails-5.0.0.ebuild,v 
1.1 2014/07/06 07:52:19 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_EXTRADOC=History.md README.md VERSIONS.md

RUBY_FAKEGEM_EXTRAINSTALL=app

inherit ruby-fakegem

DESCRIPTION=The jQuery UI assets for the Rails 3.2+ asset pipeline
HOMEPAGE=http://www.rubyonrails.org;

LICENSE=MIT
SLOT=5
KEYWORDS=~amd64 ~arm ~x86 ~x64-macos

IUSE=

ruby_add_rdepend =dev-ruby/railties-3.2.16






[gentoo-commits] gentoo-x86 commit in app-admin/perl-cleaner: perl-cleaner-2.15.ebuild ChangeLog

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 07:55:52

  Modified: perl-cleaner-2.15.ebuild ChangeLog
  Log:
  Drop hppa from live KEYWORDS
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  app-admin/perl-cleaner/perl-cleaner-2.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/perl-cleaner/perl-cleaner-2.15.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/perl-cleaner/perl-cleaner-2.15.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/perl-cleaner/perl-cleaner-2.15.ebuild?r1=1.3r2=1.4

Index: perl-cleaner-2.15.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/perl-cleaner/perl-cleaner-2.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-cleaner-2.15.ebuild6 Jul 2014 02:22:40 -   1.3
+++ perl-cleaner-2.15.ebuild6 Jul 2014 07:55:52 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/perl-cleaner/perl-cleaner-2.15.ebuild,v 1.3 
2014/07/06 02:22:40 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/perl-cleaner/perl-cleaner-2.15.ebuild,v 1.4 
2014/07/06 07:55:52 zlogene Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI=http://github.com/gentoo-perl/perl-cleaner.git;
-   KEYWORDS=hppa
+   KEYWORDS=
 else
SRC_URI=mirror://gentoo/${P}.tar.bz2
KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd



1.100app-admin/perl-cleaner/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/perl-cleaner/ChangeLog?rev=1.100view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/perl-cleaner/ChangeLog?rev=1.100content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/perl-cleaner/ChangeLog?r1=1.99r2=1.100

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/perl-cleaner/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   6 Jul 2014 02:22:40 -   1.99
+++ ChangeLog   6 Jul 2014 07:55:52 -   1.100
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/perl-cleaner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/perl-cleaner/ChangeLog,v 1.99 
2014/07/06 02:22:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/perl-cleaner/ChangeLog,v 1.100 
2014/07/06 07:55:52 zlogene Exp $
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org perl-cleaner-2.15.ebuild:
+  Drop hppa from live KEYWORDS
 
   06 Jul 2014; Jeroen Roovers j...@gentoo.org perl-cleaner-2.15.ebuild:
   Stable for HPPA (bug #516462).






[gentoo-commits] gentoo-x86 commit in sys-kernel/aufs-sources: aufs-sources-3.12.24.ebuild ChangeLog

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 08:19:35

  Modified: ChangeLog
  Added:aufs-sources-3.12.24.ebuild
  Log:
  sys-kernel/aufs-sources: Bump to latest aufs3, genpatches and linux release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.133sys-kernel/aufs-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.133view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?rev=1.133content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/ChangeLog?r1=1.132r2=1.133

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   2 Jul 2014 13:25:57 -   1.132
+++ ChangeLog   6 Jul 2014 08:19:35 -   1.133
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.132 
2014/07/02 13:25:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.133 
2014/07/06 08:19:35 jlec Exp $
+
+*aufs-sources-3.12.24 (06 Jul 2014)
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org +aufs-sources-3.12.24.ebuild:
+  Bump to latest aufs3, genpatches and linux release
 
 *aufs-sources-3.15.3 (02 Jul 2014)
 *aufs-sources-3.14.10 (02 Jul 2014)



1.1  sys-kernel/aufs-sources/aufs-sources-3.12.24.ebuild

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

Index: aufs-sources-3.12.24.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.24.ebuild,v 
1.1 2014/07/06 08:19:35 jlec Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=27
K_DEBLOB_AVAILABLE=1
UNIPATCH_STRICTORDER=1
inherit kernel-2 eutils readme.gentoo
detect_version
detect_arch

AUFS_VERSION=3.12.x_p20140630
AUFS_TARBALL=aufs-sources-${AUFS_VERSION}.tar.xz
# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone 
aufs${AUFS_VERSION/_p*}  aufs-sources-${AUFS_VERSION}.tar
AUFS_URI=http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL};

KEYWORDS=~amd64 ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches 
http://aufs.sourceforge.net/;
IUSE=deblob experimental module vanilla

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support
SRC_URI=
${KERNEL_URI}
${ARCH_URI}
${AUFS_URI}
!vanilla? ( ${GENPATCHES_URI} )


PDEPEND==sys-fs/aufs-util-3.9

README_GENTOO_SUFFIX=-r1

src_unpack() {
if use vanilla; then
unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
ewarn You are using USE=vanilla
ewarn This will drop all support from the gentoo kernel 
security team
fi

UNIPATCH_LIST=
${WORKDIR}/aufs3-kbuild.patch
${WORKDIR}/aufs3-base.patch
${WORKDIR}/aufs3-mmap.patch

use module  UNIPATCH_LIST+= ${WORKDIR}/aufs3-standalone.patch

unpack ${AUFS_TARBALL}

einfo Using aufs3 version: ${AUFS_VERSION}

kernel-2_src_unpack
}

src_prepare() {
if ! use module; then
sed -e 's:tristate:bool:g' -i ${WORKDIR}/fs/aufs/Kconfig || 
die
fi
cp -f ${WORKDIR}/include/uapi/linux/aufs_type.h 
include/uapi/linux/aufs_type.h || die
cp -rf ${WORKDIR}/{Documentation,fs} . || die
}

src_install() {
kernel-2_src_install
dodoc ${WORKDIR}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
docompress -x 
/usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
readme.gentoo_create_doc
}
pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}
has_version sys-fs/aufs-util || \
elog In order to use aufs FS you need to install 
sys-fs/aufs-util

readme.gentoo_pkg_postinst
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] gentoo-x86 commit in sci-chemistry/xds-bin: xds-bin-20140110.ebuild ChangeLog xds-bin-20131111.ebuild

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 08:24:55

  Modified: ChangeLog
  Added:xds-bin-20140110.ebuild
  Removed:  xds-bin-2013.ebuild
  Log:
  sci-chemistry/xds-bin: Version Bump, #516390
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.14 sci-chemistry/xds-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   28 Nov 2013 11:48:36 -  1.13
+++ ChangeLog   6 Jul 2014 08:24:55 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/xds-bin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.13 
2013/11/28 11:48:36 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/ChangeLog,v 1.14 
2014/07/06 08:24:55 jlec Exp $
+
+*xds-bin-20140110 (06 Jul 2014)
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org -xds-bin-2013.ebuild,
+  +xds-bin-20140110.ebuild:
+  Version Bump, #516390
 
 *xds-bin-2013 (28 Nov 2013)
 



1.1  sci-chemistry/xds-bin/xds-bin-20140110.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20140110.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20140110.ebuild?rev=1.1content-type=text/plain

Index: xds-bin-20140110.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/xds-bin/xds-bin-20140110.ebuild,v 1.1 
2014/07/06 08:24:55 jlec Exp $

EAPI=5

inherit eutils

DESCRIPTION=X-ray Detector Software for processing single-crystal 
monochromatic diffraction data
HOMEPAGE=http://xds.mpimf-heidelberg.mpg.de/;
SRC_URI=
x86? ( 
ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS-IA32_Linux_x86.tar.gz - 
XDS-IA32_Linux_x86-${PV}.tar.gz )
amd64? ( 
ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS-INTEL64_Linux_x86_64.tar.gz - 
XDS-INTEL64_Linux_x86_64-${PV}.tar.gz )
ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS_html_doc.tar.gz - 
XDS_html_doc-${PV}.tar.gz

LICENSE=free-noncomm
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=smp X

RDEPEND=X? ( sci-visualization/xds-viewer )
DEPEND=

QA_PREBUILT=opt/xds-bin/*

src_unpack() {
unpack ${A}
mv XDS-* ${S}
}

src_install() {
local suffix bin
exeinto /opt/${PN}
doexe *

use smp  suffix=_par

for bin in xds mintegrate mcolspot xscale; do
dosym ../${PN}/${bin}${suffix} /opt/bin/${bin}
done

for bin in 2cbf cellparm forkcolspot forkintegrate merge2cbf xdsconv; do
dosym ../${PN}/${bin} /opt/bin/${bin}
done

dohtml -r ${WORKDIR}/XDS_html_doc/*
insinto /usr/share/${PN}/INPUT_templates
doins ${WORKDIR}/XDS_html_doc/html_doc/INPUT_templates/*
}

pkg_postinst() {
elog This package will expire on December 31, 2013
}






[gentoo-commits] gentoo-x86 commit in virtual/perl-version: ChangeLog perl-version-0.940.0.ebuild perl-version-0.970.0.ebuild perl-version-0.980.0.ebuild perl-version-0.910.0.ebuild perl-version-0.950

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 08:28:55

  Modified: ChangeLog
  Removed:  perl-version-0.940.0.ebuild
perl-version-0.970.0.ebuild
perl-version-0.980.0.ebuild
perl-version-0.910.0.ebuild
perl-version-0.950.0.ebuild
perl-version-0.930.0.ebuild
perl-version-0.900.0.ebuild
perl-version-0.82.ebuild
perl-version-0.990.0-r1.ebuild
perl-version-0.880.0-r1.ebuild
perl-version-0.960.0.ebuild
perl-version-0.890.0.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.79 virtual/perl-version/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   25 Mar 2014 18:13:43 -  1.78
+++ ChangeLog   6 Jul 2014 08:28:55 -   1.79
@@ -1,6 +1,15 @@
 # ChangeLog for virtual/perl-version
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.78 
2014/03/25 18:13:43 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.79 
2014/07/06 08:28:55 zlogene Exp $
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org -perl-version-0.82.ebuild,
+  -perl-version-0.880.0-r1.ebuild, -perl-version-0.890.0.ebuild,
+  -perl-version-0.900.0.ebuild, -perl-version-0.910.0.ebuild,
+  -perl-version-0.930.0.ebuild, -perl-version-0.940.0.ebuild,
+  -perl-version-0.950.0.ebuild, -perl-version-0.960.0.ebuild,
+  -perl-version-0.970.0.ebuild, -perl-version-0.980.0.ebuild,
+  -perl-version-0.990.0-r1.ebuild:
+  Drop old.
 
 *perl-version-0.990.800 (25 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in perl-core/version: ChangeLog version-0.940.0.ebuild version-0.910.0.ebuild version-0.930.0.ebuild version-0.950.0.ebuild version-0.960.0.ebuild version-0.990.0.eb

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 08:33:58

  Modified: ChangeLog
  Removed:  version-0.940.0.ebuild version-0.910.0.ebuild
version-0.930.0.ebuild version-0.950.0.ebuild
version-0.960.0.ebuild version-0.990.0.ebuild
version-0.880.0.ebuild version-0.900.0.ebuild
version-0.970.0.ebuild version-0.980.0.ebuild
version-0.82.ebuild version-0.890.0.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.75 perl-core/version/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   25 Mar 2014 18:11:53 -  1.74
+++ ChangeLog   6 Jul 2014 08:33:58 -   1.75
@@ -1,6 +1,13 @@
 # ChangeLog for perl-core/version
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.74 
2014/03/25 18:11:53 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.75 
2014/07/06 08:33:58 zlogene Exp $
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org -version-0.82.ebuild,
+  -version-0.880.0.ebuild, -version-0.890.0.ebuild, -version-0.900.0.ebuild,
+  -version-0.910.0.ebuild, -version-0.930.0.ebuild, -version-0.940.0.ebuild,
+  -version-0.950.0.ebuild, -version-0.960.0.ebuild, -version-0.970.0.ebuild,
+  -version-0.980.0.ebuild, -version-0.990.0.ebuild:
+  Drop old.
 
 *version-0.990.800 (25 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-fs/pysize: pysize-0.2-r1.ebuild ChangeLog

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 08:47:19

  Modified: pysize-0.2-r1.ebuild ChangeLog
  Log:
  sys-fs/pysize: Fix incomplete deps, thanks to idella4 for the patch, #515022
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.4  sys-fs/pysize/pysize-0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2-r1.ebuild?r1=1.3r2=1.4

Index: pysize-0.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pysize-0.2-r1.ebuild12 Mar 2014 05:00:58 -  1.3
+++ pysize-0.2-r1.ebuild6 Jul 2014 08:47:18 -   1.4
@@ -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/sys-fs/pysize/pysize-0.2-r1.ebuild,v 1.3 
2014/03/12 05:00:58 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2-r1.ebuild,v 1.4 
2014/07/06 08:47:18 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 
@@ -19,16 +19,19 @@
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
-DEPEND=
+RDEPEND=
gtk? ( dev-python/pygtk:2 )
ncurses? ( sys-libs/ncurses )
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
 
 PATCHES=(
${FILESDIR}/psyco-${PV}-automagic.patch
${FILESDIR}/${PV}-setuptools-automagic.patch
)
 
+DISTUTILS_NO_PARALLEL_BUILD=1
+
 python_prepare_all() {
if ! use gtk; then
sed \
@@ -54,3 +57,15 @@
 
distutils-r1_python_prepare_all
 }
+
+src_test() {
+   # Tests shatter otherwise
+   local DISTUTILS_NO_PARALLEL_BUILD=1
+   distutils-r1_src_test
+}
+
+python_test() {
+   pushd ${S}/tests  /dev/null
+   PYTHONPATH=.:../ ${PYTHON} pysize_tests.py || die tests failed under 
${EPYTHON}
+   popd   /dev/null
+}



1.11 sys-fs/pysize/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   12 Mar 2014 07:09:31 -  1.10
+++ ChangeLog   6 Jul 2014 08:47:18 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/pysize
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.10 2014/03/12 
07:09:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.11 2014/07/06 
08:47:18 jlec Exp $
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org pysize-0.2-r1.ebuild:
+  Fix incomplete deps, thanks to idella4 for the patch, #515022
 
   12 Mar 2014; Justin Lecher j...@gentoo.org -pysize-0.2.ebuild:
   Drop old






[gentoo-commits] gentoo-x86 commit in dev-ruby/thread_safe: ChangeLog thread_safe-0.3.3.ebuild thread_safe-0.3.1.ebuild

2014-07-06 Thread Hans de Graaff (graaff)
graaff  14/07/06 08:47:19

  Modified: ChangeLog
  Removed:  thread_safe-0.3.3.ebuild thread_safe-0.3.1.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.16 dev-ruby/thread_safe/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   29 May 2014 06:35:40 -  1.15
+++ ChangeLog   6 Jul 2014 08:47:18 -   1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/thread_safe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.15 
2014/05/29 06:35:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.16 
2014/07/06 08:47:18 graaff Exp $
+
+  06 Jul 2014; Hans de Graaff gra...@gentoo.org -thread_safe-0.3.1.ebuild,
+  -thread_safe-0.3.3.ebuild:
+  Cleanup.
 
 *thread_safe-0.3.4 (29 May 2014)
 






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

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 08:48:53

  Modified: ChangeLog
  Log:
  Cleanup in prefix/linux/package.mask

Revision  ChangesPath
1.9156   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9155
retrieving revision 1.9156
diff -u -r1.9155 -r1.9156
--- ChangeLog   5 Jul 2014 22:21:44 -   1.9155
+++ ChangeLog   6 Jul 2014 08:48:53 -   1.9156
@@ -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.9155 2014/07/05 
22:21:44 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9156 2014/07/06 
08:48:53 zlogene 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!
 
+  06 JUL 2014; Mikle Kolyada zlog...@gentoo.org prefix/linux/package.mask:
+  Cleanup.
+
   05 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Add 5.20 version of ExtUtils::CBuilder to perl-5.20 mask
 






[gentoo-commits] gentoo-x86 commit in profiles/prefix/linux: package.mask

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 08:48:53

  Modified: package.mask
  Log:
  Cleanup in prefix/linux/package.mask

Revision  ChangesPath
1.11 profiles/prefix/linux/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.mask,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- package.mask31 Dec 2013 03:34:35 -  1.10
+++ package.mask6 Jul 2014 08:48:53 -   1.11
@@ -1,8 +1,3 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.mask,v 1.10 
2013/12/31 03:34:35 creffett Exp $
-
-# Fabian Groffen grob...@gentoo.org (24 Jan 2011)
-# unmask, on Linux this should mostly work
--=sys-fs/e2fsprogs-1.41.14
-
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.mask,v 1.11 
2014/07/06 08:48:53 zlogene Exp $






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

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 08:54:17

  Modified: ChangeLog package.mask
  Log:
  Cleanup

Revision  ChangesPath
1.423profiles/prefix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- ChangeLog   5 Jul 2014 13:08:33 -   1.422
+++ ChangeLog   6 Jul 2014 08:54:16 -   1.423
@@ -1,6 +1,9 @@
 # ChangeLog for profiles/prefix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.422 
2014/07/05 13:08:33 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.423 
2014/07/06 08:54:16 zlogene Exp $
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org package.mask:
+  QA cleanup
 
   05 Jul 2014; Fabian Groffen grob...@gentoo.org aix/make.defaults,
   bsd/freebsd/arch/x64/make.defaults, bsd/freebsd/arch/x86/make.defaults,



1.124profiles/prefix/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/package.mask,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- package.mask12 Jun 2014 20:06:11 -  1.123
+++ package.mask6 Jul 2014 08:54:16 -   1.124
@@ -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/prefix/package.mask,v 1.123 
2014/06/12 20:06:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/package.mask,v 1.124 
2014/07/06 08:54:16 zlogene 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.  This file is for
@@ -24,10 +24,6 @@
 # platforms, masking for now.
 =app-misc/pax-utils-0.3
 
-# Fabian Groffen grob...@gentoo.org (22 Jan 2009)
-# b0rkened on Darwin, Solaris and IRIX, bug #256022, bug #255742
-=sys-apps/groff-1.20.1-r1
-
 # Elias Pipping pipp...@gentoo.org (09 Oct 2007)
 # darwin-miscutils are only available on darwin
 sys-apps/darwin-miscutils






[gentoo-commits] gentoo-x86 commit in net-fs/netatalk: netatalk-3.1.3.ebuild ChangeLog

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 09:05:05

  Modified: ChangeLog
  Added:netatalk-3.1.3.ebuild
  Log:
  net-fs/netatalk: Version BUmp, #516358
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.109net-fs/netatalk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?rev=1.109view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?rev=1.109content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/ChangeLog?r1=1.108r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   14 Mar 2014 07:41:07 -  1.108
+++ ChangeLog   6 Jul 2014 09:05:04 -   1.109
@@ -1,6 +1,12 @@
 # ChangeLog for net-fs/netatalk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v 1.108 
2014/03/14 07:41:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/ChangeLog,v 1.109 
2014/07/06 09:05:04 jlec Exp $
+
+*netatalk-3.1.3 (06 Jul 2014)
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org +netatalk-3.1.3.ebuild,
+  +files/netatalk-3.1.3-gentoo.patch:
+  Version BUmp, #516358
 
 *netatalk-3.1.1 (14 Mar 2014)
 



1.1  net-fs/netatalk/netatalk-3.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/netatalk-3.1.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/netatalk-3.1.3.ebuild?rev=1.1content-type=text/plain

Index: netatalk-3.1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-3.1.3.ebuild,v 1.1 
2014/07/06 09:05:04 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils flag-o-matic multilib pam python-r1 systemd versionator

DESCRIPTION=Open Source AFP server
HOMEPAGE=http://netatalk.sourceforge.net/;
SRC_URI=mirror://sourceforge/project/${PN}/${PN}/$(get_version_component_range 
1-3)/${P}.tar.bz2

LICENSE=GPL-2 BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=acl avahi cracklib dbus debug pgp kerberos ldap pam quota samba +shadow 
ssl static-libs tracker tcpd +utils

CDEPEND=
!app-editors/yudit
dev-libs/libevent
=dev-libs/libgcrypt-1.2.3:0
sys-apps/coreutils
=sys-libs/db-4.2.52
sys-libs/tdb
acl? (
sys-apps/attr
sys-apps/acl
)
avahi? ( net-dns/avahi[dbus,-mdnsresponder-compat] )
cracklib? ( sys-libs/cracklib )
dbus? ( sys-apps/dbus dev-libs/dbus-glib )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
pam? ( virtual/pam )
ssl? ( dev-libs/openssl )
tcpd? ( sys-apps/tcp-wrappers )
tracker? ( app-misc/tracker )
utils? ( ${PYTHON_DEPS} )

RDEPEND=${CDEPEND}
utils? (
dev-lang/perl
dev-python/dbus-python[${PYTHON_USEDEP}]
)
DEPEND=${CDEPEND}
virtual/yacc
sys-devel/flex

RESTRICT=test

REQUIRED_USE=
ldap? ( acl )
utils? ( ${PYTHON_REQUIRED_USE} )

PATCHES=( ${FILESDIR}/${P}-gentoo.patch )

src_prepare() {
if ! use utils; then
sed \
-e s:shell_utils::g \
-i contrib/Makefile.am || die
fi
autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=()

append-flags -fno-strict-aliasing

if use acl; then
myeconfargs+=( --with-acls $(use_with ldap) )
else
myeconfargs+=( --without-acls --without-ldap )
fi

# Ignore --with-init-style=gentoo, we install the init.d by hand and we 
avoid having
# to sed the Makefiles to not do rc-update.
# TODO:
# systemd : --with-init-style=systemd
myeconfargs+=(
--disable-silent-rules
$(use_enable avahi zeroconf)
$(use_enable debug)
$(use_enable debug debugging)
$(use_enable pgp pgp-uam)
$(use_enable kerberos)
$(use_enable kerberos krbV-uam)
$(use_enable quota)
$(use_enable tcpd tcp-wrappers)
$(use_with cracklib)
$(use_with dbus afpstats)
$(use_with pam)
$(use_with samba smbsharemodes)
$(use_with shadow)
$(use_with ssl ssl-dir)

[gentoo-commits] gentoo-x86 commit in net-fs/netatalk/files: netatalk-3.1.3-gentoo.patch

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 09:05:04

  Added:netatalk-3.1.3-gentoo.patch
  Log:
  net-fs/netatalk: Version BUmp, #516358
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  net-fs/netatalk/files/netatalk-3.1.3-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/files/netatalk-3.1.3-gentoo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/netatalk/files/netatalk-3.1.3-gentoo.patch?rev=1.1content-type=text/plain

Index: netatalk-3.1.3-gentoo.patch
===
 Makefile.am  |  6 --
 etc/afpd/afp_avahi.c |  2 +-
 etc/netatalk/Makefile.am |  5 +++--
 etc/uams/Makefile.am | 20 ++--
 libatalk/dsi/Makefile.am |  3 ++-
 libatalk/vfs/Makefile.am |  1 +
 macros/netatalk.m4   |  1 -
 8 files changed, 18 insertions(+), 22 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0100598..a7b6c22 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,3 @@ EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION
 ACLOCAL_AMFLAGS = -I macros
 AUTOMAKE_OPTIONS = foreign
 
-if RUN_LDCONFIG
-install-exec-hook:
-   @printf Running ldconfig to ensure libraries installed in system 
library directories are added to the dynamic linker cache ... 
-   @-@NETA_LDCONFIG@
-   @printf done\n
-endif
diff --git a/etc/afpd/afp_avahi.c b/etc/afpd/afp_avahi.c
index 5218d51..b68c266 100644
--- a/etc/afpd/afp_avahi.c
+++ b/etc/afpd/afp_avahi.c
@@ -174,8 +174,8 @@ static void register_stuff(void) {
 return;
 
 fail:
-time(NULL);
 //avahi_threaded_poll_quit(ctx-threaded_poll);
+return;
 }
 
 /* Called when publishing of service data completes */
diff --git a/etc/netatalk/Makefile.am b/etc/netatalk/Makefile.am
index 06e5a8c..2d4ef20 100644
--- a/etc/netatalk/Makefile.am
+++ b/etc/netatalk/Makefile.am
@@ -14,6 +14,7 @@ netatalk_LDADD = \
$(top_builddir)/libatalk/libatalk.la
 
 netatalk_LDFLAGS =
+netatalk_CPPFLAGS =
 
 if USE_BUILTIN_LIBEVENT
 netatalk_CFLAGS += \
@@ -23,6 +24,6 @@ netatalk_CFLAGS += \
 netatalk_LDADD += \
$(top_builddir)/libevent/libevent.la
 else
-netatalk_CFLAGS += @LIBEVENT_CFLAGS@
-netatalk_LDFLAGS += @LIBEVENT_LDFLAGS@ -levent
+netatalk_CPPFLAGS += @LIBEVENT_CFLAGS@
+netatalk_LDADD += @LIBEVENT_LDFLAGS@ -levent
 endif
diff --git a/etc/uams/Makefile.am b/etc/uams/Makefile.am
index 3a02b83..70a2f76 100644
--- a/etc/uams/Makefile.am
+++ b/etc/uams/Makefile.am
@@ -95,16 +95,16 @@ uams_dhx_pam_la_CFLAGS = @SSL_CFLAGS@ @PAM_CFLAGS@
 uams_dhx2_pam_la_CFLAGS= @LIBGCRYPT_CFLAGS@ @PAM_CFLAGS@
 uams_gss_la_CFLAGS= @GSSAPI_CFLAGS@ @KRB5_CFLAGS@
 
-uams_guest_la_LDFLAGS  = -module -avoid-version
-uams_randnum_la_LDFLAGS= -module -avoid-version @SSL_LIBS@
-uams_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@
-uams_pam_la_LDFLAGS= -module -avoid-version @PAM_LIBS@
-uams_pgp_la_LDFLAGS= -module -avoid-version @SSL_LIBS@
-uams_dhx_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @SSL_LIBS@
-uams_dhx_pam_la_LDFLAGS= -module -avoid-version @CRYPT_LIBS@ 
@SSL_LIBS@ @PAM_LIBS@
-uams_dhx2_passwd_la_LDFLAGS= -module -avoid-version @CRYPT_LIBS@ 
@LIBGCRYPT_LIBS@
-uams_dhx2_pam_la_LDFLAGS   = -module -avoid-version @LIBGCRYPT_LIBS@ 
@PAM_LIBS@
-uams_gss_la_LDFLAGS   = -module -avoid-version @GSSAPI_LIBS@ @KRB5_LIBS@
+uams_guest_la_LDFLAGS  = -shared -module -avoid-version
+uams_randnum_la_LDFLAGS= -shared -module -avoid-version @SSL_LIBS@
+uams_passwd_la_LDFLAGS = -shared -module -avoid-version @CRYPT_LIBS@
+uams_pam_la_LDFLAGS= -shared -module -avoid-version @PAM_LIBS@
+uams_pgp_la_LDFLAGS= -shared -module -avoid-version @SSL_LIBS@
+uams_dhx_passwd_la_LDFLAGS = -shared -module -avoid-version @CRYPT_LIBS@ 
@SSL_LIBS@
+uams_dhx_pam_la_LDFLAGS= -shared -module -avoid-version 
@CRYPT_LIBS@ @SSL_LIBS@ @PAM_LIBS@
+uams_dhx2_passwd_la_LDFLAGS= -shared -module -avoid-version @CRYPT_LIBS@ 
@LIBGCRYPT_LIBS@
+uams_dhx2_pam_la_LDFLAGS   = -shared -module -avoid-version 
@LIBGCRYPT_LIBS@ @PAM_LIBS@
+uams_gss_la_LDFLAGS   = -shared -module -avoid-version @GSSAPI_LIBS@ 
@KRB5_LIBS@
 
 #
 # module compilation
diff --git a/libatalk/dsi/Makefile.am b/libatalk/dsi/Makefile.am
index 34fa76e..dbde336 100644
--- a/libatalk/dsi/Makefile.am
+++ b/libatalk/dsi/Makefile.am
@@ -1,9 +1,10 @@
 # Makefile.am for libatalk/dsi/
 
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys
 
 LIBS = @LIBS@
 
 noinst_LTLIBRARIES = libdsi.la
 
 libdsi_la_SOURCES = dsi_attn.c dsi_close.c dsi_cmdreply.c dsi_getsess.c 
dsi_getstat.c dsi_init.c dsi_opensess.c dsi_read.c dsi_tcp.c dsi_tickle.c 
dsi_write.c dsi_stream.c
+libdsi_la_LIBADD = $(WRAP_LIBS)
diff --git 

[gentoo-commits] gentoo-x86 commit in dev-ruby/builder: builder-2.1.2-r3.ebuild ChangeLog

2014-07-06 Thread Hans de Graaff (graaff)
graaff  14/07/06 09:10:10

  Modified: builder-2.1.2-r3.ebuild ChangeLog
  Log:
  Remove obsolete ruby-test-unit dependency.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.12 dev-ruby/builder/builder-2.1.2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-2.1.2-r3.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-2.1.2-r3.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-2.1.2-r3.ebuild?r1=1.11r2=1.12

Index: builder-2.1.2-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-2.1.2-r3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- builder-2.1.2-r3.ebuild 5 Apr 2014 23:43:17 -   1.11
+++ builder-2.1.2-r3.ebuild 6 Jul 2014 09:10:09 -   1.12
@@ -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-ruby/builder/builder-2.1.2-r3.ebuild,v 
1.11 2014/04/05 23:43:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-2.1.2-r3.ebuild,v 
1.12 2014/07/06 09:10:09 graaff Exp $
 
 EAPI=2
 USE_RUBY=ruby19 jruby
@@ -22,8 +22,6 @@
 KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
 IUSE=
 
-ruby_add_bdepend test? ( virtual/ruby-test-unit )
-
 all_ruby_prepare() {
sed -i -e '/rdoc\.template .*jamis/d' Rakefile || die
 



1.102dev-ruby/builder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   2 Jul 2014 13:28:21 -   1.101
+++ ChangeLog   6 Jul 2014 09:10:09 -   1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/builder
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.101 
2014/07/02 13:28:21 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.102 
2014/07/06 09:10:09 graaff Exp $
+
+  06 Jul 2014; Hans de Graaff gra...@gentoo.org builder-2.1.2-r3.ebuild:
+  Remove obsolete ruby-test-unit dependency.
 
 *builder-2.1.2-r5 (02 Jul 2014)
 






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

2014-07-06 Thread Hans de Graaff (graaff)
graaff  14/07/06 09:09:15

  Modified: ChangeLog package.mask
  Log:
  Mask old dev-ruby/builder:0 slot for removal.

Revision  ChangesPath
1.9157   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9156
retrieving revision 1.9157
diff -u -r1.9156 -r1.9157
--- ChangeLog   6 Jul 2014 08:48:53 -   1.9156
+++ ChangeLog   6 Jul 2014 09:09:14 -   1.9157
@@ -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.9156 2014/07/06 
08:48:53 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9157 2014/07/06 
09:09:14 graaff 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!
 
+  06 Jul 2014; Hans de Graaff gra...@gentoo.org package.mask:
+  Mask old dev-ruby/builder:0 slot for removal.
+
   06 JUL 2014; Mikle Kolyada zlog...@gentoo.org prefix/linux/package.mask:
   Cleanup.
 



1.15850  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15849
retrieving revision 1.15850
diff -u -r1.15849 -r1.15850
--- package.mask5 Jul 2014 22:21:44 -   1.15849
+++ package.mask6 Jul 2014 09:09:14 -   1.15850
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15849 2014/07/05 
22:21:44 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15850 2014/07/06 
09:09:14 graaff 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,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff gra...@gentoo.org (6 Jul 2014)
+# Mask old slot for removal in 30 days since there are no longer
+# dependencies on it.
+dev-ruby/builder:0
+
 # Andreas K. Huettel dilfri...@gentoo.org (05 Jul 2014)
 # Class::ISA is long gone from core Perl, thus the package
 # was moved from perl-core to dev-perl and the virtual will be






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-ISA: Class-ISA-0.36-r1.ebuild Class-ISA-0.36.ebuild ChangeLog

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 09:11:57

  Modified: Class-ISA-0.36.ebuild ChangeLog
  Added:Class-ISA-0.36-r1.ebuild
  Log:
  Revision bump: EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Class-ISA/Class-ISA-0.36.ebuild

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

Index: Class-ISA-0.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Class-ISA-0.36.ebuild   5 Jul 2014 12:30:55 -   1.1
+++ Class-ISA-0.36.ebuild   6 Jul 2014 09:11:57 -   1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36.ebuild,v 
1.1 2014/07/05 12:30:55 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36.ebuild,v 
1.2 2014/07/06 09:11:57 zlogene Exp $
 
-EAPI=2
+EAPI=5
 
 MODULE_AUTHOR=SMUELLER
 inherit perl-module



1.22 dev-perl/Class-ISA/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ISA/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ISA/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ISA/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   5 Jul 2014 12:30:55 -   1.21
+++ ChangeLog   6 Jul 2014 09:11:57 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Class-ISA
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/ChangeLog,v 1.21 
2014/07/05 12:30:55 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/ChangeLog,v 1.22 
2014/07/06 09:11:57 zlogene Exp $
+
+*Class-ISA-0.36-r1 (06 Jul 2014)
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org +Class-ISA-0.36-r1.ebuild,
+  Class-ISA-0.36.ebuild:
+  Revision bump: EAPI=5
 
   05 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   +Class-ISA-0.36.ebuild, +metadata.xml:



1.1  dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild?rev=1.1content-type=text/plain

Index: Class-ISA-0.36-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild,v 1.1 
2014/07/06 09:11:57 zlogene Exp $

EAPI=2

MODULE_AUTHOR=SMUELLER
inherit perl-module

DESCRIPTION=Report the search path thru an ISA tree

SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris
IUSE=

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-ISA: Class-ISA-0.36-r1.ebuild ChangeLog Class-ISA-0.36.ebuild

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 09:12:59

  Modified: Class-ISA-0.36-r1.ebuild ChangeLog
  Removed:  Class-ISA-0.36.ebuild
  Log:
  Merge stable keywords
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild

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

Index: Class-ISA-0.36-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Class-ISA-0.36-r1.ebuild6 Jul 2014 09:11:57 -   1.1
+++ Class-ISA-0.36-r1.ebuild6 Jul 2014 09:12:59 -   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-perl/Class-ISA/Class-ISA-0.36-r1.ebuild,v 1.1 
2014/07/06 09:11:57 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild,v 1.2 
2014/07/06 09:12:59 zlogene Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION=Report the search path thru an ISA tree
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris
+KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-solaris
 IUSE=
 
 SRC_TEST=do



1.23 dev-perl/Class-ISA/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   6 Jul 2014 09:11:57 -   1.22
+++ ChangeLog   6 Jul 2014 09:12:59 -   1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Class-ISA
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/ChangeLog,v 1.22 
2014/07/06 09:11:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/ChangeLog,v 1.23 
2014/07/06 09:12:59 zlogene Exp $
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org -Class-ISA-0.36.ebuild,
+  Class-ISA-0.36-r1.ebuild:
+  Merge stable keywords
 
 *Class-ISA-0.36-r1 (06 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-ISA: Class-ISA-0.36-r1.ebuild

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 09:14:25

  Modified: Class-ISA-0.36-r1.ebuild
  Log:
  Typo
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild?r1=1.2r2=1.3

Index: Class-ISA-0.36-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Class-ISA-0.36-r1.ebuild6 Jul 2014 09:12:59 -   1.2
+++ Class-ISA-0.36-r1.ebuild6 Jul 2014 09:14:25 -   1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild,v 1.2 
2014/07/06 09:12:59 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.36-r1.ebuild,v 1.3 
2014/07/06 09:14:25 zlogene Exp $
 
-EAPI=2
+EAPI=5
 
 MODULE_AUTHOR=SMUELLER
 inherit perl-module






[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-Constant: perl-ExtUtils-Constant-0.230.0-r4.ebuild ChangeLog perl-ExtUtils-Constant-0.230.0-r3.ebuild perl-ExtUtils-Constant-0.230.0-r2.ebui

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:31:15

  Modified: ChangeLog
  Added:perl-ExtUtils-Constant-0.230.0-r4.ebuild
  Removed:  perl-ExtUtils-Constant-0.230.0-r3.ebuild
perl-ExtUtils-Constant-0.230.0-r2.ebuild
  Log:
  Improve dependencies
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.11 virtual/perl-ExtUtils-Constant/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Constant/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Constant/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Constant/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Constant/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   20 Jan 2014 21:00:01 -  1.10
+++ ChangeLog   6 Jul 2014 09:31:14 -   1.11
@@ -1,6 +1,14 @@
 # ChangeLog for virtual/perl-ExtUtils-Constant
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Constant/ChangeLog,v 
1.10 2014/01/20 21:00:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Constant/ChangeLog,v 
1.11 2014/07/06 09:31:14 dilfridge Exp $
+
+*perl-ExtUtils-Constant-0.230.0-r4 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-ExtUtils-Constant-0.230.0-r2.ebuild,
+  -perl-ExtUtils-Constant-0.230.0-r3.ebuild,
+  +perl-ExtUtils-Constant-0.230.0-r4.ebuild:
+  Improve dependencies
 
   20 Jan 2014; Mike Frysinger vap...@gentoo.org
   perl-ExtUtils-Constant-0.230.0-r2.ebuild,



1.1  
virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r4.ebuild?rev=1.1content-type=text/plain

Index: perl-ExtUtils-Constant-0.230.0-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r4.ebuild,v
 1.1 2014/07/06 09:31:14 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=amd64 arm64 hppa ~ppc ~ppc64 x86
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* =dev-lang/perl-5.16* 
=dev-lang/perl-5.14* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-Archive-Tar: perl-Archive-Tar-1.900.0-r1.ebuild ChangeLog perl-Archive-Tar-1.900.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:34:17

  Modified: ChangeLog
  Added:perl-Archive-Tar-1.900.0-r1.ebuild
  Removed:  perl-Archive-Tar-1.900.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.71 virtual/perl-Archive-Tar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   5 Jul 2014 11:16:23 -   1.70
+++ ChangeLog   6 Jul 2014 09:34:17 -   1.71
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Archive-Tar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v 1.70 
2014/07/05 11:16:23 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v 1.71 
2014/07/06 09:34:17 dilfridge Exp $
+
+*perl-Archive-Tar-1.900.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Archive-Tar-1.900.0.ebuild, +perl-Archive-Tar-1.900.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-Archive-Tar-1.960.0 (05 Jul 2014)
 



1.1  virtual/perl-Archive-Tar/perl-Archive-Tar-1.900.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.900.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.900.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-Archive-Tar-1.900.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.900.0-r1.ebuild,v
 1.1 2014/07/06 09:34:17 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-AutoLoader: perl-AutoLoader-5.730.0-r1.ebuild ChangeLog perl-AutoLoader-5.730.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:36:20

  Modified: ChangeLog
  Added:perl-AutoLoader-5.730.0-r1.ebuild
  Removed:  perl-AutoLoader-5.730.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.23 virtual/perl-AutoLoader/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   5 Jul 2014 11:27:05 -   1.22
+++ ChangeLog   6 Jul 2014 09:36:20 -   1.23
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-AutoLoader
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/ChangeLog,v 1.22 
2014/07/05 11:27:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/ChangeLog,v 1.23 
2014/07/06 09:36:20 dilfridge Exp $
+
+*perl-AutoLoader-5.730.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-AutoLoader-5.730.0.ebuild, +perl-AutoLoader-5.730.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-AutoLoader-5.740.0 (05 Jul 2014)
 



1.1  virtual/perl-AutoLoader/perl-AutoLoader-5.730.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-AutoLoader-5.730.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-AutoLoader/perl-AutoLoader-5.730.0-r1.ebuild,v
 1.1 2014/07/06 09:36:20 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=amd64 ~ppc x86 ~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-B-Debug: perl-B-Debug-1.180.0-r1.ebuild ChangeLog perl-B-Debug-1.180.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:37:49

  Modified: ChangeLog
  Added:perl-B-Debug-1.180.0-r1.ebuild
  Removed:  perl-B-Debug-1.180.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.4  virtual/perl-B-Debug/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-B-Debug/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   4 Jul 2014 23:29:17 -   1.3
+++ ChangeLog   6 Jul 2014 09:37:49 -   1.4
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-B-Debug
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-B-Debug/ChangeLog,v 1.3 
2014/07/04 23:29:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-B-Debug/ChangeLog,v 1.4 
2014/07/06 09:37:49 dilfridge Exp $
+
+*perl-B-Debug-1.180.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-B-Debug-1.180.0.ebuild, +perl-B-Debug-1.180.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-B-Debug-1.190.0 (04 Jul 2014)
 



1.1  virtual/perl-B-Debug/perl-B-Debug-1.180.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/perl-B-Debug-1.180.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-B-Debug/perl-B-Debug-1.180.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-B-Debug-1.180.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-B-Debug/perl-B-Debug-1.180.0-r1.ebuild,v 
1.1 2014/07/06 09:37:49 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for B::Debug
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

DEPEND=
RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/B-Debug-${PV} )






[gentoo-commits] gentoo-x86 commit in net-p2p/transmission: transmission-2.83.ebuild ChangeLog

2014-07-06 Thread Samuli Suominen (ssuominen)
ssuominen14/07/06 09:38:46

  Modified: transmission-2.83.ebuild ChangeLog
  Log:
  Include epatch_user wrt #516486 by Hristo Venev
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  net-p2p/transmission/transmission-2.83.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/transmission-2.83.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/transmission-2.83.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/transmission-2.83.ebuild?r1=1.3r2=1.4

Index: transmission-2.83.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.83.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- transmission-2.83.ebuild13 Jun 2014 16:43:10 -  1.3
+++ transmission-2.83.ebuild6 Jul 2014 09:38:46 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.83.ebuild,v 1.3 
2014/06/13 16:43:10 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.83.ebuild,v 1.4 
2014/07/06 09:38:46 ssuominen Exp $
 
 EAPI=5
 inherit autotools eutils fdo-mime gnome2-utils qt4-r2 systemd user
@@ -65,6 +65,7 @@
# http://trac.transmissionbt.com/ticket/5700
sed -i -e '1iQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro || die
 
+   epatch_user
eautoreconf
 }
 



1.254net-p2p/transmission/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/ChangeLog?rev=1.254view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/ChangeLog?rev=1.254content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/ChangeLog?r1=1.253r2=1.254

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog   13 Jun 2014 16:43:10 -  1.253
+++ ChangeLog   6 Jul 2014 09:38:46 -   1.254
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/transmission
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.253 
2014/06/13 16:43:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.254 
2014/07/06 09:38:46 ssuominen Exp $
+
+  06 Jul 2014; Samuli Suominen ssuomi...@gentoo.org transmission-2.83.ebuild:
+  Include epatch_user wrt #516486 by Hristo Venev
 
   13 Jun 2014; Ulrich Müller u...@gentoo.org transmission-2.83.ebuild:
   Rename OpenSSL linking license exception, and move it into the || group.






[gentoo-commits] gentoo-x86 commit in virtual/perl-CGI: perl-CGI-3.630.0-r1.ebuild ChangeLog perl-CGI-3.630.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:39:38

  Modified: ChangeLog
  Added:perl-CGI-3.630.0-r1.ebuild
  Removed:  perl-CGI-3.630.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.117virtual/perl-CGI/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/ChangeLog?rev=1.117view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/ChangeLog?rev=1.117content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/ChangeLog?r1=1.116r2=1.117

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   5 Jul 2014 11:33:07 -   1.116
+++ ChangeLog   6 Jul 2014 09:39:38 -   1.117
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-CGI
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.116 
2014/07/05 11:33:07 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.117 
2014/07/06 09:39:38 dilfridge Exp $
+
+*perl-CGI-3.630.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-CGI-3.630.0.ebuild, +perl-CGI-3.630.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-CGI-3.650.0 (05 Jul 2014)
 



1.1  virtual/perl-CGI/perl-CGI-3.630.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/perl-CGI-3.630.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CGI/perl-CGI-3.630.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-CGI-3.630.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.630.0-r1.ebuild,v 1.1 
2014/07/06 09:39:38 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

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

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-CPAN-Meta: perl-CPAN-Meta-2.120.921-r1.ebuild ChangeLog perl-CPAN-Meta-2.120.921.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:41:28

  Modified: ChangeLog
  Added:perl-CPAN-Meta-2.120.921-r1.ebuild
  Removed:  perl-CPAN-Meta-2.120.921.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.47 virtual/perl-CPAN-Meta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   5 Jul 2014 11:49:01 -   1.46
+++ ChangeLog   6 Jul 2014 09:41:28 -   1.47
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-CPAN-Meta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.46 
2014/07/05 11:49:01 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.47 
2014/07/06 09:41:28 dilfridge Exp $
+
+*perl-CPAN-Meta-2.120.921-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-CPAN-Meta-2.120.921.ebuild, +perl-CPAN-Meta-2.120.921-r1.ebuild:
+  Revision bump for added provider
 
 *perl-CPAN-Meta-2.140.640 (05 Jul 2014)
 



1.1  virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.120.921-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.120.921-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.120.921-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-CPAN-Meta-2.120.921-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.120.921-r1.ebuild,v
 1.1 2014/07/06 09:41:28 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-CPAN-Meta-YAML: ChangeLog perl-CPAN-Meta-YAML-0.8.0-r1.ebuild perl-CPAN-Meta-YAML-0.8.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:46:37

  Modified: ChangeLog
  Added:perl-CPAN-Meta-YAML-0.8.0-r1.ebuild
  Removed:  perl-CPAN-Meta-YAML-0.8.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.42 virtual/perl-CPAN-Meta-YAML/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   5 Jul 2014 12:17:30 -   1.41
+++ ChangeLog   6 Jul 2014 09:46:37 -   1.42
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-CPAN-Meta-YAML
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog,v 
1.41 2014/07/05 12:17:30 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/ChangeLog,v 
1.42 2014/07/06 09:46:37 dilfridge Exp $
+
+*perl-CPAN-Meta-YAML-0.8.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-CPAN-Meta-YAML-0.8.0.ebuild, +perl-CPAN-Meta-YAML-0.8.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-CPAN-Meta-YAML-0.12.0 (05 Jul 2014)
 



1.1  
virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.8.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.8.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.8.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-CPAN-Meta-YAML-0.8.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.8.0-r1.ebuild,v
 1.1 2014/07/06 09:46:37 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-Class-ISA: ChangeLog perl-Class-ISA-0.36-r1.ebuild perl-Class-ISA-0.36.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:48:10

  Modified: ChangeLog
  Added:perl-Class-ISA-0.36-r1.ebuild
  Removed:  perl-Class-ISA-0.36.ebuild
  Log:
  Revision bump for changed provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.22 virtual/perl-Class-ISA/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Class-ISA/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   5 Jul 2014 12:33:13 -   1.21
+++ ChangeLog   6 Jul 2014 09:48:10 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Class-ISA
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Class-ISA/ChangeLog,v 1.21 
2014/07/05 12:33:13 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Class-ISA/ChangeLog,v 1.22 
2014/07/06 09:48:10 dilfridge Exp $
+
+*perl-Class-ISA-0.36-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Class-ISA-0.36.ebuild, +perl-Class-ISA-0.36-r1.ebuild:
+  Revision bump for changed provider
 
   05 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   perl-Class-ISA-0.36.ebuild:



1.1  virtual/perl-Class-ISA/perl-Class-ISA-0.36-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/perl-Class-ISA-0.36-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/perl-Class-ISA-0.36-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-Class-ISA-0.36-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Class-ISA/perl-Class-ISA-0.36-r1.ebuild,v 
1.1 2014/07/06 09:48:10 dilfridge Exp $

EAPI=5

DESCRIPTION=Report the search path thru an ISA tree
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86
IUSE=

RDEPEND=~dev-perl/Class-ISA-${PV}






[gentoo-commits] gentoo-x86 commit in virtual/perl-Class-ISA: ChangeLog perl-Class-ISA-0.36.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:49:48

  Modified: ChangeLog
  Added:perl-Class-ISA-0.36.ebuild
  Log:
  This probably didnt make sense, if I remember the quirks of dynamic deps 
correctly. :(
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.23 virtual/perl-Class-ISA/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Class-ISA/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   6 Jul 2014 09:48:10 -   1.22
+++ ChangeLog   6 Jul 2014 09:49:48 -   1.23
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/perl-Class-ISA
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Class-ISA/ChangeLog,v 1.22 
2014/07/06 09:48:10 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Class-ISA/ChangeLog,v 1.23 
2014/07/06 09:49:48 dilfridge Exp $
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  +perl-Class-ISA-0.36.ebuild:
+  This probably didnt make sense, if I remember the quirks of dynamic deps
+  correctly. :(
 
 *perl-Class-ISA-0.36-r1 (06 Jul 2014)
 



1.12 virtual/perl-Class-ISA/perl-Class-ISA-0.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/perl-Class-ISA-0.36.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/perl-Class-ISA-0.36.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Class-ISA/perl-Class-ISA-0.36.ebuild?r1=1.11r2=1.12







[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-07-06 Thread Sven Vermeulen
commit: e272f69ec718dcd0f6e0df8ade02e722df918440
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Sat Jul  5 16:19:08 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Sun Jul  6 09:48:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e272f69e

Create chromium_bind_tcp_unreserved_ports boolean

Some extensions for chromium need to be able to listen on tcp ports.
This adds a boolean (default off) to allow binding to unreserved tcp
ports.

Signed-off-by: Jason Zaman jason AT perfinion.com

---
 policy/modules/contrib/chromium.te | 17 +
 1 file changed, 17 insertions(+)

diff --git a/policy/modules/contrib/chromium.te 
b/policy/modules/contrib/chromium.te
index b460904..878d8c9 100644
--- a/policy/modules/contrib/chromium.te
+++ b/policy/modules/contrib/chromium.te
@@ -30,6 +30,17 @@ gen_tunable(chromium_use_java, false)
 ## /desc
 gen_tunable(chromium_read_system_info, false)
 
+## desc
+## p
+## Allow chromium to bind to tcp ports
+## /p
+## p
+## Although not needed for regular browsing, some chrome extensions need to
+## bind to tcp ports and accept connections.
+## /p
+## /desc
+gen_tunable(chromium_bind_tcp_unreserved_ports, false)
+
 type chromium_t;
 domain_dyntrans_type(chromium_t)
 
@@ -163,6 +174,12 @@ xdg_read_data_home_files(chromium_t)
 
 xserver_user_x_domain_template(chromium, chromium_t, chromium_tmpfs_t)
 
+tunable_policy(`chromium_bind_tcp_unreserved_ports',`
+   corenet_tcp_bind_generic_node(chromium_t)
+   corenet_tcp_bind_all_unreserved_ports(chromium_t)
+   allow chromium_t self:tcp_socket { listen accept };
+')
+
 tunable_policy(`chromium_read_system_info',`
kernel_read_kernel_sysctls(chromium_t)
# Memory optimizations  optimizations based on OS/version



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-07-06 Thread Sven Vermeulen
commit: 9668ef191f10834fd4d5904c8a5a9f62eb04dfb4
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Sat Jul  5 16:19:09 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Sun Jul  6 09:48:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=9668ef19

dontaudits for chromium

When chromium_read_system_info is enabled, chromium tries to getattr
on a lot of files in /dev. They are not required and this quiets
chromium a bit more.

Signed-off-by: Jason Zaman jason AT perfinion.com

---
 policy/modules/contrib/chromium.te | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/policy/modules/contrib/chromium.te 
b/policy/modules/contrib/chromium.te
index 878d8c9..0f72dd7 100644
--- a/policy/modules/contrib/chromium.te
+++ b/policy/modules/contrib/chromium.te
@@ -191,6 +191,9 @@ tunable_policy(`chromium_read_system_info',`
storage_getattr_fixed_disk_dev(chromium_t)
 
files_read_etc_runtime_files(chromium_t)
+
+   dev_dontaudit_getattr_all_chr_files(chromium_t)
+   init_dontaudit_getattr_initctl(chromium_t)
 ',`
kernel_dontaudit_read_kernel_sysctls(chromium_t)
kernel_dontaudit_read_system_state(chromium_t)



[gentoo-commits] gentoo-x86 commit in virtual/perl-Compress-Raw-Bzip2: perl-Compress-Raw-Bzip2-2.60.0-r1.ebuild ChangeLog perl-Compress-Raw-Bzip2-2.60.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:52:21

  Modified: ChangeLog
  Added:perl-Compress-Raw-Bzip2-2.60.0-r1.ebuild
  Removed:  perl-Compress-Raw-Bzip2-2.60.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.71 virtual/perl-Compress-Raw-Bzip2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   5 Jul 2014 15:50:02 -   1.70
+++ ChangeLog   6 Jul 2014 09:52:21 -   1.71
@@ -1,6 +1,13 @@
 # ChangeLog for virtual/perl-Compress-Raw-Bzip2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog,v 
1.70 2014/07/05 15:50:02 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/ChangeLog,v 
1.71 2014/07/06 09:52:21 dilfridge Exp $
+
+*perl-Compress-Raw-Bzip2-2.60.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Compress-Raw-Bzip2-2.60.0.ebuild,
+  +perl-Compress-Raw-Bzip2-2.60.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-Compress-Raw-Bzip2-2.64.0 (05 Jul 2014)
 



1.1  
virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.60.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.60.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.60.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-Compress-Raw-Bzip2-2.60.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.60.0-r1.ebuild,v
 1.1 2014/07/06 09:52:21 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-Compress-Raw-Zlib: ChangeLog perl-Compress-Raw-Zlib-2.60.0-r1.ebuild perl-Compress-Raw-Zlib-2.60.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:53:44

  Modified: ChangeLog
  Added:perl-Compress-Raw-Zlib-2.60.0-r1.ebuild
  Removed:  perl-Compress-Raw-Zlib-2.60.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.73 virtual/perl-Compress-Raw-Zlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   5 Jul 2014 16:01:03 -   1.72
+++ ChangeLog   6 Jul 2014 09:53:43 -   1.73
@@ -1,6 +1,13 @@
 # ChangeLog for virtual/perl-Compress-Raw-Zlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 
1.72 2014/07/05 16:01:03 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 
1.73 2014/07/06 09:53:43 dilfridge Exp $
+
+*perl-Compress-Raw-Zlib-2.60.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Compress-Raw-Zlib-2.60.0.ebuild,
+  +perl-Compress-Raw-Zlib-2.60.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-Compress-Raw-Zlib-2.65.0 (05 Jul 2014)
 



1.1  
virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.60.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.60.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.60.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-Compress-Raw-Zlib-2.60.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.60.0-r1.ebuild,v
 1.1 2014/07/06 09:53:43 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-DB_File: perl-DB_File-1.827.0-r1.ebuild ChangeLog perl-DB_File-1.827.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:54:49

  Modified: ChangeLog
  Added:perl-DB_File-1.827.0-r1.ebuild
  Removed:  perl-DB_File-1.827.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.66 virtual/perl-DB_File/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   5 Jul 2014 16:10:25 -   1.65
+++ ChangeLog   6 Jul 2014 09:54:49 -   1.66
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-DB_File
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.65 
2014/07/05 16:10:25 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.66 
2014/07/06 09:54:49 dilfridge Exp $
+
+*perl-DB_File-1.827.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-DB_File-1.827.0.ebuild, +perl-DB_File-1.827.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-DB_File-1.831.0 (05 Jul 2014)
 



1.1  virtual/perl-DB_File/perl-DB_File-1.827.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.827.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.827.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-DB_File-1.827.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.827.0-r1.ebuild,v 
1.1 2014/07/06 09:54:49 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

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

RDEPEND=|| ( =dev-lang/perl-5.18*[berkdb] ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-Data-Dumper: ChangeLog perl-Data-Dumper-2.145.0-r1.ebuild perl-Data-Dumper-2.145.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:55:48

  Modified: ChangeLog
  Added:perl-Data-Dumper-2.145.0-r1.ebuild
  Removed:  perl-Data-Dumper-2.145.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.17 virtual/perl-Data-Dumper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   5 Jul 2014 21:54:46 -   1.16
+++ ChangeLog   6 Jul 2014 09:55:48 -   1.17
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Data-Dumper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog,v 1.16 
2014/07/05 21:54:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/ChangeLog,v 1.17 
2014/07/06 09:55:48 dilfridge Exp $
+
+*perl-Data-Dumper-2.145.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Data-Dumper-2.145.0.ebuild, +perl-Data-Dumper-2.145.0-r1.ebuild:
+  Revision bump for added provider
 
   05 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   -perl-Data-Dumper-2.131.0.ebuild, -perl-Data-Dumper-2.136.0.ebuild,



1.1  virtual/perl-Data-Dumper/perl-Data-Dumper-2.145.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.145.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.145.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-Data-Dumper-2.145.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.145.0-r1.ebuild,v
 1.1 2014/07/06 09:55:48 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-Dumpvalue: ChangeLog perl-Dumpvalue-1.170.0-r2.ebuild perl-Dumpvalue-1.170.0-r1.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 09:59:02

  Modified: ChangeLog
  Added:perl-Dumpvalue-1.170.0-r2.ebuild
  Removed:  perl-Dumpvalue-1.170.0-r1.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.12 virtual/perl-Dumpvalue/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Dumpvalue/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Dumpvalue/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Dumpvalue/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Dumpvalue/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   5 Jul 2014 22:08:51 -   1.11
+++ ChangeLog   6 Jul 2014 09:59:02 -   1.12
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Dumpvalue
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Dumpvalue/ChangeLog,v 1.11 
2014/07/05 22:08:51 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Dumpvalue/ChangeLog,v 1.12 
2014/07/06 09:59:02 dilfridge Exp $
+
+*perl-Dumpvalue-1.170.0-r2 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Dumpvalue-1.170.0-r1.ebuild, +perl-Dumpvalue-1.170.0-r2.ebuild:
+  Revision bump for added provider
 
   05 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   perl-Dumpvalue-1.170.0-r1.ebuild:



1.1  virtual/perl-Dumpvalue/perl-Dumpvalue-1.170.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Dumpvalue/perl-Dumpvalue-1.170.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Dumpvalue/perl-Dumpvalue-1.170.0-r2.ebuild?rev=1.1content-type=text/plain

Index: perl-Dumpvalue-1.170.0-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Dumpvalue/perl-Dumpvalue-1.170.0-r2.ebuild,v
 1.1 2014/07/06 09:59:02 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for perl-core/Dumpvalue
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=

DEPEND=
RDEPEND=
|| (
=dev-lang/perl-5.20*
=dev-lang/perl-5.18*
=dev-lang/perl-5.16*
~perl-core/Dumpvalue-${PV}
)







[gentoo-commits] gentoo-x86 commit in media-libs/libcaca: libcaca-0.99_beta18-r2.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 09:58:21

  Modified: libcaca-0.99_beta18-r2.ebuild ChangeLog
  Log:
  Fix the -I sed for java Makefile, bug #515812.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild

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

Index: libcaca-0.99_beta18-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libcaca-0.99_beta18-r2.ebuild   18 Jun 2014 19:40:03 -  1.5
+++ libcaca-0.99_beta18-r2.ebuild   6 Jul 2014 09:58:21 -   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/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.5 
2014/06/18 19:40:03 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.6 
2014/07/06 09:58:21 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -62,7 +62,7 @@
 
sed -i \
-e 's:$(JAVAC):$(JAVAC) $(JAVACFLAGS):' \
-   -e 's:libcaca_java_la_CPPFLAGS =:libcaca_java_la_CPPFLAGS = 
-I../caca:' \
+   -e 's:libcaca_java_la_CPPFLAGS =:libcaca_java_la_CPPFLAGS = 
-I$(top_srcdir)/caca:' \
java/Makefile.am || die
 
if ! use truetype; then



1.117media-libs/libcaca/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   18 Jun 2014 19:40:03 -  1.116
+++ ChangeLog   6 Jul 2014 09:58:21 -   1.117
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libcaca
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.116 
2014/06/18 19:40:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.117 
2014/07/06 09:58:21 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org libcaca-0.99_beta18-r2.ebuild:
+  Fix the -I sed for java Makefile, bug #515812.
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org libcaca-0.99_beta18-r2.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug






[gentoo-commits] gentoo-x86 commit in virtual/perl-Encode: ChangeLog perl-Encode-2.490.0-r1.ebuild perl-Encode-2.490.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 10:00:25

  Modified: ChangeLog
  Added:perl-Encode-2.490.0-r1.ebuild
  Removed:  perl-Encode-2.490.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.64 virtual/perl-Encode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   5 Jul 2014 22:15:05 -   1.63
+++ ChangeLog   6 Jul 2014 10:00:25 -   1.64
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Encode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v 1.63 
2014/07/05 22:15:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v 1.64 
2014/07/06 10:00:25 dilfridge Exp $
+
+*perl-Encode-2.490.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Encode-2.490.0.ebuild, +perl-Encode-2.490.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-Encode-2.600.0 (05 Jul 2014)
 



1.1  virtual/perl-Encode/perl-Encode-2.490.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/perl-Encode-2.490.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Encode/perl-Encode-2.490.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-Encode-2.490.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Encode/perl-Encode-2.490.0-r1.ebuild,v 1.1 
2014/07/06 10:00:25 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

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

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-Command: ChangeLog perl-ExtUtils-Command-1.170.0-r4.ebuild perl-ExtUtils-Command-1.180.0-r1.ebuild perl-ExtUtils-Command-1.170.0-r3.ebuild p

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 10:04:27

  Modified: ChangeLog
  Added:perl-ExtUtils-Command-1.170.0-r4.ebuild
perl-ExtUtils-Command-1.180.0-r1.ebuild
  Removed:  perl-ExtUtils-Command-1.170.0-r3.ebuild
perl-ExtUtils-Command-1.180.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.41 virtual/perl-ExtUtils-Command/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   5 Jul 2014 22:26:13 -   1.40
+++ ChangeLog   6 Jul 2014 10:04:27 -   1.41
@@ -1,6 +1,15 @@
 # ChangeLog for virtual/perl-ExtUtils-Command
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog,v 
1.40 2014/07/05 22:26:13 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog,v 
1.41 2014/07/06 10:04:27 dilfridge Exp $
+
+*perl-ExtUtils-Command-1.180.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-ExtUtils-Command-1.170.0-r3.ebuild,
+  +perl-ExtUtils-Command-1.170.0-r4.ebuild,
+  -perl-ExtUtils-Command-1.180.0.ebuild,
+  +perl-ExtUtils-Command-1.180.0-r1.ebuild:
+  Revision bump for added provider
 
   05 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   perl-ExtUtils-Command-1.170.0-r3.ebuild,



1.4  
virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild?r1=1.3r2=1.4




1.1  
virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-ExtUtils-Command-1.180.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.180.0-r1.ebuild,v
 1.1 2014/07/06 10:04:27 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV}  )






[gentoo-commits] gentoo-x86 commit in virtual/perl-Exporter: perl-Exporter-5.680.0-r1.ebuild ChangeLog perl-Exporter-5.680.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 10:05:07

  Modified: ChangeLog
  Added:perl-Exporter-5.680.0-r1.ebuild
  Removed:  perl-Exporter-5.680.0.ebuild
  Log:
  Revision bump for added provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.5  virtual/perl-Exporter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Jul 2014 22:18:18 -   1.4
+++ ChangeLog   6 Jul 2014 10:05:06 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Exporter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/ChangeLog,v 1.4 
2014/07/05 22:18:18 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/ChangeLog,v 1.5 
2014/07/06 10:05:06 dilfridge Exp $
+
+*perl-Exporter-5.680.0-r1 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Exporter-5.680.0.ebuild, +perl-Exporter-5.680.0-r1.ebuild:
+  Revision bump for added provider
 
 *perl-Exporter-5.700.0 (05 Jul 2014)
 



1.1  virtual/perl-Exporter/perl-Exporter-5.680.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.680.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.680.0-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-Exporter-5.680.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.680.0-r1.ebuild,v 
1.1 2014/07/06 10:05:06 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for perl-core/Exporter
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

DEPEND=
RDEPEND=
|| (
(
=dev-lang/perl-5.18*
!perl-core/Exporter
)
~perl-core/Exporter-${PV}
)







[gentoo-commits] gentoo-x86 commit in media-video/libav: libav-9.13-r1.ebuild libav-10.9999.ebuild libav-9.9999.ebuild libav-10.1-r1.ebuild libav-9999.ebuild libav-10.2.ebuild libav-9.14.ebuild Change

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 10:13:37

  Modified: libav-9.13-r1.ebuild libav-10..ebuild
libav-9..ebuild libav-10.1-r1.ebuild
libav-.ebuild libav-10.2.ebuild
libav-9.14.ebuild ChangeLog
  Log:
  Output configure command-line verbosely to make debugging easier.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  media-video/libav/libav-9.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild?r1=1.3r2=1.4

Index: libav-9.13-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libav-9.13-r1.ebuild19 Jun 2014 13:14:57 -  1.3
+++ libav-9.13-r1.ebuild6 Jul 2014 10:13:37 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild,v 
1.3 2014/06/19 13:14:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild,v 
1.4 2014/07/06 10:13:37 mgorny Exp $
 
 EAPI=5
 
@@ -275,7 +275,7 @@
fi
fi
 
-   ${S}/configure \
+   set -- ${S}/configure \
--prefix=${EPREFIX}/usr \
--libdir=${EPREFIX}/usr/$(get_libdir) \
--shlibdir=${EPREFIX}/usr/$(get_libdir) \
@@ -286,7 +286,9 @@
--optflags=${CFLAGS} \
--extra-cflags=${CFLAGS} \
$(use_enable static-libs static) \
-   ${myconf[@]} || die
+   ${myconf[@]}
+   echo ${@}
+   ${@} || die
 }
 
 multilib_src_compile() {



1.7  media-video/libav/libav-10..ebuild

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

Index: libav-10..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-10..ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libav-10..ebuild19 Jun 2014 13:14:57 -  1.6
+++ libav-10..ebuild6 Jul 2014 10:13: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/media-video/libav/libav-10..ebuild,v 
1.6 2014/06/19 13:14:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10..ebuild,v 
1.7 2014/07/06 10:13:37 mgorny Exp $
 
 EAPI=5
 
@@ -278,7 +278,7 @@
fi
fi
 
-   ${S}/configure \
+   set -- ${S}/configure \
--prefix=${EPREFIX}/usr \
--libdir=${EPREFIX}/usr/$(get_libdir) \
--shlibdir=${EPREFIX}/usr/$(get_libdir) \
@@ -289,7 +289,9 @@
--optflags=${CFLAGS} \
--extra-cflags=${CFLAGS} \
$(use_enable static-libs static) \
-   ${myconf[@]} || die
+   ${myconf[@]}
+   echo ${@}
+   ${@} || die
 }
 
 multilib_src_compile() {



1.15 media-video/libav/libav-9..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9..ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9..ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9..ebuild?r1=1.14r2=1.15

Index: libav-9..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9..ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libav-9..ebuild 19 Jun 2014 13:14:57 -  1.14
+++ libav-9..ebuild 6 Jul 2014 10:13:37 -   1.15
@@ -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-video/libav/libav-9..ebuild,v 
1.14 2014/06/19 13:14:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9..ebuild,v 
1.15 2014/07/06 10:13:37 

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

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 10:13:31

  Modified: ChangeLog package.mask
  Log:
  Add 5.20 version of ExtUtils::Install to perl-5.20 mask

Revision  ChangesPath
1.9158   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9157
retrieving revision 1.9158
diff -u -r1.9157 -r1.9158
--- ChangeLog   6 Jul 2014 09:09:14 -   1.9157
+++ ChangeLog   6 Jul 2014 10:13:30 -   1.9158
@@ -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.9157 2014/07/06 
09:09:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9158 2014/07/06 
10:13:30 dilfridge 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!
 
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
+  Add 5.20 version of ExtUtils::Install to perl-5.20 mask
+
   06 Jul 2014; Hans de Graaff gra...@gentoo.org package.mask:
   Mask old dev-ruby/builder:0 slot for removal.
 



1.15851  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15850
retrieving revision 1.15851
diff -u -r1.15850 -r1.15851
--- package.mask6 Jul 2014 09:09:14 -   1.15850
+++ package.mask6 Jul 2014 10:13:30 -   1.15851
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15850 2014/07/06 
09:09:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15851 2014/07/06 
10:13:30 dilfridge 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
@@ -196,6 +196,7 @@
 =virtual/perl-Encode-2.600.0
 =virtual/perl-Exporter-5.700.0
 =virtual/perl-ExtUtils-CBuilder-0.280.216
+=virtual/perl-ExtUtils-Install-1.670.0
 =perl-core/B-Debug-1.190.0
 
 # Pawel Hajdan jr phajdan...@gentoo.org (24 May 2014)






[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-Install: ChangeLog perl-ExtUtils-Install-1.590.0.ebuild perl-ExtUtils-Install-1.580.0.ebuild perl-ExtUtils-Install-1.670.0.ebuild

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 10:14:42

  Modified: ChangeLog
  Added:perl-ExtUtils-Install-1.590.0.ebuild
perl-ExtUtils-Install-1.580.0.ebuild
perl-ExtUtils-Install-1.670.0.ebuild
  Log:
  Add perl-5.16, 18, and 20 version
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.33 virtual/perl-ExtUtils-Install/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   19 Jan 2014 21:09:22 -  1.32
+++ ChangeLog   6 Jul 2014 10:14:42 -   1.33
@@ -1,6 +1,15 @@
 # ChangeLog for virtual/perl-ExtUtils-Install
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog,v 
1.32 2014/01/19 21:09:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/ChangeLog,v 
1.33 2014/07/06 10:14:42 dilfridge Exp $
+
+*perl-ExtUtils-Install-1.670.0 (06 Jul 2014)
+*perl-ExtUtils-Install-1.590.0 (06 Jul 2014)
+*perl-ExtUtils-Install-1.580.0 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  +perl-ExtUtils-Install-1.580.0.ebuild, +perl-ExtUtils-Install-1.590.0.ebuild,
+  +perl-ExtUtils-Install-1.670.0.ebuild:
+  Add perl-5.16, 18, and 20 version
 
   19 Jan 2014; Mike Frysinger vap...@gentoo.org
   perl-ExtUtils-Install-1.540.0.ebuild:



1.1  
virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.590.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.590.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.590.0.ebuild?rev=1.1content-type=text/plain

Index: perl-ExtUtils-Install-1.590.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.590.0.ebuild,v
 1.1 2014/07/06 10:14:42 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ExtUtils-Install
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

DEPEND=
RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/ExtUtils-Install-${PV} )



1.1  
virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.580.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.580.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.580.0.ebuild?rev=1.1content-type=text/plain

Index: perl-ExtUtils-Install-1.580.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.580.0.ebuild,v
 1.1 2014/07/06 10:14:42 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ExtUtils-Install
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

DEPEND=
RDEPEND=|| ( =dev-lang/perl-5.16* ~perl-core/ExtUtils-Install-${PV} )



1.1  
virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-1.670.0.ebuild?rev=1.1content-type=text/plain

Index: perl-ExtUtils-Install-1.670.0.ebuild
===
# Copyright 1999-2014 

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

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 10:22:56

  Modified: ChangeLog package.mask
  Log:
  Add 5.20 version of ExtUtils::MakeMaker to perl-5.20 mask

Revision  ChangesPath
1.9159   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9158
retrieving revision 1.9159
diff -u -r1.9158 -r1.9159
--- ChangeLog   6 Jul 2014 10:13:30 -   1.9158
+++ ChangeLog   6 Jul 2014 10:22:55 -   1.9159
@@ -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.9158 2014/07/06 
10:13:30 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9159 2014/07/06 
10:22:55 dilfridge 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!
 
   06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
+  Add 5.20 version of ExtUtils::MakeMaker to perl-5.20 mask
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Add 5.20 version of ExtUtils::Install to perl-5.20 mask
 
   06 Jul 2014; Hans de Graaff gra...@gentoo.org package.mask:



1.15852  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15851
retrieving revision 1.15852
diff -u -r1.15851 -r1.15852
--- package.mask6 Jul 2014 10:13:30 -   1.15851
+++ package.mask6 Jul 2014 10:22:55 -   1.15852
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15851 2014/07/06 
10:13:30 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15852 2014/07/06 
10:22:55 dilfridge 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
@@ -197,6 +197,7 @@
 =virtual/perl-Exporter-5.700.0
 =virtual/perl-ExtUtils-CBuilder-0.280.216
 =virtual/perl-ExtUtils-Install-1.670.0
+=virtual/perl-ExtUtils-MakeMaker-6.980.0
 =perl-core/B-Debug-1.190.0
 
 # Pawel Hajdan jr phajdan...@gentoo.org (24 May 2014)






[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-MakeMaker: perl-ExtUtils-MakeMaker-6.660.0.ebuild ChangeLog perl-ExtUtils-MakeMaker-6.980.0.ebuild perl-ExtUtils-MakeMaker-6.590.0.ebuild pe

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 10:30:26

  Modified: ChangeLog
  Added:perl-ExtUtils-MakeMaker-6.660.0.ebuild
perl-ExtUtils-MakeMaker-6.980.0.ebuild
  Removed:  perl-ExtUtils-MakeMaker-6.590.0.ebuild
perl-ExtUtils-MakeMaker-6.620.0.ebuild
perl-ExtUtils-MakeMaker-6.580.0.ebuild
perl-ExtUtils-MakeMaker-6.740.0.ebuild
perl-ExtUtils-MakeMaker-6.720.0.ebuild
  Log:
  Add perl-5.18 and 20 version, remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.71 virtual/perl-ExtUtils-MakeMaker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   4 Jul 2014 20:39:05 -   1.70
+++ ChangeLog   6 Jul 2014 10:30:26 -   1.71
@@ -1,6 +1,19 @@
 # ChangeLog for virtual/perl-ExtUtils-MakeMaker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 
1.70 2014/07/04 20:39:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 
1.71 2014/07/06 10:30:26 dilfridge Exp $
+
+*perl-ExtUtils-MakeMaker-6.980.0 (06 Jul 2014)
+*perl-ExtUtils-MakeMaker-6.660.0 (06 Jul 2014)
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-ExtUtils-MakeMaker-6.580.0.ebuild,
+  -perl-ExtUtils-MakeMaker-6.590.0.ebuild,
+  -perl-ExtUtils-MakeMaker-6.620.0.ebuild,
+  +perl-ExtUtils-MakeMaker-6.660.0.ebuild,
+  -perl-ExtUtils-MakeMaker-6.720.0.ebuild,
+  -perl-ExtUtils-MakeMaker-6.740.0.ebuild,
+  +perl-ExtUtils-MakeMaker-6.980.0.ebuild:
+  Add perl-5.18 and 20 version, remove old
 
   04 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   -perl-ExtUtils-MakeMaker-6.56.ebuild:



1.1  
virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.660.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.660.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.660.0.ebuild?rev=1.1content-type=text/plain

Index: perl-ExtUtils-MakeMaker-6.660.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.660.0.ebuild,v
 1.1 2014/07/06 10:30:26 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )



1.1  
virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild?rev=1.1content-type=text/plain

Index: perl-ExtUtils-MakeMaker-6.980.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild,v
 1.1 2014/07/06 10:30:26 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

RDEPEND=|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )






[gentoo-commits] gentoo-x86 commit in perl-core/ExtUtils-MakeMaker: ChangeLog ExtUtils-MakeMaker-6.620.0.ebuild ExtUtils-MakeMaker-6.56-r1.ebuild ExtUtils-MakeMaker-6.580.0.ebuild ExtUtils-MakeMaker-6

2014-07-06 Thread Andreas HAttel (dilfridge)
dilfridge14/07/06 10:30:57

  Modified: ChangeLog
  Removed:  ExtUtils-MakeMaker-6.620.0.ebuild
ExtUtils-MakeMaker-6.56-r1.ebuild
ExtUtils-MakeMaker-6.580.0.ebuild
ExtUtils-MakeMaker-6.720.0.ebuild
ExtUtils-MakeMaker-6.620.0-r1.ebuild
ExtUtils-MakeMaker-6.590.0.ebuild
ExtUtils-MakeMaker-6.740.0.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.62 perl-core/ExtUtils-MakeMaker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   2 Feb 2014 00:08:37 -   1.61
+++ ChangeLog   6 Jul 2014 10:30:57 -   1.62
@@ -1,6 +1,13 @@
 # ChangeLog for perl-core/ExtUtils-MakeMaker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 
1.61 2014/02/02 00:08:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 
1.62 2014/07/06 10:30:57 dilfridge Exp $
+
+  06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -ExtUtils-MakeMaker-6.56-r1.ebuild, -ExtUtils-MakeMaker-6.580.0.ebuild,
+  -ExtUtils-MakeMaker-6.590.0.ebuild, -ExtUtils-MakeMaker-6.620.0.ebuild,
+  -ExtUtils-MakeMaker-6.620.0-r1.ebuild, -ExtUtils-MakeMaker-6.720.0.ebuild,
+  -ExtUtils-MakeMaker-6.740.0.ebuild:
+  Remove old
 
   02 Feb 2014; Mike Frysinger vap...@gentoo.org
   ExtUtils-MakeMaker-6.640.0.ebuild, ExtUtils-MakeMaker-6.720.0.ebuild,






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xineliboutput: vdr-xineliboutput-9999.ebuild ChangeLog vdr-xineliboutput-1.1.0.ebuild

2014-07-06 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/07/06 10:32:51

  Modified: vdr-xineliboutput-.ebuild ChangeLog
vdr-xineliboutput-1.1.0.ebuild
  Log:
  fixed missing UINT64_C is needed by ffmpeg headers
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.16 
media-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild?r1=1.15r2=1.16

Index: vdr-xineliboutput-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vdr-xineliboutput-.ebuild   27 Jan 2014 19:12:06 -  1.15
+++ vdr-xineliboutput-.ebuild   6 Jul 2014 10:32:51 -   1.16
@@ -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-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild,v
 1.15 2014/01/27 19:12:06 idl0r Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild,v
 1.16 2014/07/06 10:32:51 hd_brummy Exp $
 
 EAPI=5
 GENTOO_VDR_CONDITIONAL=yes
@@ -76,6 +76,9 @@
epatch_user
 
vdr-plugin-2_src_prepare
+
+   # UINT64_C is needed by ffmpeg headers
+   append-cppflags -D__STDC_CONSTANT_MACROS
 }
 
 src_configure() {



1.77 media-plugins/vdr-xineliboutput/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog?rev=1.77view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog?rev=1.77content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog?r1=1.76r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   5 Jul 2014 22:58:26 -   1.76
+++ ChangeLog   6 Jul 2014 10:32:51 -   1.77
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-xineliboutput
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v 
1.76 2014/07/05 22:58:26 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v 
1.77 2014/07/06 10:32:51 hd_brummy Exp $
+
+  06 Jul 2014; Joerg Bornkessel hd_bru...@gentoo.org
+  vdr-xineliboutput-1.1.0.ebuild, vdr-xineliboutput-.ebuild:
+  fixed missing UINT64_C is needed by ffmpeg headers
 
   05 Jul 2014; Joerg Bornkessel hd_bru...@gentoo.org
   -vdr-xineliboutput-1.0.5-r2.ebuild:



1.4  
media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild?r1=1.3r2=1.4

Index: vdr-xineliboutput-1.1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-xineliboutput-1.1.0.ebuild  5 Feb 2014 19:17:33 -   1.3
+++ vdr-xineliboutput-1.1.0.ebuild  6 Jul 2014 10:32:51 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v
 1.3 2014/02/05 19:17:33 idl0r Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v
 1.4 2014/07/06 10:32:51 hd_brummy Exp $
 
 EAPI=5
 
@@ -97,6 +97,9 @@
$(use_enable opengl) \
${myconf} \
|| die
+
+   # UINT64_C is needed by ffmpeg headers
+   append-cppflags -D__STDC_CONSTANT_MACROS
 }
 
 src_install() {






[gentoo-commits] gentoo-x86 commit in dev-lang/scala: scala-2.10.4.ebuild ChangeLog

2014-07-06 Thread Mark Wright (gienah)
gienah  14/07/06 10:39:35

  Modified: ChangeLog
  Added:scala-2.10.4.ebuild
  Log:
  Bump scala to 2.10.4 as requested in Bug 505582 - dev-lang/scala-2.10.4 
version bump, thanks to Joel for reporting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.36 dev-lang/scala/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   12 Feb 2014 13:46:58 -  1.35
+++ ChangeLog   6 Jul 2014 10:39:35 -   1.36
@@ -1,6 +1,13 @@
 # ChangeLog for dev-lang/scala
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.35 2014/02/12 
13:46:58 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.36 2014/07/06 
10:39:35 gienah Exp $
+
+*scala-2.10.4 (06 Jul 2014)
+
+  06 Jul 2014; Mark Wright gie...@gentoo.org 
+files/scala-2.10.4-no-git.patch,
+  +scala-2.10.4.ebuild:
+  Bump scala to 2.10.4 as requested in Bug 505582 - dev-lang/scala-2.10.4
+  version bump, thanks to Joel for reporting.
 
 *scala-2.10.3 (12 Feb 2014)
 



1.1  dev-lang/scala/scala-2.10.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.10.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.10.4.ebuild?rev=1.1content-type=text/plain

Index: scala-2.10.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.10.4.ebuild,v 1.1 
2014/07/06 10:39:35 gienah Exp $

EAPI=5

JAVA_PKG_IUSE=doc source
JAVA_ANT_DISABLE_ANT_CORE_DEP=yes
EANT_TEST_TARGET=test.suite

inherit eutils check-reqs java-pkg-2 java-ant-2 versionator

MY_P=${PN}-sources-${PV}

# creating the binary:
# JAVA_PKG_FORCE_VM=$available-1.6 USE=doc source ebuild scala-*.ebuild 
compile
# cd $WORDKIR
# fix dist/latest link.
# tar -cjf $DISTDIR/scala-$PN-gentoo-binary.tar.bz2 ${MY_P}/dists 
${MY_P}/docs/README ${MY_P}/docs/TODO ${MY_P}/build/scaladoc

# In the pullJarFiles function in tools/binary-repo-lib.sh it executes find 
commands
# to search for .desired.sha1 files, which contain sha1 hashes that are appended
# to ${BURI} along with the subdirectory and filename to form the list of jar 
files
# listed in SRC_URI.  The output of this find command can be hacked into the 
desired format:
# find . -name \*.desired.sha1 -exec sed -e 's@\([0-9a-f]*\).*@\1@' {} \; -print
# After editing it into the desired format: sort -t / -k 3 file

BURI=http://repo.typesafe.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap;

declare -a JURI=( \

${BURI}/943cd5c8802b2a3a64a010efb86ec19bac142e40/lib/ant/ant-contrib.jar - 
${P}-ant-contrib.jar \

${BURI}/3fc1e35ca8c991fc3488548f7a276bd9053c179d/lib/ant/ant-dotnet-1.0.jar - 
${P}-ant-dotnet-1.0.jar \
${BURI}/7b456ca6b93900f96e58cc8371f03d90a9c1c8d1/lib/ant/ant.jar - 
${P}-ant.jar \

${BURI}/7e50e3e227d834695f1e0bf018a7326e06ee4c86/lib/ant/maven-ant-tasks-2.1.1.jar
 - ${P}-maven-ant-tasks-2.1.1.jar \
${BURI}/2c61d6e9a912b3253194d5d6d3e1db7e2545ac4b/lib/ant/vizant.jar - 
${P}-vizant.jar \
${BURI}/8acc87f10b4a5eb2675477602fc1759e7684/lib/fjbg.jar - 
${P}-fjbg.jar \
${BURI}/ddd7d5398733c4fbbb8355c049e258d47af636cf/lib/forkjoin.jar - 
${P}-forkjoin.jar \
${BURI}/a5261e70728c1847639e2b47d953441d0b217bcb/lib/jline.jar - 
${P}-jline.jar \
${BURI}/d48cb950ceded82a5e0ffae8ef2c68d0923ed00c/lib/msil.jar - 
${P}-msil.jar \

${BURI}/cfa3ee21f76cd5c115bd3bc070a3b401587bafb5/lib/scala-compiler-src.jar - 
${P}-scala-compiler-src.jar \

${BURI}/d54b99f215d4d42b3f0b3489fbb1081270700992/lib/scala-compiler.jar - 
${P}-scala-compiler.jar \

${BURI}/8bdac1cdd60b73ff7e12fd2b556355fa10343e2d/lib/scala-library-src.jar - 
${P}-scala-library-src.jar \
${BURI}/1e0e39fae15b42e85998740511ec5a3830e26243/lib/scala-library.jar 
- ${P}-scala-library.jar \

${BURI}/d229f4c91ea8ab1a81559b5803efd9b0b1632f0b/lib/scala-reflect-src.jar - 
${P}-scala-reflect-src.jar \
${BURI}/288f47dbe1002653e030fd25ca500b9ffe1ebd64/lib/scala-reflect.jar 
- ${P}-scala-reflect.jar \

${BURI}/0392ecdeb306263c471ce51fa368223388b82b61/test/benchmarks/lib/jsr166_and_extra.jar
 - 

[gentoo-commits] gentoo-x86 commit in dev-lang/scala/files: scala-2.10.4-no-git.patch

2014-07-06 Thread Mark Wright (gienah)
gienah  14/07/06 10:39:35

  Added:scala-2.10.4-no-git.patch
  Log:
  Bump scala to 2.10.4 as requested in Bug 505582 - dev-lang/scala-2.10.4 
version bump, thanks to Joel for reporting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.1  dev-lang/scala/files/scala-2.10.4-no-git.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/files/scala-2.10.4-no-git.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/files/scala-2.10.4-no-git.patch?rev=1.1content-type=text/plain

Index: scala-2.10.4-no-git.patch
===
--- scala-2.10.4-orig/tools/get-scala-commit-date   2014-02-10 
04:00:20.0 +1100
+++ scala-2.10.4/tools/get-scala-commit-date2014-07-05 18:19:38.054864707 
+1000
@@ -10,8 +10,8 @@
 
 [[ $# -eq 0 ]] || cd $1
 
-lastcommitdate=$(git log --format=%ci HEAD | head -n 1 | cut -d ' ' -f 1)
-lastcommithours=$(git log --format=%ci HEAD | head -n 1 | cut -d ' ' -f 2)
+lastcommitdate=2014-02-10
+lastcommithours=00:00:00
 
 # 20120324
 echo ${lastcommitdate//-/}-${lastcommithours//:/}
--- scala-2.10.4-orig/tools/get-scala-commit-sha2014-02-10 
04:00:20.0 +1100
+++ scala-2.10.4/tools/get-scala-commit-sha 2014-07-05 18:20:27.799470430 
+1000
@@ -12,7 +12,7 @@
 
 # printf %016s is not portable for 0-padding, has to be a digit.
 # so we're stuck disassembling it.
-hash=$(git log -1 --format=%H HEAD)
+hash=b66a39653b9bccab72036ba58fec5fd7d596d313
 hash=${hash#g}
 hash=${hash:0:10}
 echo $hash






[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-Manifest: ChangeLog perl-ExtUtils-Manifest-1.590.0.ebuild perl-ExtUtils-Manifest-1.600.0.ebuild perl-ExtUtils-Manifest-1.580.0-r1.ebuild

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 10:53:57

  Modified: ChangeLog
  Removed:  perl-ExtUtils-Manifest-1.590.0.ebuild
perl-ExtUtils-Manifest-1.600.0.ebuild
perl-ExtUtils-Manifest-1.580.0-r1.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.39 virtual/perl-ExtUtils-Manifest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   20 Jan 2014 21:00:55 -  1.38
+++ ChangeLog   6 Jul 2014 10:53:57 -   1.39
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-ExtUtils-Manifest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v 
1.38 2014/01/20 21:00:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v 
1.39 2014/07/06 10:53:57 zlogene Exp $
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org
+  -perl-ExtUtils-Manifest-1.580.0-r1.ebuild,
+  -perl-ExtUtils-Manifest-1.590.0.ebuild,
+  -perl-ExtUtils-Manifest-1.600.0.ebuild:
+  Drop old.
 
   20 Jan 2014; Mike Frysinger vap...@gentoo.org
   perl-ExtUtils-Manifest-1.590.0.ebuild, perl-ExtUtils-Manifest-1.600.0.ebuild:






[gentoo-commits] gentoo-x86 commit in perl-core/ExtUtils-Manifest: ChangeLog ExtUtils-Manifest-1.580.0.ebuild ExtUtils-Manifest-1.600.0.ebuild ExtUtils-Manifest-1.590.0.ebuild

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 10:55:36

  Modified: ChangeLog
  Removed:  ExtUtils-Manifest-1.580.0.ebuild
ExtUtils-Manifest-1.600.0.ebuild
ExtUtils-Manifest-1.590.0.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.39 perl-core/ExtUtils-Manifest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   2 Feb 2014 00:06:59 -   1.38
+++ ChangeLog   6 Jul 2014 10:55:36 -   1.39
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/ExtUtils-Manifest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 
1.38 2014/02/02 00:06:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 
1.39 2014/07/06 10:55:36 zlogene Exp $
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org
+  -ExtUtils-Manifest-1.580.0.ebuild, -ExtUtils-Manifest-1.590.0.ebuild,
+  -ExtUtils-Manifest-1.600.0.ebuild:
+  Drop old.
 
   02 Feb 2014; Mike Frysinger vap...@gentoo.org
   ExtUtils-Manifest-1.610.0.ebuild, ExtUtils-Manifest-1.630.0.ebuild:






[gentoo-commits] gentoo-x86 commit in app-office/texstudio: ChangeLog texstudio-2.8.0.ebuild

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 11:00:48

  Modified: ChangeLog
  Added:texstudio-2.8.0.ebuild
  Log:
  app-office/texstudio: version BUmp, #515862
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.26 app-office/texstudio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   20 Mar 2014 15:37:43 -  1.25
+++ ChangeLog   6 Jul 2014 11:00:48 -   1.26
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/texstudio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.25 
2014/03/20 15:37:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.26 
2014/07/06 11:00:48 jlec Exp $
+
+*texstudio-2.8.0 (06 Jul 2014)
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org +texstudio-2.8.0.ebuild:
+  version BUmp, #515862
 
 *texstudio-2.7.0 (20 Mar 2014)
 



1.1  app-office/texstudio/texstudio-2.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.0.ebuild?rev=1.1content-type=text/plain

Index: texstudio-2.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.0.ebuild,v 1.1 
2014/07/06 11:00:48 jlec Exp $

EAPI=5

inherit base fdo-mime prefix qt4-r2

DESCRIPTION=Free cross-platform LaTeX editor (fork from texmakerX)
HOMEPAGE=http://texstudio.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-fbsd
IUSE=video

COMMON_DEPEND=
app-text/hunspell
app-text/poppler:=[qt4]
dev-libs/quazip
x11-libs/libX11
x11-libs/libXext
|| ( ( =dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) dev-qt/qtgui-4.8.5:4 
)
=dev-qt/qtcore-4.6.1:4
=dev-qt/qtscript-4.6.1:4
dev-qt/qtsingleapplication
=dev-qt/qtsvg-4.6.1:4
=dev-qt/qttest-4.6.1:4
video? ( media-libs/phonon )
RDEPEND=${COMMON_DEPEND}
virtual/latex-base
app-text/psutils
app-text/ghostscript-gpl
media-libs/netpbm
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig

S=${WORKDIR}/${P/-/}

PATCHES=(
${FILESDIR}/${PN}-2.6.4-hunspell-quazip.patch
${FILESDIR}/${PN}-2.6.0-desktop.patch
# Get it from fedora
${FILESDIR}/${PN}-2.5-viewers-use-xdg-open.patch
)

src_prepare() {
find hunspell quazip utilities/poppler-data qtsingleapplication -delete 
|| die

if use video; then
sed /^PHONON/s:$:true:g -i ${PN}.pro || die
fi

sed \
-e '/hunspell.pri/d' \
-e '/quazip.pri/d' \
-e '/qtsingleapplication.pri/d' \
-e '/QUAZIP_STATIC/d' \
-i ${PN}.pro || die

#   cat  ${PN}.pro - EOF
#   exists(texmakerx_my.pri):include(texmakerx_my.pri)
#   EOF

cp ${FILESDIR}/texmakerx_my.pri ${PN}.pri || die
eprefixify ${PN}.pri

qt4-r2_src_prepare
}

src_install() {
local i
for i in 16x16 22x22 32x32 48x48 64x64; do
insinto /usr/share/icons/hicolor/${i}
newins utilities/${PN}${i}.png ${PN}.png
done
qt4-r2_src_install
}

pkg_postinst() {
fdo-mime_desktop_database_update
}






[gentoo-commits] gentoo-x86 commit in sci-biology/abyss: ChangeLog abyss-1.3.6.ebuild

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 11:12:45

  Modified: ChangeLog abyss-1.3.6.ebuild
  Log:
  sci-biology/abyss: Add missing dep on boost, #515156
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.20 sci-biology/abyss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/abyss/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/abyss/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/abyss/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/abyss/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   11 Aug 2013 14:55:22 -  1.19
+++ ChangeLog   6 Jul 2014 11:12:45 -   1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/abyss
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/ChangeLog,v 1.19 
2013/08/11 14:55:22 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/ChangeLog,v 1.20 
2014/07/06 11:12:45 jlec Exp $
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org abyss-1.3.6.ebuild:
+  Add missing dep on boost, #515156
 
 *abyss-1.3.6 (11 Aug 2013)
 



1.2  sci-biology/abyss/abyss-1.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/abyss/abyss-1.3.6.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/abyss/abyss-1.3.6.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/abyss/abyss-1.3.6.ebuild?r1=1.1r2=1.2

Index: abyss-1.3.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/abyss/abyss-1.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abyss-1.3.6.ebuild  11 Aug 2013 14:55:22 -  1.1
+++ abyss-1.3.6.ebuild  6 Jul 2014 11:12:45 -   1.2
@@ -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/sci-biology/abyss/abyss-1.3.6.ebuild,v 1.1 
2013/08/11 14:55:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/abyss-1.3.6.ebuild,v 1.2 
2014/07/06 11:12:45 jlec Exp $
 
 EAPI=5
 
@@ -19,6 +19,7 @@
 
 DEPEND=
dev-cpp/sparsehash
+   dev-libs/boost
mpi? ( virtual/mpi )
 RDEPEND=${DEPEND}
 






[gentoo-commits] gentoo-x86 commit in app-forensics/lynis: ChangeLog lynis-1.5.6.ebuild lynis-1.5.3.ebuild

2014-07-06 Thread Christian Ruppert (idl0r)
idl0r   14/07/06 11:13:40

  Modified: ChangeLog
  Added:lynis-1.5.6.ebuild
  Removed:  lynis-1.5.3.ebuild
  Log:
  Version bump. Also fixes wrong doc permissions, bug 515626
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  ChangesPath
1.51 app-forensics/lynis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   22 May 2014 21:14:11 -  1.50
+++ ChangeLog   6 Jul 2014 11:13:40 -   1.51
@@ -1,6 +1,12 @@
 # ChangeLog for app-forensics/lynis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.50 
2014/05/22 21:14:11 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.51 
2014/07/06 11:13:40 idl0r Exp $
+
+*lynis-1.5.6 (06 Jul 2014)
+
+  06 Jul 2014; Christian Ruppert id...@gentoo.org -lynis-1.5.3.ebuild,
+  +lynis-1.5.6.ebuild:
+  Version bump. Also fixes wrong doc permissions, bug 515626
 
 *lynis-1.5.3 (22 May 2014)
 



1.1  app-forensics/lynis/lynis-1.5.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/lynis-1.5.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/lynis-1.5.6.ebuild?rev=1.1content-type=text/plain

Index: lynis-1.5.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.5.6.ebuild,v 1.1 
2014/07/06 11:13:40 idl0r Exp $

EAPI=5

inherit eutils

DESCRIPTION=Security and system auditing tool
HOMEPAGE=http://cisofy.com/lynis/;
SRC_URI=http://cisofy.com/files/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=
RDEPEND=app-shells/bash

src_prepare() {
# Bug 507438
epatch_user
}

src_install() {
doman lynis.8
dodoc CHANGELOG FAQ README dev/TODO

# Remove the old one during the next stabilize progress
exeinto /etc/cron.daily
newexe ${FILESDIR}/lynis.cron-new lynis

# stricter default perms - bug 507436
diropts -m0750
insopts -m0640

insinto /usr/share/${PN}
doins -r db/ include/ plugins/

dosbin lynis

insinto /etc/${PN}
doins default.prf
}

pkg_postinst() {
einfo
einfo A cron script has been installed to ${ROOT}etc/cron.daily/lynis.
einfo
}






[gentoo-commits] gentoo-x86 commit in sci-libs/pycifrw: pycifrw-3.6.2.ebuild metadata.xml ChangeLog pycifrw-3.3-r1.ebuild

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 11:21:39

  Modified: metadata.xml ChangeLog pycifrw-3.3-r1.ebuild
  Added:pycifrw-3.6.2.ebuild
  Log:
  sci-libs/pycifrw: Add missing dep on setuptools, #514782; Version BUmp
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  sci-libs/pycifrw/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml13 Jul 2010 14:36:07 -  1.2
+++ metadata.xml6 Jul 2014 11:21:38 -   1.3
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdsci-chemistry/herd
-maintainer
-  emailj...@gentoo.org/email
-/maintainer
+  herdsci-chemistry/herd
+  maintainer
+emailj...@gentoo.org/email
+  /maintainer
 /pkgmetadata



1.5  sci-libs/pycifrw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pycifrw/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pycifrw/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pycifrw/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 Feb 2012 03:13:32 -  1.4
+++ ChangeLog   6 Jul 2014 11:21:38 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/pycifrw
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/ChangeLog,v 1.4 2012/02/25 
03:13:32 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/ChangeLog,v 1.5 2014/07/06 
11:21:38 jlec Exp $
+
+*pycifrw-3.6.2 (06 Jul 2014)
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org pycifrw-3.3-r1.ebuild,
+  +pycifrw-3.6.2.ebuild, metadata.xml:
+  Add missing dep on setuptools, #514782; Version BUmp
 
   25 Feb 2012; Patrick Lauer patr...@gentoo.org pycifrw-3.3-r1.ebuild:
   Restricting pypy and jython



1.4  sci-libs/pycifrw/pycifrw-3.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild?r1=1.3r2=1.4

Index: pycifrw-3.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pycifrw-3.3-r1.ebuild   25 Feb 2012 03:13:32 -  1.3
+++ pycifrw-3.3-r1.ebuild   6 Jul 2014 11:21:38 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild,v 
1.3 2012/02/25 03:13:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild,v 
1.4 2014/07/06 11:21:38 jlec Exp $
 
 EAPI=3
 PYTHON_DEPEND=2
@@ -21,6 +21,8 @@
 KEYWORDS=~amd64 ~x86
 IUSE=
 
+DEPEND=dev-python/setuptools
+
 S=${WORKDIR}/${MY_P}
 
 PYTHON_MODNAME=CifFile.py StarFile.py yapps3_compiled_rt.py 
YappsStarParser_1_0.py YappsStarParser_1_1.py YappsStarParser_DDLm.py



1.1  sci-libs/pycifrw/pycifrw-3.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pycifrw/pycifrw-3.6.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pycifrw/pycifrw-3.6.2.ebuild?rev=1.1content-type=text/plain

Index: pycifrw-3.6.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/pycifrw-3.6.2.ebuild,v 1.1 
2014/07/06 11:21:38 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN=PyCifRW
MY_P=${MY_PN}-${PV}

DESCRIPTION=Provides support for reading and writing of CIF using python

[gentoo-commits] gentoo-x86 commit in sci-chemistry/azara: azara-2.8-r4.ebuild ChangeLog azara-2.8-r5.ebuild

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 11:24:53

  Modified: azara-2.8-r4.ebuild ChangeLog azara-2.8-r5.ebuild
  Log:
  sci-chemistry/azara: Add missing dep on x11-libs/motif, #515000
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.5  sci-chemistry/azara/azara-2.8-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/azara-2.8-r4.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/azara-2.8-r4.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/azara-2.8-r4.ebuild?r1=1.4r2=1.5

Index: azara-2.8-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/azara/azara-2.8-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- azara-2.8-r4.ebuild 25 Feb 2012 03:04:59 -  1.4
+++ azara-2.8-r4.ebuild 6 Jul 2014 11:24:53 -   1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/azara/azara-2.8-r4.ebuild,v 
1.4 2012/02/25 03:04:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/azara/azara-2.8-r4.ebuild,v 
1.5 2014/07/06 11:24:53 jlec Exp $
 
 EAPI=3
 
@@ -21,6 +21,7 @@
 
 RDEPEND=
x11-libs/libX11
+   x11-libs/motif:0
xpm? ( x11-libs/libXpm )
 DEPEND=${RDEPEND}
 



1.15 sci-chemistry/azara/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/azara/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   16 Oct 2013 07:30:30 -  1.14
+++ ChangeLog   6 Jul 2014 11:24:53 -   1.15
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/azara
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/azara/ChangeLog,v 1.14 
2013/10/16 07:30:30 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/azara/ChangeLog,v 1.15 
2014/07/06 11:24:53 jlec Exp $
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org azara-2.8-r4.ebuild,
+  azara-2.8-r5.ebuild:
+  Add missing dep on x11-libs/motif, #515000
 
   16 Oct 2013; Justin Lecher j...@gentoo.org azara-2.8-r5.ebuild:
   Use python_xport correctly



1.4  sci-chemistry/azara/azara-2.8-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/azara-2.8-r5.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/azara-2.8-r5.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/azara/azara-2.8-r5.ebuild?r1=1.3r2=1.4

Index: azara-2.8-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/azara/azara-2.8-r5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- azara-2.8-r5.ebuild 16 Oct 2013 07:30:30 -  1.3
+++ azara-2.8-r5.ebuild 6 Jul 2014 11:24:53 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/azara/azara-2.8-r5.ebuild,v 
1.3 2013/10/16 07:30:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/azara/azara-2.8-r5.ebuild,v 
1.4 2014/07/06 11:24:53 jlec Exp $
 
 EAPI=5
 
@@ -19,6 +19,7 @@
 
 RDEPEND=
x11-libs/libX11
+   x11-libs/motif:0
xpm? ( x11-libs/libXpm )
 DEPEND=${RDEPEND}
 






[gentoo-commits] gentoo-x86 commit in dev-tcltk/togl: metadata.xml togl-2.0-r2.ebuild ChangeLog

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 11:27:10

  Modified: metadata.xml togl-2.0-r2.ebuild ChangeLog
  Log:
  dev-tcltk/togl: Add missing dep on x11-libs/libXmu, #514650
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.4  dev-tcltk/togl/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/togl/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml15 Aug 2011 17:15:10 -  1.3
+++ metadata.xml6 Jul 2014 11:27:10 -   1.4
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdtcltk/herd
-   longdescription
+  herdtcltk/herd
+  longdescription
 Togl is a Tk widget for OpenGL rendering. Togl was originally based on
 OGLTK, written by Benjamin Bederson at the University of New Mexico. Togl's
 main features are:



1.11 dev-tcltk/togl/togl-2.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild?r1=1.10r2=1.11

Index: togl-2.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- togl-2.0-r2.ebuild  29 May 2012 14:40:02 -  1.10
+++ togl-2.0-r2.ebuild  6 Jul 2014 11:27:10 -   1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v 1.10 
2012/05/29 14:40:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v 1.11 
2014/07/06 11:27:10 jlec Exp $
 
 EAPI=4
 
@@ -17,7 +17,8 @@
 
 RDEPEND=
dev-lang/tk
-   virtual/opengl
+   virtual/opengl
+   x11-libs/libXmu
 DEPEND=${RDEPEND}
 
 # tests directory is missing



1.30 dev-tcltk/togl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/togl/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/togl/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/togl/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   29 May 2012 14:40:02 -  1.29
+++ ChangeLog   6 Jul 2014 11:27:10 -   1.30
@@ -1,6 +1,10 @@
 # ChangeLog for dev-tcltk/togl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.29 2012/05/29 
14:40:02 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.30 2014/07/06 
11:27:10 jlec Exp $
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org togl-2.0-r2.ebuild,
+  metadata.xml:
+  Add missing dep on x11-libs/libXmu, #514650
 
   29 May 2012; Alexis Ballier aball...@gentoo.org togl-2.0-r2.ebuild:
   keyword ~amd64-fbsd






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

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 11:27:25

  Modified: ChangeLog package.mask
  Log:
   Add 5.20 version of ExtUtils::Manifest to perl-5.20 mask

Revision  ChangesPath
1.9160   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9159
retrieving revision 1.9160
diff -u -r1.9159 -r1.9160
--- ChangeLog   6 Jul 2014 10:22:55 -   1.9159
+++ ChangeLog   6 Jul 2014 11:27:24 -   1.9160
@@ -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.9159 2014/07/06 
10:22:55 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9160 2014/07/06 
11:27:24 zlogene 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!
 
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org package.mask:
+  Add 5.20 version of ExtUtils::Manifest to perl-5.20 mask
+
   06 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Add 5.20 version of ExtUtils::MakeMaker to perl-5.20 mask
 



1.15853  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15852
retrieving revision 1.15853
diff -u -r1.15852 -r1.15853
--- package.mask6 Jul 2014 10:22:55 -   1.15852
+++ package.mask6 Jul 2014 11:27:24 -   1.15853
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15852 2014/07/06 
10:22:55 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15853 2014/07/06 
11:27:24 zlogene 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
@@ -198,6 +198,7 @@
 =virtual/perl-ExtUtils-CBuilder-0.280.216
 =virtual/perl-ExtUtils-Install-1.670.0
 =virtual/perl-ExtUtils-MakeMaker-6.980.0
+=virtual/perl-ExtUtils-Manifest-1.630.0-r1
 =perl-core/B-Debug-1.190.0
 
 # Pawel Hajdan jr phajdan...@gentoo.org (24 May 2014)






[gentoo-commits] gentoo-x86 commit in dev-python/watchdog: watchdog-0.8.0.ebuild ChangeLog

2014-07-06 Thread Julian Ospald (hasufell)
hasufell14/07/06 11:29:08

  Modified: ChangeLog
  Added:watchdog-0.8.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.2  dev-python/watchdog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   30 Mar 2014 19:57:21 -  1.1
+++ ChangeLog   6 Jul 2014 11:29:08 -   1.2
@@ -1,10 +1,14 @@
 # ChangeLog for dev-python/watchdog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.1 
2014/03/30 19:57:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.2 
2014/07/06 11:29:08 hasufell Exp $
+
+*watchdog-0.8.0 (06 Jul 2014)
+
+  06 Jul 2014; Julian Ospald hasuf...@gentoo.org +watchdog-0.8.0.ebuild:
+  version bump
 
 *watchdog-0.7.1 (30 Mar 2014)
 
   30 Mar 2014; Julian Ospald hasuf...@gentoo.org +watchdog-0.7.1.ebuild,
   +metadata.xml:
   initial import
-



1.1  dev-python/watchdog/watchdog-0.8.0.ebuild

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

Index: watchdog-0.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.0.ebuild,v 
1.1 2014/07/06 11:29:08 hasufell Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit distutils-r1

DESCRIPTION=Python API and shell utilities to monitor file system events
HOMEPAGE=http://github.com/gorakhargosh/watchdog;
SRC_URI=mirror://pypi/w/watchdog/${P}.tar.gz

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

DEPEND=dev-python/pyyaml[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}
dev-python/argh[${PYTHON_USEDEP}]
dev-python/pathtools[${PYTHON_USEDEP}]

pkg_postinst() {
elog optional dependencies:
elog   dev-python/argcomplete (bash completion)
}






[gentoo-commits] gentoo-x86 commit in sci-biology/infernal: ChangeLog infernal-1.0.2-r1.ebuild

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 11:34:46

  Modified: ChangeLog infernal-1.0.2-r1.ebuild
  Log:
  sci-biology/infernal: Add patch as binary to prevent CVS magics, #431076
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.15 sci-biology/infernal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   11 Mar 2013 15:25:19 -  1.14
+++ ChangeLog   6 Jul 2014 11:34:46 -   1.15
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/infernal
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v 1.14 
2013/03/11 15:25:19 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v 1.15 
2014/07/06 11:34:46 jlec Exp $
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org infernal-1.0.2-r1.ebuild,
+  +files/infernal-1.0.2-perl-5.16-2.patch,
+  -files/infernal-1.0.2-perl-5.16.patch:
+  Add patch as binary to prevent CVS magics, #431076
 
   11 Mar 2013; Justin Lecher j...@gentoo.org metadata.xml:
   Drop Andrey as maintainer so that bugs get assigned to sci-biology directly



1.5  sci-biology/infernal/infernal-1.0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild?r1=1.4r2=1.5

Index: infernal-1.0.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- infernal-1.0.2-r1.ebuild25 Jun 2012 07:08:17 -  1.4
+++ infernal-1.0.2-r1.ebuild6 Jul 2014 11:34:46 -   1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild,v 1.4 
2012/06/25 07:08:17 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-biology/infernal/infernal-1.0.2-r1.ebuild,v 1.5 
2014/07/06 11:34:46 jlec Exp $
 
 EAPI=4
 
@@ -22,7 +22,7 @@
epatch \
${FILESDIR}/${P}-parallel-build.patch \
${FILESDIR}/${P}-overflows.patch \
-   ${FILESDIR}/${P}-perl-5.16.patch \
+   ${FILESDIR}/${P}-perl-5.16-2.patch \
${FILESDIR}/${P}-ldflags.patch
 }
 






[gentoo-commits] gentoo-x86 commit in sci-biology/infernal/files: infernal-1.0.2-perl-5.16-2.patch infernal-1.0.2-perl-5.16.patch

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 11:34:47

  Added:infernal-1.0.2-perl-5.16-2.patch
  Removed:  infernal-1.0.2-perl-5.16.patch
  Log:
  sci-biology/infernal: Add patch as binary to prevent CVS magics, #431076
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  sci-biology/infernal/files/infernal-1.0.2-perl-5.16-2.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/files/infernal-1.0.2-perl-5.16-2.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/infernal/files/infernal-1.0.2-perl-5.16-2.patch?rev=1.1content-type=text/plain

Index: infernal-1.0.2-perl-5.16-2.patch
===
 benchmarks/cmsearch-rmark/sre.pl   | 4 +---
 easel/devkit/autodoc   | 4 ++--
 easel/devkit/esl-dependencies  | 4 ++--
 easel/devkit/sqc   | 7 +++
 easel/testsuite/coverage_report.pl | 4 ++--
 easel/testsuite/driver_report.pl   | 4 ++--
 easel/testsuite/valgrind_report.pl | 4 ++--
 7 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/benchmarks/cmsearch-rmark/sre.pl b/benchmarks/cmsearch-rmark/sre.pl
index 9136717..e4df233 100644
--- a/benchmarks/cmsearch-rmark/sre.pl
+++ b/benchmarks/cmsearch-rmark/sre.pl
@@ -6,8 +6,6 @@
 
 package SRE_perlstuff;
 
-require importenv.pl;
-
 # Function: tempname
 #
 # Returns a unique temporary filename. 
@@ -26,7 +24,7 @@ require importenv.pl;
 #
 sub main'tempname {
 local ($dir, $name);
-if ($TMPDIR) { $dir = $TMPDIR; } else {$dir = /tmp;}
+if ($ENV{TMPDIR}) { $dir = $ENV{TMPDIR}; } else {$dir = /tmp;}
 
 foreach $suffix (aa..zz) {
$name = $dir/sre$suffix$$;
diff --git a/easel/devkit/autodoc b/easel/devkit/autodoc
old mode 100755
new mode 100644
index 045ce36..22268f6
--- a/easel/devkit/autodoc
+++ b/easel/devkit/autodoc
@@ -49,8 +49,8 @@
 #
 # SRE, Tue Nov 30 19:43:47 2004
 
-require  getopts.pl;
-Getopts('n:t');
+use Getopt::Std;
+getopts('n:t');
 $cfile = shift;
 
 if ($opt_t) { $show_api_table = 1; }
diff --git a/easel/devkit/esl-dependencies b/easel/devkit/esl-dependencies
old mode 100755
new mode 100644
index a4dc126..b61fa7a
--- a/easel/devkit/esl-dependencies
+++ b/easel/devkit/esl-dependencies
@@ -13,8 +13,8 @@
 # SRE, Mon Jun 11 11:15:31 2007
 # SVN $Id$
 
-require getopts.pl
-Getopts('1afr');
+use Getopt::Std;
+getopts('1afr');
 
 if ($opt_1) { $show_summary_table = 1; }
 if ($opt_a) { $list_augfiles  = 1; }
diff --git a/easel/devkit/sqc b/easel/devkit/sqc
old mode 100755
new mode 100644
index 81d03de..6201d3d
--- a/easel/devkit/sqc
+++ b/easel/devkit/sqc
@@ -176,12 +176,11 @@
 # SRE, Tue Aug  6 11:16:39 2002
 # SVN $Id: sqc 1796 2007-01-03 22:36:44Z eddys $
 
-require getopts.pl;
-require importenv.pl;
+use Getopt::Std;
 
 # Parse our command line
 #
-Getopts('mp:r:v');
+getopts('mp:r:v');
 if ($opt_m) { $do_memtest = 1;}
 if ($opt_p) { push @prepdirs, $opt_p; }
 if ($opt_r) { push @olddirs,  $opt_r; }
@@ -510,7 +509,7 @@ check_ccmalloc_status
 #
 sub tempname {
 my ($dir, $name, $suffix);
-if ($TMPDIR) { $dir = $TMPDIR./; } else {$dir = ;}
+if ($ENV{TMPDIR}) { $dir = $ENV{TMPDIR}./; } else {$dir = ;}
 
 foreach $suffix (aa..zz) {
 $name = $dir.esltmp.$suffix.$$;
diff --git a/easel/testsuite/coverage_report.pl 
b/easel/testsuite/coverage_report.pl
old mode 100755
new mode 100644
index 9c77791..024ed34
--- a/easel/testsuite/coverage_report.pl
+++ b/easel/testsuite/coverage_report.pl
@@ -16,9 +16,9 @@
 #
 # SRE, Thu Mar  1 19:22:57 2007 (Janelia)
 # SVN $Id: coverage_report.pl 231 2008-03-25 14:43:57Z eddys $
-require  getopts.pl;
+use Getopt::Std;
 $have_sloccount = 1;
-Getopts('cs');
+getopts('cs');
 if ($opt_c) { $do_recompile = 1; }
 if ($opt_s) { $have_sloccount   = 0; }
 
diff --git a/easel/testsuite/driver_report.pl b/easel/testsuite/driver_report.pl
old mode 100755
new mode 100644
index d1b4a9a..db4378f
--- a/easel/testsuite/driver_report.pl
+++ b/easel/testsuite/driver_report.pl
@@ -19,8 +19,8 @@
 # SRE, Fri Mar  2 10:01:44 2007 (Janelia)
 # SVN $Id: driver_report.pl 231 2008-03-25 14:43:57Z eddys $
 
-require  getopts.pl;
-Getopts('c');
+use Getopt::Std;
+getopts('c');
 if ($opt_c) { $do_recompile = 1; }
 
 if ($ENV{'CC'} ne ) { $CC = $ENV{'CC'}; } else { $CC   = 
gcc; } 
diff --git a/easel/testsuite/valgrind_report.pl 
b/easel/testsuite/valgrind_report.pl
old mode 100755
new mode 100644
index 186a392..07026a0
--- a/easel/testsuite/valgrind_report.pl
+++ b/easel/testsuite/valgrind_report.pl
@@ -10,8 +10,8 @@
 #
 # SRE, Fri Mar  2 08:37:48 2007 [Janelia]
 # SVN $Id: valgrind_report.pl 231 2008-03-25 14:43:57Z eddys $
-require  getopts.pl;
-Getopts('c');
+use Getopt::Std;
+getopts('c');
 if ($opt_c) { $do_recompile = 1; }
 
 if ($ENV{'CC'} ne ) { $CC = $ENV{'CC'}; } else { $CC   = 
gcc; } 






[gentoo-commits] gentoo-x86 commit in dev-libs/lockdev: ChangeLog lockdev-1.0.3.1.2-r3.ebuild

2014-07-06 Thread Jeroen Roovers (jer)
jer 14/07/06 11:39:48

  Modified: ChangeLog lockdev-1.0.3.1.2-r3.ebuild
  Log:
  Stable for HPPA (bug #516186).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.19 dev-libs/lockdev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lockdev/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   4 Jul 2014 12:50:40 -   1.18
+++ ChangeLog   6 Jul 2014 11:39:48 -   1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/lockdev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/lockdev/ChangeLog,v 1.18 
2014/07/04 12:50:40 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/lockdev/ChangeLog,v 1.19 
2014/07/06 11:39:48 jer Exp $
+
+  06 Jul 2014; Jeroen Roovers j...@gentoo.org lockdev-1.0.3.1.2-r3.ebuild:
+  Stable for HPPA (bug #516186).
 
   04 Jul 2014; Tobias Klausmann klaus...@gentoo.org
   lockdev-1.0.3.1.2-r2.ebuild:



1.4  dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild?r1=1.3r2=1.4

Index: lockdev-1.0.3.1.2-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lockdev-1.0.3.1.2-r3.ebuild 22 Jun 2014 13:49:08 -  1.3
+++ lockdev-1.0.3.1.2-r3.ebuild 6 Jul 2014 11:39:48 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild,v 1.3 
2014/06/22 13:49:08 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild,v 1.4 
2014/07/06 11:39:48 jer Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~x86
+KEYWORDS=~amd64 ~arm hppa ~ia64 ~x86
 IUSE=perl
 
 DEPEND=






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

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 11:45:20

  Modified: ChangeLog python-utils-r1.eclass
  Log:
  Disable python2.6 support and clean up the related code.

Revision  ChangesPath
1.1311   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1310
retrieving revision 1.1311
diff -u -r1.1310 -r1.1311
--- ChangeLog   4 Jul 2014 13:02:21 -   1.1310
+++ ChangeLog   6 Jul 2014 11:45:20 -   1.1311
@@ -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.1310 2014/07/04 
13:02:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1311 2014/07/06 
11:45:20 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org python-utils-r1.eclass:
+  Disable python2.6 support and clean up the related code.
 
   04 Jul 2014; Michał Górny mgo...@gentoo.org multilib-build.eclass:
   Declare REQUIRED_USE inside MULTILIB_COMPAT conditional, reported by steev.



1.60 eclass/python-utils-r1.eclass

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

Index: python-utils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- python-utils-r1.eclass  29 Jun 2014 14:24:22 -  1.59
+++ python-utils-r1.eclass  6 Jul 2014 11:45:20 -   1.60
@@ -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.59 
2014/06/29 14:24:22 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.60 
2014/07/06 11:45:20 mgorny Exp $
 
 # @ECLASS: python-utils-r1
 # @MAINTAINER:
@@ -43,7 +43,7 @@
jython2_5 jython2_7
pypy
python3_2 python3_3 python3_4
-   python2_6 python2_7
+   python2_7
 )
 
 # @FUNCTION: _python_impl_supported
@@ -66,10 +66,10 @@
# keep in sync with _PYTHON_ALL_IMPLS!
# (not using that list because inline patterns shall be faster)
case ${impl} in
-   python2_[67]|python3_[234]|jython2_[57])
+   python2_7|python3_[234]|jython2_[57])
return 0
;;
-   pypy1_[89]|pypy2_0|python2_5|python3_1)
+   pypy1_[89]|pypy2_0|python2_[56]|python3_1)
return 1
;;
pypy)
@@ -98,7 +98,7 @@
 #
 # Example value:
 # @CODE
-# /usr/bin/python2.6
+# /usr/bin/python2.7
 # @CODE
 
 # @ECLASS-VARIABLE: EPYTHON
@@ -117,7 +117,7 @@
 #
 # Example value:
 # @CODE
-# python2.6
+# python2.7
 # @CODE
 
 # @ECLASS-VARIABLE: PYTHON_SITEDIR
@@ -129,7 +129,7 @@
 #
 # Example value:
 # @CODE
-# /usr/lib64/python2.6/site-packages
+# /usr/lib64/python2.7/site-packages
 # @CODE
 
 # @ECLASS-VARIABLE: PYTHON_INCLUDEDIR
@@ -141,7 +141,7 @@
 #
 # Example value:
 # @CODE
-# /usr/include/python2.6
+# /usr/include/python2.7
 # @CODE
 
 # @ECLASS-VARIABLE: PYTHON_LIBPATH
@@ -154,7 +154,7 @@
 #
 # Example value:
 # @CODE
-# /usr/lib64/libpython2.6.so
+# /usr/lib64/libpython2.7.so
 # @CODE
 
 # @ECLASS-VARIABLE: PYTHON_CFLAGS
@@ -307,10 +307,6 @@
local val
 
case ${impl} in
-   python2.5|python2.6)
-   # old versions support 
python-config only
-   val=$(${impl}-config 
--includes)
-   ;;
python*)
# python-2.7, python-3.2, etc.
val=$($(tc-getPKG_CONFIG) 
--cflags ${impl/n/n-})
@@ -327,10 +323,6 @@
local val
 
case ${impl} in
-   python2.5|python2.6)
-   # old versions support 
python-config only
-   val=$(${impl}-config --libs)

[gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog Manifest argparse-1.2.1-r1.ebuild argparse-1.2.1-r2.ebuild argparse-1.2.1.ebuild metadata.xml

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 11:46:22

  Removed:  ChangeLog Manifest argparse-1.2.1-r1.ebuild
argparse-1.2.1-r2.ebuild argparse-1.2.1.ebuild
metadata.xml
  Log:
  dev-python/argparse: removed along with python2.6.



[gentoo-commits] gentoo-x86 commit in dev-python/ordereddict: ChangeLog Manifest metadata.xml ordereddict-1.1.ebuild

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 11:46:52

  Removed:  ChangeLog Manifest metadata.xml
ordereddict-1.1.ebuild
  Log:
  dev-python/ordereddict: remove along with python2.6.



[gentoo-commits] gentoo-x86 commit in mail-client/geary/files: geary-0.5.2-cflags.patch geary-0.5.2-vapigen.patch geary-0.4.3-cflags.patch geary-0.5.2-unity.patch geary-0.4.3-unity.patch

2014-07-06 Thread Julian Ospald (hasufell)
hasufell14/07/06 11:48:42

  Removed:  geary-0.5.2-cflags.patch geary-0.5.2-vapigen.patch
geary-0.4.3-cflags.patch geary-0.5.2-unity.patch
geary-0.4.3-unity.patch
  Log:
  version bump, rm old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)



[gentoo-commits] gentoo-x86 commit in mail-client/geary: ChangeLog geary-0.6.1.ebuild geary-0.5.3.ebuild geary-0.4.3.ebuild geary-0.5.2.ebuild

2014-07-06 Thread Julian Ospald (hasufell)
hasufell14/07/06 11:48:41

  Modified: ChangeLog
  Added:geary-0.6.1.ebuild
  Removed:  geary-0.5.3.ebuild geary-0.4.3.ebuild
geary-0.5.2.ebuild
  Log:
  version bump, rm old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.16 mail-client/geary/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/geary/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   23 Mar 2014 22:58:44 -  1.15
+++ ChangeLog   6 Jul 2014 11:48:41 -   1.16
@@ -1,6 +1,15 @@
 # ChangeLog for mail-client/geary
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/geary/ChangeLog,v 1.15 
2014/03/23 22:58:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/geary/ChangeLog,v 1.16 
2014/07/06 11:48:41 hasufell Exp $
+
+*geary-0.6.1 (06 Jul 2014)
+
+  06 Jul 2014; Julian Ospald hasuf...@gentoo.org -geary-0.4.3.ebuild,
+  -geary-0.5.2.ebuild, -geary-0.5.3.ebuild, +geary-0.6.1.ebuild,
+  -files/geary-0.4.3-cflags.patch, -files/geary-0.4.3-unity.patch,
+  -files/geary-0.5.2-cflags.patch, -files/geary-0.5.2-unity.patch,
+  -files/geary-0.5.2-vapigen.patch:
+  version bump, rm old
 
 *geary-0.6.0 (23 Mar 2014)
 



1.1  mail-client/geary/geary-0.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.6.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/geary/geary-0.6.1.ebuild?rev=1.1content-type=text/plain

Index: geary-0.6.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/geary/geary-0.6.1.ebuild,v 1.1 
2014/07/06 11:48:41 hasufell Exp $

EAPI=5

VALA_MIN_API_VERSION=0.22

inherit eutils fdo-mime gnome2-utils vala cmake-utils

MY_P=${P/_pre/pr}
DESCRIPTION=A lightweight, easy-to-use, feature-rich email client
HOMEPAGE=http://www.yorba.org/projects/geary/;
SRC_URI=ftp://ftp.gnome.org/pub/GNOME/sources/geary/${PV:0:3}/${MY_P}.tar.xz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=nls

DEPEND=
app-crypt/libsecret
dev-db/sqlite:3
dev-libs/glib:2
=dev-libs/libgee-0.8.5:0.8
dev-libs/libxml2:2
dev-libs/gmime:2.6
media-libs/libcanberra
=net-libs/webkit-gtk-1.10.0:3[introspection]
=x11-libs/gtk+-3.6.0:3[introspection]
x11-libs/libnotify
RDEPEND=${DEPEND}
gnome-base/gsettings-desktop-schemas
nls? ( virtual/libintl )
DEPEND=${DEPEND}
app-text/gnome-doc-utils
dev-util/desktop-file-utils
nls? ( sys-devel/gettext )
$(vala_depend)
virtual/pkgconfig

DOCS=( AUTHORS MAINTAINERS README NEWS THANKS )

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${FILESDIR}/${PN}-0.5.3-{unity,cflags,vapigen}.patch \
${FILESDIR}/${PN}-0.6.0-desktopfile.patch

local i
if use nls ; then
if [[ -n ${LINGUAS+x} ]] ; then
for i in $(cd po ; echo *.po) ; do
if ! has ${i%.po} ${LINGUAS} ; then
sed -i -e /^${i%.po}$/d po/LINGUAS || 
die
fi
done
fi
else
sed -i -e 's#add_subdirectory(po)##' CMakeLists.txt || die
fi

cmake-utils_src_prepare
vala_src_prepare
}

src_configure() {
local mycmakeargs=(
-DDESKTOP_UPDATE=OFF
-DGSETTINGS_COMPILE=OFF
-DICON_UPDATE=OFF
-DVALA_EXECUTABLE=${VALAC}
-DWITH_UNITY=OFF
-DDESKTOP_VALIDATE=OFF
)

cmake-utils_src_configure
}

pkg_preinst() {
gnome2_icon_savelist
gnome2_schemas_savelist
}

pkg_postinst() {
elog For libnotify sounds you will need
elog \alsa\ or \pulseaudio\ useflag of media-libs/libcanberra
elog enabled.

fdo-mime_desktop_database_update
gnome2_icon_cache_update
gnome2_schemas_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
gnome2_schemas_update
}






[gentoo-commits] gentoo-x86 commit in dev-lang/python: ChangeLog python-2.6.9.ebuild python-2.6.8-r3.ebuild

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 11:49:54

  Modified: ChangeLog
  Removed:  python-2.6.9.ebuild python-2.6.8-r3.ebuild
  Log:
  Remove python:2.6 and relevant patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.763dev-lang/python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.762
retrieving revision 1.763
diff -u -r1.762 -r1.763
--- ChangeLog   28 Jun 2014 23:39:33 -  1.762
+++ ChangeLog   6 Jul 2014 11:49:54 -   1.763
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.762 
2014/06/28 23:39:33 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.763 
2014/07/06 11:49:54 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org 
-files/CVE-2013-4238_py26.patch,
+  -files/python-2.5-tcl86.patch, -python-2.6.8-r3.ebuild, -python-2.6.9.ebuild:
+  Remove python:2.6 and relevant patches.
 
 *python-2.7.7 (28 Jun 2014)
 *python-3.4.1 (28 Jun 2014)






[gentoo-commits] gentoo-x86 commit in dev-lang/python/files: python-2.5-tcl86.patch CVE-2013-4238_py26.patch

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 11:49:54

  Removed:  python-2.5-tcl86.patch CVE-2013-4238_py26.patch
  Log:
  Remove python:2.6 and relevant patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



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

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

  Modified: ChangeLog package.mask
  Log:
  Python 2.6 has been removed.

Revision  ChangesPath
1.9161   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9160
retrieving revision 1.9161
diff -u -r1.9160 -r1.9161
--- ChangeLog   6 Jul 2014 11:27:24 -   1.9160
+++ ChangeLog   6 Jul 2014 11:50:49 -   1.9161
@@ -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.9160 2014/07/06 
11:27:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9161 2014/07/06 
11:50:49 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!
 
+  06 Jul 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Python 2.6 has been removed.
+
   06 Jul 2014; Mikle Kolyada zlog...@gentoo.org package.mask:
   Add 5.20 version of ExtUtils::Manifest to perl-5.20 mask
 



1.15854  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15853
retrieving revision 1.15854
diff -u -r1.15853 -r1.15854
--- package.mask6 Jul 2014 11:27:24 -   1.15853
+++ package.mask6 Jul 2014 11:50:50 -   1.15854
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15853 2014/07/06 
11:27:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15854 2014/07/06 
11:50:50 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
@@ -273,16 +273,6 @@
 # static user helpers.  See #508098 for more info. Removal in a month
 app-emulation/qemu-user
 
-# Michał Górny mgo...@gentoo.org (26 Apr 2014)
-# (on behalf of Python team)
-# Python 2.6 is no longer supported upstream and security issue fixes
-# 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-python/argparse
-dev-python/ordereddict
-
 # Tim Harder radher...@gentoo.org (25 Apr 2014)
 # Mask development releases
 =dev-libs/protobuf-c-1.0.0*






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

2014-07-06 Thread Jeroen Roovers (jer)
jer 14/07/06 11:59:46

  Modified: ChangeLog slang-2.2.4-r1.ebuild
  Log:
  Stable for HPPA (bug #516308).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.138sys-libs/slang/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   18 Jun 2014 20:52:48 -  1.137
+++ ChangeLog   6 Jul 2014 11:59:46 -   1.138
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/slang
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.137 2014/06/18 
20:52:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.138 2014/07/06 
11:59:46 jer Exp $
+
+  06 Jul 2014; Jeroen Roovers j...@gentoo.org slang-2.2.4-r1.ebuild:
+  Stable for HPPA (bug #516308).
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org slang-2.2.4-r1.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug



1.4  sys-libs/slang/slang-2.2.4-r1.ebuild

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

Index: slang-2.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-2.2.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- slang-2.2.4-r1.ebuild   18 Jun 2014 20:52:48 -  1.3
+++ slang-2.2.4-r1.ebuild   6 Jul 2014 11:59:46 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-2.2.4-r1.ebuild,v 1.3 
2014/06/18 20:52:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-2.2.4-r1.ebuild,v 1.4 
2014/07/06 11:59:46 jer Exp $
 
 EAPI=5
 inherit eutils multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
 IUSE=cjk pcre png readline static-libs zlib
 
 # ncurses for ncurses5-config to get terminfo directory






[gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-6.2_p5-r1.ebuild ChangeLog

2014-07-06 Thread Jeroen Roovers (jer)
jer 14/07/06 11:59:45

  Modified: readline-6.2_p5-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #513802).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.9  sys-libs/readline/readline-6.2_p5-r1.ebuild

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

Index: readline-6.2_p5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- readline-6.2_p5-r1.ebuild   18 Jun 2014 20:52:45 -  1.8
+++ readline-6.2_p5-r1.ebuild   6 Jul 2014 11:59:45 -   1.9
@@ -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/readline/readline-6.2_p5-r1.ebuild,v 1.8 
2014/06/18 20:52:45 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.9 
2014/07/06 11:59:45 jer Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux
 IUSE=static-libs
 
 RDEPEND==sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]



1.205sys-libs/readline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog   18 Jun 2014 20:52:45 -  1.204
+++ ChangeLog   6 Jul 2014 11:59:45 -   1.205
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/readline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.204 
2014/06/18 20:52:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.205 
2014/07/06 11:59:45 jer Exp $
+
+  06 Jul 2014; Jeroen Roovers j...@gentoo.org readline-6.2_p5-r1.ebuild:
+  Stable for HPPA (bug #513802).
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org readline-6.2_p5-r1.ebuild,
   readline-6.3_p5-r1.ebuild, readline-6.3_p6.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/GridDataFormats: GridDataFormats-0.2.2.ebuild ChangeLog

2014-07-06 Thread Justin Lecher (jlec)
jlec14/07/06 12:07:38

  Modified: GridDataFormats-0.2.2.ebuild ChangeLog
  Log:
  dev-python/GridDataFormats: Add patch for missing deps, #514752; thanks 
idella4 for writing the patch
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  dev-python/GridDataFormats/GridDataFormats-0.2.2.ebuild

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

Index: GridDataFormats-0.2.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/GridDataFormats/GridDataFormats-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GridDataFormats-0.2.2.ebuild4 Jul 2013 15:53:21 -   1.1
+++ GridDataFormats-0.2.2.ebuild6 Jul 2014 12:07:38 -   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-python/GridDataFormats/GridDataFormats-0.2.2.ebuild,v
 1.1 2013/07/04 15:53:21 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/GridDataFormats/GridDataFormats-0.2.2.ebuild,v
 1.2 2014/07/06 12:07:38 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
@@ -16,3 +16,8 @@
 LICENSE=GPL-3
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
+
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND=
+   =dev-python/numpy-1.0.3[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]



1.2  dev-python/GridDataFormats/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/GridDataFormats/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Jul 2013 15:53:21 -   1.1
+++ ChangeLog   6 Jul 2014 12:07:38 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/GridDataFormats
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/GridDataFormats/ChangeLog,v 1.1 
2013/07/04 15:53:21 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/GridDataFormats/ChangeLog,v 1.2 
2014/07/06 12:07:38 jlec Exp $
+
+  06 Jul 2014; Justin Lecher j...@gentoo.org GridDataFormats-0.2.2.ebuild:
+  Add patch for missing deps, #514752; thanks idella4 for writing the patch
 
 *GridDataFormats-0.2.2 (04 Jul 2013)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/tcl: ChangeLog tcl-8.5.15-r1.ebuild

2014-07-06 Thread Jeroen Roovers (jer)
jer 14/07/06 12:07:48

  Modified: ChangeLog tcl-8.5.15-r1.ebuild
  Log:
  Stable for HPPA (bug #516134).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.192dev-lang/tcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.192view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.192content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.191r2=1.192

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog   18 Jun 2014 19:07:16 -  1.191
+++ ChangeLog   6 Jul 2014 12:07:48 -   1.192
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.191 2014/06/18 
19:07:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.192 2014/07/06 
12:07:48 jer Exp $
+
+  06 Jul 2014; Jeroen Roovers j...@gentoo.org tcl-8.5.15-r1.ebuild:
+  Stable for HPPA (bug #516134).
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org tcl-8.5.15-r1.ebuild,
   tcl-8.6.1-r1.ebuild:



1.8  dev-lang/tcl/tcl-8.5.15-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?r1=1.7r2=1.8

Index: tcl-8.5.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tcl-8.5.15-r1.ebuild18 Jun 2014 19:07:16 -  1.7
+++ tcl-8.5.15-r1.ebuild6 Jul 2014 12:07:48 -   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/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.7 
2014/06/18 19:07:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.8 
2014/07/06 12:07:48 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=tcltk
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris
 IUSE=debug threads
 
 RDEPEND==sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-lang/tk: ChangeLog tk-8.5.15.ebuild

2014-07-06 Thread Jeroen Roovers (jer)
jer 14/07/06 12:07:56

  Modified: ChangeLog tk-8.5.15.ebuild
  Log:
  Stable for HPPA (bug #516134).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.198dev-lang/tk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.198view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.198content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?r1=1.197r2=1.198

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   21 Jan 2014 02:42:10 -  1.197
+++ ChangeLog   6 Jul 2014 12:07:56 -   1.198
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.197 2014/01/21 
02:42:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.198 2014/07/06 
12:07:56 jer Exp $
+
+  06 Jul 2014; Jeroen Roovers j...@gentoo.org tk-8.5.15.ebuild:
+  Stable for HPPA (bug #516134).
 
   21 Jan 2014; Patrick Lauer patr...@gentoo.org -tk-8.5.14.ebuild,
   -tk-8.6.0.ebuild:



1.2  dev-lang/tk/tk-8.5.15.ebuild

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

Index: tk-8.5.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tk-8.5.15.ebuild25 Sep 2013 15:14:20 -  1.1
+++ tk-8.5.15.ebuild6 Jul 2014 12:07:56 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.15.ebuild,v 1.1 
2013/09/25 15:14:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.15.ebuild,v 1.2 
2014/07/06 12:07:56 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=tcltk
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=debug threads truetype aqua xscreensaver
 
 RDEPEND=






[gentoo-commits] proj/hardened-patchset: New tag: 20140705

2014-07-06 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sun Jul 06 12:16:30 2014 +

New tag: 20140705




[gentoo-commits] proj/hardened-patchset:master commit in: 3.14.10/, 3.2.60/, 3.15.3/

2014-07-06 Thread Anthony G. Basile
commit: 3be5987c05bea751b6fc0b1717df9d15bb77ddc3
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sun Jul  6 12:17:02 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sun Jul  6 12:17:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=3be5987c

Grsec/PaX: 3.0-{3.2.60,3.14.10,3.15.3}-201407052032

---
 3.14.10/_README|  2 +-
 ...4420_grsecurity-3.0-3.14.10-201407052031.patch} | 70 +-
 ... 4420_grsecurity-3.0-3.15.3-201407052032.patch} | 70 +-
 3.2.60/_README |  2 +-
 ... 4420_grsecurity-3.0-3.2.60-201407052028.patch} | 37 +++-
 5 files changed, 175 insertions(+), 6 deletions(-)

diff --git a/3.14.10/_README b/3.14.10/_README
index f6fde5b..7edf2bb 100644
--- a/3.14.10/_README
+++ b/3.14.10/_README
@@ -2,7 +2,7 @@ README
 -
 Individual Patch Descriptions:
 -
-Patch: 4420_grsecurity-3.0-3.14.10-201407012152.patch
+Patch: 4420_grsecurity-3.0-3.14.10-201407052031.patch
 From:  http://www.grsecurity.net
 Desc:  hardened-sources base patch from upstream grsecurity
 

diff --git a/3.14.10/4420_grsecurity-3.0-3.14.10-201407012152.patch 
b/3.14.10/4420_grsecurity-3.0-3.14.10-201407052031.patch
similarity index 99%
rename from 3.14.10/4420_grsecurity-3.0-3.14.10-201407012152.patch
rename to 3.14.10/4420_grsecurity-3.0-3.14.10-201407052031.patch
index ba8d0dd..5cd674b 100644
--- a/3.14.10/4420_grsecurity-3.0-3.14.10-201407012152.patch
+++ b/3.14.10/4420_grsecurity-3.0-3.14.10-201407052031.patch
@@ -18734,7 +18734,7 @@ index fdedd38..95c02c2 100644
  void df_debug(struct pt_regs *regs, long error_code);
  #endif /* _ASM_X86_PROCESSOR_H */
 diff --git a/arch/x86/include/asm/ptrace.h b/arch/x86/include/asm/ptrace.h
-index 14fd6fd..6740420 100644
+index 14fd6fd..b31a4a4 100644
 --- a/arch/x86/include/asm/ptrace.h
 +++ b/arch/x86/include/asm/ptrace.h
 @@ -84,28 +84,29 @@ static inline unsigned long regs_return_value(struct 
pt_regs *regs)
@@ -18807,6 +18807,29 @@ index 14fd6fd..6740420 100644
  #endif
return *(unsigned long *)((unsigned long)regs + offset);
  }
+@@ -231,6 +235,22 @@ static inline unsigned long 
regs_get_kernel_stack_nth(struct pt_regs *regs,
+ 
+ #define ARCH_HAS_USER_SINGLE_STEP_INFO
+ 
++/*
++ * When hitting ptrace_stop(), we cannot return using SYSRET because
++ * that does not restore the full CPU state, only a minimal set.  The
++ * ptracer can change arbitrary register values, which is usually okay
++ * because the usual ptrace stops run off the signal delivery path which
++ * forces IRET; however, ptrace_event() stops happen in arbitrary places
++ * in the kernel and don't force IRET path.
++ *
++ * So force IRET path after a ptrace stop.
++ */
++#define arch_ptrace_stop_needed(code, info)   \
++({\
++  set_thread_flag(TIF_NOTIFY_RESUME); \
++  false;  \
++})
++
+ struct user_desc;
+ extern int do_get_thread_area(struct task_struct *p, int idx,
+ struct user_desc __user *info);
 diff --git a/arch/x86/include/asm/realmode.h b/arch/x86/include/asm/realmode.h
 index 9c6b890..5305f53 100644
 --- a/arch/x86/include/asm/realmode.h
@@ -82077,6 +82100,20 @@ index 34a1e10..70f6bde 100644
  
  struct proc_ns {
void *ns;
+diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h
+index 077904c..cc79eff 100644
+--- a/include/linux/ptrace.h
 b/include/linux/ptrace.h
+@@ -334,6 +334,9 @@ static inline void user_single_step_siginfo(struct 
task_struct *tsk,
+  * calling arch_ptrace_stop() when it would be superfluous.  For example,
+  * if the thread has not been back to user mode since the last stop, the
+  * thread state might indicate that nothing needs to be done.
++ *
++ * This is guaranteed to be invoked once before a task stops for ptrace and
++ * may include arch-specific operations necessary prior to a ptrace stop.
+  */
+ #define arch_ptrace_stop_needed(code, info)   (0)
+ #endif
 diff --git a/include/linux/quota.h b/include/linux/quota.h
 index cc7494a..1e27036 100644
 --- a/include/linux/quota.h
@@ -92405,6 +92442,37 @@ index c24c2f7..f0296f4 100644
 +  pax_close_kernel();
 +}
 +EXPORT_SYMBOL(pax_list_del_rcu);
+diff --git a/lib/lz4/lz4_decompress.c b/lib/lz4/lz4_decompress.c
+index b74da44..7a85967 100644
+--- a/lib/lz4/lz4_decompress.c
 b/lib/lz4/lz4_decompress.c
+@@ -192,6 +192,8 @@ static int lz4_uncompress_unknownoutputsize(const char 
*source, char *dest,
+   int s = 255;
+   while ((ip  iend)  (s == 255)) {
+   

[gentoo-commits] gentoo-x86 commit in www-client/uzbl: uzbl-2012.05.14-r1.ebuild uzbl-9999.ebuild ChangeLog

2014-07-06 Thread Sven Vermeulen (swift)
swift   14/07/06 12:18:50

  Modified: uzbl-.ebuild ChangeLog
  Added:uzbl-2012.05.14-r1.ebuild
  Log:
  Fix bug #513466 (incl. #506006, #456310, #486012, #453208) thanks to Kéwan 
tharvik Marconnet
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.29 www-client/uzbl/uzbl-.ebuild

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

Index: uzbl-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/uzbl/uzbl-.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- uzbl-.ebuild2 Jun 2014 13:43:20 -   1.28
+++ uzbl-.ebuild6 Jul 2014 12:18:50 -   1.29
@@ -1,35 +1,37 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/uzbl-.ebuild,v 1.28 
2014/06/02 13:43:20 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/uzbl-.ebuild,v 1.29 
2014/07/06 12:18:50 swift Exp $
 
-EAPI=4
+EAPI='5'
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
 
-IUSE=gtk3
 if [[ ${PV} == ** ]]; then
inherit git-2
-   EGIT_REPO_URI=${EGIT_REPO_URI:-git://github.com/Dieterbe/uzbl.git}
-   KEYWORDS=
-   SRC_URI=
-   IUSE+= experimental
+   EGIT_REPO_URI=${EGIT_REPO_URI:-'git://github.com/Dieterbe/uzbl.git'}
+   KEYWORDS=''
+   SRC_URI=''
+   IUSE='experimental'
use experimental 
-   EGIT_BRANCH=experimental 
-   EGIT_COMMIT=experimental
+   EGIT_BRANCH='next'
 else
inherit vcs-snapshot
-   KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+   KEYWORDS='~amd64 ~x86 ~amd64-linux ~x86-linux'
SRC_URI=http://github.com/Dieterbe/${PN}/tarball/${PV} - ${P}.tar.gz
 fi
 
-DESCRIPTION=Web interface tools which adhere to the unix philosophy
-HOMEPAGE=http://www.uzbl.org;
+DESCRIPTION='Web interface tools which adhere to the unix philosophy.'
+HOMEPAGE='http://www.uzbl.org'
 
-LICENSE=LGPL-2.1 MPL-1.1
-SLOT=0
-IUSE+= +browser helpers +tabbed vim-syntax
+LICENSE='LGPL-2.1 MPL-1.1'
+SLOT='0'
+IUSE+=' gtk3 +browser helpers +tabbed vim-syntax'
 
-REQUIRED_USE=tabbed? ( browser )
+REQUIRED_USE='tabbed? ( browser )'
 
-COMMON_DEPEND=
+COMMON_DEPEND='
dev-libs/glib:2
=dev-libs/icu-4.0.1
=net-libs/libsoup-2.24:2.4
@@ -41,8 +43,7 @@
net-libs/webkit-gtk:3
x11-libs/gtk+:3
)
-
-
+'
 
 DEPEND=
virtual/pkgconfig
@@ -71,47 +72,71 @@
 
 # TODO document what requires the above helpers
 
+PREFIX=${EPREFIX}/usr
+
 pkg_setup() {
+   python-single-r1_pkg_setup
if ! use helpers; then
elog uzbl's extra scripts use various optional applications:
elog
-   elogdev-python/pygtk
-   elogdev-python/pygobject:2
-   eloggnome-extra/zenity
-   elognet-misc/socat
-   elogx11-libs/pango
-   elogx11-misc/dmenu
-   elogx11-misc/xclip
+   elog '   dev-python/pygtk'
+   elog '   dev-python/pygobject:2'
+   elog '   gnome-extra/zenity'
+   elog '   net-misc/socat'
+   elog '   x11-libs/pango'
+   elog '   x11-misc/dmenu'
+   elog '   x11-misc/xclip'
elog
-   elog Make sure you emerge the ones you need manually.
-   elog You may also activate the *helpers* USE flag to
-   elog install all of them automatically.
+   elog 'Make sure you emerge the ones you need manually.'
+   elog 'You may also activate the *helpers* USE flag to'
+   elog 'install all of them automatically.'
else
-   einfo You have enabled the *helpers* USE flag that installs
+   einfo 'You have enabled the *helpers* USE flag that installs'
einfo various optional applications used by uzbl's extra 
scripts.
fi
 }
 
 src_prepare() {
# remove -ggdb
-   sed -i s/-ggdb //g Makefile ||
-   die -ggdb removal sed failed
+   sed -i 's/-ggdb //g' Makefile ||
+   die '-ggdb removal sed failed'
 
# make gtk3 configurable
-   sed -r s:^(USE_GTK3) = (.*):\1?=\2: -i Makefile ||
-   die Makefile sed for gtk3 failed
+   sed -r 's:^(USE_GTK3) = (.*):\1?=\2:' -i Makefile ||
+   die 'Makefile sed for gtk3 failed'
+
+   # specify 

[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2014-07-06 Thread Anthony G. Basile
commit: 357dc04058639ab38a170ba0f4e472705db7c03c
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sun Jul  6 12:23:26 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sun Jul  6 12:23:26 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=357dc040

sys-kernel/hardened-sources: testing patchset 20140705

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: 0xF52D4BBA

---
 ...rdened-sources-3.14.10.ebuild = hardened-sources-3.14.10-r1.ebuild} | 2 +-
 ...hardened-sources-3.15.3.ebuild = hardened-sources-3.15.3-r1.ebuild} | 2 +-
 ...dened-sources-3.2.60-r5.ebuild = hardened-sources-3.2.60-r6.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.10.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.10-r1.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.10.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.10-r1.ebuild
index fa36e90..3e8ae18 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.10.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.10-r1.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.15.3.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.15.3-r1.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.15.3.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.15.3-r1.ebuild
index fd02f39..792335d 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.15.3.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.15.3-r1.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.60-r5.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.60-r6.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.60-r5.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.60-r6.ebuild
index 66fe121..074267e 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.60-r5.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.60-r6.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-6
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-7
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 



[gentoo-commits] gentoo-x86 commit in app-accessibility/caribou: caribou-0.4.13.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:29:21

  Modified: caribou-0.4.13.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  app-accessibility/caribou/caribou-0.4.13.ebuild

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

Index: caribou-0.4.13.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/caribou/caribou-0.4.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- caribou-0.4.13.ebuild   23 Feb 2014 12:06:20 -  1.4
+++ caribou-0.4.13.ebuild   6 Jul 2014 12:29:21 -   1.5
@@ -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-accessibility/caribou/caribou-0.4.13.ebuild,v 1.4 
2014/02/23 12:06:20 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/caribou/caribou-0.4.13.ebuild,v 1.5 
2014/07/06 12:29:21 mgorny Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -41,7 +41,6 @@
=gnome-base/gsettings-desktop-schemas-3
gnome-base/librsvg:2
sys-apps/dbus
-   virtual/python-argparse[${PYTHON_USEDEP}]
 
 DEPEND=${COMMON_DEPEND}
dev-libs/libxslt



1.31 app-accessibility/caribou/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   23 Feb 2014 12:06:20 -  1.30
+++ ChangeLog   6 Jul 2014 12:29:21 -   1.31
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/caribou
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.30 
2014/02/23 12:06:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.31 
2014/07/06 12:29:21 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org caribou-0.4.13.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   23 Feb 2014; Pacho Ramos pa...@gentoo.org caribou-0.4.13.ebuild:
   Drop python-2.6 support as pygobject-3.10 did, drop old






[gentoo-commits] gentoo-x86 commit in app-admin/glance: glance-2014.1.9999.ebuild glance-2014.1.1.ebuild glance-9999.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:30:08

  Modified: glance-2014.1..ebuild glance-2014.1.1.ebuild
glance-.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-admin/glance/glance-2014.1..ebuild

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

Index: glance-2014.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2014.1..ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glance-2014.1..ebuild   28 Apr 2014 01:54:37 -  1.1
+++ glance-2014.1..ebuild   6 Jul 2014 12:30:08 -   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-admin/glance/glance-2014.1..ebuild,v 1.1 
2014/04/28 01:54:37 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/glance/glance-2014.1..ebuild,v 1.2 
2014/07/06 12:30:08 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -57,7 +57,6 @@
=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
=dev-python/boto-2.12.0[${PYTHON_USEDEP}]
!~dev-python/boto-2.13.0[${PYTHON_USEDEP}]
=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]



1.2  app-admin/glance/glance-2014.1.1.ebuild

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

Index: glance-2014.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2014.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glance-2014.1.1.ebuild  16 Jun 2014 03:21:26 -  1.1
+++ glance-2014.1.1.ebuild  6 Jul 2014 12:30:08 -   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-admin/glance/glance-2014.1.1.ebuild,v 
1.1 2014/06/16 03:21:26 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2014.1.1.ebuild,v 
1.2 2014/07/06 12:30:08 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -55,7 +55,6 @@
=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
=dev-python/boto-2.12.0[${PYTHON_USEDEP}]
!~dev-python/boto-2.13.0[${PYTHON_USEDEP}]
=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]



1.9  app-admin/glance/glance-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/glance-.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/glance-.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/glance-.ebuild?r1=1.8r2=1.9

Index: glance-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/glance-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glance-.ebuild  19 Dec 2013 05:20:42 -  1.8
+++ glance-.ebuild  6 Jul 2014 12:30:08 -   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/app-admin/glance/glance-.ebuild,v 1.8 
2013/12/19 05:20:42 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/glance-.ebuild,v 1.9 
2014/07/06 12:30:08 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -42,7 +42,6 @@
dev-python/routes[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in app-emulation/cloud-init: cloud-init-0.7.5-r1.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:30:33

  Modified: cloud-init-0.7.5-r1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-emulation/cloud-init/cloud-init-0.7.5-r1.ebuild

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

Index: cloud-init-0.7.5-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cloud-init-0.7.5-r1.ebuild  20 May 2014 20:55:30 -  1.1
+++ cloud-init-0.7.5-r1.ebuild  6 Jul 2014 12:30:33 -   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/cloud-init/cloud-init-0.7.5-r1.ebuild,v 
1.1 2014/05/20 20:55:30 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.5-r1.ebuild,v 
1.2 2014/07/06 12:30:33 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -22,7 +22,6 @@
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/jsonpatch[${PYTHON_USEDEP}]
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.9  app-emulation/cloud-init/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   20 May 2014 20:57:08 -  1.8
+++ ChangeLog   6 Jul 2014 12:30:33 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/cloud-init
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.8 
2014/05/20 20:57:08 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.9 
2014/07/06 12:30:33 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org cloud-init-0.7.5-r1.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   20 May 2014; Matthew Thode prometheanf...@gentoo.org
   -cloud-init-0.7.4-r1.ebuild, -files/cloud-config.init,






[gentoo-commits] gentoo-x86 commit in app-misc/goobook: goobook-1.4-r1.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:30:56

  Modified: goobook-1.4-r1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  app-misc/goobook/goobook-1.4-r1.ebuild

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

Index: goobook-1.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/goobook/goobook-1.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- goobook-1.4-r1.ebuild   9 Jul 2013 15:00:27 -   1.4
+++ goobook-1.4-r1.ebuild   6 Jul 2014 12:30:56 -   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-misc/goobook/goobook-1.4-r1.ebuild,v 
1.4 2013/07/09 15:00:27 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/goobook/goobook-1.4-r1.ebuild,v 
1.5 2014/07/06 12:30:56 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -22,8 +22,7 @@
=dev-python/gdata-2.0.7[${PYTHON_USEDEP}]
=dev-python/hcs-utils-1.3[${PYTHON_USEDEP}]
=dev-python/keyring-0.2[${PYTHON_USEDEP}]
-   =dev-python/simplejson-2.1.0[${PYTHON_USEDEP}]
-   virtual/python-argparse
+   =dev-python/simplejson-2.1.0[${PYTHON_USEDEP}]
 
 DEPEND=${PYTHON_DEPS}
dev-python/setuptools



1.9  app-misc/goobook/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/goobook/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/goobook/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/goobook/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/goobook/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Mar 2014 02:05:06 -   1.8
+++ ChangeLog   6 Jul 2014 12:30:56 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/goobook
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/goobook/ChangeLog,v 1.8 2014/03/09 
02:05:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/goobook/ChangeLog,v 1.9 2014/07/06 
12:30:56 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org goobook-1.4-r1.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   09 Mar 2014; Manuel Rüger mr...@gentoo.org -goobook-1.3.ebuild,
   -goobook-1.4.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-6.2_p5-r1.ebuild ChangeLog

2014-07-06 Thread Mikle Kolyada (zlogene)
zlogene 14/07/06 12:31:29

  Modified: readline-6.2_p5-r1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #513802
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.10 sys-libs/readline/readline-6.2_p5-r1.ebuild

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

Index: readline-6.2_p5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- readline-6.2_p5-r1.ebuild   6 Jul 2014 11:59:45 -   1.9
+++ readline-6.2_p5-r1.ebuild   6 Jul 2014 12:31:29 -   1.10
@@ -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/readline/readline-6.2_p5-r1.ebuild,v 1.9 
2014/07/06 11:59:45 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.10 
2014/07/06 12:31:29 zlogene Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux
 IUSE=static-libs
 
 RDEPEND==sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]



1.206sys-libs/readline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   6 Jul 2014 11:59:45 -   1.205
+++ ChangeLog   6 Jul 2014 12:31:29 -   1.206
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/readline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.205 
2014/07/06 11:59:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.206 
2014/07/06 12:31:29 zlogene Exp $
+
+  06 Jul 2014; Mikle Kolyada zlog...@gentoo.org readline-6.2_p5-r1.ebuild:
+  amd64 stable wrt bug #513802
 
   06 Jul 2014; Jeroen Roovers j...@gentoo.org readline-6.2_p5-r1.ebuild:
   Stable for HPPA (bug #513802).






[gentoo-commits] gentoo-x86 commit in app-portage/elogviewer: elogviewer-2.1-r1.ebuild ChangeLog

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

  Modified: elogviewer-2.1-r1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-portage/elogviewer/elogviewer-2.1-r1.ebuild

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

Index: elogviewer-2.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elogviewer-2.1-r1.ebuild22 Jun 2014 17:31:36 -  1.1
+++ elogviewer-2.1-r1.ebuild6 Jul 2014 12:31:30 -   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-portage/elogviewer/elogviewer-2.1-r1.ebuild,v 1.1 
2014/06/22 17:31:36 dolsen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild,v 1.2 
2014/07/06 12:31:30 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=(python{2_6,2_7,3_1,3_2,3_3})
@@ -16,7 +16,7 @@
 KEYWORDS=amd64 ~ppc ~sparc x86 ~x86-fbsd
 IUSE=
 
-RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]
+RDEPEND=
|| ( dev-python/PyQt4[${PYTHON_USEDEP},X]
dev-python/pyside[${PYTHON_USEDEP},X] )
=sys-apps/portage-2.1



1.47 app-portage/elogviewer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/elogviewer/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   22 Jun 2014 17:31:36 -  1.46
+++ ChangeLog   6 Jul 2014 12:31:30 -   1.47
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/elogviewer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.46 
2014/06/22 17:31:36 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.47 
2014/07/06 12:31:30 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org elogviewer-2.1-r1.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
 *elogviewer-2.1-r1 (22 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in app-portage/euscan: euscan-0.1.1.ebuild euscan-9999.ebuild euscan-0.1.1-r1.ebuild euscan-0.1.0.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:34:51

  Modified: euscan-0.1.1.ebuild euscan-.ebuild
euscan-0.1.1-r1.ebuild euscan-0.1.0.ebuild
ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  app-portage/euscan/euscan-0.1.1.ebuild

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

Index: euscan-0.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/euscan/euscan-0.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- euscan-0.1.1.ebuild 26 Aug 2013 16:51:26 -  1.4
+++ euscan-0.1.1.ebuild 6 Jul 2014 12:34:51 -   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-portage/euscan/euscan-0.1.1.ebuild,v 
1.4 2013/08/26 16:51:26 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/euscan/euscan-0.1.1.ebuild,v 
1.5 2014/07/06 12:34:51 mgorny Exp $
 
 EAPI=3
 SUPPORT_PYTHON_ABIS=1
@@ -24,8 +24,7 @@
 RDEPEND=${DEPEND}
=app-portage/gentoolkit-0.2.8
dev-python/setuptools
-   dev-python/beautifulsoup:python-2
-   virtual/python-argparse
+   dev-python/beautifulsoup:python-2
 
 distutils_src_compile_pre_hook() {
echo VERSION=${PV} $(PYTHON) setup.py set_version



1.6  app-portage/euscan/euscan-.ebuild

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

Index: euscan-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/euscan/euscan-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- euscan-.ebuild  15 Oct 2013 11:10:55 -  1.5
+++ euscan-.ebuild  6 Jul 2014 12:34:51 -   1.6
@@ -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-portage/euscan/euscan-.ebuild,v 1.5 
2013/10/15 11:10:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/euscan/euscan-.ebuild,v 1.6 
2014/07/06 12:34:51 mgorny Exp $
 
 EAPI=5
 
@@ -24,8 +24,7 @@
 RDEPEND=${DEPEND}
=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
 
 python_prepare_all() {
python_export_best



1.3  app-portage/euscan/euscan-0.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/euscan/euscan-0.1.1-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/euscan/euscan-0.1.1-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/euscan/euscan-0.1.1-r1.ebuild?r1=1.2r2=1.3

Index: euscan-0.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/euscan/euscan-0.1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- euscan-0.1.1-r1.ebuild  18 Nov 2013 20:10:25 -  1.2
+++ euscan-0.1.1-r1.ebuild  6 Jul 2014 12:34:51 -   1.3
@@ -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-portage/euscan/euscan-0.1.1-r1.ebuild,v 
1.2 2013/11/18 20:10:25 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/euscan/euscan-0.1.1-r1.ebuild,v 
1.3 2014/07/06 12:34:51 mgorny Exp $
 
 EAPI=5
 
@@ -23,8 +23,7 @@
 RDEPEND=${DEPEND}
=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   

[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.0.0-r1.ebuild layman-9999.ebuild layman-2.0.0-r3.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:35:18

  Modified: layman-2.0.0-r1.ebuild layman-.ebuild
layman-2.0.0-r3.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  app-portage/layman/layman-2.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.0.0-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.0.0-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.0.0-r1.ebuild?r1=1.2r2=1.3

Index: layman-2.0.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- layman-2.0.0-r1.ebuild  18 Jan 2014 03:19:39 -  1.2
+++ layman-2.0.0-r1.ebuild  6 Jul 2014 12:35:18 -   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-portage/layman/layman-2.0.0-r1.ebuild,v 
1.2 2014/01/18 03:19:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.0.0-r1.ebuild,v 
1.3 2014/07/06 12:35:18 mgorny Exp $
 
 EAPI=5
 
@@ -33,7 +33,6 @@
=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
-   virtual/python-argparse[${PYTHON_USEDEP}]

 
 python_prepare_all()  {



1.36 app-portage/layman/layman-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?r1=1.35r2=1.36

Index: layman-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- layman-.ebuild  16 Jun 2014 04:28:56 -  1.35
+++ layman-.ebuild  6 Jul 2014 12:35:18 -   1.36
@@ -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-portage/layman/layman-.ebuild,v 
1.35 2014/06/16 04:28:56 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v 
1.36 2014/07/06 12:35:18 mgorny Exp $
 
 EAPI=5
 
@@ -36,7 +36,6 @@
)
)
gpg? ( =dev-python/pyGPG- )
-   virtual/python-argparse[${PYTHON_USEDEP}]
sys-apps/portage[${PYTHON_USEDEP}]
=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]




1.11 app-portage/layman/layman-2.0.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.0.0-r3.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.0.0-r3.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.0.0-r3.ebuild?r1=1.10r2=1.11

Index: layman-2.0.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.0.0-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- layman-2.0.0-r3.ebuild  17 May 2014 14:00:28 -  1.10
+++ layman-2.0.0-r3.ebuild  6 Jul 2014 12:35:18 -   1.11
@@ -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-portage/layman/layman-2.0.0-r3.ebuild,v 
1.10 2014/05/17 14:00:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.0.0-r3.ebuild,v 
1.11 2014/07/06 12:35:18 mgorny Exp $
 
 EAPI=5
 
@@ -33,7 +33,6 @@
=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
-   virtual/python-argparse[${PYTHON_USEDEP}]
sys-apps/portage[${PYTHON_USEDEP}]

 



1.198app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.198view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.198content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.197r2=1.198

Index: ChangeLog

[gentoo-commits] gentoo-x86 commit in app-portage/gentoolkit: gentoolkit-0.3.0.9.ebuild gentoolkit-0.3.0.9-r1.ebuild gentoolkit-9999.ebuild gentoolkit-0.3.0.8-r2.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:35:20

  Modified: gentoolkit-0.3.0.9.ebuild
gentoolkit-0.3.0.9-r1.ebuild gentoolkit-.ebuild
gentoolkit-0.3.0.8-r2.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-portage/gentoolkit/gentoolkit-0.3.0.9.ebuild

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

Index: gentoolkit-0.3.0.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoolkit-0.3.0.9.ebuild   12 Mar 2014 18:26:32 -  1.1
+++ gentoolkit-0.3.0.9.ebuild   6 Jul 2014 12:35:20 -   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-portage/gentoolkit/gentoolkit-0.3.0.9.ebuild,v 1.1 
2014/03/12 18:26:32 fuzzyray Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9.ebuild,v 1.2 
2014/07/06 12:35:20 mgorny Exp $
 
 EAPI=5
 
@@ -24,8 +24,7 @@
!=app-portage/gentoolkit-dev-0.2.7
|| ( =sys-apps/coreutils-8.15 app-misc/realpath 
sys-freebsd/freebsd-bin )
sys-apps/gawk
-   sys-apps/grep
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   sys-apps/grep
 
 PATCHES=()
 



1.4  app-portage/gentoolkit/gentoolkit-0.3.0.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r1.ebuild?r1=1.3r2=1.4

Index: gentoolkit-0.3.0.9-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoolkit-0.3.0.9-r1.ebuild6 Apr 2014 17:21:05 -   1.3
+++ gentoolkit-0.3.0.9-r1.ebuild6 Jul 2014 12:35:20 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r1.ebuild,v 
1.3 2014/04/06 17:21:05 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.9-r1.ebuild,v 
1.4 2014/07/06 12:35:20 mgorny Exp $
 
 EAPI=5
 
@@ -25,8 +25,7 @@
|| ( =sys-apps/coreutils-8.15 app-misc/realpath 
sys-freebsd/freebsd-bin )
sys-apps/gawk
!prefix? ( sys-apps/gentoo-functions )
-   sys-apps/grep
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   sys-apps/grep
 
 PATCHES=(
${FILESDIR}/${PV}-revdep-rebuild-py-504654-1.patch



1.35 app-portage/gentoolkit/gentoolkit-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-.ebuild?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-.ebuild?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-.ebuild?r1=1.34r2=1.35

Index: gentoolkit-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-.ebuild,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- gentoolkit-.ebuild  6 Apr 2014 17:21:05 -   1.34
+++ gentoolkit-.ebuild  6 Jul 2014 12:35:20 -   1.35
@@ -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-portage/gentoolkit/gentoolkit-.ebuild,v 1.34 
2014/04/06 17:21:05 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-.ebuild,v 1.35 
2014/07/06 12:35:20 mgorny Exp $
 
 EAPI=5
 
@@ -30,8 +30,7 @@
|| ( =sys-apps/coreutils-8.15 app-misc/realpath 
sys-freebsd/freebsd-bin )
sys-apps/gawk
!prefix? ( sys-apps/gentoo-functions )
- 

[gentoo-commits] gentoo-x86 commit in dev-python/argh: argh-0.23.3.ebuild argh-0.23.2.ebuild argh-0.23.0-r1.ebuild argh-0.24.1.ebuild argh-0.23.1.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:36:21

  Modified: argh-0.23.3.ebuild argh-0.23.2.ebuild
argh-0.23.0-r1.ebuild argh-0.24.1.ebuild
argh-0.23.1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  dev-python/argh/argh-0.23.3.ebuild

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

Index: argh-0.23.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- argh-0.23.3.ebuild  31 Mar 2014 20:55:57 -  1.3
+++ argh-0.23.3.ebuild  6 Jul 2014 12:36:21 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.3.ebuild,v 1.3 
2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.3.ebuild,v 1.4 
2014/07/06 12:36:21 mgorny Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE=LGPL-3
 IUSE=test
 
-RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]
+RDEPEND=
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]



1.4  dev-python/argh/argh-0.23.2.ebuild

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

Index: argh-0.23.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- argh-0.23.2.ebuild  31 Mar 2014 20:55:57 -  1.3
+++ argh-0.23.2.ebuild  6 Jul 2014 12:36:21 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.2.ebuild,v 1.3 
2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.2.ebuild,v 1.4 
2014/07/06 12:36:21 mgorny Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE=LGPL-3
 IUSE=test
 
-RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]
+RDEPEND=
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]



1.5  dev-python/argh/argh-0.23.0-r1.ebuild

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

Index: argh-0.23.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- argh-0.23.0-r1.ebuild   31 Mar 2014 20:55:57 -  1.4
+++ argh-0.23.0-r1.ebuild   6 Jul 2014 12:36:21 -   1.5
@@ -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/argh/argh-0.23.0-r1.ebuild,v 1.4 
2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.0-r1.ebuild,v 1.5 
2014/07/06 12:36:21 mgorny Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE=LGPL-3
 IUSE=test
 
-RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]
+RDEPEND=
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]



1.3  dev-python/argh/argh-0.24.1.ebuild

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

Index: argh-0.24.1.ebuild

[gentoo-commits] gentoo-x86 commit in dev-python/argcomplete: argcomplete-0.6.5.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:36:18

  Modified: argcomplete-0.6.5.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  dev-python/argcomplete/argcomplete-0.6.5.ebuild

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

Index: argcomplete-0.6.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/argcomplete/argcomplete-0.6.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- argcomplete-0.6.5.ebuild2 Jul 2014 02:39:59 -   1.4
+++ argcomplete-0.6.5.ebuild6 Jul 2014 12:36:18 -   1.5
@@ -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/argcomplete/argcomplete-0.6.5.ebuild,v 1.4 
2014/07/02 02:39:59 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/argcomplete/argcomplete-0.6.5.ebuild,v 1.5 
2014/07/06 12:36:18 mgorny Exp $
 
 EAPI=5
 
@@ -17,6 +17,6 @@
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos
 IUSE=
 
-RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]
+RDEPEND=
 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]



1.5  dev-python/argcomplete/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Jul 2014 02:39:59 -   1.4
+++ ChangeLog   6 Jul 2014 12:36:18 -   1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/argcomplete
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.4 
2014/07/02 02:39:59 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.5 
2014/07/06 12:36:18 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org argcomplete-0.6.5.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   02 Jul 2014; Mike Gilbert flop...@gentoo.org argcomplete-0.6.5.ebuild:
   Depend on setuptools.






[gentoo-commits] gentoo-x86 commit in dev-python/alembic: alembic-0.6.4.ebuild alembic-0.6.0.ebuild alembic-0.6.3.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:36:26

  Modified: alembic-0.6.4.ebuild alembic-0.6.0.ebuild
alembic-0.6.3.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/alembic/alembic-0.6.4.ebuild

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

Index: alembic-0.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alembic-0.6.4.ebuild1 May 2014 09:02:19 -   1.1
+++ alembic-0.6.4.ebuild6 Jul 2014 12:36:26 -   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/alembic/alembic-0.6.4.ebuild,v 
1.1 2014/05/01 09:02:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.4.ebuild,v 
1.2 2014/07/06 12:36:26 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -20,8 +20,7 @@
 # because it shatters the testsuite.  If 'someone' cares to adhere to correct 
form
 # and edit to -0.7.3, feel free, and then pick up the pieces.
 RDEPEND==dev-python/sqlalchemy-0.8.4[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]



1.3  dev-python/alembic/alembic-0.6.0.ebuild

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

Index: alembic-0.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alembic-0.6.0.ebuild22 Mar 2014 04:24:16 -  1.2
+++ alembic-0.6.0.ebuild6 Jul 2014 12:36:26 -   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-python/alembic/alembic-0.6.0.ebuild,v 
1.2 2014/03/22 04:24:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v 
1.3 2014/07/06 12:36:26 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -17,8 +17,7 @@
 IUSE=test doc
 
 RDEPEND==dev-python/sqlalchemy-0.7.9
-   dev-python/mako
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   dev-python/mako
 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )



1.3  dev-python/alembic/alembic-0.6.3.ebuild

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

Index: alembic-0.6.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alembic-0.6.3.ebuild22 Mar 2014 04:24:16 -  1.2
+++ alembic-0.6.3.ebuild6 Jul 2014 12:36:26 -   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-python/alembic/alembic-0.6.3.ebuild,v 
1.2 2014/03/22 04:24:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v 
1.3 2014/07/06 12:36:26 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -19,8 +19,7 @@
 IUSE=test doc
 
 RDEPEND==dev-python/sqlalchemy-0.7.3[${PYTHON_USEDEP}]
-   dev-python/mako[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   

[gentoo-commits] gentoo-x86 commit in app-text/pelican: pelican-3.4.0.ebuild pelican-3.3.ebuild pelican-3.2.2.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:36:29

  Modified: pelican-3.4.0.ebuild pelican-3.3.ebuild
pelican-3.2.2.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-text/pelican/pelican-3.4.0.ebuild

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

Index: pelican-3.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pelican-3.4.0.ebuild5 Jul 2014 08:01:40 -   1.1
+++ pelican-3.4.0.ebuild6 Jul 2014 12:36:29 -   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-text/pelican/pelican-3.4.0.ebuild,v 1.1 
2014/07/05 08:01:40 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.4.0.ebuild,v 1.2 
2014/07/06 12:36:29 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -25,8 +25,7 @@
dev-python/blinker[${PYTHON_USEDEP}]
=dev-python/six-1.4[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
 RDEPEND=
 
 DOCS=( README.rst )



1.3  app-text/pelican/pelican-3.3.ebuild

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

Index: pelican-3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pelican-3.3.ebuild  7 Nov 2013 08:56:10 -   1.2
+++ pelican-3.3.ebuild  6 Jul 2014 12:36:29 -   1.3
@@ -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/pelican/pelican-3.3.ebuild,v 1.2 
2013/11/07 08:56:10 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v 1.3 
2014/07/06 12:36:29 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -24,8 +24,7 @@
dev-python/unidecode[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
 RDEPEND=
 
 DOCS=( README.rst )



1.2  app-text/pelican/pelican-3.2.2.ebuild

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

Index: pelican-3.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pelican-3.2.2.ebuild13 Jun 2013 08:48:51 -  1.1
+++ pelican-3.2.2.ebuild6 Jul 2014 12:36:29 -   1.2
@@ -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/pelican/pelican-3.2.2.ebuild,v 1.1 
2013/06/13 08:48:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.2.ebuild,v 1.2 
2014/07/06 12:36:29 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -24,8 +24,7 @@
dev-python/unidecode[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   

[gentoo-commits] gentoo-x86 commit in app-portage/overlint: overlint-0.5.2.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:36:20

  Modified: overlint-0.5.2.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.8  app-portage/overlint/overlint-0.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild?r1=1.7r2=1.8

Index: overlint-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- overlint-0.5.2.ebuild   20 May 2014 22:56:00 -  1.7
+++ overlint-0.5.2.ebuild   6 Jul 2014 12:36:20 -   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/app-portage/overlint/overlint-0.5.2.ebuild,v 1.7 
2014/05/20 22:56:00 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.8 
2014/07/06 12:36:20 mgorny Exp $
 
 EAPI=5
 
@@ -16,6 +16,3 @@
 SLOT=0
 KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
 IUSE=
-
-DEPEND=
-RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]



1.12 app-portage/overlint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/overlint/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   20 May 2014 22:56:00 -  1.11
+++ ChangeLog   6 Jul 2014 12:36:20 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/overlint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.11 
2014/05/20 22:56:00 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.12 
2014/07/06 12:36:20 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org overlint-0.5.2.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   20 May 2014; Manuel Rüger mr...@gentoo.org overlint-0.5.2.ebuild:
   Add ~arm keyword.






[gentoo-commits] gentoo-x86 commit in dev-python/cement: cement-2.0.2.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:40:14

  Modified: cement-2.0.2.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  dev-python/cement/cement-2.0.2.ebuild

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

Index: cement-2.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cement/cement-2.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cement-2.0.2.ebuild 28 Nov 2013 13:10:34 -  1.5
+++ cement-2.0.2.ebuild 6 Jul 2014 12:40:14 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cement/cement-2.0.2.ebuild,v 1.5 
2013/11/28 13:10:34 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cement/cement-2.0.2.ebuild,v 1.6 
2014/07/06 12:40:14 mgorny Exp $
 
 EAPI=5
 
@@ -23,8 +23,7 @@
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-RDEPEND=${DEPEND}
-   virtual/python-argparse[${PYTHON_USEDEP}]
+RDEPEND=${DEPEND}
 
 DOCS=( ChangeLog CONTRIBUTORS README.md )
 PATCHES=( ${FILESDIR}/tests-installation.patch )



1.9  dev-python/cement/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cement/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   28 Nov 2013 17:16:55 -  1.8
+++ ChangeLog   6 Jul 2014 12:40:14 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cement
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cement/ChangeLog,v 1.8 
2013/11/28 17:16:55 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cement/ChangeLog,v 1.9 
2014/07/06 12:40:14 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org cement-2.0.2.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   28 Nov 2013; Jan Matejka y...@gentoo.org cement-2.0.2.ebuild:
   stabilizing






[gentoo-commits] gentoo-x86 commit in dev-python/bitstring: bitstring-3.1.1.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:40:14

  Modified: bitstring-3.1.1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  dev-python/bitstring/bitstring-3.1.1.ebuild

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

Index: bitstring-3.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-3.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bitstring-3.1.1.ebuild  2 Sep 2013 18:38:26 -   1.4
+++ bitstring-3.1.1.ebuild  6 Jul 2014 12:40:14 -   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/dev-python/bitstring/bitstring-3.1.1.ebuild,v 1.4 
2013/09/02 18:38:26 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-3.1.1.ebuild,v 1.5 
2014/07/06 12:40:14 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -14,8 +14,7 @@
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=test
-DEPEND=app-arch/unzip
-   test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )
+DEPEND=app-arch/unzip
 RDEPEND=
 
 python_test() {



1.14 dev-python/bitstring/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   2 Sep 2013 18:38:26 -   1.13
+++ ChangeLog   6 Jul 2014 12:40:14 -   1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/bitstring
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v 1.13 
2013/09/02 18:38:26 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v 1.14 
2014/07/06 12:40:14 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org bitstring-3.1.1.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   02 Sep 2013; Mike Gilbert flop...@gentoo.org bitstring-3.1.1.ebuild:
   Fix tests under python2.6. Add python3.3.






[gentoo-commits] gentoo-x86 commit in dev-python/contextlib2: contextlib2-0.4.0.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:40:12

  Modified: contextlib2-0.4.0.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  dev-python/contextlib2/contextlib2-0.4.0.ebuild

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

Index: contextlib2-0.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/contextlib2/contextlib2-0.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- contextlib2-0.4.0.ebuild31 Mar 2014 20:55:35 -  1.3
+++ contextlib2-0.4.0.ebuild6 Jul 2014 12:40:12 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/contextlib2/contextlib2-0.4.0.ebuild,v 1.3 
2014/03/31 20:55:35 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/contextlib2/contextlib2-0.4.0.ebuild,v 1.4 
2014/07/06 12:40:12 mgorny Exp $
 
 EAPI=5
 
@@ -17,8 +17,6 @@
 KEYWORDS=~amd64 ~x86
 IUSE=test
 
-DEPEND=test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )
-
 python_test() {
${PYTHON} test_contextlib2.py || die Tests fail for ${EPYTHON}
 }



1.4  dev-python/contextlib2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/contextlib2/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   31 Mar 2014 20:55:35 -  1.3
+++ ChangeLog   6 Jul 2014 12:40:12 -   1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/contextlib2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/contextlib2/ChangeLog,v 1.3 
2014/03/31 20:55:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/contextlib2/ChangeLog,v 1.4 
2014/07/06 12:40:12 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org contextlib2-0.4.0.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org contextlib2-0.4.0.ebuild:
   Add support for the new PyPy slotting.






[gentoo-commits] gentoo-x86 commit in dev-python/cliff: cliff-1.4.ebuild cliff-1.4.5.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:40:19

  Modified: cliff-1.4.ebuild cliff-1.4.5.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  dev-python/cliff/cliff-1.4.ebuild

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

Index: cliff-1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cliff-1.4.ebuild19 Mar 2014 18:20:55 -  1.5
+++ cliff-1.4.ebuild6 Jul 2014 12:40:19 -   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/dev-python/cliff/cliff-1.4.ebuild,v 1.5 
2014/03/19 18:20:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.4.ebuild,v 1.6 
2014/07/06 12:40:19 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -16,8 +16,7 @@
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
-RDEPEND=virtual/python-argparse[${PYTHON_USEDEP}]
-   dev-python/prettytable-0.8[${PYTHON_USEDEP}]
+RDEPEND=dev-python/prettytable-0.8[${PYTHON_USEDEP}]
=dev-python/prettytable-0.6[${PYTHON_USEDEP}]
=dev-python/cmd2-0.6.4[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}



1.3  dev-python/cliff/cliff-1.4.5.ebuild

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

Index: cliff-1.4.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cliff-1.4.5.ebuild  19 Mar 2014 18:22:28 -  1.2
+++ cliff-1.4.5.ebuild  6 Jul 2014 12:40:19 -   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-python/cliff/cliff-1.4.5.ebuild,v 1.2 
2014/03/19 18:22:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.4.5.ebuild,v 1.3 
2014/07/06 12:40:19 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -23,7 +23,6 @@
=dev-python/prettytable-0.6[${PYTHON_USEDEP}]
dev-python/prettytable-0.8[${PYTHON_USEDEP}]
=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]



1.10 dev-python/cliff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   19 Mar 2014 18:22:28 -  1.9
+++ ChangeLog   6 Jul 2014 12:40:19 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/cliff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.9 2014/03/19 
18:22:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.10 
2014/07/06 12:40:19 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org cliff-1.4.5.ebuild,
+  cliff-1.4.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for =python-2.6).
 
   19 Mar 2014; Sébastien Fabbro bicat...@gentoo.org cliff-1.4.5.ebuild:
   Keyword amd64-linux and x86-linux






[gentoo-commits] gentoo-x86 commit in dev-python/bokeh: bokeh-0.4.ebuild bokeh-0.4.2.ebuild bokeh-0.4.1.ebuild ChangeLog

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

  Modified: bokeh-0.4.ebuild bokeh-0.4.2.ebuild
bokeh-0.4.1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/bokeh/bokeh-0.4.ebuild

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

Index: bokeh-0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bokeh-0.4.ebuild22 Feb 2014 23:50:45 -  1.2
+++ bokeh-0.4.ebuild6 Jul 2014 12:40:22 -   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-python/bokeh/bokeh-0.4.ebuild,v 1.2 
2014/02/22 23:50:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.ebuild,v 1.3 
2014/07/06 12:40:22 mgorny Exp $
 
 EAPI=5
 
@@ -39,7 +39,6 @@
=dev-python/six-1.3.0[${PYTHON_USEDEP}]
=dev-python/traits-4.4[$(python_gen_usedep 'python2_7')]
=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
-   =virtual/python-argparse-1[${PYTHON_USEDEP}]
 
 
 # testing server: needs websocket not in portage yet



1.2  dev-python/bokeh/bokeh-0.4.2.ebuild

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

Index: bokeh-0.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bokeh-0.4.2.ebuild  12 Mar 2014 19:16:25 -  1.1
+++ bokeh-0.4.2.ebuild  6 Jul 2014 12:40:22 -   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/bokeh/bokeh-0.4.2.ebuild,v 1.1 
2014/03/12 19:16:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.2.ebuild,v 1.2 
2014/07/06 12:40:22 mgorny Exp $
 
 EAPI=5
 
@@ -39,7 +39,6 @@
=dev-python/six-1.5.2[${PYTHON_USEDEP}]
=dev-python/traits-4.4[$(python_gen_usedep 'python2_7')]
=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
-   =virtual/python-argparse-1[${PYTHON_USEDEP}]
 
 
 # testing server: needs websocket not in portage yet



1.3  dev-python/bokeh/bokeh-0.4.1.ebuild

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

Index: bokeh-0.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bokeh-0.4.1.ebuild  12 Mar 2014 19:16:25 -  1.2
+++ bokeh-0.4.1.ebuild  6 Jul 2014 12:40:22 -   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-python/bokeh/bokeh-0.4.1.ebuild,v 1.2 
2014/03/12 19:16:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.4.1.ebuild,v 1.3 
2014/07/06 12:40:22 mgorny Exp $
 
 EAPI=5
 
@@ -39,7 +39,6 @@
=dev-python/six-1.3.0[${PYTHON_USEDEP}]
=dev-python/traits-4.4[$(python_gen_usedep 'python2_7')]
=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
-   =virtual/python-argparse-1[${PYTHON_USEDEP}]
 
 
 # testing server: needs websocket not in portage yet



1.4  dev-python/bokeh/ChangeLog

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


[gentoo-commits] gentoo-x86 commit in dev-python/blaze: blaze-0.5.0.ebuild blaze-0.4.2.ebuild blaze-0.4.1.ebuild ChangeLog

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

  Modified: blaze-0.5.0.ebuild blaze-0.4.2.ebuild
blaze-0.4.1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/blaze/blaze-0.5.0.ebuild

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

Index: blaze-0.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blaze-0.5.0.ebuild  3 Jul 2014 21:53:29 -   1.1
+++ blaze-0.5.0.ebuild  6 Jul 2014 12:40:21 -   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/blaze/blaze-0.5.0.ebuild,v 1.1 
2014/07/03 21:53:29 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild,v 1.2 
2014/07/06 12:40:21 mgorny Exp $
 
 EAPI=5
 
@@ -26,8 +26,7 @@
=dev-python/numpy-1.6[${PYTHON_USEDEP}]
dev-python/numba[${PYTHON_USEDEP}]
dev-python/pykit[${PYTHON_USEDEP}]
-   dev-python/pyparsing[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
=dev-python/cython-0.18[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )



1.2  dev-python/blaze/blaze-0.4.2.ebuild

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

Index: blaze-0.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blaze-0.4.2.ebuild  22 Feb 2014 23:53:06 -  1.1
+++ blaze-0.4.2.ebuild  6 Jul 2014 12:40:21 -   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/blaze/blaze-0.4.2.ebuild,v 1.1 
2014/02/22 23:53:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild,v 1.2 
2014/07/06 12:40:21 mgorny Exp $
 
 EAPI=5
 
@@ -25,8 +25,7 @@
dev-python/dynd-python[${PYTHON_USEDEP}]
=dev-python/numpy-1.6[${PYTHON_USEDEP}]
dev-python/numba[${PYTHON_USEDEP}]
-   dev-python/pykit[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   dev-python/pykit[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
=dev-python/cython-0.18[${PYTHON_USEDEP}]
test? (



1.3  dev-python/blaze/blaze-0.4.1.ebuild

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

Index: blaze-0.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blaze-0.4.1.ebuild  13 Feb 2014 20:43:47 -  1.2
+++ blaze-0.4.1.ebuild  6 Jul 2014 12:40:22 -   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-python/blaze/blaze-0.4.1.ebuild,v 1.2 
2014/02/13 20:43:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild,v 1.3 
2014/07/06 12:40:22 mgorny Exp $
 
 EAPI=5
 
@@ -25,8 +25,7 @@
dev-python/dynd-python[${PYTHON_USEDEP}]
=dev-python/numpy-1.6[${PYTHON_USEDEP}]
dev-python/numba[${PYTHON_USEDEP}]
-   dev-python/pykit[${PYTHON_USEDEP}]
-   virtual/python-argparse[${PYTHON_USEDEP}]
+   dev-python/pykit[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
=dev-python/cython-0.18[${PYTHON_USEDEP}]
test? (



1.5  dev-python/blaze/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in dev-python/django-celery: django-celery-3.1.9.ebuild django-celery-3.1.10.ebuild ChangeLog

2014-07-06 Thread Michal Gorny (mgorny)
mgorny  14/07/06 12:41:17

  Modified: django-celery-3.1.9.ebuild
django-celery-3.1.10.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and 
virtual/python-unittest2 (those packages were only required for =python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/django-celery/django-celery-3.1.9.ebuild

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

Index: django-celery-3.1.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.1.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- django-celery-3.1.9.ebuild  11 Apr 2014 06:29:13 -  1.2
+++ django-celery-3.1.9.ebuild  6 Jul 2014 12:41:16 -   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-python/django-celery/django-celery-3.1.9.ebuild,v 
1.2 2014/04/11 06:29:13 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.1.9.ebuild,v 
1.3 2014/07/06 12:41:16 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -23,7 +23,6 @@
 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
-   virtual/python-unittest2[${PYTHON_USEDEP}]
dev-python/django-nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/nose-cover3[${PYTHON_USEDEP}]



1.2  dev-python/django-celery/django-celery-3.1.10.ebuild

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

Index: django-celery-3.1.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.1.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-celery-3.1.10.ebuild 11 Apr 2014 06:29:13 -  1.1
+++ django-celery-3.1.10.ebuild 6 Jul 2014 12:41:16 -   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/django-celery/django-celery-3.1.10.ebuild,v 
1.1 2014/04/11 06:29:13 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.1.10.ebuild,v 
1.2 2014/07/06 12:41:16 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -23,7 +23,6 @@
 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
-   virtual/python-unittest2[${PYTHON_USEDEP}]
dev-python/django-nose[${PYTHON_USEDEP}]
=dev-python/coverage-3.0[${PYTHON_USEDEP}]
dev-python/nose-cover3[${PYTHON_USEDEP}]



1.18 dev-python/django-celery/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-celery/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-celery/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-celery/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   11 Apr 2014 06:29:13 -  1.17
+++ ChangeLog   6 Jul 2014 12:41:16 -   1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django-celery
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.17 
2014/04/11 06:29:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.18 
2014/07/06 12:41:16 mgorny Exp $
+
+  06 Jul 2014; Michał Górny mgo...@gentoo.org django-celery-3.1.10.ebuild,
+  django-celery-3.1.9.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for 

  1   2   3   4   >