[gentoo-commits] gentoo-x86 commit in app-office/borg: borg-1.7.4-r2.ebuild ChangeLog

2015-04-05 Thread Patrice Clement (monsieurp)
monsieurp15/04/05 20:50:28

  Modified: ChangeLog
  Added:borg-1.7.4-r2.ebuild
  Log:
  EAPI 5 bump wrt bug 543906.L
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.14 app-office/borg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/borg/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   29 Sep 2012 08:27:26 -  1.13
+++ ChangeLog   5 Apr 2015 20:50:28 -   1.14
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/borg
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/borg/ChangeLog,v 1.13 2012/09/29 
08:27:26 sera Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/borg/ChangeLog,v 1.14 2015/04/05 
20:50:28 monsieurp Exp $
+
+*borg-1.7.4-r2 (05 Apr 2015)
+
+  05 Apr 2015; Patrice Clement monsie...@gentoo.org +borg-1.7.4-r2.ebuild:
+  EAPI 5 bump wrt bug 543906.L
 
 *borg-1.7.4-r1 (29 Sep 2012)
 
@@ -57,4 +62,3 @@
   +borg-1.3.2.ebuild:
   Initial import, ebuild submitted by antoine marmignon
   antoine.marmig...@wanadoo.fr in 53181
-



1.1  app-office/borg/borg-1.7.4-r2.ebuild

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

Index: borg-1.7.4-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.7.4-r2.ebuild,v 1.1 
2015/04/05 20:50:28 monsieurp Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit versionator java-pkg-2 java-ant-2

MY_PN=${PN}_src
MY_PV=$(replace_all_version_separators _ )

DESCRIPTION=Calendar and task tracker, written in Java
HOMEPAGE=http://borg-calendar.sourceforge.net/;
SRC_URI=mirror://sourceforge/borg-calendar/borg%201.7/BORG%20${PV}/${MY_PN}_${MY_PV}.zip

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

COMMON_DEP=
dev-java/javahelp:0
java-virtuals/javamail:0
RDEPEND=${COMMON_DEP}
=virtual/jre-1.5
dev-db/hsqldb:0
dev-java/jgoodies-looks:2.0
DEPEND=${COMMON_DEP}
=virtual/jdk-1.5
app-arch/unzip

S=${WORKDIR}/${MY_PN}/BORGCalendar

java_prepare() {
# Upstream is dead and we already have dev-java/jcalendar
# but it's not the same thing.
find -name '*.jar' -! -name 'jcalendar.jar' \
-exec rm -v {} + || die
}

JAVA_ANT_REWRITE_CLASSPATH=yes
JAVA_ANT_CLASSPATH_TAGS+= javadoc

EANT_BUILD_XML=ant/build.xml
EANT_BUILD_TARGET=borg-jar help-jar
EANT_GENTOO_CLASSPATH=javahelp javamail

src_install() {
java-pkg_dojar dist/${PN}.jar
java-pkg_dojar build/lib/${PN}help.jar
java-pkg_dojar lib/jcalendar.jar
java-pkg_register-dependency hsqldb,jgoodies-looks-2.0

java-pkg_dolauncher ${PN} --main net.sf.borg.control.Borg

use doc  java-pkg_dojavadoc docs
use doc  java-pkg_dosrc src/*
}






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.4.ebuild php-5.5.23.ebuild php-5.4.36.ebuild php-5.5.20.ebuild php-5.4.39.ebuild php-5.6.5.ebuild ChangeLog php-5.5.21.ebuild php-5.4.37.ebu

2015-04-05 Thread Sebastian Pipping (sping)
sping   15/04/05 22:15:41

  Modified: php-5.6.4.ebuild php-5.5.23.ebuild
php-5.4.36.ebuild php-5.5.20.ebuild
php-5.4.39.ebuild php-5.6.5.ebuild ChangeLog
php-5.5.21.ebuild php-5.4.37.ebuild
php-5.4.38.ebuild php-5.3.29.ebuild
php-5.5.22.ebuild php-5.6.6.ebuild php-5.6.7.ebuild
  Log:
  dev-lang/php: Resolve unused and misleading files/70_mod_php5.conf-apache2 
(bug #544564)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.4  dev-lang/php/php-5.6.4.ebuild

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

Index: php-5.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.6.4.ebuild31 Mar 2015 19:03:23 -  1.3
+++ php-5.6.4.ebuild5 Apr 2015 22:15:41 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.4.ebuild,v 1.3 
2015/03/31 19:03:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.4.ebuild,v 1.4 
2015/04/05 22:15:41 sping Exp $
 
 EAPI=5
 
@@ -739,7 +739,7 @@
# Output some general info to the user
if use apache2 ; then
APACHE2_MOD_DEFINE=PHP5
-   APACHE2_MOD_CONF=70_mod_php5
+   APACHE2_MOD_CONF=70_mod_php5  # actually provided by 
app-eselect/eselect-php
apache-module_pkg_postinst
fi
 



1.10 dev-lang/php/php-5.5.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.23.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.23.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.23.ebuild?r1=1.9r2=1.10

Index: php-5.5.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- php-5.5.23.ebuild   2 Apr 2015 19:58:49 -   1.9
+++ php-5.5.23.ebuild   5 Apr 2015 22:15:41 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v 1.9 
2015/04/02 19:58:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v 1.10 
2015/04/05 22:15:41 sping Exp $
 
 EAPI=5
 
@@ -739,7 +739,7 @@
# Output some general info to the user
if use apache2 ; then
APACHE2_MOD_DEFINE=PHP5
-   APACHE2_MOD_CONF=70_mod_php5
+   APACHE2_MOD_CONF=70_mod_php5  # actually provided by 
app-eselect/eselect-php
apache-module_pkg_postinst
fi
 



1.13 dev-lang/php/php-5.4.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?r1=1.12r2=1.13

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- php-5.4.36.ebuild   31 Mar 2015 19:03:23 -  1.12
+++ php-5.4.36.ebuild   5 Apr 2015 22:15:41 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.12 
2015/03/31 19:03:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.13 
2015/04/05 22:15:41 sping Exp $
 
 EAPI=5
 
@@ -757,7 +757,7 @@
# Output some general info to the user
if use apache2 ; then
APACHE2_MOD_DEFINE=PHP5
-   APACHE2_MOD_CONF=70_mod_php5
+   APACHE2_MOD_CONF=70_mod_php5  # actually provided by 
app-eselect/eselect-php
apache-module_pkg_postinst
fi
 



1.13 dev-lang/php/php-5.5.20.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in dev-perl/Config-JSON: ChangeLog Config-JSON-1.520.200.ebuild

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 22:45:35

  Modified: ChangeLog
  Added:Config-JSON-1.520.200.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.2  dev-perl/Config-JSON/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-JSON/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 Dec 2014 22:57:38 -   1.1
+++ ChangeLog   5 Apr 2015 22:45:34 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Config-JSON
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-JSON/ChangeLog,v 1.1 
2014/12/09 22:57:38 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-JSON/ChangeLog,v 1.2 
2015/04/05 22:45:34 dilfridge Exp $
+
+*Config-JSON-1.520.200 (05 Apr 2015)
+
+  05 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Config-JSON-1.520.200.ebuild:
+  Version bump
 
 *Config-JSON-1.510.0 (09 Dec 2014)
 



1.1  dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild?rev=1.1content-type=text/plain

Index: Config-JSON-1.520.200.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild,v 1.1 
2015/04/05 22:45:34 dilfridge Exp $

EAPI=5
MODULE_AUTHOR=RIZEN
MODULE_VERSION=1.5202
inherit perl-module

DESCRIPTION=A JSON based config file system

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
=virtual/perl-File-Temp-0.180.0
=dev-perl/JSON-2.160.0
=virtual/perl-Scalar-List-Utils-1.190.0
dev-perl/Moo

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
=virtual/perl-Test-Simple-0.700.0
=dev-perl/Test-Deep-0.95.0
)


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-pulseaudio-plugin: metadata.xml xfce4-pulseaudio-plugin-0.2.2.ebuild ChangeLog

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 23:05:47

  Added:metadata.xml xfce4-pulseaudio-plugin-0.2.2.ebuild
ChangeLog
  Log:
  Introduce the PulseAudio volume control plugin for xfce4-panel, bug #541308.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  xfce-extra/xfce4-pulseaudio-plugin/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdxfce/herd
use
flag name='keybinder'Enable support for global hotkeys using 
pkgdev-libs/keybdiner/pkg./flag
/use
/pkgmetadata



1.1  
xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild?rev=1.1content-type=text/plain

Index: xfce4-pulseaudio-plugin-0.2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild,v
 1.1 2015/04/05 23:05:47 mgorny Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION=A panel plug-in for PulseAudio voluem control
HOMEPAGE=https://github.com/andrzej-r/xfce4-pulseaudio-plugin;
SRC_URI=mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug keybinder

RDEPEND==dev-libs/glib-2.24.0:=
media-sound/pulseaudio:=
=x11-libs/gtk+-3.6.0:3=
=xfce-base/libxfce4ui-4.11.0:=
=xfce-base/libxfce4util-4.9.0:=
=xfce-base/xfce4-panel-4.11.0:=
=xfce-base/xfconf-4.6.0:=
keybinder? ( dev-libs/keybinder:3= )
DEPEND=${RDEPEND}
dev-util/intltool
virtual/pkgconfig

pkg_setup() {
XFCONF=(
#   --libexecdir=${EPREFIX}/usr/$(get_libdir)
$(use_enable keybinder)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog NEWS README )
}



1.1  xfce-extra/xfce4-pulseaudio-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for xfce-extra/xfce4-pulseaudio-plugin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.1 
2015/04/05 23:05:47 mgorny Exp $

*xfce4-pulseaudio-plugin-0.2.2 (05 Apr 2015)

  05 Apr 2015; Michał Górny mgo...@gentoo.org +metadata.xml,
  +xfce4-pulseaudio-plugin-0.2.2.ebuild:
  Introduce the PulseAudio volume control plugin for xfce4-panel, bug #541308.






[gentoo-commits] gentoo-x86 commit in dev-libs/libmaa: ChangeLog libmaa-1.3.2.ebuild

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/06 00:16:10

  Modified: ChangeLog libmaa-1.3.2.ebuild
  Log:
  add keyword arm, tested on cortex-a9 board
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.46 dev-libs/libmaa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmaa/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   26 Jun 2014 14:09:10 -  1.45
+++ ChangeLog   6 Apr 2015 00:16:10 -   1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libmaa
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmaa/ChangeLog,v 1.45 2014/06/26 
14:09:10 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmaa/ChangeLog,v 1.46 2015/04/06 
00:16:10 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org libmaa-1.3.2.ebuild:
+  add keyword arm, tested on cortex-a9 board
 
   26 Jun 2014; Michael Palimaka kensing...@gentoo.org -libmaa-1.3.0.ebuild,
   -libmaa-1.3.1.ebuild:



1.9  dev-libs/libmaa/libmaa-1.3.2.ebuild

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

Index: libmaa-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmaa/libmaa-1.3.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libmaa-1.3.2.ebuild 30 Dec 2012 15:06:09 -  1.8
+++ libmaa-1.3.2.ebuild 6 Apr 2015 00:16:10 -   1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmaa/libmaa-1.3.2.ebuild,v 1.8 
2012/12/30 15:06:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmaa/libmaa-1.3.2.ebuild,v 1.9 
2015/04/06 00:16:10 dlan Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~ia64-linux ~x86-linux
+KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~ia64-linux ~x86-linux
 IUSE=
 
 DOCS=ChangeLog NEWS README doc/libmaa.600dpi.ps






[gentoo-commits] gentoo-x86 commit in dev-haskell/tasty-golden: tasty-golden-2.3.0.1.ebuild ChangeLog

2015-04-05 Thread Mark Wright (gienah)
gienah  15/04/06 00:40:46

  Modified: ChangeLog
  Added:tasty-golden-2.3.0.1.ebuild
  Log:
  Bump tasty-golden to 2.3.0.1
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.4  dev-haskell/tasty-golden/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-golden/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-golden/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-golden/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty-golden/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   14 Dec 2014 06:04:05 -  1.3
+++ ChangeLog   6 Apr 2015 00:40:46 -   1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/tasty-golden
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-golden/ChangeLog,v 1.3 
2014/12/14 06:04:05 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-golden/ChangeLog,v 1.4 
2015/04/06 00:40:46 gienah Exp $
+
+*tasty-golden-2.3.0.1 (06 Apr 2015)
+
+  06 Apr 2015; Mark Wright gie...@gentoo.org +tasty-golden-2.3.0.1.ebuild:
+  Bump tasty-golden to 2.3.0.1
 
 *tasty-golden-2.2.2.4 (14 Dec 2014)
 



1.1  dev-haskell/tasty-golden/tasty-golden-2.3.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-golden/tasty-golden-2.3.0.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-golden/tasty-golden-2.3.0.1.ebuild?rev=1.1content-type=text/plain

Index: tasty-golden-2.3.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/tasty-golden/tasty-golden-2.3.0.1.ebuild,v 
1.1 2015/04/06 00:40:46 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.3

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Golden tests support for tasty
HOMEPAGE=https://github.com/feuerbach/tasty-golden;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-haskell/async:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/optparse-applicative:=[profile?]
dev-haskell/tagged:=[profile?]
=dev-haskell/tasty-0.8:=[profile?]
dev-haskell/temporary-rc:=[profile?]
=dev-lang/ghc-7.6.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.16.0
test? ( dev-haskell/tasty-hunit )







[gentoo-commits] gentoo-x86 commit in app-arch/defluff: defluff-0.3.2.ebuild ChangeLog

2015-04-05 Thread Ian Delaney (idella4)
idella4 15/04/06 04:21:07

  Modified: defluff-0.3.2.ebuild ChangeLog
  Log:
  add RESTRICT conditions wrt Bug #539774
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  app-arch/defluff/defluff-0.3.2.ebuild

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

Index: defluff-0.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/defluff/defluff-0.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- defluff-0.3.2.ebuild14 May 2014 08:14:30 -  1.1
+++ defluff-0.3.2.ebuild6 Apr 2015 04:21:07 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/defluff/defluff-0.3.2.ebuild,v 1.1 
2014/05/14 08:14:30 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/defluff/defluff-0.3.2.ebuild,v 1.2 
2015/04/06 04:21:07 idella4 Exp $
 
 EAPI=5
 
@@ -20,6 +20,7 @@
 S=${WORKDIR}
 
 QA_PREBUILT=/opt/bin/${PN}
+RESTRICT=bindist mirror
 
 src_install() {
into /opt



1.2  app-arch/defluff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/defluff/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   14 May 2014 08:14:30 -  1.1
+++ ChangeLog   6 Apr 2015 04:21:07 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/defluff
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/defluff/ChangeLog,v 1.1 2014/05/14 
08:14:30 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/defluff/ChangeLog,v 1.2 2015/04/06 
04:21:07 idella4 Exp $
+
+  06 Apr 2015; Ian Delaney idel...@gentoo.org defluff-0.3.2.ebuild:
+  add RESTRICT conditions wrt Bug #539774
 
 *defluff-0.3.2 (14 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/test-framework-quickcheck2: test-framework-quickcheck2-0.3.0.3-r2.ebuild ChangeLog

2015-04-05 Thread Mark Wright (gienah)
gienah  15/04/06 00:48:27

  Modified: ChangeLog
  Added:test-framework-quickcheck2-0.3.0.3-r2.ebuild
  Log:
  Loosen quickcheck dep in test-framework-quickcheck2-0.3.0.3-r2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.37 dev-haskell/test-framework-quickcheck2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   25 Jul 2014 09:16:23 -  1.36
+++ ChangeLog   6 Apr 2015 00:48:27 -   1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/test-framework-quickcheck2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.36 
2014/07/25 09:16:23 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/ChangeLog,v 1.37 
2015/04/06 00:48:27 gienah Exp $
+
+*test-framework-quickcheck2-0.3.0.3-r2 (06 Apr 2015)
+
+  06 Apr 2015; Mark Wright gie...@gentoo.org
+  +test-framework-quickcheck2-0.3.0.3-r2.ebuild:
+  Loosen quickcheck dep in test-framework-quickcheck2-0.3.0.3-r2
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org
   test-framework-quickcheck2-0.2.10.ebuild,



1.1  
dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r2.ebuild?rev=1.1content-type=text/plain

Index: test-framework-quickcheck2-0.3.0.3-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r2.ebuild,v
 1.1 2015/04/06 00:48:27 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.
#hackport: flags: +base4

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=QuickCheck2 support for the test-framework package
HOMEPAGE=https://batterseapower.github.io/test-framework/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=

RDEPEND==dev-haskell/extensible-exceptions-0.1.1:=[profile?] 
dev-haskell/extensible-exceptions-0.2.0:=[profile?]
=dev-haskell/quickcheck-2.4:2=[profile?]
=dev-haskell/random-1:=[profile?]
=dev-haskell/test-framework-0.7.1:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6


src_prepare() {
cabal_chdeps \
'QuickCheck = 2.4   2.8' 'QuickCheck = 2.4'
}

src_configure() {
haskell-cabal_src_configure \
--flag=base4
}






[gentoo-commits] gentoo-x86 commit in app-text/jing: jing-20091111-r2.ebuild ChangeLog

2015-04-05 Thread Patrice Clement (monsieurp)
monsieurp15/04/05 20:55:52

  Modified: ChangeLog
  Added:jing-2009-r2.ebuild
  Log:
  EAPI 5 bump wrt bug 543906.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.29 app-text/jing/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   3 Aug 2014 07:23:12 -   1.28
+++ ChangeLog   5 Apr 2015 20:55:52 -   1.29
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/jing
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v 1.28 2014/08/03 
07:23:12 sera Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v 1.29 2015/04/05 
20:55:52 monsieurp Exp $
+
+*jing-2009-r2 (05 Apr 2015)
+
+  05 Apr 2015; Patrice Clement monsie...@gentoo.org +jing-2009-r2.ebuild:
+  EAPI 5 bump wrt bug 543906.
 
   03 Aug 2014; Ralph Sennhauser s...@gentoo.org -jing-20030619-r3.ebuild:
   Remove old
@@ -107,4 +112,3 @@
 
   13 May 2004; mkenn...@gentoo.org +metadata.xml, +jing-20030619.ebuild:
   Initial port.  Ebuild contributed by Matthew Kennedy mkenn...@gentoo.org
-



1.1  app-text/jing/jing-2009-r2.ebuild

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

Index: jing-2009-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/jing/jing-2009-r2.ebuild,v 1.1 
2015/04/05 20:55:52 monsieurp Exp $

EAPI=5

JAVA_PKG_IUSE=doc examples source

inherit java-pkg-2 java-pkg-simple

DESCRIPTION=Jing: A RELAX NG validator in Java
HOMEPAGE=http://thaiopensource.com/relaxng/jing.html;
SRC_URI=http://jing-trang.googlecode.com/files/${P}.zip;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

COMMON_DEPEND=
dev-java/ant-core:0
dev-java/iso-relax:0
dev-java/relaxng-datatype:0
dev-java/saxon:9
dev-java/xalan:0
dev-java/xerces:2
dev-java/xml-commons-resolver:0
RDEPEND=${COMMON_DEPEND}
=virtual/jre-1.5
DEPEND=${COMMON_DEPEND}
=virtual/jdk-1.5
app-arch/unzip

# Avoid bogous QA warning, no usable build.xml. The one that exists belongs to
# the examples.
S=${WORKDIR}/${P}/src

src_unpack() {
default

mkdir -p ${S} || die
pushd ${S} /dev/null || die
unpack ./../src.zip
popd /dev/null

# get the resourses from prebuilt jar
# http://code.google.com/p/jing-trang/issues/detail?id=84
mkdir -p ${S}/target/classes || die
pushd ${S}/target/classes /dev/null || die
unpack ./../../../bin/${PN}.jar
find -name '*.class' -exec rm {} + || die
popd /dev/null
}

java_prepare() {
find ${WORKDIR} -name '*.jar' -exec rm -v {} + || die

#remove bundled relaxng-datatype
rm -rv org || die

# for use with saxon:6.5
rm -v 
com/thaiopensource/validate/schematron/OldSaxonSchemaReaderFactory.java || die
sed -i -e '/OldSaxonSchemaReaderFactory/d' \

target/classes/META-INF/services/com.thaiopensource.validate.SchemaReaderFactory
 || die
}

JAVA_GENTOO_CLASSPATH=ant-core,iso-relax,relaxng-datatype,saxon-9,xalan,xerces-2,xml-commons-resolver

#src_test() {
#   # would need some test files could probably take this from the gcj 
version
#   #java -cp ${cp} com.thaiopensource.datatype.xsd.regex.test.TestDriver 
|| die
#   #java -cp ${cp} com.thaiopensource.datatype.relaxng.util.TestDriver || 
die
#   #java -cp ${cp} com.thaiopensource.datatype.xsd.regex.test.CategoryTest 
\
#   #   || die
#}

src_install() {
java-pkg-simple_src_install
java-pkg_dolauncher ${PN} --main com.thaiopensource.relaxng.util.Driver

use doc  dohtml ../doc/*html
use examples  java-pkg_doexamples ../sample
}






[gentoo-commits] gentoo-x86 commit in dev-db/octopus: ChangeLog

2015-04-05 Thread Patrice Clement (monsieurp)
monsieurp15/04/05 21:18:55

  Modified: ChangeLog
  Log:
  EAPI 5 bump wrt bug 543906.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.22 dev-db/octopus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   5 Apr 2015 21:05:29 -   1.21
+++ ChangeLog   5 Apr 2015 21:18:55 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/octopus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.21 2015/04/05 
21:05:29 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.22 2015/04/05 
21:18:55 monsieurp Exp $
+
+  05 Apr 2015; Patrice Clement monsie...@gentoo.org octopus-3.0.1-r4.ebuild:
+  EAPI 5 bump wrt bug 543906.
 
 *octopus-3.0.1-r4 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Email-Valid: ChangeLog Email-Valid-1.196.0.ebuild

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 23:04:08

  Modified: ChangeLog
  Added:Email-Valid-1.196.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.73 dev-perl/Email-Valid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   21 Aug 2014 15:48:07 -  1.72
+++ ChangeLog   5 Apr 2015 23:04:08 -   1.73
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Email-Valid
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.72 
2014/08/21 15:48:07 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.73 
2015/04/05 23:04:08 dilfridge Exp $
+
+*Email-Valid-1.196.0 (05 Apr 2015)
+
+  05 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Email-Valid-1.196.0.ebuild:
+  Version bump
 
 *Email-Valid-1.192.0-r1 (21 Aug 2014)
 



1.1  dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild?rev=1.1content-type=text/plain

Index: Email-Valid-1.196.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild,v 1.1 
2015/04/05 23:04:08 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=RJBS
MODULE_VERSION=1.196
inherit perl-module

DESCRIPTION=Check validity of Internet email addresses

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
virtual/perl-Carp
virtual/perl-File-Spec
dev-perl/IO-CaptureOutput
virtual/perl-IO
dev-perl/MailTools
dev-perl/Net-DNS
=dev-perl/Net-Domain-TLD-1.650.0
virtual/perl-Scalar-List-Utils

DEPEND=
test? ( ${RDEPEND}
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
dev-perl/Capture-Tiny
=virtual/perl-Test-Simple-0.960.0
)

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in app-eselect/eselect-php/files: 70_mod_php5.conf-apache2-r1

2015-04-05 Thread Sebastian Pipping (sping)
sping   15/04/05 23:12:19

  Added:70_mod_php5.conf-apache2-r1
  Log:
  app-eselect/eselect-php: Move from AddHandler to FilesMatch/SetHandler for 
security (bug #538822)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.1  app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/files/70_mod_php5.conf-apache2-r1?rev=1.1content-type=text/plain

Index: 70_mod_php5.conf-apache2-r1
===
IfDefine PHP5
# Load the module first
IfModule !mod_php5.c
LoadModule php5_modulemodules/libphp5.so
/IfModule

# Set it to handle the files
# NOTE: Avoiding AddHandler/AddType for security (bug #538822)
# NOTE: Please read the related news item!
FilesMatch \.(php|php5|phtml)$
SetHandler application/x-httpd-php
/FilesMatch
FilesMatch \.phps$
SetHandler application/x-httpd-php-source
/FilesMatch

DirectoryIndex index.php index.phtml
/IfDefine






[gentoo-commits] gentoo-x86 commit in app-eselect/eselect-php: ChangeLog eselect-php-0.7.1-r4.ebuild

2015-04-05 Thread Sebastian Pipping (sping)
sping   15/04/05 23:12:19

  Modified: ChangeLog
  Added:eselect-php-0.7.1-r4.ebuild
  Log:
  app-eselect/eselect-php: Move from AddHandler to FilesMatch/SetHandler for 
security (bug #538822)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.2  app-eselect/eselect-php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Mar 2015 16:53:51 -  1.1
+++ ChangeLog   5 Apr 2015 23:12:19 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-eselect/eselect-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/ChangeLog,v 1.1 
2015/03/31 16:53:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/ChangeLog,v 1.2 
2015/04/05 23:12:19 sping Exp $
+
+*eselect-php-0.7.1-r4 (05 Apr 2015)
+
+  05 Apr 2015; Sebastian Pipping sp...@gentoo.org
+  +eselect-php-0.7.1-r4.ebuild, +files/70_mod_php5.conf-apache2-r1:
+  Move from AddHandler to FilesMatch/SetHandler for security (bug #538822)
 
 *eselect-php-0.7.1-r1 (31 Mar 2015)
 



1.1  app-eselect/eselect-php/eselect-php-0.7.1-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r4.ebuild?rev=1.1content-type=text/plain

Index: eselect-php-0.7.1-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r4.ebuild,v 
1.1 2015/04/05 23:12:19 sping Exp $

EAPI=5

inherit depend.apache systemd

DESCRIPTION=PHP eselect module
HOMEPAGE=http://www.gentoo.org;
SRC_URI=http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2;

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

DEPEND==app-admin/eselect-1.2.4
!dev-lang/php-5.3.23-r1:5.3
!dev-lang/php-5.4.13-r1:5.4
!dev-lang/php-5.5.0_beta1-r2:5.5

RDEPEND=${DEPEND}

S=${WORKDIR}

want_apache

src_install() {
mv eselect-php-${PV} php.eselect
insinto /usr/share/eselect/modules/
doins php.eselect

if use apache2 ; then
insinto ${APACHE_MODULES_CONFDIR#${EPREFIX}}
newins ${FILESDIR}/70_mod_php5.conf-apache2-r1 \
70_mod_php5.conf
fi

if use fpm ; then
dodir /etc/init.d
insinto /etc/init.d
newinitd ${FILESDIR}/php-fpm-r1.init php-fpm
systemd_dotmpfilesd ${FILESDIR}/php-fpm.conf
exeinto /usr/libexec
doexe ${FILESDIR}/php-fpm-launcher
fi
}






[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mimic: ChangeLog gst-plugins-mimic-0.10.19.ebuild

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 23:30:43

  Modified: ChangeLog
  Removed:  gst-plugins-mimic-0.10.19.ebuild
  Log:
  Remove old EAPI=1 version
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.106media-plugins/gst-plugins-mimic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog?r1=1.105r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   29 Mar 2015 11:03:45 -  1.105
+++ ChangeLog   5 Apr 2015 23:30:43 -   1.106
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-mimic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog,v 
1.105 2015/03/29 11:03:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog,v 
1.106 2015/04/05 23:30:43 dilfridge Exp $
+
+  05 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -gst-plugins-mimic-0.10.19.ebuild:
+  Remove old EAPI=1 version
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org gst-plugins-mimic-1.4.5.ebuild:
   Stable for HPPA (bug #534012).






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-CaptureOutput: IO-CaptureOutput-1.110.400.ebuild metadata.xml ChangeLog

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 23:00:27

  Added:IO-CaptureOutput-1.110.400.ebuild metadata.xml
ChangeLog
  Log:
  New package, required for dev-perl/Email-Valid
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild?rev=1.1content-type=text/plain

Index: IO-CaptureOutput-1.110.400.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild,v
 1.1 2015/04/05 23:00:27 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=1.1104
inherit perl-module

DESCRIPTION=Capture STDOUT and STDERR from Perl code, subprocesses or XS

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
virtual/perl-Carp
virtual/perl-Exporter
=virtual/perl-File-Temp-0.160.0

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
=virtual/perl-File-Spec-3.270.0
virtual/perl-IO
=virtual/perl-Test-Simple-0.620.0
)


SRC_TEST=do



1.1  dev-perl/IO-CaptureOutput/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-CaptureOutput/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-CaptureOutput/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdperl/herd
/pkgmetadata



1.1  dev-perl/IO-CaptureOutput/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-CaptureOutput/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-CaptureOutput/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-perl/IO-CaptureOutput
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-CaptureOutput/ChangeLog,v 1.1 
2015/04/05 23:00:27 dilfridge Exp $

*IO-CaptureOutput-1.110.400 (05 Apr 2015)

  05 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
  +IO-CaptureOutput-1.110.400.ebuild, +metadata.xml:
  New package, required for dev-perl/Email-Valid






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-CaptureOutput: - New directory

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 22:59:57

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/IO-CaptureOutput added to the 
repository



[gentoo-commits] gentoo-x86 commit in media-video/xvattr/files: xvattr-1.3-pod-encoding.patch

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 23:23:02

  Added:xvattr-1.3-pod-encoding.patch
  Log:
  Fix build, bug 456802. EAPI=5, drop to ~arch since nothing depends on it and 
stable fails to build
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  media-video/xvattr/files/xvattr-1.3-pod-encoding.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/files/xvattr-1.3-pod-encoding.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/files/xvattr-1.3-pod-encoding.patch?rev=1.1content-type=text/plain

Index: xvattr-1.3-pod-encoding.patch
===
diff -ur xvattr-1.3.orig/xvattr.pod.in xvattr-1.3/xvattr.pod.in
--- xvattr-1.3.orig/xvattr.pod.in   2014-05-18 13:22:59.321022155 +0200
+++ xvattr-1.3/xvattr.pod.in2014-05-18 13:44:38.286711743 +0200
@@ -1,5 +1,7 @@
 =pod
 
+=encoding latin1
+
 =head1 NAME
 
 @PACKAGE@ - Query/Set X11 XVideo Setting(s)






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

2015-04-05 Thread Maciej Mrozowski (reavertm)
reavertm15/04/06 03:29:54

  Modified: ChangeLog package.mask
  Log:
  Mask sys-fs/evms for removal

Revision  ChangesPath
1.9909   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9908
retrieving revision 1.9909
diff -u -r1.9908 -r1.9909
--- ChangeLog   5 Apr 2015 16:12:24 -   1.9908
+++ ChangeLog   6 Apr 2015 03:29:53 -   1.9909
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9908 2015/04/05 
16:12:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9909 2015/04/06 
03:29:53 reavertm 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 Apr 2015; Maciej Mrozowski reave...@gentoo.org package.mask:
+  Masked sys-fs/evms for removal
+
   05 Apr 2015; Michał Górny mgo...@gentoo.org updates/2Q-2015:
   Move libdbusmenu:3 to :0.
 



1.16463  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16462
retrieving revision 1.16463
diff -u -r1.16462 -r1.16463
--- package.mask5 Apr 2015 10:37:25 -   1.16462
+++ package.mask6 Apr 2015 03:29:53 -   1.16463
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16462 2015/04/05 
10:37:25 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16463 2015/04/06 
03:29:53 reavertm Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,13 @@
 
 #--- END OF EXAMPLES ---
 
+
+# Maciej Mrozowski reave...@gentoo.org (06 Apr 2015)
+# Does not link against latest ncurses and no interest to fix it.
+# Superseded by LVM2 and all clusters should be migrated by now.
+# Removal in 30 days.
+sys-fs/evms
+
 # James Le Cuirot ch...@gentoo.org (05 Apr 2015)
 # A 32-on-64 Java VM is no longer considered necessary and a multilib
 # icedtea-bin would be preferred anyway. sun-j2me-bin depends on this






[gentoo-commits] gentoo-x86 commit in dev-python/apipkg: apipkg-1.4.ebuild ChangeLog apipkg-1.3.ebuild

2015-04-05 Thread Ian Delaney (idella4)
idella4 15/04/06 03:38:35

  Modified: ChangeLog
  Added:apipkg-1.4.ebuild
  Removed:  apipkg-1.3.ebuild
  Log:
  bump; rm -1.3 on the basis of msg in ChangeLog 'revert the automated version 
gathering'
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.14 dev-python/apipkg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   19 Mar 2015 08:24:40 -  1.13
+++ ChangeLog   6 Apr 2015 03:38:35 -   1.14
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/apipkg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v 1.13 
2015/03/19 08:24:40 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v 1.14 
2015/04/06 03:38:35 idella4 Exp $
+
+*apipkg-1.4 (06 Apr 2015)
+
+  06 Apr 2015; Ian Delaney idel...@gentoo.org +apipkg-1.4.ebuild,
+  -apipkg-1.3.ebuild:
+  bump; rm -1.3 on the basis of msg in ChangeLog 'revert the automated version
+  gathering'
 
 *apipkg-1.3 (19 Mar 2015)
 



1.1  dev-python/apipkg/apipkg-1.4.ebuild

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

Index: apipkg-1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.4.ebuild,v 1.1 
2015/04/06 03:38:35 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )

inherit distutils-r1

DESCRIPTION=namespace control and lazy-import mechanism
HOMEPAGE=http://pypi.python.org/pypi/apipkg;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=examples test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/hgdistver[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )

python_test() {
py.test test_apipkg.py || die Tests fail under ${EPYTHON}
}

python_install_all() {
use examples  local EXAMPLES=( example/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-perl/Data-Compare: ChangeLog Data-Compare-1.250.0.ebuild

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 22:50:32

  Modified: ChangeLog
  Added:Data-Compare-1.250.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.50 dev-perl/Data-Compare/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Compare/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   24 Aug 2014 01:24:41 -  1.49
+++ ChangeLog   5 Apr 2015 22:50:32 -   1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Data-Compare
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Compare/ChangeLog,v 1.49 
2014/08/24 01:24:41 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Compare/ChangeLog,v 1.50 
2015/04/05 22:50:32 dilfridge Exp $
+
+*Data-Compare-1.250.0 (05 Apr 2015)
+
+  05 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Data-Compare-1.250.0.ebuild:
+  Version bump
 
 *Data-Compare-1.220.0-r1 (24 Aug 2014)
 



1.1  dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild?rev=1.1content-type=text/plain

Index: Data-Compare-1.250.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild,v 1.1 
2015/04/05 22:50:32 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DCANTRELL
MODULE_VERSION=1.25
inherit perl-module

DESCRIPTION=Compare perl data structures

SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
IUSE=test

RDEPEND=
=dev-perl/File-Find-Rule-0.100.0
virtual/perl-Scalar-List-Utils

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Clone
dev-perl/Scalar-Properties
dev-perl/Test-Pod
)


SRC_TEST=do






[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-05 Thread Michał Górny
commit: dd67082e77f905baccba395a0ae96b8908b0da49
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sun Apr  5 23:09:48 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Sun Apr  5 23:09:48 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=dd67082e

Add timroes overlay

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=538412

 files/overlays/repositories.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 451f01f..e97001f 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4982,6 +4982,16 @@ FIN
 feedhttps://github.com/timboudreau/gentoo/commits/master.atom/feed
   /repo
   repo quality=experimental status=unofficial
+nametimroes/name
+description lang=entimroes' personal overlay/description
+homepagehttps://www.timroes.de/homepage
+owner type=person
+  emailm...@timroes.de/email
+  nameTim Roes/name
+/owner
+source type=githttps://github.com/timroes/timroes-overlay.git/source
+  /repo
+  repo quality=experimental status=unofficial
 nametmacedo/name
 descriptionUser Overlay/description
 homepagehttp://github.com/tmacedo/portage/homepage



[gentoo-commits] proj/gentoo-news:master commit in: 2015/2015-04-06-apache-addhandler-addtype/

2015-04-05 Thread Sebastian Pipping
commit: 48f5fc4cf0ab6ef4fbdcb7f3b86110cf54a8840b
Author: Sebastian Pipping sebastian AT pipping DOT org
AuthorDate: Sun Apr  5 22:50:59 2015 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Sun Apr  5 23:08:51 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-news.git/commit/?id=48f5fc4c

Add news item Apache AddHandler/AddType vulnerability protection

 .../2015-04-06-apache-addhandler-addtype.en.txt| 96 ++
 ...2015-04-06-apache-addhandler-addtype.en.txt.asc |  7 ++
 2 files changed, 103 insertions(+)

diff --git 
a/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt
 
b/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt
new file mode 100644
index 000..d7d58af
--- /dev/null
+++ 
b/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt
@@ -0,0 +1,96 @@
+Title: Apache AddHandler/AddType vulnerability protection
+Author: Sebastian Pipping sp...@gentoo.org
+Content-Type: text/plain
+Posted: 2015-04-06
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: www-servers/apache
+
+Apache's directives AddHandler [1] and AddType [2] can be used
+to map certain file name extensions (e.g. .php) to a handler
+(e.g. application/x-httpd-php).  While a line like
+
+  AddHandler application/x-httpd-php .php .php5 .phtml
+ ^^^
+matches index.php, it also matches index.php.png.
+With
+
+  AddType application/x-httpd-php .php .php5 .phtml
+ 
+index.php.png is not executed, but index.php.disabled still is.
+
+
+Apache's notes on multiple file extensions [3] document
+a multi-language website as a context where that behavior
+may be helpful.  Unfortunately, it can be a security threat.
+
+Combined with (not just PHP) applications that support
+file upload, the AddHandler/AddType directive can get you into
+remote code execution situations.
+
+That is why =app-eselect/eselect-php-0.7.1-r4 avoids AddHandler
+and is shipping
+
+  FilesMatch \.(php|php5|phtml)$
+SetHandler application/x-httpd-php
+  /FilesMatch
+
+instead.
+
+
+Why this news entry?
+
+ * Since Apache configuration lives below /etc,
+   you need to run etc-update (or a substitute)
+   to actually have related fixes applied.
+
+ * If you are currently relying on AddHandler to execute
+   secret_database_stuff.php.inc, moving away from AddHandler
+   could result in serving your database credentials in plain
+   text.  A command like
+
+ find /var/www/ -name '*.php.*' \
+ -o -name '*.php5.*' \
+ -o -name '*.phtml.*'
+
+   may help discovering PHP files that would no longer be executed.
+
+   Shipping automatic protection for this scenario is not trivial,
+   but you could manually install protection based on this recipe:
+
+ FilesMatch \.(php|php5|phtml|phps)\.
+   # a) Apache 2.2 / Apache 2.4 + mod_access_compat
+   #Order Deny,Allow
+   #Deny from all
+
+   # b) Apache 2.4 + mod_authz_core
+   #Require all denied
+
+   # c) Apache 2.x + mod_rewrite
+   #RewriteEngine on
+   #RewriteRule .* - [R=404,L]
+ /FilesMatch
+
+ * You may be using AddHandler or AddType at other places,
+   including off-package files.  Please have a look.
+
+ * app-eselect/eselect-php is not the only package affected.
+   There is a dedicated tracker bug at [4].
+   As of the moment, affected packages include:
+
+ app-eselect/eselect-php[apache2]
+ net-nds/gosa-core
+ www-apache/mod_fastcgi
+ www-apache/mod_flvx
+ www-apache/mod_python
+ www-apache/mod_suphp
+ www-apps/moinmoin
+ www-apps/rt[-lighttpd]
+
+
+Thanks to Nico Suhl, Michael Orlitzky and Marc Schiffbauer.
+
+[1] https://httpd.apache.org/docs/current/mod/mod_mime.html#addhandler
+[2] https://httpd.apache.org/docs/current/mod/mod_mime.html#addtype
+[3] https://httpd.apache.org/docs/current/mod/mod_mime.html#multipleext
+[4] https://bugs.gentoo.org/show_bug.cgi?id=544560

diff --git 
a/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc
 
b/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc
new file mode 100644
index 000..6009404
--- /dev/null
+++ 
b/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iEYEABECAAYFAlUhwHwACgkQsAvGakAaFgCENgCZAYxX6GOQsU+k50P2r1SWIRQp
+mmwAoKGcmcQVTM9uBTNp+s0cU2lByHPT
+=uDRW
+-END PGP SIGNATURE-



[gentoo-commits] gentoo-x86 commit in app-text/jing: jing-20091111-r2.ebuild ChangeLog

2015-04-05 Thread Patrice Clement (monsieurp)
monsieurp15/04/05 20:58:05

  Modified: jing-2009-r2.ebuild ChangeLog
  Log:
  JDK 1.6 should be a bare minimum here.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.2  app-text/jing/jing-2009-r2.ebuild

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

Index: jing-2009-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/jing/jing-2009-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jing-2009-r2.ebuild 5 Apr 2015 20:55:52 -   1.1
+++ jing-2009-r2.ebuild 5 Apr 2015 20:58:05 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jing/jing-2009-r2.ebuild,v 1.1 
2015/04/05 20:55:52 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/jing/jing-2009-r2.ebuild,v 1.2 
2015/04/05 20:58:05 monsieurp Exp $
 
 EAPI=5
 
@@ -26,9 +26,9 @@
dev-java/xerces:2
dev-java/xml-commons-resolver:0
 RDEPEND=${COMMON_DEPEND}
-   =virtual/jre-1.5
+   =virtual/jre-1.6
 DEPEND=${COMMON_DEPEND}
-   =virtual/jdk-1.5
+   =virtual/jdk-1.6
app-arch/unzip
 
 # Avoid bogous QA warning, no usable build.xml. The one that exists belongs to



1.30 app-text/jing/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   5 Apr 2015 20:55:52 -   1.29
+++ ChangeLog   5 Apr 2015 20:58:05 -   1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/jing
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v 1.29 2015/04/05 
20:55:52 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v 1.30 2015/04/05 
20:58:05 monsieurp Exp $
+
+  05 Apr 2015; Patrice Clement monsie...@gentoo.org jing-2009-r2.ebuild:
+  JDK 1.6 should be a bare minimum here.
 
 *jing-2009-r2 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in app-dicts/stardict-xdict-zh-en-gb: ChangeLog stardict-xdict-zh-en-gb-2.4.2.ebuild

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/06 00:35:25

  Modified: ChangeLog stardict-xdict-zh-en-gb-2.4.2.ebuild
  Log:
  keyword arm, tested on cortex-a9 hardware
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.12 app-dicts/stardict-xdict-zh-en-gb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   5 Jan 2014 11:32:00 -   1.11
+++ ChangeLog   6 Apr 2015 00:35:25 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/stardict-xdict-zh-en-gb
-# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/ChangeLog,v 1.11 
2014/01/05 11:32:00 pacho Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/ChangeLog,v 1.12 
2015/04/06 00:35:25 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org
+  stardict-xdict-zh-en-gb-2.4.2.ebuild:
+  keyword arm, tested on cortex-a9 hardware
 
   05 Jan 2014; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-



1.10 
app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild?r1=1.9r2=1.10

Index: stardict-xdict-zh-en-gb-2.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- stardict-xdict-zh-en-gb-2.4.2.ebuild25 Jan 2009 14:43:36 -  
1.9
+++ stardict-xdict-zh-en-gb-2.4.2.ebuild6 Apr 2015 00:35:25 -   
1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild,v
 1.9 2009/01/25 14:43:36 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-zh-en-gb/stardict-xdict-zh-en-gb-2.4.2.ebuild,v
 1.10 2015/04/06 00:35:25 dlan Exp $
 
 FROM_LANG=Simplified Chinese (GB)
 TO_LANG=English
@@ -11,7 +11,7 @@
 
 HOMEPAGE=http://stardict.sourceforge.net/Dictionaries_zh_CN.php;
 
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86
 IUSE=
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in app-dicts/stardict-xdict-en-zh-gb: ChangeLog stardict-xdict-en-zh-gb-2.4.2.ebuild

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/06 00:34:54

  Modified: ChangeLog stardict-xdict-en-zh-gb-2.4.2.ebuild
  Log:
  keyword arm, tested on cortex-a9 hardware
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.10 app-dicts/stardict-xdict-en-zh-gb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   23 Jan 2009 13:21:05 -  1.9
+++ ChangeLog   6 Apr 2015 00:34:54 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/stardict-xdict-en-zh-gb
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/ChangeLog,v 1.9 
2009/01/23 13:21:05 pva Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/ChangeLog,v 1.10 
2015/04/06 00:34:54 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org
+  stardict-xdict-en-zh-gb-2.4.2.ebuild:
+  keyword arm, tested on cortex-a9 hardware
 
   23 Jan 2009; Peter Volkov p...@gentoo.org
   stardict-xdict-en-zh-gb-2.4.2.ebuild:



1.10 
app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild?r1=1.9r2=1.10

Index: stardict-xdict-en-zh-gb-2.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- stardict-xdict-en-zh-gb-2.4.2.ebuild25 Jan 2009 14:43:01 -  
1.9
+++ stardict-xdict-en-zh-gb-2.4.2.ebuild6 Apr 2015 00:34:54 -   
1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild,v
 1.9 2009/01/25 14:43:01 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-xdict-en-zh-gb/stardict-xdict-en-zh-gb-2.4.2.ebuild,v
 1.10 2015/04/06 00:34:54 dlan Exp $
 
 FROM_LANG=English
 TO_LANG=Simplified Chinese (GB)
@@ -11,7 +11,7 @@
 
 HOMEPAGE=http://stardict.sourceforge.net/Dictionaries_zh_GB.php;
 
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86
 IUSE=
 
 DEPEND=






[gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/

2015-04-05 Thread Zac Medico
commit: e968291aed91a955c30844ec6d3a99d09c340ddb
Author: Zac Medico zmedico AT gentoo DOT org
AuthorDate: Mon Apr  6 04:24:50 2015 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Mon Apr  6 05:04:48 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e968291a

ro_checker: skip parents of EPREFIX dir (bug 544624)

The ro_checker code added in commit
47ef9a0969474f963dc8e52bfbbb8bc075e8d73c incorrectly asserts that the
parent directories of EPREFIX be writable. Fix it to skip the parents,
since they are irrelevant. This does not affect the case where EPREFIX
is empty, since all directories are checked in that case.

Fixes 47ef9a096947: (Test for read-only filesystems, fixes bug 378869)
X-Gentoo-Bug: 544624
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=544624
Acked-by: Brian Dolbec dolsen AT gentoo.org

 pym/portage/dbapi/vartree.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 277c2f1..1c0deab 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -3751,6 +3751,7 @@ class dblink(object):
line_ending_re = re.compile('[\n\r]')
srcroot_len = len(srcroot)
ed_len = len(self.settings[ED])
+   eprefix_len = len(self.settings[EPREFIX])
 
while True:
 
@@ -3792,7 +3793,11 @@ class dblink(object):
break
 
relative_path = parent[srcroot_len:]
-   dirlist.append(os.path.join(destroot, 
relative_path))
+   if len(relative_path) = eprefix_len:
+   # Files are never installed outside of 
the prefix,
+   # therefore we skip the readonly 
filesystem check for
+   # parent directories of the prefix (see 
bug 544624).
+   dirlist.append(os.path.join(destroot, 
relative_path))
 
for fname in files:
try:



[gentoo-commits] gentoo-x86 commit in dev-lang/php/files: 70_mod_php5.conf-apache2

2015-04-05 Thread Sebastian Pipping (sping)
sping   15/04/05 22:15:41

  Removed:  70_mod_php5.conf-apache2
  Log:
  dev-lang/php: Resolve unused and misleading files/70_mod_php5.conf-apache2 
(bug #544564)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)



[gentoo-commits] gentoo-x86 commit in app-text/stardict: ChangeLog stardict-3.0.6.ebuild

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/05 23:58:02

  Modified: ChangeLog stardict-3.0.6.ebuild
  Log:
  add keyword arm, tested on cortex-a9 board
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.47 app-text/stardict/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   3 Mar 2015 09:34:59 -   1.46
+++ ChangeLog   5 Apr 2015 23:58:02 -   1.47
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/stardict
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.46 
2015/03/03 09:34:59 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.47 
2015/04/05 23:58:02 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org stardict-3.0.6.ebuild:
+  add keyword arm, tested on cortex-a9 board
 
 *stardict-3.0.6 (03 Mar 2015)
 



1.2  app-text/stardict/stardict-3.0.6.ebuild

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

Index: stardict-3.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stardict-3.0.6.ebuild   3 Mar 2015 09:34:59 -   1.1
+++ stardict-3.0.6.ebuild   5 Apr 2015 23:58:02 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.6.ebuild,v 
1.1 2015/03/03 09:34:59 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.6.ebuild,v 
1.2 2015/04/05 23:58:02 dlan Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 
 LICENSE=CPL-1.0 GPL-3 LGPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=espeak gucharmap qqwry pronounce spell tools
 
 RESTRICT=test






[gentoo-commits] gentoo-x86 commit in app-dicts/stardict-langdao-zh-en-gb: stardict-langdao-zh-en-gb-2.4.2.ebuild ChangeLog

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/06 00:26:18

  Modified: stardict-langdao-zh-en-gb-2.4.2.ebuild ChangeLog
  Log:
  keyword arm, tested on cortex-a9 hardware
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.11 
app-dicts/stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2.ebuild?r1=1.10r2=1.11

Index: stardict-langdao-zh-en-gb-2.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- stardict-langdao-zh-en-gb-2.4.2.ebuild  3 Jan 2014 11:25:33 -   
1.10
+++ stardict-langdao-zh-en-gb-2.4.2.ebuild  6 Apr 2015 00:26:18 -   
1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2.ebuild,v
 1.10 2014/01/03 11:25:33 naota Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2.ebuild,v
 1.11 2015/04/06 00:26:18 dlan Exp $
 
 FROM_LANG=Simplified Chinese (GB)
 TO_LANG=English
@@ -11,7 +11,7 @@
 
 HOMEPAGE=http://stardict.sourceforge.net/Dictionaries_zh_CN.php;
 
-KEYWORDS=~amd64 ~ppc sparc x86
+KEYWORDS=~amd64 ~arm ~ppc sparc x86
 IUSE=
 
 DEPEND=



1.11 app-dicts/stardict-langdao-zh-en-gb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Jan 2014 11:25:33 -   1.10
+++ ChangeLog   6 Apr 2015 00:26:18 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/stardict-langdao-zh-en-gb
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/ChangeLog,v 1.10 
2014/01/03 11:25:33 naota Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/ChangeLog,v 1.11 
2015/04/06 00:26:18 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org
+  stardict-langdao-zh-en-gb-2.4.2.ebuild:
+  keyword arm, tested on cortex-a9 hardware
 
   03 Jan 2014; Naohiro Aota na...@gentoo.org
   stardict-langdao-zh-en-gb-2.4.2.ebuild:






[gentoo-commits] gentoo-x86 commit in app-text/zemberek-server: zemberek-server-0.7.1-r1.ebuild ChangeLog

2015-04-05 Thread Patrice Clement (monsieurp)
monsieurp15/04/05 21:01:36

  Modified: ChangeLog
  Added:zemberek-server-0.7.1-r1.ebuild
  Log:
  EAPI 5 bump wrt bug 543906.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.10 app-text/zemberek-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/zemberek-server/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   13 Jul 2012 14:10:14 -  1.9
+++ ChangeLog   5 Apr 2015 21:01:36 -   1.10
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/zemberek-server
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zemberek-server/ChangeLog,v 1.9 
2012/07/13 14:10:14 sera Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/zemberek-server/ChangeLog,v 1.10 
2015/04/05 21:01:36 monsieurp Exp $
+
+*zemberek-server-0.7.1-r1 (05 Apr 2015)
+
+  05 Apr 2015; Patrice Clement monsie...@gentoo.org
+  +zemberek-server-0.7.1-r1.ebuild:
+  EAPI 5 bump wrt bug 543906.
 
   13 Jul 2012; Ralph Sennhauser s...@gentoo.org zemberek-server-0.7.1.ebuild:
   Add GPL-2 to licenses to cover the Gentoo initscript. #425916
@@ -35,4 +41,3 @@
   18 Jul 2008; Serkan Kaba ser...@gentoo.org +files/pre,
   +files/zemberek-server, +metadata.xml, +zemberek-server-0.7.1.ebuild:
   Initial ebuild. Fixes bug #156100.
-



1.1  app-text/zemberek-server/zemberek-server-0.7.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zemberek-server/zemberek-server-0.7.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zemberek-server/zemberek-server-0.7.1-r1.ebuild?rev=1.1content-type=text/plain

Index: zemberek-server-0.7.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/zemberek-server/zemberek-server-0.7.1-r1.ebuild,v
 1.1 2015/04/05 21:01:36 monsieurp Exp $

EAPI=5
inherit eutils java-pkg-2 java-ant-2

DESCRIPTION=A Turkish spell checker server based on Zemberek NLP library
HOMEPAGE=http://code.google.com/p/zemberek/;
SRC_URI=http://zemberek.googlecode.com/files/${PN}-nolibs-${PV}.tar.gz;

LICENSE=MPL-1.1 GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
S=${WORKDIR}
IUSE=

CDEPEND=dev-java/zemberek[linguas_tr]
 dev-java/dbus-java
 dev-java/mina-core

RDEPEND=${CDEPEND}
dev-java/slf4j-nop
=virtual/jre-1.6

DEPEND=${CDEPEND}
=virtual/jdk-1.6

EANT_BUILD_TARGET=dist

src_unpack() {
unpack ${A}
mkdir lib || die
cd lib || die
java-pkg_jarfrom zemberek zemberek2-cekirdek.jar
java-pkg_jarfrom zemberek zemberek2-tr.jar
java-pkg_jarfrom dbus-java dbus.jar
java-pkg_jarfrom mina-core
}

src_install() {
java-pkg_newjar dist/${P}.jar ${PN}.jar
java-pkg_dolauncher zemberek-server \
--java_args \
-Xverify:none -Xms12m -Xmx14m 
-DConfigFile=/etc/zemberek-server.ini \
--pre ${FILESDIR}/pre \
--main net.zemberekserver.server.ZemberekServer
java-pkg_register-dependency slf4j-nop

doinitd ${FILESDIR}/zemberek-server
insinto /etc/dbus-1/system.d
doins dist/config/zemberek-server.conf
insinto /etc
newins config/conf.ini zemberek-server.ini
}






[gentoo-commits] gentoo-x86 commit in dev-db/henplus: henplus-0.9.8-r1.ebuild ChangeLog

2015-04-05 Thread Patrice Clement (monsieurp)
monsieurp15/04/05 21:03:34

  Modified: ChangeLog
  Added:henplus-0.9.8-r1.ebuild
  Log:
  EAPI 5 bump wrt bug 543906.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.27 dev-db/henplus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   10 Aug 2014 19:59:28 -  1.26
+++ ChangeLog   5 Apr 2015 21:03:34 -   1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/henplus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.26 2014/08/10 
19:59:28 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.27 2015/04/05 
21:03:34 monsieurp Exp $
+
+*henplus-0.9.8-r1 (05 Apr 2015)
+
+  05 Apr 2015; Patrice Clement monsie...@gentoo.org +henplus-0.9.8-r1.ebuild:
+  EAPI 5 bump wrt bug 543906.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org henplus-0.9.8.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  dev-db/henplus/henplus-0.9.8-r1.ebuild

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

Index: henplus-0.9.8-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8-r1.ebuild,v 1.1 
2015/04/05 21:03:34 monsieurp Exp $

EAPI=5
JAVA_PKG_IUSE=doc source

inherit java-pkg-2 eutils java-ant-2

DESCRIPTION=Java-based multisession SQL shell for databases with JDBC support
HOMEPAGE=http://henplus.sf.net;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

COMMON_DEPEND=dev-java/commons-cli:1
dev-java/libreadline-java:0
RDEPEND==virtual/jre-1.6
${COMMON_DEPEND}
DEPEND==virtual/jdk-1.6
${COMMON_DEPEND}

java_prepare() {
epatch ${FILESDIR}/0.9.8-build.xml.patch
rm -v lib/*.jar lib/*/*.jar || die
}

JAVA_ANT_REWRITE_CLASSPATH=true
EANT_GENTOO_CLASSPATH=commons-cli-1,libreadline-java

src_install () {
java-pkg_dojar build/${PN}.jar

java-pkg_dolauncher ${PN} -pre ${FILESDIR}/${PN}.pre \
--main henplus.HenPlus

dodoc README || die
dohtml doc/HenPlus.html || die

use doc  java-pkg_dojavadoc javadoc/api
use source  java-pkg_dosrc src/${PN}
}






[gentoo-commits] gentoo-x86 commit in app-text/dos2unix: ChangeLog dos2unix-7.2.1.ebuild dos2unix-7.1.ebuild

2015-04-05 Thread Lars Wendler (polynomial-c)
polynomial-c15/04/05 21:41:04

  Modified: ChangeLog
  Added:dos2unix-7.2.1.ebuild
  Removed:  dos2unix-7.1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.156app-text/dos2unix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   2 Mar 2015 09:30:30 -   1.155
+++ ChangeLog   5 Apr 2015 21:41:04 -   1.156
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/dos2unix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.155 
2015/03/02 09:30:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.156 
2015/04/05 21:41:04 polynomial-c Exp $
+
+*dos2unix-7.2.1 (05 Apr 2015)
+
+  05 Apr 2015; Lars Wendler polynomia...@gentoo.org -dos2unix-7.1.ebuild,
+  +dos2unix-7.2.1.ebuild:
+  Version bump. Removed old.
 
   02 Mar 2015; Agostino Sarubbo a...@gentoo.org dos2unix-6.0.6.ebuild:
   Stable for ppc, wrt bug #522520



1.1  app-text/dos2unix/dos2unix-7.2.1.ebuild

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

Index: dos2unix-7.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-7.2.1.ebuild,v 
1.1 2015/04/05 21:41:04 polynomial-c Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION=Convert DOS or MAC text files to UNIX format or vice versa
HOMEPAGE=http://www.xs4all.nl/~waterlan/dos2unix.html 
http://sourceforge.net/projects/dos2unix/;
SRC_URI=
http://www.xs4all.nl/~waterlan/${PN}/${P}.tar.gz
mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=BSD-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris
IUSE=debug nls test

RDEPEND=
!app-text/hd2u
!app-text/unix2dos
virtual/libintl
DEPEND=
${RDEPEND}
nls? ( sys-devel/gettext )
test? ( virtual/perl-Test-Simple )
dev-lang/perl

src_prepare() {
sed \
-e '/^LDFLAGS/s|=|+=|' \
-e '/CFLAGS_OS \+=/d' \
-e '/LDFLAGS_EXTRA \+=/d' \
-e /^CFLAGS/s|-O2|${CFLAGS}| \
-i Makefile || die

if use debug ; then
sed -e /^DEBUG/s:0:1: \
-e /EXTRA_CFLAGS +=/s:-g:: \
-i Makefile || die
fi

tc-export CC
}

lintl() {
# same logic as from virtual/libintl
use !elibc_glibc  use !elibc_uclibc  echo -lintl
}

src_compile() {
emake prefix=${EPREFIX}/usr \
$(usex nls LDFLAGS_EXTRA=$(lintl) ENABLE_NLS=)
}

src_install() {
emake DESTDIR=${D} prefix=${EPREFIX}/usr \
$(usex nls  ENABLE_NLS=) install
}






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-pulseaudio-plugin: - New directory

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 22:47:18

  Log:
  Directory /var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin added to 
the repository



[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-pulseaudio-plugin: xfce4-pulseaudio-plugin-0.2.2.ebuild ChangeLog

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 23:07:42

  Modified: xfce4-pulseaudio-plugin-0.2.2.ebuild ChangeLog
  Log:
  Post-commit cleanup.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  
xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild?r1=1.1r2=1.2

Index: xfce4-pulseaudio-plugin-0.2.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-pulseaudio-plugin-0.2.2.ebuild5 Apr 2015 23:05:47 -   
1.1
+++ xfce4-pulseaudio-plugin-0.2.2.ebuild5 Apr 2015 23:07:42 -   
1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild,v
 1.1 2015/04/05 23:05:47 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild,v
 1.2 2015/04/05 23:07:42 mgorny Exp $
 
 EAPI=5
-inherit multilib xfconf
+inherit xfconf
 
 DESCRIPTION=A panel plug-in for PulseAudio voluem control
 HOMEPAGE=https://github.com/andrzej-r/xfce4-pulseaudio-plugin;
@@ -28,7 +28,6 @@
 
 pkg_setup() {
XFCONF=(
-#  --libexecdir=${EPREFIX}/usr/$(get_libdir)
$(use_enable keybinder)
$(xfconf_use_debug)
)



1.2  xfce-extra/xfce4-pulseaudio-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   5 Apr 2015 23:05:47 -   1.1
+++ ChangeLog   5 Apr 2015 23:07:42 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-pulseaudio-plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.1 
2015/04/05 23:05:47 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.2 
2015/04/05 23:07:42 mgorny Exp $
+
+  05 Apr 2015; Michał Górny mgo...@gentoo.org
+  xfce4-pulseaudio-plugin-0.2.2.ebuild:
+  Post-commit cleanup.
 
 *xfce4-pulseaudio-plugin-0.2.2 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-37.0.1.ebuild ChangeLog firefox-36.0.1.ebuild

2015-04-05 Thread Lars Wendler (polynomial-c)
polynomial-c15/04/05 23:07:55

  Modified: ChangeLog
  Added:firefox-37.0.1.ebuild
  Removed:  firefox-36.0.1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.404www-client/firefox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.404view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.404content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.403r2=1.404

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -r1.403 -r1.404
--- ChangeLog   31 Mar 2015 07:59:34 -  1.403
+++ ChangeLog   5 Apr 2015 23:07:55 -   1.404
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.403 
2015/03/31 07:59:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.404 
2015/04/05 23:07:55 polynomial-c Exp $
+
+*firefox-37.0.1 (05 Apr 2015)
+
+  05 Apr 2015; Lars Wendler polynomia...@gentoo.org -firefox-36.0.1.ebuild,
+  +firefox-37.0.1.ebuild:
+  Version bump. Removed old.
 
   31 Mar 2015; Agostino Sarubbo a...@gentoo.org firefox-31.5.0.ebuild:
   Stable for ppc64, wrt bug #541316



1.1  www-client/firefox/firefox-37.0.1.ebuild

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

Index: firefox-37.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 
1.1 2015/04/05 23:07:55 polynomial-c Exp $

EAPI=5
VIRTUALX_REQUIRED=pgo
WANT_AUTOCONF=2.1
MOZ_ESR=

# This list can be updated with scripts/get_langs.sh from the mozilla overlay
# No official support as of fetch time
# csb
MOZ_LANGS=( af ar as ast be bg bn-BD bn-IN br bs ca cs cy da de el en
en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd
gl gu-IN he hi-IN hr hu hy-AM id is it ja kk km kn ko lt lv mai mk ml mr
nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te
th tr uk vi xh zh-CN zh-TW )

# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
MOZ_PV=${PV/_alpha/a} # Handle alpha for SRC_URI
MOZ_PV=${MOZ_PV/_beta/b} # Handle beta for SRC_URI
MOZ_PV=${MOZ_PV/_rc/rc} # Handle rc for SRC_URI

if [[ ${MOZ_ESR} == 1 ]]; then
# ESR releases have slightly version numbers
MOZ_PV=${MOZ_PV}esr
fi

# Patch version
PATCH=${PN}-36.0-patches-01
# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.
MOZ_FTP_URI=ftp://ftp.mozilla.org/pub/${PN}/releases;
MOZ_HTTP_URI=http://ftp.mozilla.org/pub/${PN}/releases;

MOZCONFIG_OPTIONAL_WIFI=1
MOZCONFIG_OPTIONAL_JIT=enabled

inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils 
mozconfig-v5.36 multilib pax-utils fdo-mime autotools virtualx mozlinguas

DESCRIPTION=Firefox Web Browser
HOMEPAGE=http://www.mozilla.com/firefox;

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux

SLOT=0
LICENSE=MPL-2.0 GPL-2 LGPL-2.1
IUSE=bindist hardened +minimal pgo selinux +gmp-autoupdate test
RESTRICT=!bindist? ( bindist )

# More URIs appended below...
SRC_URI=${SRC_URI}
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz
http://dev.gentoo.org/~axs/distfiles/${PATCH}.tar.xz
http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz;

ASM_DEPEND==dev-lang/yasm-1.1

# Mesa 7.10 needed for WebGL + bugfixes
RDEPEND=
=dev-libs/nss-3.17.4
=dev-libs/nspr-4.10.7
selinux? ( sec-policy/selinux-mozilla )

DEPEND=${RDEPEND}
pgo? (
=sys-devel/gcc-4.5 )
amd64? ( ${ASM_DEPEND}
virtual/opengl )
x86? ( ${ASM_DEPEND}
virtual/opengl )

# No source releases for alpha|beta
if [[ ${PV} =~ alpha ]]; then
CHANGESET=8a3042764de7
SRC_URI=${SRC_URI}

http://dev.gentoo.org/~nirbheek/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2;
S=${WORKDIR}/mozilla-aurora-${CHANGESET}
elif [[ ${PV} =~ beta ]]; then
S=${WORKDIR}/mozilla-beta
SRC_URI=${SRC_URI}

[gentoo-commits] gentoo-x86 commit in app-dicts/stardict-langdao-en-zh-gb: ChangeLog stardict-langdao-en-zh-gb-2.4.2.ebuild

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/06 00:22:11

  Modified: ChangeLog stardict-langdao-en-zh-gb-2.4.2.ebuild
  Log:
  add keyword ~arm, tested on cortex-a9 board
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.10 app-dicts/stardict-langdao-en-zh-gb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   23 Jan 2009 13:28:41 -  1.9
+++ ChangeLog   6 Apr 2015 00:22:11 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/stardict-langdao-en-zh-gb
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/ChangeLog,v 1.9 
2009/01/23 13:28:41 pva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/ChangeLog,v 1.10 
2015/04/06 00:22:11 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org
+  stardict-langdao-en-zh-gb-2.4.2.ebuild:
+  add keyword ~arm, tested on cortex-a9 board
 
   23 Jan 2009; Peter Volkov p...@gentoo.org
   stardict-langdao-en-zh-gb-2.4.2.ebuild:



1.11 
app-dicts/stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2.ebuild?r1=1.10r2=1.11

Index: stardict-langdao-en-zh-gb-2.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- stardict-langdao-en-zh-gb-2.4.2.ebuild  25 Jan 2009 14:38:00 -  
1.10
+++ stardict-langdao-en-zh-gb-2.4.2.ebuild  6 Apr 2015 00:22:11 -   
1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2.ebuild,v
 1.10 2009/01/25 14:38:00 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-en-zh-gb/stardict-langdao-en-zh-gb-2.4.2.ebuild,v
 1.11 2015/04/06 00:22:11 dlan Exp $
 
 FROM_LANG=English
 TO_LANG=Simplified Chinese (GB)
@@ -11,7 +11,7 @@
 
 HOMEPAGE=http://stardict.sourceforge.net/Dictionaries_zh_CN.php;
 
-KEYWORDS=~amd64 ppc sparc x86
+KEYWORDS=~amd64 ~arm ppc sparc x86
 IUSE=
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in app-dicts/stardict-cedict-zh-en-gb: ChangeLog stardict-cedict-zh-en-gb-2.4.2.ebuild

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/06 00:21:04

  Modified: ChangeLog stardict-cedict-zh-en-gb-2.4.2.ebuild
  Log:
  add keyword ~arm, tested on cortex-a9 board
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.10 app-dicts/stardict-cedict-zh-en-gb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   23 Jan 2009 12:43:28 -  1.9
+++ ChangeLog   6 Apr 2015 00:21:04 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/stardict-cedict-zh-en-gb
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/ChangeLog,v 1.9 
2009/01/23 12:43:28 pva Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/ChangeLog,v 1.10 
2015/04/06 00:21:04 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org
+  stardict-cedict-zh-en-gb-2.4.2.ebuild:
+  add keyword ~arm, tested on cortex-a9 board
 
   23 Jan 2009; Peter Volkov p...@gentoo.org
   stardict-cedict-zh-en-gb-2.4.2.ebuild:



1.11 
app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild?r1=1.10r2=1.11

Index: stardict-cedict-zh-en-gb-2.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- stardict-cedict-zh-en-gb-2.4.2.ebuild   25 Jan 2009 14:35:24 -  
1.10
+++ stardict-cedict-zh-en-gb-2.4.2.ebuild   6 Apr 2015 00:21:04 -   
1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild,v
 1.10 2009/01/25 14:35:24 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cedict-zh-en-gb/stardict-cedict-zh-en-gb-2.4.2.ebuild,v
 1.11 2015/04/06 00:21:04 dlan Exp $
 
 FROM_LANG=Simplified Chinese (GB)
 TO_LANG=English
@@ -11,7 +11,7 @@
 
 HOMEPAGE=http://stardict.sourceforge.net/Dictionaries_zh_CN.php;
 
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86
 IUSE=
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in www-misc/monitorix: monitorix-3.5.1.ebuild metadata.xml ChangeLog

2015-04-05 Thread Maciej Mrozowski (reavertm)
reavertm15/04/06 03:19:46

  Modified: monitorix-3.5.1.ebuild metadata.xml ChangeLog
  Log:
  Remove evms USE flag. evms was superseded by lvm2.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B1E955DB)

Revision  ChangesPath
1.3  www-misc/monitorix/monitorix-3.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/monitorix/monitorix-3.5.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/monitorix/monitorix-3.5.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/monitorix/monitorix-3.5.1.ebuild?r1=1.2r2=1.3

Index: monitorix-3.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/monitorix/monitorix-3.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- monitorix-3.5.1.ebuild  1 Apr 2015 22:25:27 -   1.2
+++ monitorix-3.5.1.ebuild  6 Apr 2015 03:19:46 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/monitorix/monitorix-3.5.1.ebuild,v 
1.2 2015/04/01 22:25:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/monitorix/monitorix-3.5.1.ebuild,v 
1.3 2015/04/06 03:19:46 reavertm Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=apcupsd evms hddtemp httpd lm_sensors postfix
+IUSE=apcupsd hddtemp httpd lm_sensors postfix
 
 DEPEND=sys-apps/sed
 RDEPEND=dev-perl/Config-General
@@ -26,7 +26,6 @@
net-analyzer/rrdtool[perl]
virtual/perl-CGI
apcupsd? ( sys-power/apcupsd )
-   evms? ( sys-fs/evms )
hddtemp? ( app-admin/hddtemp )
httpd? ( virtual/httpd-cgi )
lm_sensors? ( sys-apps/lm_sensors )



1.4  www-misc/monitorix/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/monitorix/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml14 Nov 2014 02:17:10 -  1.3
+++ metadata.xml6 Apr 2015 03:19:46 -   1.4
@@ -9,7 +9,6 @@
   /longdescription
   use
 flag name='apcupsd'Make use of a daemon that controls APC UPSes with 
pkgsys-power/apcupsd/pkg./flag
-flag name='evms'Make use of utilities for the IBM Enterprise Volume 
Management System with pkgsys-fs/evms/pkg./flag
 flag name='hddtemp'Use SMART to monitor the temperature of hard drives 
with pkgapp-admin/hddtemp/pkg./flag
 flag name='httpd'Enables the CGI webserver with any package that 
satisfies pkgvirtual/httpd-cgi/pkg./flag
 flag name='lm_sensors'Additional hardware mnitoring sensors with 
pkgsys-apps/lm_sensors/pkg./flag



1.9  www-misc/monitorix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/monitorix/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   1 Apr 2015 22:25:27 -   1.8
+++ ChangeLog   6 Apr 2015 03:19:46 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for www-misc/monitorix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/monitorix/ChangeLog,v 1.8 
2015/04/01 22:25:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/monitorix/ChangeLog,v 1.9 
2015/04/06 03:19:46 reavertm Exp $
+
+  06 Apr 2015; Maciej Mrozowski reave...@gentoo.org metadata.xml,
+  monitorix-3.5.1.ebuild:
+  Remove evms USE flag. evms was superseded by lvm2.
 
   01 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org 
monitorix-3.5.1.ebuild:
   Fix dependencies: pkgmove of Config-General






[gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/, pym/portage/

2015-04-05 Thread Zac Medico
commit: 096f55391d3e755e52fb12b7be06716869925539
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sun Apr  5 07:59:29 2015 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Mon Apr  6 05:10:37 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=096f5539

fetch(): fix support for digest size=None

It seems that the code initially supported fetching without size
'digest' but it got broken over time. Add proper conditionals to avoid
ugly failures in this case.

Signed-off-by: Zac Medico zmedico AT gentoo.org
Acked-by: Brian Dolbec dolsen AT gentoo.org

 pym/portage/checksum.py | 2 +-
 pym/portage/package/ebuild/fetch.py | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pym/portage/checksum.py b/pym/portage/checksum.py
index f24a90f..642602e 100644
--- a/pym/portage/checksum.py
+++ b/pym/portage/checksum.py
@@ -303,7 +303,7 @@ def verify_all(filename, mydict, calc_prelink=0, strict=0):
reason = Reason unknown
try:
mysize = os.stat(filename)[stat.ST_SIZE]
-   if mydict[size] != mysize:
+   if mydict.get(size) is not None and mydict[size] != mysize:
return False,(_(Filesize does not match recorded 
size), mysize, mydict[size])
except OSError as e:
if e.errno == errno.ENOENT:

diff --git a/pym/portage/package/ebuild/fetch.py 
b/pym/portage/package/ebuild/fetch.py
index 7b856a2..7e4e6fe 100644
--- a/pym/portage/package/ebuild/fetch.py
+++ b/pym/portage/package/ebuild/fetch.py
@@ -700,7 +700,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,

os.unlink(myfile_path)
except OSError:
pass
-   elif distdir_writable:
+   elif distdir_writable and size is not 
None:
if mystat.st_size  
fetch_resume_size and \
mystat.st_size  size:
# If the file already 
exists and the size does not
@@ -806,8 +806,9 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
# assume that it is fully 
downloaded.
continue
else:
-   if mystat.st_size  
mydigests[myfile][size] and \
-   not restrict_fetch:
+   if 
(mydigests[myfile].get(size) is not None
+   and 
mystat.st_size  mydigests[myfile][size]
+   and not 
restrict_fetch):
fetched = 1 # Try to 
resume this download.
elif parallel_fetchonly and \
mystat.st_size == 
mydigests[myfile][size]:



[gentoo-commits] gentoo-x86 commit in app-text/trang: trang-20091111-r1.ebuild ChangeLog

2015-04-05 Thread Patrice Clement (monsieurp)
monsieurp15/04/05 21:01:00

  Modified: ChangeLog
  Added:trang-2009-r1.ebuild
  Log:
  EAPI 5 bump wrt bug 543906.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.28 app-text/trang/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/trang/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   24 May 2010 13:20:17 -  1.27
+++ ChangeLog   5 Apr 2015 21:01:00 -   1.28
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/trang
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/trang/ChangeLog,v 1.27 2010/05/24 
13:20:17 caster Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/trang/ChangeLog,v 1.28 2015/04/05 
21:01:00 monsieurp Exp $
+
+*trang-2009-r1 (05 Apr 2015)
+
+  05 Apr 2015; Patrice Clement monsie...@gentoo.org 
+trang-2009-r1.ebuild:
+  EAPI 5 bump wrt bug 543906.
 
   24 May 2010; Vlastimil Babka cas...@gentoo.org -files/build-r1.xml,
   -trang-20030619-r3.ebuild:
@@ -107,4 +112,3 @@
 
   13 May 2004; mkenn...@gentoo.org +metadata.xml, +trang-20030619.ebuild:
   Initial port.  Ebuild contributed by Matthew Kennedy mkenn...@gentoo.org
-



1.1  app-text/trang/trang-2009-r1.ebuild

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

Index: trang-2009-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/trang/trang-2009-r1.ebuild,v 
1.1 2015/04/05 21:01:00 monsieurp Exp $

EAPI=5
JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-ant-2

DESCRIPTION=Multi-format schema converter based on RELAX NG
HOMEPAGE=http://thaiopensource.com/relaxng/trang.html;
SRC_URI=http://jing-trang.googlecode.com/files/${P}.zip;
LICENSE=BSD

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

COMMON_DEP=
dev-java/xerces:2
dev-java/xml-commons-resolver:0

RDEPEND=
=virtual/jre-1.6
${COMMON_DEP}

DEPEND=
app-arch/unzip
=virtual/jdk-1.6
${COMMON_DEP}

java_prepare() {
# need resource files in jar archive so can't remove, see build.xml
# rm -v *.jar || die Failed to remove jar archives
cp ${FILESDIR}/build.xml ${S}/build.xml || die
}

EANT_GENTOO_CLASSPATH=xerces-2,xml-commons-resolver

src_test() {
java -jar dist/${PN}.jar ${FILESDIR}/test.xml test/test.xsd
java -jar dist/${PN}.jar ${FILESDIR}/test.xml test/test.dtd
java -jar dist/${PN}.jar test/test.dtd test/test.dtd.xsd

md5sum -c MD5SUMS_END || die Failed to verify md5sum
4bcb454ade46c0188f809d2e8ce15315  ${FILESDIR}/test.xml
d096c1fb462902e10a3440a604a21664  test/test.xsd
3fb46bdb16dc75a2a1e36e421b13e51d  test/test.dtd
fce355ca962cb063d7baa5d7fd571bcf  test/test.dtd.xsd
MD5SUMS_END
}

src_install() {
java-pkg_dojar dist/${PN}.jar
java-pkg_dolauncher trang \
--main com.thaiopensource.relaxng.translate.Driver
dohtml *.html || die

use doc  java-pkg_dojavadoc javadoc
use source  java-pkg_dosrc src/{org,com}
}






[gentoo-commits] gentoo-x86 commit in dev-db/octopus: octopus-3.0.1-r4.ebuild ChangeLog

2015-04-05 Thread Patrice Clement (monsieurp)
monsieurp15/04/05 21:05:29

  Modified: ChangeLog
  Added:octopus-3.0.1-r4.ebuild
  Log:
  EAPI 5 bump wrt bug 543906.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.21 dev-db/octopus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   10 Aug 2014 20:01:37 -  1.20
+++ ChangeLog   5 Apr 2015 21:05:29 -   1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/octopus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.20 2014/08/10 
20:01:37 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.21 2015/04/05 
21:05:29 monsieurp Exp $
+
+*octopus-3.0.1-r4 (05 Apr 2015)
+
+  05 Apr 2015; Patrice Clement monsie...@gentoo.org +octopus-3.0.1-r4.ebuild:
+  EAPI 5 bump wrt bug 543906.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org octopus-3.0.1-r3.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  dev-db/octopus/octopus-3.0.1-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/octopus/octopus-3.0.1-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/octopus/octopus-3.0.1-r4.ebuild?rev=1.1content-type=text/plain

Index: octopus-3.0.1-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r4.ebuild,v 1.1 
2015/04/05 21:05:29 monsieurp Exp $

EAPI=5
JAVA_PKG_IUSE=doc source
JAVA_PKG_WANT_BOOTCLASSPATH=1.5

inherit versionator java-pkg-2 java-ant-2

MY_PV=${PV//./-}
MY_PV=${MY_PV/-/.}
DESCRIPTION=A Java-based Extraction, Transformation, and Loading (ETL) tool
SRC_URI=http://download.forge.objectweb.org/${PN}/${PN}-${MY_PV}.src.tar.gz
mirror://gentoo/${PN}-xmls-${PV}.tar.bz2
HOMEPAGE=http://octopus.objectweb.org;
LICENSE=LGPL-2.1
SLOT=3.0
KEYWORDS=~amd64 ~x86
IUSE=
COMMON_DEP=
=dev-java/xerces-2.7
=dev-java/log4j-1.2.8
=dev-java/rhino-1.6*
=dev-java/junit-3.8*
=dev-java/ant-core-1.4

RDEPEND==virtual/jre-1.6
${COMMON_DEP}

DEPEND==virtual/jdk-1.6
${COMMON_DEP}

# uses enum as identifier
JAVA_PKG_WANT_SOURCE=1.4
JAVA_PKG_WANT_TARGET=1.4

TOPDIR=${PN}-$(get_version_component_range 1-2)
S=${WORKDIR}/${TOPDIR}/Octopus-src

java_prepare() {
rm -fr ${TOPDIR}/maven || die
mv ${WORKDIR}/xmls ${S}/modules/Octopus || die
cd ${S}/modules || die

cp ${FILESDIR}/${P}-gentoo-build.xml build.xml || die
java-ant_rewrite-classpath build.xml
java-pkg_filter-compiler jikes
java-ant_rewrite-bootclasspath 1.5

epatch ${FILESDIR}/${PN}-jdk-1.5.patch
}

EANT_GENTOO_CLASSPATH=xerces-2,rhino-1.6,ant-core,junit,log4j

src_compile() {
cd ${S}/modules || die

use source  antflags=${antflags} sourcezip-all

eant jar-all $(use_doc docs-all) ${antflags}
}

RESTRICT=test

# Would need maven to work properly as the build.xml just launches maven
#src_test() {
#   eant test
#}

src_install() {
dodoc ChangeLog.txt ReleaseNotes.txt

cd ${S}/modules || die
java-pkg_dojar dist/*.jar

if use source; then
dodir /usr/share/doc/${PF}/source
cp dist/*-src.zip ${D}usr/share/doc/${PF}/source
fi

if use doc; then
docinto html/api
# Has multiple javadoc subdirs here
java-pkg_dohtml -r docs/*
fi
}






[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-05 Thread Michał Górny
commit: e8a72184e5b798c736d4430d63701e84059ec7f2
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sun Apr  5 22:09:22 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Sun Apr  5 22:09:22 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=e8a72184

Add sft overlay

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=541716

 files/overlays/repositories.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 8acf770..451f01f 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4561,6 +4561,17 @@ FIN
 feedhttp://git.overlays.gentoo.org/gitweb/?p=dev/sera.git;a=rss/feed
   /repo
   repo quality=experimental status=unofficial
+namesft/name
+descriptionSFT Technologies gentoo overlay/description
+homepagehttps://github.com/SFTtech/gentoo-overlay/homepage
+owner type=person
+  emailj...@sft.mx/email
+  nameJonas Jelten/name
+/owner
+source type=githttps://github.com/SFTtech/gentoo-overlay.git/source
+feedhttps://github.com/SFTtech/gentoo-overlay/commits/master.atom/feed
+  /repo
+  repo quality=experimental status=unofficial
 namesigrok/name
 description lang=enEbuilds for sigrok/description
 homepagehttp://github.com/jmesmon/sigrok-overlay/homepage



[gentoo-commits] gentoo-x86 commit in dev-perl/DBIx-DBSchema: ChangeLog DBIx-DBSchema-0.440.0.ebuild

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 22:53:09

  Modified: ChangeLog
  Added:DBIx-DBSchema-0.440.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.55 dev-perl/DBIx-DBSchema/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBIx-DBSchema/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   23 Aug 2014 02:32:12 -  1.54
+++ ChangeLog   5 Apr 2015 22:53:09 -   1.55
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/DBIx-DBSchema
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-DBSchema/ChangeLog,v 1.54 
2014/08/23 02:32:12 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-DBSchema/ChangeLog,v 1.55 
2015/04/05 22:53:09 dilfridge Exp $
+
+*DBIx-DBSchema-0.440.0 (05 Apr 2015)
+
+  05 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +DBIx-DBSchema-0.440.0.ebuild:
+  Version bump
 
 *DBIx-DBSchema-0.400.0-r1 (23 Aug 2014)
 



1.1  dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.440.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.440.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.440.0.ebuild?rev=1.1content-type=text/plain

Index: DBIx-DBSchema-0.440.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DBIx-DBSchema/DBIx-DBSchema-0.440.0.ebuild,v 
1.1 2015/04/05 22:53:09 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=IVAN
MODULE_VERSION=0.44
inherit perl-module

DESCRIPTION=Database-independent schema objects

SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~x86
IUSE=

RDEPEND=
dev-perl/DBI
dev-perl/FreezeThaw
virtual/perl-Storable

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in media-video/xvattr: xvattr-1.3-r3.ebuild ChangeLog xvattr-1.3-r2.ebuild

2015-04-05 Thread Andreas HAttel (dilfridge)
dilfridge15/04/05 23:23:02

  Modified: ChangeLog
  Added:xvattr-1.3-r3.ebuild
  Removed:  xvattr-1.3-r2.ebuild
  Log:
  Fix build, bug 456802. EAPI=5, drop to ~arch since nothing depends on it and 
stable fails to build
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.26 media-video/xvattr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   5 May 2012 08:58:56 -   1.25
+++ ChangeLog   5 Apr 2015 23:23:02 -   1.26
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/xvattr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.25 
2012/05/05 08:58:56 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.26 
2015/04/05 23:23:02 dilfridge Exp $
+
+*xvattr-1.3-r3 (05 Apr 2015)
+
+  05 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org -xvattr-1.3-r2.ebuild,
+  +xvattr-1.3-r3.ebuild, +files/xvattr-1.3-pod-encoding.patch:
+  Fix build, bug 456802. EAPI=5, drop to ~arch since nothing depends on it and
+  stable fails to build
 
   05 May 2012; Jeff Horelick jdh...@gentoo.org xvattr-1.3-r2.ebuild:
   dev-util/pkgconfig - virtual/pkgconfig



1.1  media-video/xvattr/xvattr-1.3-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/xvattr-1.3-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xvattr/xvattr-1.3-r3.ebuild?rev=1.1content-type=text/plain

Index: xvattr-1.3-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3-r3.ebuild,v 
1.1 2015/04/05 23:23:02 dilfridge Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION=X11 XVideo Querying/Setting Tool from Ogle project
HOMEPAGE=http://www.dtek.chalmers.se/groups/dvd;
SRC_URI=http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=gtk

RDEPEND=x11-libs/libX11
x11-libs/libXv
x11-libs/libXext
gtk? ( x11-libs/gtk+:2 )
DEPEND=${RDEPEND}
x11-libs/libXt
virtual/pkgconfig

src_prepare() {
epatch ${FILESDIR}/${P}-gtk.patch
epatch ${FILESDIR}/${P}-pod-encoding.patch
eautoreconf
}

src_configure() {
econf $(use_with gtk)
}

src_install() {
emake DESTDIR=${D} install || die emake install failed.
dodoc AUTHORS ChangeLog NEWS README
}






[gentoo-commits] gentoo-x86 commit in app-text/dictd: ChangeLog dictd-1.12.1-r1.ebuild

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/06 00:18:31

  Modified: ChangeLog dictd-1.12.1-r1.ebuild
  Log:
  add keyword ~arm, tested on cortex-a9 board
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.104app-text/dictd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   26 Jun 2014 14:12:32 -  1.103
+++ ChangeLog   6 Apr 2015 00:18:31 -   1.104
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dictd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.103 2014/06/26 
14:12:32 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.104 2015/04/06 
00:18:31 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org dictd-1.12.1-r1.ebuild:
+  add keyword ~arm, tested on cortex-a9 board
 
   26 Jun 2014; Michael Palimaka kensing...@gentoo.org -dictd-1.11.2.ebuild,
   -dictd-1.12.1.ebuild:



1.9  app-text/dictd/dictd-1.12.1-r1.ebuild

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

Index: dictd-1.12.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.12.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dictd-1.12.1-r1.ebuild  18 Jan 2014 20:03:11 -  1.8
+++ dictd-1.12.1-r1.ebuild  6 Apr 2015 00:18:31 -   1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.12.1-r1.ebuild,v 1.8 
2014/01/18 20:03:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.12.1-r1.ebuild,v 1.9 
2015/04/06 00:18:31 dlan Exp $
 
 EAPI=5
 inherit eutils readme.gentoo systemd user
@@ -12,7 +12,7 @@
 SLOT=0
 # We install rfc so - ISOC-rfc
 LICENSE=GPL-2 ISOC-rfc
-KEYWORDS=alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris
+KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris
 IUSE=dbi judy minimal
 
 # gawk-3.1.6 makes tests fail.






[gentoo-commits] gentoo-x86 commit in app-dicts/stardict-cdict-en-zh-gb: ChangeLog stardict-cdict-en-zh-gb-2.4.2.ebuild

2015-04-05 Thread Yixun Lan (dlan)
dlan15/04/06 00:20:00

  Modified: ChangeLog stardict-cdict-en-zh-gb-2.4.2.ebuild
  Log:
  add keyword ~arm, tested on cortex-a9 board
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.10 app-dicts/stardict-cdict-en-zh-gb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   23 Jan 2009 13:29:29 -  1.9
+++ ChangeLog   6 Apr 2015 00:20:00 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for app-dicts/stardict-cdict-en-zh-gb
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/ChangeLog,v 1.9 
2009/01/23 13:29:29 pva Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/ChangeLog,v 1.10 
2015/04/06 00:20:00 dlan Exp $
+
+  06 Apr 2015; Yixun Lan d...@gentoo.org
+  stardict-cdict-en-zh-gb-2.4.2.ebuild:
+  add keyword ~arm, tested on cortex-a9 board
 
   23 Jan 2009; Peter Volkov p...@gentoo.org
   stardict-cdict-en-zh-gb-2.4.2.ebuild:



1.11 
app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild?r1=1.10r2=1.11

Index: stardict-cdict-en-zh-gb-2.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- stardict-cdict-en-zh-gb-2.4.2.ebuild25 Jan 2009 14:34:49 -  
1.10
+++ stardict-cdict-en-zh-gb-2.4.2.ebuild6 Apr 2015 00:20:00 -   
1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild,v
 1.10 2009/01/25 14:34:49 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/stardict-cdict-en-zh-gb/stardict-cdict-en-zh-gb-2.4.2.ebuild,v
 1.11 2015/04/06 00:20:00 dlan Exp $
 
 FROM_LANG=English
 TO_LANG=Simplified Chinese (GB)
@@ -11,7 +11,7 @@
 
 HOMEPAGE=http://stardict.sourceforge.net/Dictionaries_zh_CN.php;
 
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86
 IUSE=
 
 DEPEND=






[gentoo-commits] gentoo-x86 commit in dev-haskell/tasty-hunit: tasty-hunit-0.9.2.ebuild ChangeLog

2015-04-05 Thread Mark Wright (gienah)
gienah  15/04/06 00:41:41

  Modified: ChangeLog
  Added:tasty-hunit-0.9.2.ebuild
  Log:
  Bump tasty-hunit to 0.9.2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.7  dev-haskell/tasty-hunit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-hunit/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-hunit/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-hunit/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   14 Dec 2014 06:08:00 -  1.6
+++ ChangeLog   6 Apr 2015 00:41:41 -   1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/tasty-hunit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/ChangeLog,v 1.6 
2014/12/14 06:08:00 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/ChangeLog,v 1.7 
2015/04/06 00:41:41 gienah Exp $
+
+*tasty-hunit-0.9.2 (06 Apr 2015)
+
+  06 Apr 2015; Mark Wright gie...@gentoo.org +tasty-hunit-0.9.2.ebuild:
+  Bump tasty-hunit to 0.9.2
 
 *tasty-hunit-0.9.0.1 (14 Dec 2014)
 



1.1  dev-haskell/tasty-hunit/tasty-hunit-0.9.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-hunit/tasty-hunit-0.9.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-hunit/tasty-hunit-0.9.2.ebuild?rev=1.1content-type=text/plain

Index: tasty-hunit-0.9.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/tasty-hunit/tasty-hunit-0.9.2.ebuild,v 1.1 
2015/04/06 00:41:41 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.3

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=HUnit support for the Tasty test framework
HOMEPAGE=http://documentup.com/feuerbach/tasty;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/tasty-0.8:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10







[gentoo-commits] gentoo-x86 commit in dev-haskell/uuid: uuid-1.3.10.ebuild ChangeLog

2015-04-05 Thread Mark Wright (gienah)
gienah  15/04/06 00:55:54

  Modified: ChangeLog
  Added:uuid-1.3.10.ebuild
  Log:
  Bump uuid to 1.3.10
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.10 dev-haskell/uuid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uuid/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   4 Apr 2015 09:35:05 -   1.9
+++ ChangeLog   6 Apr 2015 00:55:54 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/uuid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid/ChangeLog,v 1.9 2015/04/04 
09:35:05 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid/ChangeLog,v 1.10 
2015/04/06 00:55:54 gienah Exp $
+
+*uuid-1.3.10 (06 Apr 2015)
+
+  06 Apr 2015; Mark Wright gie...@gentoo.org +uuid-1.3.10.ebuild:
+  Bump uuid to 1.3.10
 
 *uuid-1.3.9 (04 Apr 2015)
 



1.1  dev-haskell/uuid/uuid-1.3.10.ebuild

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

Index: uuid-1.3.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid/uuid-1.3.10.ebuild,v 1.1 
2015/04/06 00:55:54 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=For creating, comparing, parsing and printing Universally Unique 
Identifiers
HOMEPAGE=https://github.com/aslatter/uuid;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/binary-0.4:=[profile?] 
dev-haskell/binary-0.8:=[profile?]
=dev-haskell/cryptohash-0.7:=[profile?] 
dev-haskell/cryptohash-0.12:=[profile?]
=dev-haskell/network-info-0.2:=[profile?] 
dev-haskell/network-info-0.3:=[profile?]
=dev-haskell/random-1.0.1:=[profile?] 
dev-haskell/random-1.2:=[profile?]
=dev-haskell/uuid-types-1.0:=[profile?] 
dev-haskell/uuid-types-2:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( =dev-haskell/hunit-1.2 dev-haskell/hunit-1.3
=dev-haskell/quickcheck-2.4 dev-haskell/quickcheck-2.9
=dev-haskell/tasty-0.10 dev-haskell/tasty-0.11
=dev-haskell/tasty-hunit-0.9 dev-haskell/tasty-hunit-0.10
=dev-haskell/tasty-quickcheck-0.8 
dev-haskell/tasty-quickcheck-0.9 )







[gentoo-commits] gentoo-x86 commit in dev-haskell/uuid-types: uuid-types-1.0.1.ebuild ChangeLog

2015-04-05 Thread Mark Wright (gienah)
gienah  15/04/06 00:56:43

  Modified: ChangeLog
  Added:uuid-types-1.0.1.ebuild
  Log:
  Bump uuid-types to 1.0.1
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  dev-haskell/uuid-types/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uuid-types/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Apr 2015 09:34:23 -   1.1
+++ ChangeLog   6 Apr 2015 00:56:43 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/uuid-types
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid-types/ChangeLog,v 1.1 
2015/04/04 09:34:23 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid-types/ChangeLog,v 1.2 
2015/04/06 00:56:43 gienah Exp $
+
+*uuid-types-1.0.1 (06 Apr 2015)
+
+  06 Apr 2015; Mark Wright gie...@gentoo.org +uuid-types-1.0.1.ebuild:
+  Bump uuid-types to 1.0.1
 
 *uuid-types-1.0.0-r1 (04 Apr 2015)
 



1.1  dev-haskell/uuid-types/uuid-types-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild?rev=1.1content-type=text/plain

Index: uuid-types-1.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/uuid-types/uuid-types-1.0.1.ebuild,v 1.1 
2015/04/06 00:56:43 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Type definitions for Universally Unique Identifiers
HOMEPAGE=https://github.com/aslatter/uuid;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/binary-0.4:=[profile?] 
dev-haskell/binary-0.8:=[profile?]
=dev-haskell/random-1.0.1:=[profile?] 
dev-haskell/random-1.2:=[profile?]
=dev-lang/ghc-7.4.1:=
|| ( ( =dev-haskell/hashable-1.1.1.0:=[profile?] 
dev-haskell/hashable-1.2.0:=[profile?] )
( =dev-haskell/hashable-1.2.1:=[profile?] 
dev-haskell/hashable-1.3:=[profile?] ) )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( =dev-haskell/hunit-1.2 dev-haskell/hunit-1.3
=dev-haskell/quickcheck-2.4 dev-haskell/quickcheck-2.9
=dev-haskell/tasty-0.10 dev-haskell/tasty-0.11
=dev-haskell/tasty-hunit-0.9 dev-haskell/tasty-hunit-0.10
=dev-haskell/tasty-quickcheck-0.8 
dev-haskell/tasty-quickcheck-0.9 )







[gentoo-commits] gentoo-x86 commit in dev-db/henplus: henplus-0.9.8-r1.ebuild ChangeLog

2015-04-05 Thread Patrick Lauer (patrick)
patrick 15/04/06 01:25:19

  Modified: henplus-0.9.8-r1.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-db/henplus/henplus-0.9.8-r1.ebuild

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

Index: henplus-0.9.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- henplus-0.9.8-r1.ebuild 5 Apr 2015 21:03:34 -   1.1
+++ henplus-0.9.8-r1.ebuild 6 Apr 2015 01:25:19 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8-r1.ebuild,v 
1.1 2015/04/05 21:03:34 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8-r1.ebuild,v 
1.2 2015/04/06 01:25:19 patrick Exp $
 
 EAPI=5
 JAVA_PKG_IUSE=doc source
@@ -38,7 +38,7 @@
 
dodoc README || die
dohtml doc/HenPlus.html || die
-   
+
use doc  java-pkg_dojavadoc javadoc/api
use source  java-pkg_dosrc src/${PN}
 }



1.28 dev-db/henplus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/henplus/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   5 Apr 2015 21:03:34 -   1.27
+++ ChangeLog   6 Apr 2015 01:25:19 -   1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/henplus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.27 2015/04/05 
21:03:34 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.28 2015/04/06 
01:25:19 patrick Exp $
+
+  06 Apr 2015; Patrick Lauer patr...@gentoo.org henplus-0.9.8-r1.ebuild:
+  Whitespace
 
 *henplus-0.9.8-r1 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in media-fonts/culmus-ancient: ChangeLog Manifest culmus-ancient-0.05.1.ebuild culmus-ancient-0.06.1.ebuild metadata.xml

2015-04-05 Thread Ben de Groot (yngwin)
yngwin  15/04/05 06:18:25

  Removed:  ChangeLog Manifest culmus-ancient-0.05.1.ebuild
culmus-ancient-0.06.1.ebuild metadata.xml
  Log:
  Remove culmus-ancient (bug #486814)



[gentoo-commits] gentoo-x86 commit in dev-ruby/domain_name: ChangeLog domain_name-0.5.23.ebuild

2015-04-05 Thread Hans de Graaff (graaff)
graaff  15/04/05 06:38:38

  Modified: ChangeLog domain_name-0.5.23.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.33 dev-ruby/domain_name/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   11 Mar 2015 16:48:59 -  1.32
+++ ChangeLog   5 Apr 2015 06:38:38 -   1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/domain_name
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/ChangeLog,v 1.32 
2015/03/11 16:48:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/ChangeLog,v 1.33 
2015/04/05 06:38:38 graaff Exp $
+
+  05 Apr 2015; Hans de Graaff gra...@gentoo.org domain_name-0.5.23.ebuild:
+  Add ruby22.
 
   11 Mar 2015; Manuel Rüger mr...@gentoo.org -domain_name-0.5.13.ebuild:
   Remove old.



1.2  dev-ruby/domain_name/domain_name-0.5.23.ebuild

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

Index: domain_name-0.5.23.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- domain_name-0.5.23.ebuild   24 Dec 2014 00:27:55 -  1.1
+++ domain_name-0.5.23.ebuild   5 Apr 2015 06:38:38 -   1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.23.ebuild,v 1.1 
2014/12/24 00:27:55 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.23.ebuild,v 1.2 
2015/04/05 06:38:38 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_TEST=none
 RUBY_FAKEGEM_TASK_DOC=






[gentoo-commits] gentoo-x86 commit in dev-ruby/unf_ext: unf_ext-0.0.6-r2.ebuild ChangeLog

2015-04-05 Thread Hans de Graaff (graaff)
graaff  15/04/05 06:27:43

  Modified: unf_ext-0.0.6-r2.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild

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

Index: unf_ext-0.0.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unf_ext-0.0.6-r2.ebuild 3 May 2014 06:47:20 -   1.1
+++ unf_ext-0.0.6-r2.ebuild 5 Apr 2015 06:27:43 -   1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild,v 
1.1 2014/05/03 06:47:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild,v 
1.2 2015/04/05 06:27:43 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_TEST=none
 



1.18 dev-ruby/unf_ext/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   18 Mar 2015 19:16:07 -  1.17
+++ ChangeLog   5 Apr 2015 06:27:43 -   1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/unf_ext
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.17 
2015/03/18 19:16:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.18 
2015/04/05 06:27:43 graaff Exp $
+
+  05 Apr 2015; Hans de Graaff gra...@gentoo.org unf_ext-0.0.6-r2.ebuild:
+  Add ruby22.
 
   18 Mar 2015; Hans de Graaff gra...@gentoo.org -unf_ext-0.0.6.ebuild:
   Cleanup.






[gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: ChangeLog http-cookie-1.0.2-r1.ebuild

2015-04-05 Thread Hans de Graaff (graaff)
graaff  15/04/05 06:41:12

  Modified: ChangeLog http-cookie-1.0.2-r1.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.9  dev-ruby/http-cookie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   29 Mar 2015 12:04:55 -  1.8
+++ ChangeLog   5 Apr 2015 06:41:12 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/http-cookie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.8 
2015/03/29 12:04:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.9 
2015/04/05 06:41:12 graaff Exp $
+
+  05 Apr 2015; Hans de Graaff gra...@gentoo.org http-cookie-1.0.2-r1.ebuild:
+  Add ruby22.
 
   29 Mar 2015; Agostino Sarubbo a...@gentoo.org http-cookie-1.0.2.ebuild:
   Stable for x86, wrt bug #544326



1.2  dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild

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

Index: http-cookie-1.0.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- http-cookie-1.0.2-r1.ebuild 29 Mar 2015 07:07:12 -  1.1
+++ http-cookie-1.0.2-r1.ebuild 5 Apr 2015 06:41:12 -   1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild,v 1.1 
2015/03/29 07:07:12 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild,v 1.2 
2015/04/05 06:41:12 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_DOC=rdoc
 RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md






[gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.6.0.1.ebuild

2015-04-05 Thread Hans de Graaff (graaff)
graaff  15/04/05 06:55:26

  Modified: ChangeLog
  Added:httpclient-2.6.0.1.ebuild
  Log:
  Version bump. Drop arm and ppc64 keywords due to new dev-ruby/http-cookie 
dependency, bug 545592.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.67 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   5 Apr 2015 06:07:08 -   1.66
+++ ChangeLog   5 Apr 2015 06:55:26 -   1.67
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.66 
2015/04/05 06:07:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.67 
2015/04/05 06:55:26 graaff Exp $
+
+*httpclient-2.6.0.1 (05 Apr 2015)
+
+  05 Apr 2015; Hans de Graaff gra...@gentoo.org +httpclient-2.6.0.1.ebuild:
+  Version bump. Drop arm and ppc64 keywords due to new dev-ruby/http-cookie
+  dependency, bug 545592.
 
   05 Apr 2015; Hans de Graaff gra...@gentoo.org -httpclient-2.2.5.ebuild:
   Cleanup.



1.1  dev-ruby/httpclient/httpclient-2.6.0.1.ebuild

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

Index: httpclient-2.6.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.6.0.1.ebuild,v 1.1 
2015/04/05 06:55:26 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_TASK_TEST=-Ilib test
RUBY_FAKEGEM_TASK_DOC=doc

RUBY_FAKEGEM_DOCDIR=doc

RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION='httpclient' gives something like the functionality of libwww-perl 
(LWP) in Ruby
HOMEPAGE=https://github.com/nahi/httpclient;
SRC_URI=https://github.com/nahi/httpclient/archive/v${PV}.tar.gz - ${P}.tgz

LICENSE=Ruby
SLOT=0

KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=${RDEPEND}
!dev-ruby/http-access2

ruby_add_rdepend virtual/ruby-ssl

ruby_add_bdepend doc? ( dev-ruby/rdoc )
ruby_add_bdepend test? ( dev-ruby/http-cookie )

all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/[bB]undler/s:^:#:' Rakefile || die

# Fix documentation task
sed -i -e 's/README.txt/README.md/' Rakefile || die

# Remove mandatory CI reports since we don't need this for testing.
sed -i -e '/reporter/s:^:#:' Rakefile || die

# Remove mandatory simplecov dependency
sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.rb || die

# Comment out test requiring network access that makes assumptions
# about the environment, bug 395155
sed -i -e '/test_async_error/,/^  end/ s:^:#:' test/test_httpclient.rb 
|| die

# Skip tests using rack-ntlm which is not packaged. Weirdly these
# only fail on jruby.
rm test/test_auth.rb || die
}

each_ruby_test() {
${RUBY} -Ilib -S testrb test/test_*.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/unf: ChangeLog unf-0.1.4.ebuild

2015-04-05 Thread Hans de Graaff (graaff)
graaff  15/04/05 06:35:21

  Modified: ChangeLog unf-0.1.4.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.22 dev-ruby/unf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   18 Mar 2015 19:15:46 -  1.21
+++ ChangeLog   5 Apr 2015 06:35:21 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/unf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v 1.21 2015/03/18 
19:15:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v 1.22 2015/04/05 
06:35:21 graaff Exp $
+
+  05 Apr 2015; Hans de Graaff gra...@gentoo.org unf-0.1.4.ebuild:
+  Add ruby22.
 
   18 Mar 2015; Hans de Graaff gra...@gentoo.org -unf-0.1.1.ebuild:
   Cleanup.



1.5  dev-ruby/unf/unf-0.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild?r1=1.4r2=1.5

Index: unf-0.1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unf-0.1.4.ebuild28 Nov 2014 17:55:44 -  1.4
+++ unf-0.1.4.ebuild5 Apr 2015 06:35:21 -   1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild,v 1.4 
2014/11/28 17:55:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild,v 1.5 
2015/04/05 06:35:21 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_TEST=none
 RUBY_FAKEGEM_TASK_DOC=






[gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: ChangeLog httpclient-2.2.5.ebuild

2015-04-05 Thread Hans de Graaff (graaff)
graaff  15/04/05 06:07:08

  Modified: ChangeLog
  Removed:  httpclient-2.2.5.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.66 dev-ruby/httpclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   23 Feb 2015 10:52:17 -  1.65
+++ ChangeLog   5 Apr 2015 06:07:08 -   1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httpclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.65 
2015/02/23 10:52:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.66 
2015/04/05 06:07:08 graaff Exp $
+
+  05 Apr 2015; Hans de Graaff gra...@gentoo.org -httpclient-2.2.5.ebuild:
+  Cleanup.
 
   23 Feb 2015; Agostino Sarubbo a...@gentoo.org httpclient-2.5.3.2.ebuild:
   Stable for ppc64, wrt bug #540726






[gentoo-commits] gentoo-x86 commit in media-fonts/libertine: metadata.xml libertine-5.3.0.20120702-r2.ebuild ChangeLog libertine-5.3.0.20120702-r1.ebuild libertine-5.3.0.20120702.ebuild

2015-04-05 Thread Ben de Groot (yngwin)
yngwin  15/04/05 06:11:41

  Modified: metadata.xml ChangeLog
  Added:libertine-5.3.0.20120702-r2.ebuild
  Removed:  libertine-5.3.0.20120702-r1.ebuild
libertine-5.3.0.20120702.ebuild
  Log:
  As per current fonts team policy, only install the superior opentype format
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.3  media-fonts/libertine/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/libertine/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml27 Feb 2015 09:34:09 -  1.2
+++ metadata.xml5 Apr 2015 06:11:41 -   1.3
@@ -2,7 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
   herdfonts/herd
-  use
-flag name='opentype'Prefer installing OpenType over TrueType fonts/flag
-  /use
 /pkgmetadata



1.4  media-fonts/libertine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/libertine/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/libertine/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/libertine/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/libertine/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   27 Feb 2015 09:34:09 -  1.3
+++ ChangeLog   5 Apr 2015 06:11:41 -   1.4
@@ -1,6 +1,13 @@
 # ChangeLog for media-fonts/libertine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/libertine/ChangeLog,v 1.3 
2015/02/27 09:34:09 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/libertine/ChangeLog,v 1.4 
2015/04/05 06:11:41 yngwin Exp $
+
+*libertine-5.3.0.20120702-r2 (05 Apr 2015)
+
+  05 Apr 2015; Ben de Groot yng...@gentoo.org
+  +libertine-5.3.0.20120702-r2.ebuild, -libertine-5.3.0.20120702-r1.ebuild,
+  -libertine-5.3.0.20120702.ebuild, metadata.xml:
+  As per current fonts team policy, only install the superior opentype format
 
 *libertine-5.3.0.20120702-r1 (27 Feb 2015)
 



1.1  media-fonts/libertine/libertine-5.3.0.20120702-r2.ebuild

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

Index: libertine-5.3.0.20120702-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/libertine/libertine-5.3.0.20120702-r2.ebuild,v
 1.1 2015/04/05 06:11:41 yngwin Exp $

EAPI=5
inherit font versionator

MY_DATE=$(get_version_component_range 4)
MY_PV=$(get_version_component_range 
1-3)_${MY_DATE:0:4}_${MY_DATE:4:2}_${MY_DATE:6}
MY_P_OTF=LinLibertineOTF_${MY_PV}

DESCRIPTION=Fonts from the Linux Libertine Open Fonts Project
HOMEPAGE=http://linuxlibertine.org/;
SRC_URI=mirror://sourceforge/linuxlibertine/${MY_P_OTF}.tgz

LICENSE=|| ( GPL-2-with-font-exception OFL-1.1 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

RDEPEND=!x11-libs/pango-1.20.4

S=${WORKDIR}
FONT_S=${S}
FONT_SUFFIX=otf
DOCS=Bugs.txt ChangeLog.txt README Readme-TEX.txt






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

2015-04-05 Thread Ben de Groot (yngwin)
yngwin  15/04/05 06:37:33

  Modified: ChangeLog package.mask
  Log:
  Remove obsolete masks for roboto- and culmus-ancient

Revision  ChangesPath
1.9906   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9905
retrieving revision 1.9906
diff -u -r1.9905 -r1.9906
--- ChangeLog   3 Apr 2015 17:01:58 -   1.9905
+++ ChangeLog   5 Apr 2015 06:37:32 -   1.9906
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9905 2015/04/03 
17:01:58 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9906 2015/04/05 
06:37:32 yngwin 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!
 
+  05 Apr 2015; Ben de Groot yng...@gentoo.org package.mask:
+  Remove obsolete masks for roboto- and culmus-ancient
+
   03 Apr 2015; Christoph Junghans ott...@gentoo.org package.mask:
   = dragonegg-3.6 fails to build (bug #543644)
 



1.16461  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16460
retrieving revision 1.16461
diff -u -r1.16460 -r1.16461
--- package.mask3 Apr 2015 17:01:58 -   1.16460
+++ package.mask5 Apr 2015 06:37:32 -   1.16461
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16460 2015/04/03 
17:01:58 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16461 2015/04/05 
06:37:32 yngwin 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
@@ -610,11 +610,6 @@
 dev-ruby/ohai
 =dev-ruby/rest-client-1.6.7-r1
 
-# Ben de Groot yng...@gentoo.org (21 Feb 2015)
-# Duplicates media-fonts/culmus[ancient] (bug #486814).
-# Masked for removal in 30 days.
-media-fonts/culmus-ancient
-
 # Joerg Bornkessel hd_bru...@gentoo.org (12 Feb 2015)
 # dead on upstream since years,
 # removal around 12 Mar 2015
@@ -979,11 +974,6 @@
 games-emulation/mupen64plus-video-rice
 games-emulation/m64py
 
-# Ben de Groot yng...@gentoo.org (11 Nov 2013)
-# Mask older roboto versions to give users a regular upgrade path
-# now that we've switched to upstream versioning
-media-fonts/roboto-
-
 # Tiziano Müller dev-z...@gentoo.org (24 Oct 2013)
 # Mask mainline version branch
 =www-servers/nginx-1.5*






[gentoo-commits] gentoo-x86 commit in sci-mathematics/flint/files: flint-2.4.5-ntl62.patch

2015-04-05 Thread Thomas Kahle (tomka)
tomka   15/04/05 11:19:35

  Added:flint-2.4.5-ntl62.patch
  Log:
  Fix ntl compatibility (bug 545318)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  sci-mathematics/flint/files/flint-2.4.5-ntl62.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.5-ntl62.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.5-ntl62.patch?rev=1.1content-type=text/plain

Index: flint-2.4.5-ntl62.patch
===
diff -druN flint-2.5.orig/interfaces/NTL-interface.cpp 
flint-2.5/interfaces/NTL-interface.cpp
--- flint-2.5.orig/interfaces/NTL-interface.cpp 2014-07-16 07:50:40.0 
-0700
+++ flint-2.5/interfaces/NTL-interface.cpp  2014-08-26 07:51:55.585884615 
-0700
@@ -32,9 +32,7 @@
 #include NTL/ZZ.h
 #include NTL/ZZX.h
 #include NTL/mat_ZZ.h
-#include NTL/lip.h
 #include NTL/ctools.h
-#include NTL/g_lip.h
 #include gmp.h
 
 #include flint.h






[gentoo-commits] gentoo-x86 commit in sci-mathematics/flint: flint-2.4.5.ebuild ChangeLog

2015-04-05 Thread Thomas Kahle (tomka)
tomka   15/04/05 11:19:35

  Modified: flint-2.4.5.ebuild ChangeLog
  Log:
  Fix ntl compatibility (bug 545318)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.4  sci-mathematics/flint/flint-2.4.5.ebuild

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

Index: flint-2.4.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flint-2.4.5.ebuild  3 Apr 2015 10:03:43 -   1.3
+++ flint-2.4.5.ebuild  5 Apr 2015 11:19:35 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 
1.3 2015/04/03 10:03:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 
1.4 2015/04/05 11:19:35 tomka Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 RDEPEND=dev-libs/gmp
dev-libs/mpfr
gc? ( dev-libs/boehm-gc )
-   ntl? ( dev-libs/ntl-8 )
+   ntl? ( dev-libs/ntl )
 DEPEND=${RDEPEND}
doc? (
app-text/texlive-core
@@ -32,7 +32,8 @@
${FILESDIR}/${PN}-2.4.3-whitespaces.patch \
${FILESDIR}/${PN}-2.4.3-cflags-ldflags.patch \
${FILESDIR}/${PN}-2.4.4-test.patch \
-   ${FILESDIR}/${PN}-2.4.5-gmp6-compat.patch
+   ${FILESDIR}/${PN}-2.4.5-gmp6-compat.patch \
+   ${FILESDIR}/${PN}-2.4.5-ntl62.patch
 }
 
 src_configure() {



1.14 sci-mathematics/flint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   3 Apr 2015 10:03:43 -   1.13
+++ ChangeLog   5 Apr 2015 11:19:35 -   1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/flint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.13 
2015/04/03 10:03:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.14 
2015/04/05 11:19:35 tomka Exp $
+
+  05 Apr 2015; Thomas Kahle to...@gentoo.org +files/flint-2.4.5-ntl62.patch,
+  flint-2.4.5.ebuild:
+  Fix ntl compatibility (bug 545318)
 
   03 Apr 2015; Thomas Kahle to...@gentoo.org
   +files/flint-2.4.5-gmp6-compat.patch, flint-2.4.5.ebuild:






[gentoo-commits] gentoo-x86 commit in app-arch/unrpa: - New directory

2015-04-05 Thread Andrew Savchenko (bircoph)
bircoph 15/04/05 11:57:30

  Log:
  Directory /var/cvsroot/gentoo-x86/app-arch/unrpa added to the repository



[gentoo-commits] gentoo-x86 commit in app-arch/unrpa: unrpa-1.4.1.ebuild metadata.xml ChangeLog unrpa-9999.ebuild Manifest

2015-04-05 Thread Andrew Savchenko (bircoph)
bircoph 15/04/05 12:03:11

  Added:unrpa-1.4.1.ebuild metadata.xml ChangeLog
unrpa-.ebuild Manifest
  Log:
  Add the Ren'Py's RPA data file extractor.
  
  Signed-off-by: Andrew Savchenko birc...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  ChangesPath
1.1  app-arch/unrpa/unrpa-1.4.1.ebuild

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

Index: unrpa-1.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrpa/unrpa-1.4.1.ebuild,v 1.1 
2015/04/05 12:03:11 bircoph Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit python-single-r1

if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI=https://github.com/Lattyware/unrpa.git;
else
SRC_URI=https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~x86
fi

DESCRIPTION=Ren'Py's RPA data file extractor
HOMEPAGE=https://github.com/Lattyware/unrpa;

LICENSE=GPL-3
SLOT=0

DEPEND=${PYTHON_DEPS}
RDEPEND=${DEPEND}

src_install() {
dobin ${PN}
dodoc README
}



1.1  app-arch/unrpa/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  maintainer
emailbirc...@gentoo.org/email
nameAndrew Savchenko/name
  /maintainer
  longdescription
Unrpa is a script to extract files from archives created for
the Ren'Py Visual Novel Engine (http://www.renpy.org/)
  /longdescription
/pkgmetadata



1.1  app-arch/unrpa/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrpa/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrpa/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-arch/unrpa
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrpa/ChangeLog,v 1.1 2015/04/05 
12:03:11 bircoph Exp $

*unrpa- (05 Apr 2015)
*unrpa-1.4.1 (05 Apr 2015)

  05 Apr 2015; Andrew Savchenko birc...@gentoo.org +unrpa-1.4.1.ebuild,
  +unrpa-.ebuild, +metadata.xml:
  Initial version based on ebuild from bircoph overlay.




1.1  app-arch/unrpa/unrpa-.ebuild

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

Index: unrpa-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrpa/unrpa-.ebuild,v 1.1 
2015/04/05 12:03:11 bircoph Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit python-single-r1

if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI=https://github.com/Lattyware/unrpa.git;
else
SRC_URI=https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~x86
fi

DESCRIPTION=Ren'Py's RPA data file extractor
HOMEPAGE=https://github.com/Lattyware/unrpa;

LICENSE=GPL-3
SLOT=0

DEPEND=${PYTHON_DEPS}
RDEPEND=${DEPEND}

src_install() {
dobin ${PN}
dodoc README
}



1.1  app-arch/unrpa/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrpa/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrpa/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST unrpa-1.4.1.tar.gz 14367 SHA256 
a6f20fca0e00e09220933060c98180ad11d5a7633fc902684099b5f2c4806b0a SHA512 
9b058adda9a39178950df4c39af40726cdca410f0fca699d0dec1bd5d7046c75c8811c8914c0c8756c29988b6362d3b4ad3756aa77f238eafb13d4414d3266cc
 WHIRLPOOL 
fc01837fa7a68e5121413c551abb1f9231adf04b677caec1017aaafb112da5546e5f68ea10b7cc68329bacb6499468c5b595196a4abe93ac9b7bcacb1aa5f89a
EBUILD unrpa-1.4.1.ebuild 714 SHA256 
82682bd98400135a836bb3b4fdb89b314a6f0748c74fe75157f01157a4014753 SHA512 

[gentoo-commits] gentoo-x86 commit in dev-perl/MooX-late: MooX-late-0.15.0.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 12:57:50

  Modified: MooX-late-0.15.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #543312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/MooX-late/MooX-late-0.15.0.ebuild

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

Index: MooX-late-0.15.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooX-late/MooX-late-0.15.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MooX-late-0.15.0.ebuild 29 Mar 2015 10:01:52 -  1.2
+++ MooX-late-0.15.0.ebuild 5 Apr 2015 12:57:50 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MooX-late/MooX-late-0.15.0.ebuild,v 1.2 
2015/03/29 10:01:52 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MooX-late/MooX-late-0.15.0.ebuild,v 1.3 
2015/04/05 12:57:50 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Easily translate Moose code to Moo
 
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~x86
+KEYWORDS=~amd64 ~hppa ~ppc ~x86
 IUSE=test
 
 RDEPEND=



1.3  dev-perl/MooX-late/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooX-late/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   29 Mar 2015 10:01:52 -  1.2
+++ ChangeLog   5 Apr 2015 12:57:50 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/MooX-late
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooX-late/ChangeLog,v 1.2 
2015/03/29 10:01:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooX-late/ChangeLog,v 1.3 
2015/04/05 12:57:50 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org MooX-late-0.15.0.ebuild:
+  Add ~ppc keyword wrt bug #543312
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org MooX-late-0.15.0.ebuild:
   Marked ~hppa (bug #543312).






[gentoo-commits] gentoo-x86 commit in xfce-base/garcon: garcon-0.5.0.ebuild ChangeLog

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 12:57:21

  Modified: ChangeLog
  Added:garcon-0.5.0.ebuild
  Log:
  Version bump. The new version brings GTK+3 support.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.71 xfce-base/garcon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   8 Mar 2015 15:06:39 -   1.70
+++ ChangeLog   5 Apr 2015 12:57:21 -   1.71
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/garcon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.70 
2015/03/08 15:06:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.71 
2015/04/05 12:57:21 mgorny Exp $
+
+*garcon-0.5.0 (05 Apr 2015)
+
+  05 Apr 2015; Michał Górny mgo...@gentoo.org +garcon-0.5.0.ebuild:
+  Version bump. The new version brings GTK+3 support.
 
 *garcon-0.4.0 (08 Mar 2015)
 



1.1  xfce-base/garcon/garcon-0.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0.ebuild?rev=1.1content-type=text/plain

Index: garcon-0.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.5.0.ebuild,v 1.1 
2015/04/05 12:57:21 mgorny Exp $

EAPI=5
inherit xfconf

DESCRIPTION=Xfce's freedesktop.org specification compatible menu 
implementation library
HOMEPAGE=http://www.xfce.org/projects/libraries/;
SRC_URI=mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2

LICENSE=LGPL-2 FDL-1.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris
IUSE=debug

RDEPEND==dev-libs/glib-2.30:=
=x11-libs/gtk+-2.24:2=
=x11-libs/gtk+-3.14:3=
=xfce-base/libxfce4ui-4.11.1:=
=xfce-base/libxfce4util-4.11:=
DEPEND=${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig

pkg_setup() {
XFCONF=(
$(xfconf_use_debug)
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
)

DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libdbusmenu: libdbusmenu-12.10.2.ebuild ChangeLog

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 12:58:07

  Modified: libdbusmenu-12.10.2.ebuild ChangeLog
  Log:
  Pass -j1 to emake rather than overriding MAKEOPTS, patch by karolherbst.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild

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

Index: libdbusmenu-12.10.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libdbusmenu-12.10.2.ebuild  20 Aug 2014 11:25:43 -  1.5
+++ libdbusmenu-12.10.2.ebuild  5 Apr 2015 12:58:07 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v 1.5 
2014/08/20 11:25:43 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v 1.6 
2015/04/05 12:58:07 mgorny Exp $
 
 EAPI=5
 
@@ -62,8 +62,8 @@
 src_test() { :; } #440192
 
 src_install() {
-   MAKEOPTS+= -j1
-   default
+   emake -j1 DESTDIR=${D} install
+   einstalldocs
 
local a b
for a in ${PN}-{glib,gtk}; do



1.33 dev-libs/libdbusmenu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   20 Aug 2014 11:25:43 -  1.32
+++ ChangeLog   5 Apr 2015 12:58:07 -   1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libdbusmenu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v 1.32 
2014/08/20 11:25:43 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v 1.33 
2015/04/05 12:58:07 mgorny Exp $
+
+  05 Apr 2015; Michał Górny mgo...@gentoo.org libdbusmenu-12.10.2.ebuild:
+  Pass -j1 to emake rather than overriding MAKEOPTS, patch by karolherbst.
 
   20 Aug 2014; Raúl Porcel armi...@gentoo.org libdbusmenu-12.10.2.ebuild:
   Add ~sparc wrt #468984






[gentoo-commits] gentoo-x86 commit in dev-perl/Type-Tiny: Type-Tiny-1.0.5.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 12:56:40

  Modified: Type-Tiny-1.0.5.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #543312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/Type-Tiny/Type-Tiny-1.0.5.ebuild

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

Index: Type-Tiny-1.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Type-Tiny/Type-Tiny-1.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Type-Tiny-1.0.5.ebuild  29 Mar 2015 10:00:48 -  1.2
+++ Type-Tiny-1.0.5.ebuild  5 Apr 2015 12:56:40 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Type-Tiny/Type-Tiny-1.0.5.ebuild,v 
1.2 2015/03/29 10:00:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Type-Tiny/Type-Tiny-1.0.5.ebuild,v 
1.3 2015/04/05 12:56:40 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=tiny, yet Moo(se)-compatible type constraint
 
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~x86
+KEYWORDS=~amd64 ~hppa ~ppc ~x86
 IUSE=test
 
 RDEPEND=



1.3  dev-perl/Type-Tiny/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Type-Tiny/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   29 Mar 2015 10:00:48 -  1.2
+++ ChangeLog   5 Apr 2015 12:56:40 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Type-Tiny
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Type-Tiny/ChangeLog,v 1.2 
2015/03/29 10:00:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Type-Tiny/ChangeLog,v 1.3 
2015/04/05 12:56:40 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org Type-Tiny-1.0.5.ebuild:
+  Add ~ppc keyword wrt bug #543312
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org Type-Tiny-1.0.5.ebuild:
   Marked ~hppa (bug #543312).






[gentoo-commits] gentoo-x86 commit in dev-perl/MooX-Types-MooseLike: MooX-Types-MooseLike-0.270.0.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 13:01:15

  Modified: MooX-Types-MooseLike-0.270.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #543312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  
dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.270.0.ebuild

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

Index: MooX-Types-MooseLike-0.270.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.270.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MooX-Types-MooseLike-0.270.0.ebuild 29 Mar 2015 09:56:48 -  1.2
+++ MooX-Types-MooseLike-0.270.0.ebuild 5 Apr 2015 13:01:15 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.270.0.ebuild,v
 1.2 2015/03/29 09:56:48 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.270.0.ebuild,v
 1.3 2015/04/05 13:01:15 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Some Moosish types and a type builder
 
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~x86
+KEYWORDS=~amd64 ~hppa ~ppc ~x86
 IUSE=test
 
 RDEPEND=



1.8  dev-perl/MooX-Types-MooseLike/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooX-Types-MooseLike/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooX-Types-MooseLike/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooX-Types-MooseLike/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooX-Types-MooseLike/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   29 Mar 2015 09:56:48 -  1.7
+++ ChangeLog   5 Apr 2015 13:01:15 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/MooX-Types-MooseLike
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooX-Types-MooseLike/ChangeLog,v 
1.7 2015/03/29 09:56:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooX-Types-MooseLike/ChangeLog,v 
1.8 2015/04/05 13:01:15 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
+  MooX-Types-MooseLike-0.270.0.ebuild:
+  Add ~ppc keyword wrt bug #543312
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org
   MooX-Types-MooseLike-0.270.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Set-Object: Set-Object-1.310.0.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 13:00:26

  Modified: Set-Object-1.310.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #543312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-perl/Set-Object/Set-Object-1.310.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Set-Object/Set-Object-1.310.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Set-Object/Set-Object-1.310.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Set-Object/Set-Object-1.310.0.ebuild?r1=1.3r2=1.4

Index: Set-Object-1.310.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Set-Object/Set-Object-1.310.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Set-Object-1.310.0.ebuild   29 Mar 2015 09:56:28 -  1.3
+++ Set-Object-1.310.0.ebuild   5 Apr 2015 13:00:26 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Set-Object/Set-Object-1.310.0.ebuild,v 1.3 
2015/03/29 09:56:28 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Set-Object/Set-Object-1.310.0.ebuild,v 1.4 
2015/04/05 13:00:26 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=Artistic
 SLOT=0
-KEYWORDS=amd64 ~hppa x86
+KEYWORDS=amd64 ~hppa ~ppc x86
 IUSE=
 
 SRC_TEST=do



1.17 dev-perl/Set-Object/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Set-Object/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   29 Mar 2015 09:56:29 -  1.16
+++ ChangeLog   5 Apr 2015 13:00:26 -   1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Set-Object
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-Object/ChangeLog,v 1.16 
2015/03/29 09:56:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-Object/ChangeLog,v 1.17 
2015/04/05 13:00:26 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org Set-Object-1.310.0.ebuild:
+  Add ~ppc keyword wrt bug #543312
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org Set-Object-1.310.0.ebuild:
   Marked ~hppa (bug #543312).






[gentoo-commits] gentoo-x86 commit in app-admin/fleet: fleet-0.9.2.ebuild ChangeLog

2015-04-05 Thread Alex Brandt (alunduil)
alunduil15/04/05 15:00:43

  Modified: ChangeLog
  Added:fleet-0.9.2.ebuild
  Log:
  add version 0.9.2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.9  app-admin/fleet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   28 Feb 2015 21:44:11 -  1.8
+++ ChangeLog   5 Apr 2015 15:00:43 -   1.9
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/fleet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.8 2015/02/28 
21:44:11 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.9 2015/04/05 
15:00:43 alunduil Exp $
+
+*fleet-0.9.2 (05 Apr 2015)
+
+  05 Apr 2015; Alex Brandt alund...@gentoo.org +fleet-0.9.2.ebuild:
+  add version 0.9.2
 
   28 Feb 2015; Alex Brandt alund...@gentoo.org -fleet-0.5.4.ebuild:
   remove version 0.5.4



1.1  app-admin/fleet/fleet-0.9.2.ebuild

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

Index: fleet-0.9.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-0.9.2.ebuild,v 1.1 
2015/04/05 15:00:43 alunduil Exp $

EAPI=5

inherit systemd vcs-snapshot

DESCRIPTION=A Distributed init System
HOMEPAGE=https://github.com/coreos/fleet;
SRC_URI=https://github.com/coreos/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

DEPEND==dev-lang/go-1.3
RDEPEND=

src_compile() {
./build || die 'Build failed'
}

RESTRICT=test  # Tests fail due to Gentoo bug #500452
src_test() {
./test || die 'Tests failed'
}

src_install() {
dobin ${S}/bin/fleetd
dobin ${S}/bin/fleetctl

systemd_dounit ${FILESDIR}/fleetd.service

dodoc README.md
use doc  dodoc -r Documentation
use examples  dodoc -r examples

keepdir /etc/${PN}
insinto /etc/${PN}
newins ${PN}.conf.sample ${PN}.conf
}






[gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: websocket-client-0.29.0.ebuild ChangeLog

2015-04-05 Thread Alex Brandt (alunduil)
alunduil15/04/05 15:04:02

  Modified: ChangeLog
  Added:websocket-client-0.29.0.ebuild
  Log:
  add version 0.29.0
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.10 dev-python/websocket-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Mar 2015 00:02:12 -   1.9
+++ ChangeLog   5 Apr 2015 15:04:02 -   1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/websocket-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.9 
2015/03/09 00:02:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 
1.10 2015/04/05 15:04:02 alunduil Exp $
+
+*websocket-client-0.29.0 (05 Apr 2015)
+
+  05 Apr 2015; Alex Brandt alund...@gentoo.org
+  +websocket-client-0.29.0.ebuild:
+  add version 0.29.0
 
   09 Mar 2015; Pacho Ramos pa...@gentoo.org websocket-client-0.21.0.ebuild:
   x86 stable, bug 540290



1.1  dev-python/websocket-client/websocket-client-0.29.0.ebuild

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

Index: websocket-client-0.29.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.29.0.ebuild,v
 1.1 2015/04/05 15:04:02 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1 vcs-snapshot

MY_PN=${PN//-/_}

DESCRIPTION=WebSocket client for python. hybi13 is supported
HOMEPAGE=https://github.com/liris/websocket-client;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz - ${P}.tar.gz

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=
dev-python/six[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )


python_test() {
esetup.py test || die Tests failed under ${EPYTHON}
}

python_install_all() {
use examples  local EXAMPLES=( examples/. )

distutils-r1_python_install_all
}






[gentoo-commits] dev/bircoph:master commit in: app-arch/unrpa/

2015-04-05 Thread Andrew Savchenko
commit: 275e03fc6a213b40fd9e1305b6db3816941688dd
Author: Andrew Savchenko bircoph AT gentoo DOT org
AuthorDate: Sun Apr  5 11:37:59 2015 +
Commit: Andrew Savchenko bircoph AT gmail DOT com
CommitDate: Sun Apr  5 11:37:59 2015 +
URL:https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=275e03fc

unrpa: add the latest release

 app-arch/unrpa/Manifest|  4 ++-
 .../{unrpa-.ebuild = unrpa-1.4.1.ebuild}  | 25 +-
 app-arch/unrpa/unrpa-.ebuild   | 30 +-
 3 files changed, 17 insertions(+), 42 deletions(-)

diff --git a/app-arch/unrpa/Manifest b/app-arch/unrpa/Manifest
index 9cc3d6d..c7d0d5d 100644
--- a/app-arch/unrpa/Manifest
+++ b/app-arch/unrpa/Manifest
@@ -1,3 +1,5 @@
-EBUILD unrpa-.ebuild 596 SHA256 
ab5e0b0166647f3dae38dd66239559efe658b4a86d5206be976c254231cb3b4b SHA512 
56566e7e03eca5c5c9a26f9e293ba8a832d359175629d500a4e5a9cdbca4cc01fc0bc068f1090ddf99d7d7d3359cfad052fc254ab90ac6904b55135832cd6343
 WHIRLPOOL 
c464d5924b4a9a62bdcb007400e27cc0b525edc09b2f4ea1cc4d3d1ebabca150d908207bfb4fb5243e573ce7c958ffe4e52f24bb148de3d7d2b1341aee2bfb4a
+DIST unrpa-1.4.1.tar.gz 14367 SHA256 
a6f20fca0e00e09220933060c98180ad11d5a7633fc902684099b5f2c4806b0a SHA512 
9b058adda9a39178950df4c39af40726cdca410f0fca699d0dec1bd5d7046c75c8811c8914c0c8756c29988b6362d3b4ad3756aa77f238eafb13d4414d3266cc
 WHIRLPOOL 
fc01837fa7a68e5121413c551abb1f9231adf04b677caec1017aaafb112da5546e5f68ea10b7cc68329bacb6499468c5b595196a4abe93ac9b7bcacb1aa5f89a
+EBUILD unrpa-1.4.1.ebuild 714 SHA256 
82682bd98400135a836bb3b4fdb89b314a6f0748c74fe75157f01157a4014753 SHA512 
4d8459552d37f4f347d7f23772c3317f1da74faf3fedfec68c05e9336c9797241d7709735f13350c85bdffcccd0f693e91f46eb2ee4dca44462ba6eb25c0e9da
 WHIRLPOOL 
36204c79c8009a21a488cea8fa0e5579c2da694c2238100f445447f115c984e5eb61b18831ae1cd6f14ad3f13536cf53288f98bf956af82929f63cabc28c5520
+EBUILD unrpa-.ebuild 714 SHA256 
82682bd98400135a836bb3b4fdb89b314a6f0748c74fe75157f01157a4014753 SHA512 
4d8459552d37f4f347d7f23772c3317f1da74faf3fedfec68c05e9336c9797241d7709735f13350c85bdffcccd0f693e91f46eb2ee4dca44462ba6eb25c0e9da
 WHIRLPOOL 
36204c79c8009a21a488cea8fa0e5579c2da694c2238100f445447f115c984e5eb61b18831ae1cd6f14ad3f13536cf53288f98bf956af82929f63cabc28c5520
 MISC ChangeLog 378 SHA256 
11a9c37f2543d2a35b569a3aad92a0e2f2190cd7182e03cba71ac56c24e9f925 SHA512 
0a6eb7a53b007988a76c57a7540b145cfd898237b0ac913a28c13ef1c9a3e11e04081b4d732dc54b6a9d0c57f8110fe0425133cbac2fe5c8efcd7ca977ab00fb
 WHIRLPOOL 
71628772b47cab3f6ddd1a744669bb7d0698cafacf761baeb2750e4bdc3d6aa254ce725f0d5a5d502f823f6256260cf59317aafef9cd04d80c58dad648990748
 MISC metadata.xml 401 SHA256 
55c731532d278dbf037587160c4f7a85e97b6b907c6c698caa0f66209638d4a1 SHA512 
1b547d3a9095af44a7b8553b1f2046dce20ba36dec2306e39f553c451fdb41e98b45d003b10fcdb15d09d0cf5c2f6e211447242399a8edfd8fcab3366e8b86ff
 WHIRLPOOL 
3633999895de105292d9f0b579679b439092dfa4405fdf3ccf585f2b48d5dca2d134ed2b4f7e6bc9d7b16b6de8335cfadb3e675ec25d11a3ebb5149f3f24514b

diff --git a/app-arch/unrpa/unrpa-.ebuild 
b/app-arch/unrpa/unrpa-1.4.1.ebuild
similarity index 51%
copy from app-arch/unrpa/unrpa-.ebuild
copy to app-arch/unrpa/unrpa-1.4.1.ebuild
index c3d4e6d..6a2587b 100644
--- a/app-arch/unrpa/unrpa-.ebuild
+++ b/app-arch/unrpa/unrpa-1.4.1.ebuild
@@ -1,29 +1,30 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnemesi/libnemesi-0.6.ebuild,v 
1.1 2009/10/27 12:45:51 ssuominen Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit git-2 python-r1
+PYTHON_COMPAT=( python2_7 )
+inherit python-single-r1
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI=https://github.com/Lattyware/unrpa.git;
+else
+   SRC_URI=https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
+   KEYWORDS=~amd64 ~x86
+fi
 
 DESCRIPTION=Ren'Py's RPA data file extractor
 HOMEPAGE=https://github.com/Lattyware/unrpa;
-EGIT_REPO_URI=https://github.com/Lattyware/unrpa.git;
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=
-IUSE=
 
-DEPEND=
+DEPEND=${PYTHON_DEPS}
 RDEPEND=${DEPEND}
 
-pkg_setup() {
-   python_pkg_setup
-}
-
 src_install() {
-   dobin unrpa
+   dobin ${PN}
dodoc README
 }

diff --git a/app-arch/unrpa/unrpa-.ebuild b/app-arch/unrpa/unrpa-.ebuild
deleted file mode 100644
index c3d4e6d..000
--- a/app-arch/unrpa/unrpa-.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnemesi/libnemesi-0.6.ebuild,v 
1.1 2009/10/27 12:45:51 ssuominen Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-inherit git-2 python-r1
-
-DESCRIPTION=Ren'Py's RPA data file extractor
-HOMEPAGE=https://github.com/Lattyware/unrpa;

[gentoo-commits] gentoo-x86 commit in dev-perl/Test-YAML: Test-YAML-1.50.0.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 12:36:01

  Modified: Test-YAML-1.50.0.ebuild ChangeLog
  Log:
  Add ~alpha/~ia64/~ppc64/~sparc keywords
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild

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

Index: Test-YAML-1.50.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Test-YAML-1.50.0.ebuild 25 Feb 2015 23:39:03 -  1.1
+++ Test-YAML-1.50.0.ebuild 5 Apr 2015 12:36:01 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild,v 1.1 
2015/02/25 23:39:03 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild,v 1.2 
2015/04/05 12:36:01 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Testing Module for YAML Implementations
 
 SLOT=0
-KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~s390 ~sh ~x86 ~ppc-aix 
~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~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=
 
 RDEPEND=



1.3  dev-perl/Test-YAML/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-YAML/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   28 Feb 2015 18:35:29 -  1.2
+++ ChangeLog   5 Apr 2015 12:36:01 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-YAML
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-YAML/ChangeLog,v 1.2 
2015/02/28 18:35:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-YAML/ChangeLog,v 1.3 
2015/04/05 12:36:01 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org Test-YAML-1.50.0.ebuild:
+  Add ~alpha/~ia64/~ppc64/~sparc keywords
 
   28 Feb 2015; Fabian Groffen grob...@gentoo.org Test-YAML-1.50.0.ebuild:
   Added some Prefix keywords, bug #541380






[gentoo-commits] gentoo-x86 commit in dev-perl/Exporter-Tiny: Exporter-Tiny-0.42.0.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 12:56:04

  Modified: Exporter-Tiny-0.42.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #543312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild?r1=1.3r2=1.4

Index: Exporter-Tiny-0.42.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Exporter-Tiny-0.42.0.ebuild 28 Mar 2015 06:54:13 -  1.3
+++ Exporter-Tiny-0.42.0.ebuild 5 Apr 2015 12:56:04 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild,v 
1.3 2015/03/28 06:54:13 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild,v 
1.4 2015/04/05 12:56:04 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=An exporter with the features of Sub::Exporter but only core 
dependencies
 
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86
 IUSE=test
 
 RDEPEND=



1.4  dev-perl/Exporter-Tiny/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Tiny/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   28 Mar 2015 06:54:13 -  1.3
+++ ChangeLog   5 Apr 2015 12:56:04 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Exporter-Tiny
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Tiny/ChangeLog,v 1.3 
2015/03/28 06:54:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Tiny/ChangeLog,v 1.4 
2015/04/05 12:56:04 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org Exporter-Tiny-0.42.0.ebuild:
+  Add ~ppc keyword wrt bug #543312
 
   28 Mar 2015; Markus Meier mae...@gentoo.org Exporter-Tiny-0.42.0.ebuild:
   add ~arm, bug #543632
@@ -13,4 +16,3 @@
   21 Feb 2015; Andreas K. Huettel dilfri...@gentoo.org
   +Exporter-Tiny-0.42.0.ebuild, +metadata.xml:
   New package, dependency of dev-perl/MongoDB
-






[gentoo-commits] gentoo-x86 commit in dev-perl/Data-Perl: ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 13:02:35

  Modified: ChangeLog
  Log:
  Add ~ppc keyword wrt bug #543312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-perl/Data-Perl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Perl/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   3 Apr 2015 09:09:57 -   1.3
+++ ChangeLog   5 Apr 2015 13:02:35 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Data-Perl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Perl/ChangeLog,v 1.3 
2015/04/03 09:09:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Perl/ChangeLog,v 1.4 
2015/04/05 13:02:35 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org Data-Perl-0.2.9.ebuild:
+  Add ~ppc keyword wrt bug #543312
 
   03 Apr 2015; Mikle Kolyada zlog...@gentoo.org Data-Perl-0.2.9.ebuild:
   Add more keywords wrt bug #543312






[gentoo-commits] gentoo-x86 commit in dev-perl/MooX-HandlesVia: MooX-HandlesVia-0.1.7.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 13:01:46

  Modified: MooX-HandlesVia-0.1.7.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #543312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild

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

Index: MooX-HandlesVia-0.1.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MooX-HandlesVia-0.1.7.ebuild29 Mar 2015 09:57:45 -  1.2
+++ MooX-HandlesVia-0.1.7.ebuild5 Apr 2015 13:01:46 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild,v 
1.2 2015/03/29 09:57:45 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.7.ebuild,v 
1.3 2015/04/05 13:01:46 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=NativeTrait-like behavior for Moo
 
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~x86
+KEYWORDS=~amd64 ~hppa ~ppc ~x86
 IUSE=test
 
 RDEPEND=



1.3  dev-perl/MooX-HandlesVia/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooX-HandlesVia/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   29 Mar 2015 09:57:45 -  1.2
+++ ChangeLog   5 Apr 2015 13:01:46 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/MooX-HandlesVia
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooX-HandlesVia/ChangeLog,v 1.2 
2015/03/29 09:57:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooX-HandlesVia/ChangeLog,v 1.3 
2015/04/05 13:01:46 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org MooX-HandlesVia-0.1.7.ebuild:
+  Add ~ppc keyword wrt bug #543312
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org MooX-HandlesVia-0.1.7.ebuild:
   Marked ~hppa (bug #543312).






[gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.7.0-r1.ebuild ChangeLog pytest-2.3.5.ebuild pytest-2.4.2.ebuild pytest-2.5.2.ebuild pytest-2.7.0.ebuild

2015-04-05 Thread Ian Delaney (idella4)
idella4 15/04/05 13:07:43

  Modified: ChangeLog
  Added:pytest-2.7.0-r1.ebuild
  Removed:  pytest-2.3.5.ebuild pytest-2.4.2.ebuild
pytest-2.5.2.ebuild pytest-2.7.0.ebuild
  Log:
  revbump; drop un-needed dep, update test phase to match its current state, rm 
2.7.0 and old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.115dev-python/pytest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   5 Apr 2015 04:36:42 -   1.114
+++ ChangeLog   5 Apr 2015 13:07:43 -   1.115
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.114 
2015/04/05 04:36:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.115 
2015/04/05 13:07:43 idella4 Exp $
+
+*pytest-2.7.0-r1 (05 Apr 2015)
+
+  05 Apr 2015; Ian Delaney idel...@gentoo.org +pytest-2.7.0-r1.ebuild,
+  -pytest-2.3.5.ebuild, -pytest-2.4.2.ebuild, -pytest-2.5.2.ebuild,
+  -pytest-2.7.0.ebuild:
+  revbump; drop un-needed dep, update test phase to match its current state, rm
+  2.7.0 and old
 
 *pytest-2.7.0 (05 Apr 2015)
 



1.1  dev-python/pytest/pytest-2.7.0-r1.ebuild

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

Index: pytest-2.7.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.7.0-r1.ebuild,v 
1.1 2015/04/05 13:07:43 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1

DESCRIPTION=py.test: simple powerful testing with Python
HOMEPAGE=http://pytest.org/ http://pypi.python.org/pypi/pytest;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

# When bumping, please check setup.py for the proper py version
PY_VER=1.4.25
RDEPEND==dev-python/py-${PY_VER}[${PYTHON_USEDEP}]

#pexpect dep based on 
https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )

python_prepare_all() {
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e s/return points/return {'py.test': target}/ -i setup.py || die 
sed failed
grep -qF py=${PY_VER} setup.py || die Incorrect dev-python/py 
dependency

# Prevent un-needed d'loading
sed -e s/'sphinx.ext.intersphinx', // -i doc/en/conf.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
mkdir doc/en/.build || die
emake -C doc/en html
fi
}

python_test() {
# test_nose.py not written to suit py3.2 in pypy3
if [[ ${EPYTHON} == pypy3 ]]; then
${PYTHON} ${BUILD_DIR}/lib/pytest.py \
--ignore=testing/test_nose.py \
|| die tests failed with ${EPYTHON}
else
${PYTHON} ${BUILD_DIR}/lib/pytest.py \
|| die tests failed with ${EPYTHON}
fi
}

python_install_all() {
use doc  dohtml -r doc/en/_build/html/
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd/amd64/9.1/clang: deprecated

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 14:49:29

  Added:deprecated
  Log:
  Deprecate FreeBSD 9.* profiles, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro.

Revision  ChangesPath
1.1  profiles/default/bsd/fbsd/amd64/9.1/clang/deprecated

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/deprecated?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/deprecated?rev=1.1content-type=text/plain

Index: deprecated
===
default/bsd/fbsd/amd64/clang/10.1
Please read carefully the wiki.
Might be your environment is broken if you do not perform the correct procedure.
https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto






[gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd/x86/9.2: deprecated

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 14:49:29

  Added:deprecated
  Log:
  Deprecate FreeBSD 9.* profiles, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro.

Revision  ChangesPath
1.1  profiles/default/bsd/fbsd/x86/9.2/deprecated

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/x86/9.2/deprecated?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/x86/9.2/deprecated?rev=1.1content-type=text/plain

Index: deprecated
===
default/bsd/fbsd/x86/10.1
Please read carefully the wiki.
Might be your environment is broken if you do not perform the correct procedure.
https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto






[gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd/amd64/9.2: deprecated

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 14:49:29

  Added:deprecated
  Log:
  Deprecate FreeBSD 9.* profiles, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro.

Revision  ChangesPath
1.1  profiles/default/bsd/fbsd/amd64/9.2/deprecated

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/deprecated?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/deprecated?rev=1.1content-type=text/plain

Index: deprecated
===
default/bsd/fbsd/amd64/10.1
Please read carefully the wiki.
Might be your environment is broken if you do not perform the correct procedure.
https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto






[gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 14:49:29

  Modified: ChangeLog
  Log:
  Deprecate FreeBSD 9.* profiles, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro.

Revision  ChangesPath
1.175profiles/default/bsd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog   1 Mar 2015 18:25:17 -   1.174
+++ ChangeLog   5 Apr 2015 14:49:29 -   1.175
@@ -1,6 +1,13 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.174 
2015/03/01 18:25:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.175 
2015/04/05 14:49:29 mgorny Exp $
+
+  05 Apr 2015; Michał Górny mgo...@gentoo.org
+  +fbsd/amd64/9.1/clang/deprecated, +fbsd/amd64/9.1/deprecated,
+  +fbsd/amd64/9.2/clang/deprecated, +fbsd/amd64/9.2/deprecated,
+  +fbsd/x86/9.1/deprecated, +fbsd/x86/9.2/deprecated:
+  Deprecate FreeBSD 9.* profiles,
+  https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro.
 
   01 Mar 2015; Michał Górny mgo...@gentoo.org
   +fbsd/amd64/10.1/clang/parent, +fbsd/amd64/10.1/eapi,






[gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd/amd64/9.1: deprecated

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 14:49:29

  Added:deprecated
  Log:
  Deprecate FreeBSD 9.* profiles, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro.

Revision  ChangesPath
1.1  profiles/default/bsd/fbsd/amd64/9.1/deprecated

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/deprecated?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/deprecated?rev=1.1content-type=text/plain

Index: deprecated
===
default/bsd/fbsd/amd64/10.1
Please read carefully the wiki.
Might be your environment is broken if you do not perform the correct procedure.
https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto






[gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd/x86/9.1: deprecated

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 14:49:29

  Added:deprecated
  Log:
  Deprecate FreeBSD 9.* profiles, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro.

Revision  ChangesPath
1.1  profiles/default/bsd/fbsd/x86/9.1/deprecated

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/x86/9.1/deprecated?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/x86/9.1/deprecated?rev=1.1content-type=text/plain

Index: deprecated
===
default/bsd/fbsd/x86/10.1
Please read carefully the wiki.
Might be your environment is broken if you do not perform the correct procedure.
https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto






[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2015-04-05 Thread Jory Pratt
commit: 7418726188cdfd03ce4da6056705244c4cd94768
Author: Jory A. Pratt anarchy AT gentoo DOT org
AuthorDate: Sun Apr  5 13:56:22 2015 +
Commit: Jory Pratt anarchy AT gentoo DOT org
CommitDate: Sun Apr  5 13:56:22 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=74187261

Firefox-37.0.1 release

 www-client/firefox/Manifest| 242 +
 www-client/firefox/firefox-35.0.1.ebuild   | 390 -
 www-client/firefox/firefox-36.0.1.ebuild   | 388 
 ...fox-37.0_beta6.ebuild = firefox-37.0.1.ebuild} |   0
 4 files changed, 80 insertions(+), 940 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index b448a89..5d37185 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,163 +1,81 @@
-DIST firefox-35.0-patches-0.1.tar.xz 4412 SHA256 
50bffa9d8bb6fe7c605888435c41c480de93db1303da732bd92020b57694712c SHA512 
4ea8e1415c4866e281b0778d72da6d839ade201af3af5f0cbca6fac5fa251211b2b55d0b4dead95f96d70c150e8510ea72501bf78130af3630a9c8f6bbe41178
 WHIRLPOOL 
af59d88fad1a47693eff754f543f0445644f0337e2591d4c3b793e291ca44f07e41a92069306ca889b712438a4d530b104d7d51f78c534a53d5b42b3fe63d885
-DIST firefox-35.0.1-af.xpi 467130 SHA256 
2475f190a5b545bf4c9740ee6052a8d8b283c95ee4e9407efa79e60bdec35890 SHA512 
670bb1347b04b7137bddae274c8adadbfbeb67be0ac9ab7d11ac52bbf042b41c10c7aa342aa6bcff704f1d89bd8208be14f11e30020154834fdf8ec942ea0cee
 WHIRLPOOL 
75e455eb67305cf565079e3ddbcb7a6b2d37906abb8579b62b281c81aaa6f35155be2b69fe08f81fbe2e64fce8a8e111498015eca86ccb9ebb96af9a78d9ea75
-DIST firefox-35.0.1-ar.xpi 499638 SHA256 
7181187b5b2da93036a375c6b4b7def4bf722ffb3f7f161e49edea65422c9cec SHA512 
28a41d441a0b519d67a4e9dceb586905d62cab98f63997d22b91feadeb78d4ab44feda0bd0155ebb01c07842cd39d0f3413151f8a6e4818d57419931000719b2
 WHIRLPOOL 
df820804a9380aedbe61ae178dd4a138d22b7b7882f5c021e0e25e987e9e04250fde7b05df12e966ba4a8f647714a61793317e87d5cf9db74111a4c71437ef75
-DIST firefox-35.0.1-as.xpi 488062 SHA256 
4e129c2243b742ee19b61e76bcd22828be95f4b6541459a167c3a5cba4a72032 SHA512 
36f7fd114b6dab2acd7646b417650ce009447b2cef56198a7567675ca6f1cd1d9d2ccd5f65b2549cad5c94c274600d14af7a71d0828eb99181103be94abf192c
 WHIRLPOOL 
c8c2ba4ff739a77dce8bb23ee0e403eae3a6f4d8e3743a93f171324c7574f37a4288476926af7474e1a07954836f5870cc09f77b96dc2d0631c2fa43e1994c7e
-DIST firefox-35.0.1-ast.xpi 372416 SHA256 
5ba7a10aefaa2862b40238e6dd76ef346ee67347d33ef726b7443d32d968ace5 SHA512 
cd264dcd85dd9aa874602fb01f118197f4823038a39ae01b574a7faf19720482f3a19dfb82d1d37628fbe9bdd3da4367f03ddbe24bab68f98494aaf8dec58e89
 WHIRLPOOL 
589f9febe06e5c52149df9ed58bf4e3701f7c1cced9a95254ef3d3829bd182edc3a45f9cb1b3363a48da057c888cd8e73f4a310a55ff44814a04bd0e3ac0f825
-DIST firefox-35.0.1-be.xpi 422264 SHA256 
b449859d6523d75a844b0d6bf1de59e37ab18026b5f9338608dcf5076ee4eb6e SHA512 
af6d10ad22cd8dfa9fca3c388447e1a18c60596ae4ef81cbdeb5ab10747a89fa72d4021a07b2aef65fe5902174b620841a29026a4451e620fc921a93154e30b9
 WHIRLPOOL 
9be0fb339bc472564be539e649a3685c30f66cde49d138b629aeeae241c34bf7eed323c5f79319898fa9258a90ae64aae5522288d86c3d0873cf7d683a8adc9d
-DIST firefox-35.0.1-bg.xpi 477012 SHA256 
fcc368a9c5ea0cd07c7d93009ffb87f4a77636ea2c616dee714e9507caf579d5 SHA512 
6e98faaf7032f7c146da9684aa46eb613f4f232c4546a96dbfd606b4a56e9a12dc3e0f7aaf88aa2de3414f76c773b3b2ea785d9895b38ab24bdc51282563aa7e
 WHIRLPOOL 
655d618011e0547b3b64e93405ff6c2f976390fa5bfd63c801ba18e38957077e29196ca83b5f859d1c2934525211715720ce669e3e6e6f836a1f6aba1b664b61
-DIST firefox-35.0.1-bn-BD.xpi 511237 SHA256 
b78ca016e46d1a22db3dc88df90a2d41931fbdc1081080e76bf01854f744bafe SHA512 
4a0c2ec26c5f2b41c5392f82b3a2411dfe6c5a455fa09e8068c2ecb7cd2235710d3298e88ce8e19ccc77390c27aae8390591bf4189b31c4bf3351b967ebe4ea4
 WHIRLPOOL 
49b44001ec7c529a461be5088ea37f48deeaf2576e290286ed6ff193d96be0eb575af29433cefd49ce3eea166fe8e2fc5e6b67c76fb4d74ea42d66193bd16d5f
-DIST firefox-35.0.1-bn-IN.xpi 504192 SHA256 
2dbc1ec7512ea21a7019fecb86e7fca2e7c486e8cb18e82ac087a4f4b8a3f2e5 SHA512 
da0c82af5622a26c26d62916f4e929113f6f9fdd53df409fcd7322caf04ae21f8882ef3f926af3fd7e0abdfe83c38abeca7a01f1c469c93cadce65f527cd5bf6
 WHIRLPOOL 
cac9b9ed7a659fb2f8f3e4c5740257ae53eba28190cd03345da54a3d41c4066547311f0fb0ab473baa120202636a0aa7b2ee458037757fe23a20d5e1e2463f6d
-DIST firefox-35.0.1-br.xpi 427012 SHA256 
61ff2fdcc899b7f59f8d27111b05d114c1f55f36955b66867973341f5323cf88 SHA512 
4b5573aaa65360496dd73473d96bcb6ffb4b3425f31bbc877f37f472adf48e2a5547eed8471bdf50e148e29366834f15f213d0f4a55fdab7d0a06dfc586fd447
 WHIRLPOOL 
c300b4eca94c3d511ba2b69641754cd0a67ba4783abdbadf662ab5f46b8858214d2eeb955929e570350b2677248d73223fc75eed56ef3706048dc97d44e66e46
-DIST firefox-35.0.1-bs.xpi 468176 SHA256 
c2ef180d5b9b155896a40ed0cc91a82f032d1145a6fbc53da400aa898353dac2 SHA512 
fb19d3d15692718bc7b0a6bd42ed0582ad352a7dabd5159d58d17f3380f7f4065055526568919c1fd1a68779a87ecab5af6b89264f1c7ac3f967e5339fc47080
 

[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.20.2.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 13:58:57

  Modified: perl-5.20.2.ebuild ChangeLog
  Log:
  arm stable wrt bug #545510
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  dev-lang/perl/perl-5.20.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.2.ebuild?r1=1.4r2=1.5

Index: perl-5.20.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-5.20.2.ebuild  5 Apr 2015 11:08:50 -   1.4
+++ perl-5.20.2.ebuild  5 Apr 2015 13:58:57 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.2.ebuild,v 1.4 
2015/04/05 11:08:50 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.2.ebuild,v 1.5 
2015/04/05 13:58:57 zlogene Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 LICENSE=|| ( Artistic GPL-1+ )
 SLOT=0/${SHORT_PV}
-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 
~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
+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 ~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=berkdb debug doc gdbm ithreads
 
 RDEPEND=



1.477dev-lang/perl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -r1.476 -r1.477
--- ChangeLog   5 Apr 2015 11:08:50 -   1.476
+++ ChangeLog   5 Apr 2015 13:58:57 -   1.477
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.476 2015/04/05 
11:08:50 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.477 2015/04/05 
13:58:57 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org perl-5.20.2.ebuild:
+  arm stable wrt bug #545510
 
   05 Apr 2015; Mikle Kolyada zlog...@gentoo.org perl-5.20.2.ebuild:
   x86 stable wrt bug #545510






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

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 13:59:38

  Modified: perl-CPAN-2.90.0-r1.ebuild ChangeLog
  Log:
  arm stable wrt bug #545510
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  virtual/perl-CPAN/perl-CPAN-2.90.0-r1.ebuild

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

Index: perl-CPAN-2.90.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.90.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-CPAN-2.90.0-r1.ebuild  5 Apr 2015 11:11:25 -   1.4
+++ perl-CPAN-2.90.0-r1.ebuild  5 Apr 2015 13:59:38 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.90.0-r1.ebuild,v 1.4 
2015/04/05 11:11:25 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.90.0-r1.ebuild,v 1.5 
2015/04/05 13:59:38 zlogene Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
 IUSE=
 
 DEPEND=



1.39 virtual/perl-CPAN/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   5 Apr 2015 11:11:25 -   1.38
+++ ChangeLog   5 Apr 2015 13:59:38 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/perl-CPAN
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v 1.38 
2015/04/05 11:11:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v 1.39 
2015/04/05 13:59:38 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org perl-CPAN-2.90.0-r1.ebuild:
+  arm stable wrt bug #545510
 
   05 Apr 2015; Mikle Kolyada zlog...@gentoo.org perl-CPAN-2.90.0-r1.ebuild:
   x86 stable wrt bug #545510






[gentoo-commits] gentoo-x86 commit in virtual/perl-Module-CoreList: perl-Module-CoreList-5.201.502.140-r1.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 14:00:29

  Modified: perl-Module-CoreList-5.201.502.140-r1.ebuild
ChangeLog
  Log:
  arm stable wrt bug #545510
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  
virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.502.140-r1.ebuild

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

Index: perl-Module-CoreList-5.201.502.140-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.502.140-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Module-CoreList-5.201.502.140-r1.ebuild5 Apr 2015 11:12:38 
-   1.4
+++ perl-Module-CoreList-5.201.502.140-r1.ebuild5 Apr 2015 14:00:29 
-   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.502.140-r1.ebuild,v
 1.4 2015/04/05 11:12:38 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.502.140-r1.ebuild,v
 1.5 2015/04/05 14:00:29 zlogene Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 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
+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=



1.124virtual/perl-Module-CoreList/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog?rev=1.124view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog?rev=1.124content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog?r1=1.123r2=1.124

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   5 Apr 2015 11:12:38 -   1.123
+++ ChangeLog   5 Apr 2015 14:00:29 -   1.124
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-Module-CoreList
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v 
1.123 2015/04/05 11:12:38 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v 
1.124 2015/04/05 14:00:29 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
+  perl-Module-CoreList-5.201.502.140-r1.ebuild:
+  arm stable wrt bug #545510
 
   05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
   perl-Module-CoreList-5.201.502.140-r1.ebuild:






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

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 14:01:11

  Modified: perl-Storable-2.490.100-r1.ebuild ChangeLog
  Log:
  arm stable wrt bug #545510
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  virtual/perl-Storable/perl-Storable-2.490.100-r1.ebuild

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

Index: perl-Storable-2.490.100-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.490.100-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Storable-2.490.100-r1.ebuild   5 Apr 2015 11:13:53 -   1.4
+++ perl-Storable-2.490.100-r1.ebuild   5 Apr 2015 14:01:11 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.490.100-r1.ebuild,v
 1.4 2015/04/05 11:13:53 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.490.100-r1.ebuild,v
 1.5 2015/04/05 14:01:11 zlogene Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 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
+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=



1.87 virtual/perl-Storable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   5 Apr 2015 11:13:53 -   1.86
+++ ChangeLog   5 Apr 2015 14:01:11 -   1.87
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-Storable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.86 
2015/04/05 11:13:53 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.87 
2015/04/05 14:01:11 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
+  perl-Storable-2.490.100-r1.ebuild:
+  arm stable wrt bug #545510
 
   05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
   perl-Storable-2.490.100-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in virtual/perl-File-Spec: perl-File-Spec-3.480.100-r1.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 14:01:57

  Modified: perl-File-Spec-3.480.100-r1.ebuild ChangeLog
  Log:
  arm stable wrt bug #545510
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  virtual/perl-File-Spec/perl-File-Spec-3.480.100-r1.ebuild

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

Index: perl-File-Spec-3.480.100-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.480.100-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-File-Spec-3.480.100-r1.ebuild  5 Apr 2015 11:14:50 -   1.4
+++ perl-File-Spec-3.480.100-r1.ebuild  5 Apr 2015 14:01:57 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.480.100-r1.ebuild,v
 1.4 2015/04/05 11:14:50 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.480.100-r1.ebuild,v
 1.5 2015/04/05 14:01:57 zlogene Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 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
+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=



1.108virtual/perl-File-Spec/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/ChangeLog?rev=1.108view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/ChangeLog?rev=1.108content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-File-Spec/ChangeLog?r1=1.107r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   5 Apr 2015 11:14:50 -   1.107
+++ ChangeLog   5 Apr 2015 14:01:57 -   1.108
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-File-Spec
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.107 
2015/04/05 11:14:50 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.108 
2015/04/05 14:01:57 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
+  perl-File-Spec-3.480.100-r1.ebuild:
+  arm stable wrt bug #545510
 
   05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
   perl-File-Spec-3.480.100-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/traceback2: traceback2-1.4.0.ebuild ChangeLog

2015-04-05 Thread Alex Brandt (alunduil)
alunduil15/04/05 14:02:09

  Modified: traceback2-1.4.0.ebuild ChangeLog
  Log:
  add missing dependence on dev-python/linecache2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.4  dev-python/traceback2/traceback2-1.4.0.ebuild

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

Index: traceback2-1.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- traceback2-1.4.0.ebuild 2 Apr 2015 19:53:23 -   1.3
+++ traceback2-1.4.0.ebuild 5 Apr 2015 14:02:09 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v 1.3 
2015/04/02 19:53:23 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v 1.4 
2015/04/05 14:02:09 alunduil Exp $
 
 EAPI=5
 
@@ -21,4 +21,4 @@
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pbr[${PYTHON_USEDEP}]
 
-RDEPEND=
+RDEPEND=dev-python/linecache2[${PYTHON_USEDEP}]



1.4  dev-python/traceback2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   2 Apr 2015 19:53:23 -   1.3
+++ ChangeLog   5 Apr 2015 14:02:09 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/traceback2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v 1.3 
2015/04/02 19:53:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v 1.4 
2015/04/05 14:02:09 alunduil Exp $
+
+  05 Apr 2015; Alex Brandt alund...@gentoo.org traceback2-1.4.0.ebuild:
+  add missing dependence on dev-python/linecache2
 
   02 Apr 2015; Markus Meier mae...@gentoo.org traceback2-1.4.0.ebuild:
   add ~arm, bug #544144






[gentoo-commits] gentoo-x86 commit in dev-perl/Getopt-Long-Descriptive: Getopt-Long-Descriptive-0.97.0.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 14:20:44

  Modified: Getopt-Long-Descriptive-0.97.0.ebuild ChangeLog
  Log:
  Fix missing test dep wrt bug #526518
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild

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

Index: Getopt-Long-Descriptive-0.97.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Getopt-Long-Descriptive-0.97.0.ebuild   26 Jul 2014 14:10:30 -  
1.1
+++ Getopt-Long-Descriptive-0.97.0.ebuild   5 Apr 2015 14:20:44 -   
1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild,v
 1.1 2014/07/26 14:10:30 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild,v
 1.2 2015/04/05 14:20:44 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 KEYWORDS=~amd64 ~arm ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris
-IUSE=
+IUSE=test
 
 RDEPEND=
=dev-perl/Params-Validate-0.970.0
@@ -20,6 +20,7 @@
dev-perl/Sub-Exporter
virtual/perl-Scalar-List-Utils
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   test? ( dev-perl/Test-Warnings )
 
 SRC_TEST=do



1.34 dev-perl/Getopt-Long-Descriptive/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   26 Jul 2014 14:10:30 -  1.33
+++ ChangeLog   5 Apr 2015 14:20:44 -   1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Getopt-Long-Descriptive
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.33 
2014/07/26 14:10:30 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.34 
2015/04/05 14:20:44 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
+  Getopt-Long-Descriptive-0.97.0.ebuild:
+  Fix missing test dep wrt bug #526518
 
 *Getopt-Long-Descriptive-0.97.0 (26 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd/amd64/9.2/clang: deprecated

2015-04-05 Thread Michal Gorny (mgorny)
mgorny  15/04/05 14:49:29

  Added:deprecated
  Log:
  Deprecate FreeBSD 9.* profiles, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/80 by nigoro.

Revision  ChangesPath
1.1  profiles/default/bsd/fbsd/amd64/9.2/clang/deprecated

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/deprecated?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/deprecated?rev=1.1content-type=text/plain

Index: deprecated
===
default/bsd/fbsd/amd64/clang/10.1
Please read carefully the wiki.
Might be your environment is broken if you do not perform the correct procedure.
https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#Upgrade_howto






[gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: ChangeLog websocket-client-0.11.0.ebuild

2015-04-05 Thread Alex Brandt (alunduil)
alunduil15/04/05 15:10:25

  Modified: ChangeLog
  Removed:  websocket-client-0.11.0.ebuild
  Log:
  remove version 0.11.0
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.11 dev-python/websocket-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   5 Apr 2015 15:04:02 -   1.10
+++ ChangeLog   5 Apr 2015 15:10:25 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/websocket-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 
1.10 2015/04/05 15:04:02 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 
1.11 2015/04/05 15:10:25 alunduil Exp $
+
+  05 Apr 2015; Alex Brandt alund...@gentoo.org
+  -websocket-client-0.11.0.ebuild:
+  remove version 0.11.0
 
 *websocket-client-0.29.0 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-2.2.0.ebuild qemu-2.1.3.ebuild ChangeLog

2015-04-05 Thread Matthias Maier (tamiko)
tamiko  15/04/05 15:10:46

  Modified: qemu-2.2.0.ebuild qemu-2.1.3.ebuild ChangeLog
  Log:
  Ebuild maintenance: Remove backports SRC_URI to my devspace where not needed
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.5  app-emulation/qemu/qemu-2.2.0.ebuild

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

Index: qemu-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qemu-2.2.0.ebuild   25 Mar 2015 14:04:44 -  1.4
+++ qemu-2.2.0.ebuild   5 Apr 2015 15:10:46 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.2.0.ebuild,v 1.4 
2015/03/25 14:04:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.2.0.ebuild,v 1.5 
2015/04/05 15:10:46 tamiko Exp $
 
 EAPI=5
 
@@ -20,8 +20,7 @@
 else
SRC_URI=http://wiki.qemu-project.org/download/${P}.tar.bz2
${BACKPORTS:+
-   http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
-   
http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
+   
http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz};
KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd
 fi
 



1.2  app-emulation/qemu/qemu-2.1.3.ebuild

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

Index: qemu-2.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qemu-2.1.3.ebuild   27 Jan 2015 10:13:17 -  1.1
+++ qemu-2.1.3.ebuild   5 Apr 2015 15:10:46 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.3.ebuild,v 1.1 
2015/01/27 10:13:17 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.3.ebuild,v 1.2 
2015/04/05 15:10:46 tamiko Exp $
 
 EAPI=5
 
@@ -20,8 +20,7 @@
 else
SRC_URI=http://wiki.qemu-project.org/download/${P}.tar.bz2
${BACKPORTS:+
-   http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
-   
http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
+   
http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz};
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
 fi
 



1.320app-emulation/qemu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.320view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.320content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.319r2=1.320

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- ChangeLog   4 Apr 2015 19:59:28 -   1.319
+++ ChangeLog   5 Apr 2015 15:10:46 -   1.320
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/qemu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.319 
2015/04/04 19:59:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.320 
2015/04/05 15:10:46 tamiko Exp $
+
+  05 Apr 2015; Matthias Maier tam...@gentoo.org qemu-2.1.3.ebuild,
+  qemu-2.2.0.ebuild:
+  Ebuild maintenance: Remove backports SRC_URI to my devspace where not needed
 
   04 Apr 2015; Mike Frysinger vap...@gentoo.org metadata.xml,
   qemu-.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: ChangeLog websocket-client-0.17.0.ebuild

2015-04-05 Thread Alex Brandt (alunduil)
alunduil15/04/05 15:11:04

  Modified: ChangeLog
  Removed:  websocket-client-0.17.0.ebuild
  Log:
  remove version 0.17.0
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.12 dev-python/websocket-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   5 Apr 2015 15:10:25 -   1.11
+++ ChangeLog   5 Apr 2015 15:11:04 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/websocket-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 
1.11 2015/04/05 15:10:25 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 
1.12 2015/04/05 15:11:04 alunduil Exp $
+
+  05 Apr 2015; Alex Brandt alund...@gentoo.org
+  -websocket-client-0.17.0.ebuild:
+  remove version 0.17.0
 
   05 Apr 2015; Alex Brandt alund...@gentoo.org
   -websocket-client-0.11.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/yaml: yaml-1.140.0.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 12:37:34

  Modified: yaml-1.140.0.ebuild ChangeLog
  Log:
  Add ~alpha/~ia64/~ppc64/~sparc keywords
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/yaml/yaml-1.140.0.ebuild

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

Index: yaml-1.140.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-1.140.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaml-1.140.0.ebuild 25 Feb 2015 23:40:57 -  1.1
+++ yaml-1.140.0.ebuild 5 Apr 2015 12:37:34 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-1.140.0.ebuild,v 1.1 
2015/02/25 23:40:57 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-1.140.0.ebuild,v 1.2 
2015/04/05 12:37:34 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=YAML Ain't Markup Language (tm)
 
 SLOT=0
-KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~s390 ~sh ~x86 ~ppc-aix 
~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~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=test
 
 RDEPEND=



1.120dev-perl/yaml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/yaml/ChangeLog?rev=1.120view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/yaml/ChangeLog?rev=1.120content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/yaml/ChangeLog?r1=1.119r2=1.120

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   28 Feb 2015 18:36:50 -  1.119
+++ ChangeLog   5 Apr 2015 12:37:34 -   1.120
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/yaml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.119 2015/02/28 
18:36:50 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.120 2015/04/05 
12:37:34 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org yaml-1.140.0.ebuild:
+  Add ~alpha/~ia64/~ppc64/~sparc keywords
 
   28 Feb 2015; Fabian Groffen grob...@gentoo.org yaml-1.140.0.ebuild:
   Added some Prefix keywords, bug #541380






[gentoo-commits] gentoo-x86 commit in app-crypt/gcr: gcr-3.14.0.ebuild ChangeLog

2015-04-05 Thread Pacho Ramos (pacho)
pacho   15/04/05 12:44:40

  Modified: gcr-3.14.0.ebuild ChangeLog
  Log:
  vala-common is needed with eautoreconf (#545222 by brakarov)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.8  app-crypt/gcr/gcr-3.14.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?r1=1.7r2=1.8

Index: gcr-3.14.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gcr-3.14.0.ebuild   15 Mar 2015 13:14:15 -  1.7
+++ gcr-3.14.0.ebuild   5 Apr 2015 12:44:40 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.7 
2015/03/15 13:14:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.8 
2015/04/05 12:44:40 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -36,6 +36,7 @@
${PYTHON_DEPS}
dev-libs/gobject-introspection-common
dev-libs/libxslt
+   dev-libs/vala-common
dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.9
=dev-util/intltool-0.35
@@ -45,6 +46,7 @@
 
 # eautoreconf needs:
 #  dev-libs/gobject-introspection-common
+#  dev-libs/vala-common
 
 pkg_setup() {
python-any-r1_pkg_setup



1.53 app-crypt/gcr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   15 Mar 2015 13:14:15 -  1.52
+++ ChangeLog   5 Apr 2015 12:44:40 -   1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gcr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.52 2015/03/15 
13:14:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.53 2015/04/05 
12:44:40 pacho Exp $
+
+  05 Apr 2015; Pacho Ramos pa...@gentoo.org gcr-3.14.0.ebuild:
+  vala-common is needed with eautoreconf (#545222 by brakarov)
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gcr-3.14.0.ebuild:
   x86 stable, bug 534012






[gentoo-commits] gentoo-x86 commit in dev-perl/GnuPG-Interface: GnuPG-Interface-0.460.0-r1.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 13:04:47

  Modified: GnuPG-Interface-0.460.0-r1.ebuild ChangeLog
  Log:
  Drop ~ppc-macos
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild

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

Index: GnuPG-Interface-0.460.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GnuPG-Interface-0.460.0-r1.ebuild   25 Aug 2014 02:13:04 -  1.1
+++ GnuPG-Interface-0.460.0-r1.ebuild   5 Apr 2015 13:04:47 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild,v
 1.1 2014/08/25 02:13:04 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild,v
 1.2 2015/04/05 13:04:47 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=GnuPG::Interface is a Perl module interface to interacting with 
GnuPG
 
 SLOT=0
-KEYWORDS=amd64 hppa ppc x86 ~ppc-macos
+KEYWORDS=amd64 hppa ppc x86
 IUSE=
 
 RDEPEND==app-crypt/gnupg-1.2.1-r1



1.62 dev-perl/GnuPG-Interface/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   5 Apr 2015 13:02:58 -   1.61
+++ ChangeLog   5 Apr 2015 13:04:47 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/GnuPG-Interface
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.61 
2015/04/05 13:02:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.62 
2015/04/05 13:04:47 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
+  GnuPG-Interface-0.460.0-r1.ebuild:
+  Drop ~ppc-macos
 
   05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
   GnuPG-Interface-0.520.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/GnuPG-Interface: GnuPG-Interface-0.520.0.ebuild ChangeLog

2015-04-05 Thread Mikle Kolyada (zlogene)
zlogene 15/04/05 13:02:58

  Modified: GnuPG-Interface-0.520.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #543312
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild?r1=1.3r2=1.4

Index: GnuPG-Interface-0.520.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GnuPG-Interface-0.520.0.ebuild  29 Mar 2015 10:02:46 -  1.3
+++ GnuPG-Interface-0.520.0.ebuild  5 Apr 2015 13:02:58 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild,v
 1.3 2015/03/29 10:02:46 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild,v
 1.4 2015/04/05 13:02:58 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Perl module interface to interacting with GnuPG
 
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~x86
+KEYWORDS=~amd64 ~hppa ~ppc ~x86
 IUSE=test
 
 RDEPEND=



1.61 dev-perl/GnuPG-Interface/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.61view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.61content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?r1=1.60r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   29 Mar 2015 10:02:46 -  1.60
+++ ChangeLog   5 Apr 2015 13:02:58 -   1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/GnuPG-Interface
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.60 
2015/03/29 10:02:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.61 
2015/04/05 13:02:58 zlogene Exp $
+
+  05 Apr 2015; Mikle Kolyada zlog...@gentoo.org
+  GnuPG-Interface-0.520.0.ebuild:
+  Add ~ppc keyword wrt bug #543312
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org GnuPG-Interface-0.520.0.ebuild:
   Marked ~hppa (bug #543312).






[gentoo-commits] gentoo-x86 commit in media-fonts/thaifonts-scalable: thaifonts-scalable-0.6.1.ebuild ChangeLog

2015-04-05 Thread Ben de Groot (yngwin)
yngwin  15/04/05 13:48:34

  Modified: ChangeLog
  Added:thaifonts-scalable-0.6.1.ebuild
  Log:
  version bump; fixes bug #542838
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.14 media-fonts/thaifonts-scalable/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/thaifonts-scalable/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/thaifonts-scalable/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/thaifonts-scalable/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   8 Aug 2012 13:44:11 -   1.13
+++ ChangeLog   5 Apr 2015 13:48:34 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/thaifonts-scalable
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/ChangeLog,v 
1.13 2012/08/08 13:44:11 johu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/ChangeLog,v 
1.14 2015/04/05 13:48:34 yngwin Exp $
+
+*thaifonts-scalable-0.6.1 (05 Apr 2015)
+
+  05 Apr 2015; Ben de Groot yng...@gentoo.org
+  +thaifonts-scalable-0.6.1.ebuild:
+  version bump; fixes bug #542838
 
   08 Aug 2012; Johannes Huber j...@gentoo.org
   thaifonts-scalable-0.4.17.ebuild:
@@ -57,4 +63,3 @@
   28 May 2008; Peter Alfredsen loki_...@gentoo.org +metadata.xml,
   +thaifonts-scalable-0.4.10.ebuild:
   Initial commit. Fixes bug 216521.
-



1.1  
media-fonts/thaifonts-scalable/thaifonts-scalable-0.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/thaifonts-scalable/thaifonts-scalable-0.6.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/thaifonts-scalable/thaifonts-scalable-0.6.1.ebuild?rev=1.1content-type=text/plain

Index: thaifonts-scalable-0.6.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/thaifonts-scalable-0.6.1.ebuild,v
 1.1 2015/04/05 13:48:34 yngwin Exp $

EAPI=5
inherit font

DESCRIPTION=A collection of Free fonts for Thai
HOMEPAGE=http://linux.thai.net/projects/thaifonts-scalable;
SRC_URI=ftp://linux.thai.net/pub/thailinux/software/thai-ttf/ttf-tlwg-${PV}.tar.xz;

LICENSE=|| ( GPL-2-with-font-exception GPL-3-with-font-exception )
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

S=${WORKDIR}/ttf-tlwg-${PV}
FONT_S=${S}
FONT_SUFFIX=ttf
FONT_CONF=(
${FONT_S}/etc/fonts/conf.avail/64-01-tlwg-kinnari.conf
${FONT_S}/etc/fonts/conf.avail/64-02-tlwg-norasi.conf
${FONT_S}/etc/fonts/conf.avail/64-11-tlwg-waree.conf
${FONT_S}/etc/fonts/conf.avail/64-12-tlwg-loma.conf
${FONT_S}/etc/fonts/conf.avail/64-13-tlwg-garuda.conf
${FONT_S}/etc/fonts/conf.avail/64-14-tlwg-umpush.conf
${FONT_S}/etc/fonts/conf.avail/64-15-laksaman.conf
${FONT_S}/etc/fonts/conf.avail/64-21-tlwg-typo.conf
${FONT_S}/etc/fonts/conf.avail/64-22-tlwg-typist.conf
${FONT_S}/etc/fonts/conf.avail/64-23-tlwg-mono.conf
${FONT_S}/etc/fonts/conf.avail/89-tlwg-garuda-synthetic.conf
${FONT_S}/etc/fonts/conf.avail/89-tlwg-kinnari-synthetic.conf
${FONT_S}/etc/fonts/conf.avail/89-tlwg-laksaman-synthetic.conf
${FONT_S}/etc/fonts/conf.avail/89-tlwg-loma-synthetic.conf
${FONT_S}/etc/fonts/conf.avail/89-tlwg-umpush-synthetic.conf
${FONT_S}/etc/fonts/conf.avail/89-tlwg-waree-synthetic.conf )

pkg_postinst() {
font_pkg_postinst
echo
elog   64-*.conf enable basic support
elog   89-*-synthetic.conf emulate the Thai font of Windows
echo
}






  1   2   >