[gentoo-commits] gentoo-x86 commit in dev-php/awl: awl-0.55-r1.ebuild awl-0.53-r2.ebuild ChangeLog awl-0.53-r1.ebuild awl-0.55.ebuild

2015-05-01 Thread Brian Evans (grknight)
grknight15/05/02 02:06:18

  Modified: ChangeLog
  Added:awl-0.55-r1.ebuild awl-0.53-r2.ebuild
  Removed:  awl-0.53-r1.ebuild awl-0.55.ebuild
  Log:
  Revbump to eliminate the unnecessary re-building of the documentation which 
is present in the archive
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.11 dev-php/awl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   15 Feb 2015 03:32:31 -  1.10
+++ ChangeLog   2 May 2015 02:06:18 -   1.11
@@ -1,6 +1,14 @@
 # ChangeLog for dev-php/awl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v 1.10 2015/02/15 
03:32:31 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v 1.11 2015/05/02 
02:06:18 grknight Exp $
+
+*awl-0.55-r1 (02 May 2015)
+*awl-0.53-r2 (02 May 2015)
+
+  02 May 2015; Brian Evans grkni...@gentoo.org +awl-0.53-r2.ebuild,
+  +awl-0.55-r1.ebuild, -awl-0.53-r1.ebuild, -awl-0.55.ebuild:
+  Revbump to eliminate the unnecessary re-building of the documentation which 
is
+  present in the archive
 
   15 Feb 2015; Brian Evans grkni...@gentoo.org awl-0.55.ebuild:
   Remove the need for git-r3 since there is a valid archive path



1.1  dev-php/awl/awl-0.55-r1.ebuild

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

Index: awl-0.55-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/awl-0.55-r1.ebuild,v 1.1 
2015/05/02 02:06:18 grknight Exp $

EAPI=5

DESCRIPTION=Andrew McMillan's Web Libraries
HOMEPAGE=https://gitlab.com/davical-project/awl;
SRC_URI=${HOMEPAGE}/repository/archive.tar.gz?ref=r${PV} - ${P}.tar.gz

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

DEPEND=test? ( dev-php/phpunit )
RDEPEND=dev-lang/php:*[pdo,postgres,xml]
S=${WORKDIR}/${PN}.git

src_compile() {
:
}

src_test() {
phpunit tests/ || die test suite failed
}

src_install() {
dodoc debian/changelog
use doc  dohtml -r docs/api/
insinto /usr/share/php/${PN}
doins -r dba inc
}



1.1  dev-php/awl/awl-0.53-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/awl-0.53-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/awl-0.53-r2.ebuild?rev=1.1content-type=text/plain

Index: awl-0.53-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/awl-0.53-r2.ebuild,v 1.1 
2015/05/02 02:06:18 grknight Exp $

EAPI=5

DESCRIPTION=Andrew McMillan's web libraries: A collection of generic classes
used by the davical calendar server
HOMEPAGE=http://andrew.mcmillan.net.nz/projects/awl;
SRC_URI=http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz;

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

RDEPEND=dev-lang/php:*[pdo,postgres,xml]

DOCS=( debian/README.Debian debian/changelog )

src_compile() {
:
}

src_install() {
dodoc ${DOCS[@]}
use doc  dohtml -r docs/api/
insinto /usr/share/php/${PN}
doins -r dba inc scripts
}






[gentoo-commits] gentoo-x86 commit in media-libs/leptonica: leptonica-1.72.ebuild metadata.xml ChangeLog leptonica-1.70.ebuild leptonica-1.68.ebuild leptonica-1.69.ebuild

2015-05-01 Thread James Le Cuirot (chewi)
chewi   15/05/01 23:24:02

  Modified: metadata.xml ChangeLog
  Added:leptonica-1.72.ebuild
  Removed:  leptonica-1.70.ebuild leptonica-1.68.ebuild
leptonica-1.69.ebuild
  Log:
  Taking over maintainership as I am in close contact with
  upstream. Version bump with multilib support. Drop some old unused
  versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.4  media-libs/leptonica/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml13 May 2014 14:16:04 -  1.3
+++ metadata.xml1 May 2015 23:24:02 -   1.4
@@ -2,11 +2,16 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
maintainer
- emailto...@gentoo.org/email
- nameThomas Kahle/name
+   emailch...@gentoo.org/email
+   nameJames Le Cuirot/name
/maintainer
use
flag name=webpAdds support for the WebP image format/flag
flag name=utilsInstall command-line utilities/flag
/use
+   longdescription
+   Leptonica is a pedagogically-oriented open source site
+   containing software that is broadly useful for image
+   processing and image analysis applications.
+   /longdescription
 /pkgmetadata



1.36 media-libs/leptonica/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   24 Feb 2015 08:48:36 -  1.35
+++ ChangeLog   1 May 2015 23:24:02 -   1.36
@@ -1,6 +1,14 @@
 # ChangeLog for media-libs/leptonica
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.35 
2015/02/24 08:48:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.36 
2015/05/01 23:24:02 chewi Exp $
+
+*leptonica-1.72 (01 May 2015)
+
+  01 May 2015; James Le Cuirot ch...@gentoo.org +leptonica-1.72.ebuild,
+  -files/leptonica-1.68-zlib-include.patch, -leptonica-1.68.ebuild,
+  -leptonica-1.69.ebuild, -leptonica-1.70.ebuild, metadata.xml:
+  Taking over maintainership as I am in close contact with upstream. Version
+  bump with multilib support. Drop some old unused versions.
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org leptonica-1.71-r1.ebuild:
   Stable for alpha, wrt bug #524542



1.1  media-libs/leptonica/leptonica-1.72.ebuild

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

Index: leptonica-1.72.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.72.ebuild,v 
1.1 2015/05/01 23:24:02 chewi Exp $

EAPI=5

inherit autotools-multilib

DESCRIPTION=C library for image processing and analysis
HOMEPAGE=http://code.google.com/p/leptonica/;
SRC_URI=http://www.leptonica.com/source/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=gif jpeg jpeg2k png static-libs test tiff utils webp zlib

# N.B. Tests need some features enabled:
REQUIRED_USE=test? ( jpeg png tiff )

DEPEND=gif? ( media-libs/giflib:=[${MULTILIB_USEDEP}] )
jpeg? ( virtual/jpeg:=[${MULTILIB_USEDEP}] )
jpeg2k? ( media-libs/openjpeg:2=[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:=[${MULTILIB_USEDEP}]
   sys-libs/zlib:=[${MULTILIB_USEDEP}] )
tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] )
webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
zlib? ( 

[gentoo-commits] gentoo-x86 commit in net-im/empathy/files: empathy-3.12.7-Fix-parallel-build-in-extensions.patch

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 23:15:40

  Modified:
empathy-3.12.7-Fix-parallel-build-in-extensions.patch
  Log:
  Version bump. Update parallel fix patch to cover missing case.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.2  
net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch?r1=1.1r2=1.2

Index: empathy-3.12.7-Fix-parallel-build-in-extensions.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- empathy-3.12.7-Fix-parallel-build-in-extensions.patch   30 Nov 2014 
22:00:59 -  1.1
+++ empathy-3.12.7-Fix-parallel-build-in-extensions.patch   1 May 2015 
23:15:40 -   1.2
@@ -1,4 +1,4 @@
-From 24e4480421483685dfc493ad38089c286a8c5f4a Mon Sep 17 00:00:00 2001
+From 7af14d9ca148e4d1ec2eb70d7b655bb2fc5a052f Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?R=C3=A9mi=20Cardona?= r...@gentoo.org
 Date: Sun, 30 Nov 2014 22:10:59 +0100
 Subject: [PATCH] Fix parallel build in extensions/
@@ -32,12 +32,14 @@
 
 https://bugs.gentoo.org/show_bug.cgi?id=515894
 https://bugzilla.gnome.org/show_bug.cgi?id=685837
+
+Signed-off-by: Gilles Dartiguelongue e...@gentoo.org
 ---
- extensions/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ extensions/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/extensions/Makefile.am b/extensions/Makefile.am
-index 79622d4..ebe5fac 100644
+index 79622d4..9082496 100644
 --- a/extensions/Makefile.am
 +++ b/extensions/Makefile.am
 @@ -66,7 +66,7 @@ extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
@@ -49,6 +51,15 @@
$(top_srcdir)/tools/glib-gtypes-generator.py
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/tools/glib-gtypes-generator.py \
$ _gen/gtypes Emp
+@@ -82,7 +82,7 @@ _gen/enums.h: _gen/all.xml \
+   Emp \
+   $ _gen/enums
+ 
+-_gen/interfaces-body.h _gen/interfaces.h: _gen/all.xml \
++_gen/int%rfaces-body.h _gen/int%rfaces.h: _gen/all.xml \
+   $(tools_dir)/glib-interfaces-gen.py
+   $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-interfaces-gen.py \
+   Emp _gen/interfaces-body.h _gen/interfaces.h $
 -- 
-2.1.3
+2.3.6
 






[gentoo-commits] proj/gentoo-news:master commit in: 2015/2015-05-01-shorewall-changes/

2015-05-01 Thread Ian Delaney
commit: bffde18546693066f0705a9c0ad8efc06fe00839
Author: Ian Delaney idella4 AT gentoo DOT org
AuthorDate: Sat May  2 00:33:43 2015 +
Commit: Ian Delaney idella4 AT gentoo DOT org
CommitDate: Sat May  2 01:08:56 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-news.git/commit/?id=bffde185

news item wrt bug 546952

 .../2015-05-01-shorewall-changes.en.txt| 43 +
 .../2015-05-01-shorewall-changes.en.txt.asc| 55 ++
 2 files changed, 98 insertions(+)

diff --git 
a/2015/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt 
b/2015/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt
new file mode 100644
index 000..08d1cdb
--- /dev/null
+++ b/2015/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt
@@ -0,0 +1,43 @@
+Title: shorewall is now a single package
+Author: Ian Delaney idel...@gentoo.org
+Content-Type: text/plain
+Posted: 2015-05-01
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: net-firewall/shorewall-core
+Display-If-Installed: net-firewall/shorewall6
+Display-If-Installed: net-firewall/shorewall-lite
+Display-If-Installed: net-firewall/shorewall6-lite
+Display-If-Installed: net-firewall/shorewall-init
+
+Starting with net-firewall/shorewall-4.6 we have re-integrated
+
+  - net-firewall/shorewall-core
+  - net-firewall/shorewall6
+  - net-firewall/shorewall-lite
+  - net-firewall/shorewall6-lite
+  - net-firewall/shorewall-init
+
+into a new all-in-one net-firewall/shorewall ebuild (see bug 522278).
+
+The new all-in-one ebuild makes maintenance a lot more easier because the
+package is proxy-maintained and finding someone who is willing to help
+you bumping 6 packages each time you provide an update was not easy in
+the past.
+
+Because net-firewall/shorewall{-core,6,-lite,6-lite,init} is now
+integrated in net-firewall/shorewall, we have to hard mask these old
+ebuilds in the new monolithic ebuild to prevent file collisions.
+
+Due to this block we cannot migrate to the new version without user
+interaction. Please remove the previous split ebuilds from your system if
+you want to upgrade:
+
+  $ emerge --ask --unmerge 'net-firewall/shorewall-*' \
+'net-firewall/shorewall6*'
+
+
+Please note:
+Since the second shorewall-4.6 ebuild is now stabilized and shorewall-4.5
+is not compatible with the perl-5.20 (see bug 524558) we will start the
+removal process for shorewall-4.5 ebuilds within the next 30 days.

diff --git 
a/2015/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt.asc 
b/2015/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt.asc
new file mode 100644
index 000..6515bd2
--- /dev/null
+++ b/2015/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt.asc
@@ -0,0 +1,55 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA1
+
+Title: shorewall is now a single package
+Author: Thomas D. whi...@whissi.de
+Content-Type: text/plain
+Posted: 2015-04-to-be-set
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: net-firewall/shorewall-core
+Display-If-Installed: net-firewall/shorewall6
+Display-If-Installed: net-firewall/shorewall-lite
+Display-If-Installed: net-firewall/shorewall6-lite
+Display-If-Installed: net-firewall/shorewall-init
+
+Starting with net-firewall/shorewall-4.6 we have re-integrated
+
+  - net-firewall/shorewall-core
+  - net-firewall/shorewall6
+  - net-firewall/shorewall-lite
+  - net-firewall/shorewall6-lite
+  - net-firewall/shorewall-init
+
+into a new all-in-one net-firewall/shorewall ebuild (see bug 522278).
+
+The new all-in-one ebuild makes maintenance a lot more easier because the
+package is proxy-maintained and finding someone who is willing to help
+you bumping 6 packages each time you provide an update was not easy in
+the past.
+
+Because net-firewall/shorewall{-core,6,-lite,6-lite,init} is now
+integrated in net-firewall/shorewall, we have to hard mask these old
+ebuilds in the new monolithic ebuild to prevent file collisions.
+
+Due to this block we cannot migrate to the new version without user
+interaction. Please remove the previous split ebuilds from your system if
+you want to upgrade:
+
+  $ emerge --ask --unmerge 'net-firewall/shorewall-*' \
+'net-firewall/shorewall6*'
+
+
+Please note:
+Since the second shorewall-4.6 ebuild is now stabilized and shorewall-4.5
+is not compatible with the perl-5.20 (see bug 524558) we will start the
+removal process for shorewall-4.5 ebuilds within the next 30 days.
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0
+
+iKYEARECAGYFAlVC6DlfFIAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl
+bnBncC5maWZ0aGhvcnNlbWFuLm5ldDdDQUM1OUY0ODkzMERBREU1NUQ1RjJBRkIy
+OEVDMjEzQjgwNzJCMEQACgkQso7CE7gHKw18gwCfd+9rMpm1KMRfZMKJjlIUFPzB
+SZMAn02AdNbfGTSVRdMTgH1hj9+I1Hyd
+=WJss
+-END PGP SIGNATURE-



[gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.15.ebuild ChangeLog

2015-05-01 Thread William Hubbs (williamh)
williamh15/05/01 22:21:08

  Modified: ChangeLog
  Added:openrc-0.15.ebuild
  Log:
  Version bump for systemd-nspawn support
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.340sys-apps/openrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -r1.339 -r1.340
--- ChangeLog   26 Apr 2015 03:44:34 -  1.339
+++ ChangeLog   1 May 2015 22:21:08 -   1.340
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/openrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.339 
2015/04/26 03:44:34 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.340 
2015/05/01 22:21:08 williamh Exp $
+
+*openrc-0.15 (01 May 2015)
+
+  01 May 2015; William Hubbs willi...@gentoo.org +openrc-0.15.ebuild:
+  Version bump for systemd-nspawn support
 
 *openrc-0.14 (26 Apr 2015)
 



1.1  sys-apps/openrc/openrc-0.15.ebuild

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

Index: openrc-0.15.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.15.ebuild,v 1.1 
2015/05/01 22:21:08 williamh Exp $

EAPI=5

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

DESCRIPTION=OpenRC manages the services, startup and shutdown of a host
HOMEPAGE=http://www.gentoo.org/proj/en/base/openrc/;

if [[ ${PV} ==  ]]; then
EGIT_REPO_URI=git://github.com/OpenRC/${PN}.git
inherit git-r3
else
SRC_URI=http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
fi

LICENSE=BSD-2
SLOT=0
IUSE=audit debug elibc_glibc ncurses pam newnet prefix +netifrc selinux 
static-libs
tools unicode kernel_linux kernel_FreeBSD

COMMON_DEPEND=kernel_FreeBSD? ( || ( =sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
elibc_glibc? ( =sys-libs/glibc-2.5 )
ncurses? ( sys-libs/ncurses )
pam? (
sys-auth/pambase
virtual/pam
)
tools? ( dev-lang/perl )
audit? ( sys-process/audit )
kernel_linux? (
sys-process/psmisc
!sys-process/procps-3.3.9-r2
)
selinux? (
sys-apps/policycoreutils
sys-libs/libselinux
)
!sys-apps/baselayout-2.1-r1
!sys-fs/udev-init-scripts-27
DEPEND=${COMMON_DEPEND}
virtual/os-headers
ncurses? ( virtual/pkgconfig )
RDEPEND=${COMMON_DEPEND}
!prefix? (
kernel_linux? ( || ( =sys-apps/sysvinit-2.86-r6 
sys-process/runit ) )
kernel_FreeBSD? ( sys-freebsd/freebsd-sbin )
)
selinux? (
sec-policy/selinux-base-policy
sec-policy/selinux-openrc
)


PDEPEND=netifrc? ( net-misc/netifrc )

src_prepare() {
sed -i 's:0444:0644:' mk/sys.mk || die

if [[ ${PV} ==  ]] ; then
local ver=git-${EGIT_VERSION:0:6}
sed -i /^GITVER[[:space:]]*=/s:=.*:=${ver}: mk/gitver.mk || 
die
fi

# Allow user patches to be applied without modifying the ebuild
epatch_user
}

src_compile() {
unset LIBDIR #266688

MAKE_ARGS=${MAKE_ARGS}
LIBNAME=$(get_libdir)
LIBEXECDIR=${EPREFIX}/$(get_libdir)/rc
MKNET=$(usex newnet)
MKSELINUX=$(usex selinux)
MKAUDIT=$(usex audit)
MKPAM=$(usev pam)
MKSTATICLIBS=$(usex static-libs)
MKTOOLS=$(usex tools)

local brand=Unknown
if use kernel_linux ; then
MAKE_ARGS=${MAKE_ARGS} OS=Linux
brand=Linux
elif use kernel_FreeBSD ; then
MAKE_ARGS=${MAKE_ARGS} OS=FreeBSD
brand=FreeBSD
fi
export BRANDING=Gentoo ${brand}
use prefix  MAKE_ARGS=${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}
export 

[gentoo-commits] proj/sci:master commit in: sci-biology/hexamer/

2015-05-01 Thread Martin Mokrejs
commit: cca8132f7c8070e2d6c06e0efbe01a1860a92fba
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Fri May  1 22:40:41 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Fri May  1 22:40:41 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cca8132f

sci-biology/hexamer: new package

Package-Manager: portage-2.2.18

 sci-biology/hexamer/ChangeLog   |  9 +
 sci-biology/hexamer/hexamer-19990330.ebuild | 30 +
 sci-biology/hexamer/metadata.xml|  9 +
 3 files changed, 48 insertions(+)

diff --git a/sci-biology/hexamer/ChangeLog b/sci-biology/hexamer/ChangeLog
new file mode 100644
index 000..7a2252f
--- /dev/null
+++ b/sci-biology/hexamer/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/hexamer
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*hexamer-19990330 (01 May 2015)
+
+  01 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
+  +hexamer-19990330.ebuild, +metadata.xml:
+  sci-biology/hexamer: new package

diff --git a/sci-biology/hexamer/hexamer-19990330.ebuild 
b/sci-biology/hexamer/hexamer-19990330.ebuild
new file mode 100644
index 000..fda4818
--- /dev/null
+++ b/sci-biology/hexamer/hexamer-19990330.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION=Predict CDS using 6mers without deriving information from base 
composition
+HOMEPAGE=http://www.sanger.ac.uk/resources/software;
+SRC_URI=ftp://ftp.sanger.ac.uk/pub/users/rd/hexamer.tar.gz - 
hexamer-19990330.tar.gz
+
+LICENSE=all-rights-reserved
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND=
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/hexamer
+
+src_prepare(){
+   sed -e s#cc -g#$(tc-getCC) ${CFLAGS}# -i Makefile || die
+}
+
+src_install(){
+   dobin hexamer hextable
+   dodoc README
+}

diff --git a/sci-biology/hexamer/metadata.xml b/sci-biology/hexamer/metadata.xml
new file mode 100644
index 000..2bc8930
--- /dev/null
+++ b/sci-biology/hexamer/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci-biology/herd
+  maintainer
+emailmmokr...@fold.natur.cuni.cz/email
+nameMartin Mokrejs/name
+  /maintainer
+/pkgmetadata



[gentoo-commits] gentoo-x86 commit in www-apps/davical: davical-1.1.3.1-r2.ebuild davical-1.0.2-r2.ebuild davical-1.1.1-r2.ebuild davical-1.1.0-r1.ebuild ChangeLog davical-1.1.0.ebuild davical-1.1.1-r

2015-05-01 Thread Brian Evans (grknight)
grknight15/05/02 03:12:18

  Modified: ChangeLog
  Added:davical-1.1.3.1-r2.ebuild davical-1.0.2-r2.ebuild
davical-1.1.1-r2.ebuild davical-1.1.0-r1.ebuild
  Removed:  davical-1.1.0.ebuild davical-1.1.1-r1.ebuild
davical-1.1.1.ebuild davical-1.1.3.1-r1.ebuild
davical-1.0.2-r1.ebuild
  Log:
  Revbump to update EAPI, fix DEPEND and eliminate the unnecessary re-building 
of the documentation which is present in the archive
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.9  www-apps/davical/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/davical/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Feb 2015 02:13:24 -  1.8
+++ ChangeLog   2 May 2015 03:12:18 -   1.9
@@ -1,6 +1,18 @@
 # ChangeLog for www-apps/davical
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/davical/ChangeLog,v 1.8 2015/02/14 
02:13:24 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/davical/ChangeLog,v 1.9 2015/05/02 
03:12:18 grknight Exp $
+
+*davical-1.1.0-r1 (02 May 2015)
+*davical-1.1.1-r2 (02 May 2015)
+*davical-1.0.2-r2 (02 May 2015)
+*davical-1.1.3.1-r2 (02 May 2015)
+
+  02 May 2015; Brian Evans grkni...@gentoo.org +davical-1.0.2-r2.ebuild,
+  +davical-1.1.0-r1.ebuild, +davical-1.1.1-r2.ebuild,
+  +davical-1.1.3.1-r2.ebuild, -davical-1.0.2-r1.ebuild, -davical-1.1.0.ebuild,
+  -davical-1.1.1-r1.ebuild, -davical-1.1.1.ebuild, -davical-1.1.3.1-r1.ebuild:
+  Revbump to update EAPI, fix DEPEND and eliminate the unnecessary re-building
+  of the documentation which is present in the archive
 
 *davical-1.1.3.1-r1 (14 Feb 2015)
 



1.1  www-apps/davical/davical-1.1.3.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.1.3.1-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.1.3.1-r2.ebuild?rev=1.1content-type=text/plain

Index: davical-1.1.3.1-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/davical/davical-1.1.3.1-r2.ebuild,v 
1.1 2015/05/02 03:12:18 grknight Exp $

EAPI=5

inherit depend.php webapp

DESCRIPTION=A CalDAV and CardDAV Server
HOMEPAGE=http://davical.org/;
SRC_URI=https://gitlab.com/${PN}-project/${PN}/repository/archive.tar.gz?ref=r${PV}
 - ${PN}-${PV}.tar.gz

LICENSE=GPL-2
KEYWORDS=~amd64 ~x86
IUSE=doc

DEPEND==dev-php/awl-0.55
sys-devel/gettext
RDEPEND=app-admin/pwgen
dev-lang/php:*[calendar,curl,pdo,postgres,xml]
dev-perl/DBI
dev-perl/DBD-Pg
dev-perl/yaml
=dev-php/awl-0.55
virtual/httpd-php

S=${WORKDIR}/${PN}.git

need_php5
need_httpd

src_prepare() {
epatch ${FILESDIR}/awl-locations.patch
epatch ${FILESDIR}/inc_path.patch
}

src_compile() {
emake built-po
}

src_install() {
webapp_src_preinst

dodoc-php INSTALL README debian/README.Debian \
testing/README.regression_tests TODO debian/changelog

einfo Installing web files
insinto ${MY_HTDOCSDIR}
doins -r htdocs/* htdocs/.htaccess

einfo Installing main files and i18n
insinto ${MY_HOSTROOTDIR}/${PN}
doins -r inc locale
rm ${D}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in || die

einfo Installing sql files
insinto ${MY_SQLSCRIPTSDIR}
doins -r dba/*

if use doc ; then
einfo Installing documentation
dohtml -r docs/api/ docs/website/
fi

insinto /etc/${PN}
doins config/* ${FILESDIR}/vhost-example

webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
webapp_src_install

fperms +x ${MY_SQLSCRIPTSDIR}/create-database.sh
fperms +x ${MY_SQLSCRIPTSDIR}/update-davical-database
}



1.1  www-apps/davical/davical-1.0.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.0.2-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.0.2-r2.ebuild?rev=1.1content-type=text/plain

Index: davical-1.0.2-r2.ebuild

[gentoo-commits] gentoo-x86 commit in media-libs/leptonica/files: leptonica-1.68-zlib-include.patch

2015-05-01 Thread James Le Cuirot (chewi)
chewi   15/05/01 23:24:02

  Removed:  leptonica-1.68-zlib-include.patch
  Log:
  Taking over maintainership as I am in close contact with
  upstream. Version bump with multilib support. Drop some old unused
  versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Annotation/

2015-05-01 Thread Kent Fredric
commit: 93daf61068538a875cce6e9b94cc17bcfeef5801
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Fri May  1 22:08:24 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Fri May  1 22:08:24 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=93daf610

[fixup] B-Hooks-OP-Annotation: EAPI5, fixup deps and tests

Package-Manager: portage-2.2.17

 ...ild = B-Hooks-OP-Annotation-0.440.0-r1.ebuild} | 22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git 
a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild 
b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
similarity index 55%
rename from dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
rename to dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
index 58a54f3..0366d09 100644
--- a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
+++ b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=4
+EAPI=5
 MODULE_AUTHOR=CHOCOLATE
 MODULE_VERSION=0.44
 inherit perl-module
 
 DESCRIPTION=annotate and delegate hooked OPs
-LICENSE=|| ( Artistic GPL-2 )
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
-comment() { echo ''; }
-COMMON_DEPEND=
-   =dev-perl/extutils-depends-0.304.0
-
+
+PERL_RM_FILES=(
+   t/pod.t
+)
+
+RDEPEND=
 DEPEND=
-   ${COMMON_DEPEND}
+   ${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
+   =dev-perl/ExtUtils-Depends-0.304.0
 
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/

2015-05-01 Thread Kent Fredric
commit: b49a8dc671aa12e6e1cc9a533b20a1e6f7717d00
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Fri May  1 18:18:56 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Fri May  1 18:18:56 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b49a8dc6

[cleanup] Glib-Object-Introspection: remove old versions

Package-Manager: portage-2.2.17
RepoMan-Options: --force

 .../Glib-Object-Introspection-0.10.0.ebuild| 47 --
 .../Glib-Object-Introspection-0.11.0.ebuild| 45 -
 .../Glib-Object-Introspection-0.12.0.ebuild| 43 
 .../Glib-Object-Introspection-0.14.0.ebuild| 42 ---
 4 files changed, 177 deletions(-)

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild
deleted file mode 100644
index 7040704..000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.010
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE= LGPL-2.1
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-extra_deps() {
-   echo \=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
-   # ExtUtils::Depends 0.3 ( 0.300.0 )
-   echo \=dev-perl/extutils-depends-0.300.0
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-   # ExtUtils::PkgConfig 1 ( 1.0.0 )
-   echo \=dev-perl/extutils-pkgconfig-1.0.0
-   # Glib 1.24 ( 1.240.0 )
-   echo \=dev-perl/glib-perl-1.240.0
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-   # ExtUtils::Depends 0.3 ( 0.300.0 )
-   echo \=dev-perl/extutils-depends-0.300.0
-   # Glib 1.24 ( 1.240.0 )
-   echo \=dev-perl/glib-perl-1.240.0
-}
-DEPEND=
-   $(extra_deps)
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(extra_deps)
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
deleted file mode 100644
index 13e7997..000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=TSCH
-MODULE_VERSION=0.011
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE= LGPL-2.1
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-extra_deps() {
-   echo \=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
-   # ExtUtils::Depends 0.3 ( 0.300.0 )
-   echo \=dev-perl/extutils-depends-0.300.0
-   # ExtUtils::PkgConfig 1 ( 1.0.0 )
-   echo \=dev-perl/extutils-pkgconfig-1.0.0
-   # Glib 1.24 ( 1.240.0 )
-   echo \=dev-perl/glib-perl-1.240.0
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-   # ExtUtils::Depends 0.3 ( 0.300.0 )
-   echo \=dev-perl/extutils-depends-0.300.0
-   # Glib 1.24 ( 1.240.0 )
-   echo \=dev-perl/glib-perl-1.240.0
-}
-DEPEND=
-   $(extra_deps)
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(extra_deps)
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild
deleted file mode 100644
index d0999bb..000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=TSCH
-MODULE_VERSION=0.012
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE= LGPL-2.1
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-extra_deps() {
-   echo \=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
-   # ExtUtils::Depends 0.3 ( 0.300.0 )
-   echo \=dev-perl/extutils-depends-0.300.0
-   # ExtUtils::PkgConfig 1 ( 1.0.0 )
-   echo \=dev-perl/extutils-pkgconfig-1.0.0
-   # Glib 1.27 ( 1.270.0 )
-   echo \=dev-perl/glib-perl-1.270.0
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-   # Glib 1.27 ( 1.270.0 )
-   echo 

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/

2015-05-01 Thread Kent Fredric
commit: f2639d484a7ff7b02ebfecce2f449de624f696e8
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Fri May  1 22:00:50 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Fri May  1 22:00:50 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f2639d48

[bump] Glib-Object-Introspection 0.28.0

Package-Manager: portage-2.2.17

 .../Glib-Object-Introspection-0.15.0.ebuild| 42 --
 .../Glib-Object-Introspection-0.28.0.ebuild| 33 +
 2 files changed, 33 insertions(+), 42 deletions(-)

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
deleted file mode 100644
index 4efbb46..000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.015
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE= LGPL-2.1
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-extra_deps() {
-   echo \=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
-   # ExtUtils::Depends 0.3 ( 0.300.0 )
-   echo \=dev-perl/extutils-depends-0.300.0
-   # ExtUtils::PkgConfig 1 ( 1.0.0 )
-   echo \=dev-perl/extutils-pkgconfig-1.0.0
-   # Glib 1.28 ( 1.280.0 )
-   echo \=dev-perl/glib-perl-1.280.0
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-   # Glib 1.28 ( 1.280.0 )
-   echo \=dev-perl/glib-perl-1.280.0
-}
-DEPEND=
-   $(extra_deps)
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git 
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild 
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild
new file mode 100644
index 000..11bb9f9
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=0.028
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE= LGPL-2.1
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+# gmodule - dev-libs/glib
+XS_DEPEND=
+   =dev-libs/gobject-introspection-1.0
+   =dev-libs/libffi-3.0.0
+   =dev-libs/glib-2.0.0
+
+# ExtUtils::PkgCOnfig - extutils-pkgconfig
+# Glib - glib-perl
+RDEPEND=
+   =dev-perl/glib-perl-1.280.0
+   ${XS_DEPEND}
+
+DEPEND=
+   virtual/perl-ExtUtils-MakeMaker
+   =dev-perl/ExtUtils-Depends-0.300.0
+   =dev-perl/extutils-pkgconfig-1.0.0
+   virtual/perl-File-Spec
+   ${RDEPEND}
+



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/

2015-05-01 Thread Kent Fredric
commit: f5c4f083169235f5bdb19d4f37f475ba08f97bdb
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat May  2 02:19:38 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat May  2 02:19:38 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f5c4f083

[fixup] TryCatch: Fixup deps

Package-Manager: portage-2.2.17

 dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild | 36 
 dev-perl/TryCatch/TryCatch-1.3.2.ebuild| 68 --
 2 files changed, 36 insertions(+), 68 deletions(-)

diff --git a/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild 
b/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild
new file mode 100644
index 000..89e038b
--- /dev/null
+++ b/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ASH
+MODULE_VERSION=1.003002
+inherit perl-module
+
+DESCRIPTION='first class try catch semantics for Perl, without source filters.'
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+
+RDEPEND=
+   =dev-perl/B-Hooks-EndOfScope-0.120.0
+   =dev-perl/B-Hooks-OP-Check-0.180.0
+   =dev-perl/B-Hooks-OP-PPAddr-0.30.0
+   =dev-perl/Devel-Declare-0.5.7
+   dev-perl/Moose
+   dev-perl/MooseX-Types
+   =dev-perl/Parse-Method-Signatures-1.3.12
+   =dev-perl/Scope-Upper-0.60.0
+   =dev-perl/Sub-Exporter-0.979.0
+   =dev-perl/Variable-Magic-0.280.0
+   virtual/perl-XSLoader
+   =dev-perl/namespace-clean-0.200.0
+
+DEPEND=
+   ${RDEPEND}
+   =virtual/perl-ExtUtils-MakeMaker-6.590.0
+   =dev-perl/ExtUtils-Depends-0.302.0
+   test? (
+   =virtual/perl-Test-Simple-0.880.0
+   dev-perl/Test-Exception
+   )
+

diff --git a/dev-perl/TryCatch/TryCatch-1.3.2.ebuild 
b/dev-perl/TryCatch/TryCatch-1.3.2.ebuild
deleted file mode 100644
index bb6f79a..000
--- a/dev-perl/TryCatch/TryCatch-1.3.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ASH
-MODULE_VERSION=1.003002
-inherit perl-module
-
-DESCRIPTION='first class try catch semantics for Perl, without source filters.'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # B::Hooks::OP::Check 0.18 ( 0.180.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.180.0
-   # B::Hooks::OP::PPAddr 0.03 ( 0.30.0 )
-   echo \=dev-perl/B-Hooks-OP-PPAddr-0.30.0
-   # ExtUtils::Depends 0.302 ( 0.302.0 )
-   echo \=dev-perl/extutils-depends-0.302.0
-   # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.590.0
-   # Test::Exception
-   echo dev-perl/Test-Exception
-   # Test::More 0.88 ( 0.880.0 )
-   echo \=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
-   # B::Hooks::EndOfScope 0.12 ( 0.120.0 )
-   echo \=dev-perl/B-Hooks-EndOfScope-0.120.0
-   # B::Hooks::OP::Check 0.18 ( 0.180.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.180.0
-   # B::Hooks::OP::PPAddr 0.03 ( 0.30.0 )
-   echo \=dev-perl/B-Hooks-OP-PPAddr-0.30.0
-   # Devel::Declare 0.005007 ( 0.5.7 )
-   echo \=dev-perl/Devel-Declare-0.5.7
-   # Moose
-   echo dev-perl/Moose
-   # MooseX::Types
-   echo dev-perl/MooseX-Types
-   # Parse::Method::Signatures 1.003012 ( 1.3.12 )
-   echo \=dev-perl/Parse-Method-Signatures-1.3.12
-   # Scope::Upper 0.06 ( 0.60.0 )
-   echo \=dev-perl/Scope-Upper-0.60.0
-   # Sub::Exporter 0.979 ( 0.979.0 )
-   echo \=dev-perl/Sub-Exporter-0.979.0
-   # Variable::Magic 0.28 ( 0.280.0 )
-   echo \=dev-perl/Variable-Magic-0.280.0
-   # XSLoader
-   echo virtual/perl-XSLoader
-   # namespace::clean 0.20 ( 0.200.0 )
-   echo \=dev-perl/namespace-clean-0.200.0
-   # perl v5.8.1 ( 5.8.1 )
-   echo \=dev-lang/perl-5.8.1
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-StashChange/

2015-05-01 Thread Kent Fredric
commit: 3153a05d5baddd60078fe3bd905820cb99404400
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat May  2 01:21:11 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat May  2 01:21:11 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3153a05d

[fixup] B-Hooks-OP-Check-StashChange: EAPI5, Fixup deps

Package-Manager: portage-2.2.17

 ...ild = B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild} | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git 
a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
 
b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
similarity index 64%
rename from 
dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
rename to 
dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
index 69143d1..33dbe78 100644
--- 
a/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0.ebuild
+++ 
b/dev-perl/B-Hooks-OP-Check-StashChange/B-Hooks-OP-Check-StashChange-0.60.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 MODULE_VERSION=0.06
 MODULE_AUTHOR=FLORA
@@ -12,12 +12,16 @@ DESCRIPTION=Invoke callbacks when the stash code is being 
compiled in changes
 
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=
+IUSE=test
 
+# Test::More - Test-Simple
 RDEPEND=
+   virtual/perl-parent
=dev-perl/B-Hooks-OP-Check-0.140.0
 
 DEPEND=${RDEPEND}
-   dev-perl/extutils-depends
-
-SRC_TEST=do
+   dev-perl/ExtUtils-Depends
+   test? (
+   virtual/perl-Test-Simple
+   )
+



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/

2015-05-01 Thread Kent Fredric
commit: 8d00cf228a2b17afb1b3ad9b7ac61634e42fdc21
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Fri May  1 22:11:33 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Fri May  1 22:11:33 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8d00cf22

[cleanup] TryCatch: Remove old versions

Package-Manager: portage-2.2.17
RepoMan-Options: --force

 dev-perl/TryCatch/TryCatch-1.3.0.ebuild | 38 -
 1 file changed, 38 deletions(-)

diff --git a/dev-perl/TryCatch/TryCatch-1.3.0.ebuild 
b/dev-perl/TryCatch/TryCatch-1.3.0.ebuild
deleted file mode 100644
index 8df23df..000
--- a/dev-perl/TryCatch/TryCatch-1.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=ASH
-MODULE_VERSION=1.003000
-inherit perl-module
-
-DESCRIPTION=first class try catch semantics for Perl, without source filters
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-COMMON_DEPEND=
-   =dev-perl/Parse-Method-Signatures-1.3.12
-   =dev-perl/B-Hooks-EndOfScope-0.80.0
-   =dev-perl/B-Hooks-OP-Check-0.180.0
-   =dev-perl/B-Hooks-OP-PPAddr-0.30.0
-   =dev-perl/Devel-Declare-0.5.7
-   dev-perl/Moose
-   dev-perl/MooseX-Types
-   =dev-perl/Scope-Upper-0.60.0
-   =dev-perl/Variable-Magic-0.280.0
-   =dev-perl/Sub-Exporter-0.979.0
-   virtual/perl-XSLoader
-
-DEPEND=
-   =dev-perl/extutils-depends-0.302.0
-   ${COMMON_DEPEND}
-   test? (
-   =virtual/perl-Test-Simple-0.88
-   dev-perl/Test-Exception
-   )
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/

2015-05-01 Thread Kent Fredric
commit: 7144e8503d1d609524e5c08010ac6cfd9aae7b1c
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat May  2 01:56:21 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat May  2 01:56:21 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7144e850

[bump] signatures 0.110.0

Package-Manager: portage-2.2.17

 dev-perl/signatures/signatures-0.110.0.ebuild | 29 ++
 dev-perl/signatures/signatures-0.70.0.ebuild  | 54 ---
 2 files changed, 29 insertions(+), 54 deletions(-)

diff --git a/dev-perl/signatures/signatures-0.110.0.ebuild 
b/dev-perl/signatures/signatures-0.110.0.ebuild
new file mode 100644
index 000..a4cba8d
--- /dev/null
+++ b/dev-perl/signatures/signatures-0.110.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION='Subroutine signatures with no source filter'
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+# Test::More - Test-Simple
+RDEPEND=
+   =dev-perl/B-Hooks-EndOfScope-0.80.0
+   =dev-perl/B-Hooks-OP-Check-0.170.0
+   =dev-perl/B-Hooks-OP-PPAddr-0.30.0
+   =dev-perl/B-Hooks-Parser-0.120.0
+   virtual/perl-XSLoader
+
+DEPEND=
+   ${RDEPEND}
+   =dev-perl/ExtUtils-Depends-0.302.0
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-Test-Simple
+   )
+

diff --git a/dev-perl/signatures/signatures-0.70.0.ebuild 
b/dev-perl/signatures/signatures-0.70.0.ebuild
deleted file mode 100644
index 797b33c..000
--- a/dev-perl/signatures/signatures-0.70.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KAPPA
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='subroutine signatures with no source filter'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # B::Hooks::OP::Check 0.18 ( 0.180.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.180.0
-   # B::Hooks::OP::PPAddr 0.03 ( 0.30.0 )
-   echo \=dev-perl/B-Hooks-OP-PPAddr-0.30.0
-   # B::Hooks::Parser 0.07 ( 0.70.0 )
-   echo \=dev-perl/B-Hooks-Parser-0.70.0
-   # ExtUtils::Depends 0.302 ( 0.302.0 )
-   echo \=dev-perl/extutils-depends-0.302.0
-   # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-   # B::Hooks::OP::Check 0.17 ( 0.170.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.170.0
-   # B::Hooks::OP::PPAddr
-   echo dev-perl/B-Hooks-OP-PPAddr
-   # B::Hooks::Parser 0.07 ( 0.70.0 )
-   echo \=dev-perl/B-Hooks-Parser-0.70.0
-   # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_runtime() {
-   # B::Hooks::EndOfScope 0.08 ( 0.80.0 )
-   echo \=dev-perl/B-Hooks-EndOfScope-0.80.0
-   # B::Hooks::OP::Check 0.17 ( 0.170.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.170.0
-   # B::Hooks::OP::PPAddr
-   echo dev-perl/B-Hooks-OP-PPAddr
-   # B::Hooks::Parser 0.07 ( 0.70.0 )
-   echo \=dev-perl/B-Hooks-Parser-0.70.0
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-PPAddr/

2015-05-01 Thread Kent Fredric
commit: 17b434745f476952e1fee8056cd4d6d2c2ac5b51
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat May  2 01:31:58 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat May  2 01:31:58 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=17b43474

[fixup] B-Hooks-OP-PPAddr: EAPI5, Fixup deps

Package-Manager: portage-2.2.17

 ...r-0.30.0.ebuild = B-Hooks-OP-PPAddr-0.30.0-r1.ebuild} | 15 ++-
 ..._rc.ebuild = B-Hooks-OP-PPAddr-0.40.100_rc-r1.ebuild} | 15 ++-
 2 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.30.0.ebuild 
b/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.30.0-r1.ebuild
similarity index 65%
rename from dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.30.0.ebuild
rename to dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.30.0-r1.ebuild
index 4fd0f13..0532929 100644
--- a/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.30.0.ebuild
+++ b/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.30.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 MODULE_VERSION=0.03
 MODULE_AUTHOR=FLORA
@@ -14,14 +14,11 @@ SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-COMMON_DEPEND=
+RDEPEND=
virtual/perl-parent
 
 DEPEND=
-   ${COMMON_DEPEND}
-   dev-perl/extutils-depends
-
-RDEPEND=
-   ${COMMON_DEPEND}
+   ${RDEPEND}
+   =virtual/perl-ExtUtils-MakeMaker-6.420.0
+   =dev-perl/ExtUtils-Depends-0.302.0
 
-SRC_TEST=do

diff --git a/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc.ebuild 
b/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc-r1.ebuild
similarity index 64%
rename from dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc.ebuild
rename to dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc-r1.ebuild
index b2ac434..d8d6ac1 100644
--- a/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc.ebuild
+++ b/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 MODULE_VERSION=0.04_01
 MODULE_AUTHOR=FLORA
@@ -14,14 +14,11 @@ SLOT=0
 KEYWORDS=
 IUSE=
 
-COMMON_DEPEND=
+RDEPEND=
virtual/perl-parent
 
 DEPEND=
-   ${COMMON_DEPEND}
-   dev-perl/extutils-depends
-
-RDEPEND=
-   ${COMMON_DEPEND}
+   ${RDEPEND}
+   =virtual/perl-ExtUtils-MakeMaker-6.420.0
+   =dev-perl/ExtUtils-Depends-0.302.0
 
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/true/

2015-05-01 Thread Kent Fredric
commit: 151877ee17e34412e473de3cfe90395adcc47348
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat May  2 01:41:52 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat May  2 01:41:52 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=151877ee

[fixup] true : EAPI5, fixup deps

Package-Manager: portage-2.2.17

 ...{true-0.180.0.ebuild = true-0.180.0-r1.ebuild} | 23 +-
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/dev-perl/true/true-0.180.0.ebuild 
b/dev-perl/true/true-0.180.0-r1.ebuild
similarity index 57%
rename from dev-perl/true/true-0.180.0.ebuild
rename to dev-perl/true/true-0.180.0-r1.ebuild
index 11222b1..c6fa11a 100644
--- a/dev-perl/true/true-0.180.0.ebuild
+++ b/dev-perl/true/true-0.180.0-r1.ebuild
@@ -1,30 +1,25 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=4
+EAPI=5
 MODULE_AUTHOR=CHOCOLATE
 MODULE_VERSION=0.18
 inherit perl-module
 
 DESCRIPTION=automatically return a true value when a file is required
-LICENSE=|| ( Artistic GPL-2 )
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
-
-comment() { echo ''; }
-COMMON_DEPEND=
+PERL_RM_FILES=(
+   t/pod.t
+)
+RDEPEND=
=dev-perl/B-Hooks-OP-Annotation-0.430.0
=dev-perl/B-Hooks-OP-Check-0.180.0
-   =dev-perl/Devel-StackTrace-1.270 $(comment 1.270.0)
+   =dev-perl/Devel-StackTrace-1.270.0
 
 DEPEND=
-   ${COMMON_DEPEND}
-   $(comment CONFIGURE REQUIRES)
-   =dev-perl/extutils-depends-0.304.0
+   ${RDEPEND}
+   =dev-perl/ExtUtils-Depends-0.304.0
virtual/perl-ExtUtils-MakeMaker
 
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/

2015-05-01 Thread Kent Fredric
commit: ca8ede97cd40d125fd5173ae18ce4052efb1fa63
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat May  2 01:43:52 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat May  2 01:43:52 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ca8ede97

[cleanup] signatures: remove old versions

Package-Manager: portage-2.2.17
RepoMan-Options: --force

 dev-perl/signatures/signatures-0.60.0.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-perl/signatures/signatures-0.60.0.ebuild 
b/dev-perl/signatures/signatures-0.60.0.ebuild
deleted file mode 100644
index c0e601f..000
--- a/dev-perl/signatures/signatures-0.60.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION=Subroutine signatures with no source filter
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=test
-RDEPEND=
-   =dev-perl/B-Hooks-OP-Check-0.180.0
-   =dev-perl/B-Hooks-OP-PPAddr-0.30.0
-   =dev-perl/B-Hooks-Parser-0.70.0
-   =dev-perl/B-Hooks-EndOfScope-0.80.0
-
-DEPEND=
-   ${RDEPEND}
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/

2015-05-01 Thread Kent Fredric
commit: d6dc206e965dcab440d8f11cab13a700e1edaaa9
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat May  2 01:15:36 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat May  2 01:15:36 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d6dc206e

[fixup] B-Hooks-OP-Check-EntersubForCV: Fix deps on ExtUtils-Depends

Package-Manager: portage-2.2.17

 .../B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
 
b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
index 41d02e4..f59fd30 100644
--- 
a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
+++ 
b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
@@ -20,6 +20,6 @@ RDEPEND=
 
 DEPEND=
${RDEPEND}
-   dev-perl/extutils-depends
+   dev-perl/ExtUtils-Depends
=virtual/perl-ExtUtils-MakeMaker-6.420.0
 



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-Pragma/

2015-05-01 Thread Kent Fredric
commit: 75ecc4b21f145a8210175b59928bd0e4114a336f
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat May  2 02:06:20 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat May  2 02:06:20 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=75ecc4b2

[fixup] Devel-Pragma: Fixup deps

Package-Manager: portage-2.2.17

 .../Devel-Pragma/Devel-Pragma-0.600.0-r1.ebuild| 25 
 dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild  | 44 --
 2 files changed, 25 insertions(+), 44 deletions(-)

diff --git a/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0-r1.ebuild 
b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0-r1.ebuild
new file mode 100644
index 000..e08b57d
--- /dev/null
+++ b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CHOCOLATE
+MODULE_VERSION=0.60
+inherit perl-module
+
+DESCRIPTION='helper functions for developers of lexical pragmas'
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+PERL_RM_FILES=(
+   t/pod.t
+)
+RDEPEND=
+   =dev-perl/B-Hooks-OP-Annotation-0.440.0
+   =dev-perl/B-Hooks-OP-Check-0.190.0
+   =dev-perl/Lexical-SealRequireHints-0.7.0
+
+DEPEND=
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   =dev-perl/ExtUtils-Depends-0.302.0
+

diff --git a/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild 
b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
deleted file mode 100644
index abfdffc..000
--- a/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=CHOCOLATE
-MODULE_VERSION=0.60
-inherit perl-module
-
-DESCRIPTION='helper functions for developers of lexical pragmas'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # B::Hooks::OP::Annotation 0.44 ( 0.440.0 )
-   echo \=dev-perl/B-Hooks-OP-Annotation-0.440.0
-   # B::Hooks::OP::Check 0.19 ( 0.190.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.190.0
-   # ExtUtils::Depends 0.302 ( 0.302.0 )
-   echo \=dev-perl/extutils-depends-0.302.0
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-   # B::Hooks::OP::Annotation 0.44 ( 0.440.0 )
-   echo \=dev-perl/B-Hooks-OP-Annotation-0.440.0
-   # B::Hooks::OP::Check 0.19 ( 0.190.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.190.0
-   # Lexical::SealRequireHints 0.007 ( 0.7.0 )
-   echo \=dev-perl/Lexical-SealRequireHints-0.7.0
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do parallel



[gentoo-commits] proj/openrc: New tag: 0.15

2015-05-01 Thread William Hubbs
commit: 
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri May  1 22:11:39 2015 +

New tag: 0.15




[gentoo-commits] gentoo-x86 commit in net-im/empathy: ChangeLog empathy-3.12.9.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 23:15:40

  Modified: ChangeLog
  Added:empathy-3.12.9.ebuild
  Log:
  Version bump. Update parallel fix patch to cover missing case.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.165net-im/empathy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.165view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.165content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?r1=1.164r2=1.165

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   8 Apr 2015 18:03:12 -   1.164
+++ ChangeLog   1 May 2015 23:15:40 -   1.165
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/empathy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.164 2015/04/08 
18:03:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.165 2015/05/01 
23:15:40 eva Exp $
+
+*empathy-3.12.9 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org +empathy-3.12.9.ebuild,
+  files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch:
+  Version bump. Update parallel fix patch to cover missing case.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org empathy-3.12.7.ebuild:
   Drop old Python implementations



1.1  net-im/empathy/empathy-3.12.9.ebuild

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

Index: empathy-3.12.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.9.ebuild,v 1.1 
2015/05/01 23:15:40 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit gnome2 autotools python-any-r1 virtualx

DESCRIPTION=Telepathy instant messaging and video/audio call client for GNOME
HOMEPAGE=https://wiki.gnome.org/Apps/Empathy;

LICENSE=GPL-2 CC-BY-SA-3.0 FDL-1.3 LGPL-2.1
SLOT=0

IUSE=debug +geoloc gnome gnome-online-accounts +map spell test +v4l

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

# False positives caused by nested configure scripts
QA_CONFIGURE_OPTIONS=.*

# gdk-pixbuf and pango extensively used in libempathy-gtk
COMMON_DEPEND=
=dev-libs/glib-2.37.6:2
x11-libs/gdk-pixbuf:2
=x11-libs/gtk+-3.9.4:3
x11-libs/pango
=dev-libs/dbus-glib-0.51
=dev-libs/folks-0.9.5:=[telepathy]
dev-libs/libgee:0.8=
=app-crypt/libsecret-0.5
=media-libs/libcanberra-0.25[gtk3]
=net-libs/gnutls-2.8.5:=
=net-libs/webkit-gtk-1.9.1:3
=x11-libs/libnotify-0.7:=

media-libs/gstreamer:1.0
=media-libs/clutter-1.10.0:1.0
=media-libs/clutter-gtk-1.1.2:1.0
media-libs/clutter-gst:2.0
=media-libs/cogl-1.14:1.0=

net-libs/farstream:0.2=
=net-libs/telepathy-farstream-0.6.0:=
=net-libs/telepathy-glib-0.23.2
=net-im/telepathy-logger-0.8.0:=

app-crypt/gcr
dev-libs/libxml2:2
gnome-base/gsettings-desktop-schemas
media-sound/pulseaudio[glib]
net-libs/libsoup:2.4
x11-libs/libX11

geoloc? (
=app-misc/geoclue-2.1:2.0
=sci-geosciences/geocode-glib-3.10 )
gnome-online-accounts? ( =net-libs/gnome-online-accounts-3.5.1 )
map? (
=media-libs/clutter-1.7.14:1.0
=media-libs/clutter-gtk-0.90.3:1.0
=media-libs/libchamplain-0.12.1:0.12[gtk] )
spell? (
=app-text/enchant-1.2
=app-text/iso-codes-0.35 )
v4l? (
media-plugins/gst-plugins-v4l2:1.0
=media-video/cheese-3.4:=
virtual/libgudev:= )


# =empathy-3.4 is incompatible with telepathy-rakia-0.6, bug #403861
RDEPEND=${COMMON_DEPEND}
media-libs/gst-plugins-base:1.0
net-im/telepathy-connection-managers
!net-voip/telepathy-rakia-0.7
x11-themes/gnome-icon-theme-symbolic
gnome? ( gnome-extra/gnome-contacts )

DEPEND=${COMMON_DEPEND}
${PYTHON_DEPS}
dev-libs/libxml2:2
dev-libs/libxslt
=dev-util/intltool-0.50.0
virtual/pkgconfig
test? (
sys-apps/grep
=dev-libs/check-0.9.4 )


[gentoo-commits] proj/openrc:master commit in: /

2015-05-01 Thread William Hubbs
commit: 9f6427ea57c6c950b4d1c356ad1bfb0aa8deb40b
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Sat May  2 00:02:49 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Sat May  2 00:02:49 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=9f6427ea

Start work on 0.16

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index ac933e9..89c6894 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.15
+VERSION=   0.16
 PKG=   ${NAME}-${VERSION}



[gentoo-commits] gentoo-x86 commit in dev-ruby/execjs: ChangeLog execjs-2.5.2.ebuild

2015-05-01 Thread Hans de Graaff (graaff)
graaff  15/05/02 05:59:11

  Modified: ChangeLog
  Added:execjs-2.5.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.31 dev-ruby/execjs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   8 Apr 2015 17:51:18 -   1.30
+++ ChangeLog   2 May 2015 05:59:11 -   1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/execjs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.30 2015/04/08 
17:51:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.31 2015/05/02 
05:59:11 graaff Exp $
+
+*execjs-2.5.2 (02 May 2015)
+
+  02 May 2015; Hans de Graaff gra...@gentoo.org +execjs-2.5.2.ebuild:
+  Version bump.
 
 *execjs-2.5.0 (08 Apr 2015)
 



1.1  dev-ruby/execjs/execjs-2.5.2.ebuild

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

Index: execjs-2.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/execjs-2.5.2.ebuild,v 1.1 
2015/05/02 05:59:11 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_EXTRADOC=README.md

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
inherit ruby-fakegem

DESCRIPTION=ExecJS lets you run JavaScript code from Ruby
HOMEPAGE=https://github.com/rails/execjs;
SRC_URI=https://github.com/rails/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

IUSE=test

# execjs supports various javascript runtimes. They are listed in order
# as per the documentation. For now only include the ones already in the
# tree.

# therubyracer, therubyrhino, node.js, spidermonkey (deprecated)

# spidermonkey doesn't pass the test suite:
# https://github.com/sstephenson/execjs/issues/62

RDEPEND+= || ( net-libs/nodejs )

all_ruby_prepare() {
# Avoid test requiring network connectivity. We could potentially
# substitute dev-ruby/coffee-script-source for this.
sed -i -e '/test_coffeescript/,/end/ s:^:#:' test/test_execjs.rb || die
}






[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-42.0.2311.135.ebuild ChangeLog

2015-05-01 Thread Mike Gilbert (floppym)
floppym 15/05/01 14:59:15

  Modified: ChangeLog
  Added:chromium-42.0.2311.135.ebuild
  Log:
  Stable channel bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.1231   www-client/chromium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1230
retrieving revision 1.1231
diff -u -r1.1230 -r1.1231
--- ChangeLog   1 May 2015 07:03:18 -   1.1230
+++ ChangeLog   1 May 2015 14:59:15 -   1.1231
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1230 
2015/05/01 07:03:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1231 
2015/05/01 14:59:15 floppym Exp $
+
+*chromium-42.0.2311.135 (01 May 2015)
+
+  01 May 2015; Mike Gilbert flop...@gentoo.org 
+chromium-42.0.2311.135.ebuild:
+  Stable channel bump.
 
 *chromium-44.0.2383.0 (01 May 2015)
 



1.1  www-client/chromium/chromium-42.0.2311.135.ebuild

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

Index: chromium-42.0.2311.135.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-42.0.2311.135.ebuild,v 1.1 
2015/05/01 14:59:15 floppym Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

CHROMIUM_LANGS=am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW

inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx

DESCRIPTION=Open-source version of Google Chrome web browser
HOMEPAGE=http://chromium.org/;
SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=bindist cups gnome gnome-keyring hidpi kerberos neon pic pulseaudio 
selinux +tcmalloc widevine
RESTRICT=!bindist? ( bindist )

# Native Client binaries are compiled with different set of flags, bug #452066.
QA_FLAGS_IGNORED=.*\.nexe

# Native Client binaries may be stripped by the build system, which uses the
# right tools for it, bug #469144 .
QA_PRESTRIPPED=.*\.nexe

RDEPEND==app-accessibility/speech-dispatcher-0.8:=
app-arch/bzip2:=
app-arch/snappy:=
app-crypt/libsecret:=
cups? (
dev-libs/libgcrypt:0=
=net-print/cups-1.3.11:=
)
=dev-libs/elfutils-0.149
dev-libs/expat:=
dev-libs/glib:=
dev-libs/icu:=
=dev-libs/jsoncpp-0.5.0-r1:=
=dev-libs/libevent-1.4.13:=
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
dev-libs/nspr:=
=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( =gnome-base/gconf-2.24.0:= )
gnome-keyring? ( =gnome-base/libgnome-keyring-3.12:= )
=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/fontconfig:=
media-libs/freetype:=
media-libs/harfbuzz:=[icu(+)]
media-libs/libexif:=
=media-libs/libjpeg-turbo-1.2.0-r1:=
media-libs/libpng:0=
=media-libs/libwebp-0.4.0:=
media-libs/speex:=
pulseaudio? ( media-sound/pulseaudio:= )
sys-apps/dbus:=
sys-apps/pciutils:=
=sys-libs/libcap-2.22:=
sys-libs/zlib:=[minizip]
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:=
x11-libs/gtk+:2=
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
x11-libs/libXdamage:=
x11-libs/libXext:=
x11-libs/libXfixes:=
=x11-libs/libXi-1.6.0:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXScrnSaver:=
x11-libs/libXtst:=
x11-libs/pango:=
kerberos? ( virtual/krb5 )
DEPEND=${RDEPEND}
!arm? (

[gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: maxima-5.36.1.ebuild ChangeLog maxima-5.36.0.ebuild

2015-05-01 Thread Andrey Grozin (grozin)
grozin  15/05/01 15:16:45

  Modified: ChangeLog
  Added:maxima-5.36.1.ebuild
  Removed:  maxima-5.36.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.122sci-mathematics/maxima/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   22 Apr 2015 06:55:34 -  1.121
+++ ChangeLog   1 May 2015 15:16:45 -   1.122
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/maxima
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.121 
2015/04/22 06:55:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.122 
2015/05/01 15:16:45 grozin Exp $
+
+*maxima-5.36.1 (01 May 2015)
+
+  01 May 2015; Andrey Grozin gro...@gentoo.org -maxima-5.36.0.ebuild,
+  +maxima-5.36.1.ebuild:
+  Version bump
 
   22 Apr 2015; Justin Lecher j...@gentoo.org -maxima-5.26.0.ebuild,
   -maxima-5.27.0-r1.ebuild, -maxima-5.28.0.ebuild, -maxima-5.29.1.ebuild,



1.1  sci-mathematics/maxima/maxima-5.36.1.ebuild

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

Index: maxima-5.36.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.36.1.ebuild,v 1.1 
2015/05/01 15:16:45 grozin Exp $

EAPI=5

inherit autotools elisp-common eutils

DESCRIPTION=Free computer algebra environment based on Macsyma
HOMEPAGE=http://maxima.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

# Supported lisps
LISPS=( sbcl cmucl gcl ecls clozurecl clisp )
# lisp supports readline: . - no, y - yes
SUPP_RL=(   .. y   .. y )
# . - just --enable-lisp, flag - --enable-flag
CONF_FLAG=( .. .   ecl  ccl   . )
# patch file version; . - no patch
PATCH_V=(   00 .   11 0 )

IUSE=latex emacs tk nls unicode xemacs X ${LISPS[*]}

# Languages
LANGS=es pt pt_BR
for lang in ${LANGS}; do
IUSE=${IUSE} linguas_${lang}
done

RDEPEND=X? ( x11-misc/xdg-utils
 sci-visualization/gnuplot[gd]
 tk? ( dev-lang/tk:0 ) )
latex? ( virtual/latex-base )
emacs? ( virtual/emacs
latex? ( app-emacs/auctex ) )
xemacs? ( app-editors/xemacs
latex? ( app-emacs/auctex ) )

PDEPEND=emacs? ( app-emacs/imaxima )

# generating lisp dependencies
depends() {
local LISP DEP
LISP=${LISPS[$1]}
DEP=dev-lisp/${LISP}:=
if [ ${SUPP_RL[$1]} = . ]; then
DEP=${DEP} app-misc/rlwrap
fi
echo ${DEP}
}

n=${#LISPS[*]}
for ((n--; n = 0; n--)); do
LISP=${LISPS[${n}]}
RDEPEND=${RDEPEND} ${LISP}? ( $(depends ${n}) )
if (( ${n}  0 )); then
DEF_DEP=${DEF_DEP} !${LISP}? ( 
fi
done

# default lisp
if use arm; then
DEF_LISP=2 # gcl
else
DEF_LISP=0 # sbcl
fi

DEF_DEP=${DEF_DEP} `depends ${DEF_LISP}`

n=${#LISPS[*]}
for ((n--; n  0; n--)); do
DEF_DEP=${DEF_DEP} )
done

unset LISP

RDEPEND=${RDEPEND}
${DEF_DEP}

DEPEND=${RDEPEND}
sys-apps/texinfo

TEXMF=${EPREFIX}/usr/share/texmf-site

pkg_setup() {
local n=${#LISPS[*]}

for ((n--; n = 0; n--)); do
use ${LISPS[${n}]}  NLISPS=${NLISPS} ${n}
done

if [ -z ${NLISPS} ]; then
ewarn No lisp specified in USE flags, choosing 
${LISPS[${DEF_LISP}]} as default
NLISPS=${DEF_LISP}
fi
}

src_prepare() {
local n PATCHES v
PATCHES=( imaxima-0 rmaxima-0 wish-1 xdg-utils-0 )

n=${#PATCHES[*]}
for ((n--; n = 0; n--)); do
epatch ${FILESDIR}/${PATCHES[${n}]}.patch
done

n=${#LISPS[*]}
for ((n--; n = 0; n--)); do
v=${PATCH_V[${n}]}

[gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-3.14.2.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 13:49:42

  Modified: ChangeLog epiphany-3.14.2.ebuild
  Log:
  Add missing gnome-common dependency, bug #547902.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.314www-client/epiphany/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -r1.313 -r1.314
--- ChangeLog   23 Dec 2014 23:27:53 -  1.313
+++ ChangeLog   1 May 2015 13:49:42 -   1.314
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/epiphany
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.313 
2014/12/23 23:27:53 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.314 
2015/05/01 13:49:42 eva Exp $
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org epiphany-3.14.2.ebuild:
+  Add missing gnome-common dependency, bug #547902.
 
 *epiphany-3.14.2 (23 Dec 2014)
 



1.2  www-client/epiphany/epiphany-3.14.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.14.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.14.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.14.2.ebuild?r1=1.1r2=1.2

Index: epiphany-3.14.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.14.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epiphany-3.14.2.ebuild  23 Dec 2014 23:27:53 -  1.1
+++ epiphany-3.14.2.ebuild  1 May 2015 13:49:42 -   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/www-client/epiphany/epiphany-3.14.2.ebuild,v 1.1 
2014/12/23 23:27:53 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.14.2.ebuild,v 1.2 
2015/05/01 13:49:42 eva Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -48,6 +48,7 @@
 # paxctl needed for bug #407085
 # eautoreconf requires gnome-common-3.5.5
 DEPEND=${COMMON_DEPEND}
+   =gnome-base/gnome-common-3.6
=dev-util/intltool-0.50
sys-apps/paxctl
sys-devel/gettext






[gentoo-commits] gentoo-x86 commit in sys-cluster/ploop: ploop-1.13.2.ebuild ChangeLog

2015-05-01 Thread Maxim Koltsov (maksbotan)
maksbotan15/05/01 14:06:33

  Modified: ChangeLog
  Added:ploop-1.13.2.ebuild
  Log:
  Bump to 1.13.2, thanks to slepnoga
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.36 sys-cluster/ploop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   23 Apr 2015 13:15:29 -  1.35
+++ ChangeLog   1 May 2015 14:06:33 -   1.36
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/ploop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.35 
2015/04/23 13:15:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.36 
2015/05/01 14:06:33 maksbotan Exp $
+
+*ploop-1.13.2 (01 May 2015)
+
+  01 May 2015; Maxim Koltsov maksbo...@gentoo.org +ploop-1.13.2.ebuild:
+  Bump to 1.13.2, thanks to slepnoga
 
   23 Apr 2015; Maxim Koltsov maksbo...@gentoo.org -ploop-1.11.ebuild:
   Clean old versions, thanks to Andreis Vinogradovs



1.1  sys-cluster/ploop/ploop-1.13.2.ebuild

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

Index: ploop-1.13.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ploop-1.13.2.ebuild,v 1.1 
2015/05/01 14:06:33 maksbotan Exp $

EAPI=5

inherit eutils toolchain-funcs multilib systemd

DESCRIPTION=openvz tool and a library to control ploop block devices
HOMEPAGE=http://wiki.openvz.org/Download/ploop;
SRC_URI=http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2;

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

DEPEND=
dev-libs/libxml2
virtual/pkgconfig


RDEPEND=dev-libs/libxml2
!sys-cluster/vzctl-4.8
sys-block/parted
sys-fs/e2fsprogs
sys-process/lsof
sys-apps/findutils


DOCS=( tools/README )

src_prepare() {
# Respect CFLAGS and CC, do not add debug by default
sed -i \
-e 's|CFLAGS =|CFLAGS +=|' \
-e '/CFLAGS/s/-g -O0 //' \
-e '/CFLAGS/s/-O2//' \
-e 's|CC=|CC?=|' \
-e 's/-Werror//' \
-e '/DEBUG=yes/d' \
-e '/LOCKDIR/s/var/run/' \
Makefile.inc || die 'sed on Makefile.inc failed'
# Avoid striping of binaries
sed -e '/INSTALL/{s: -s::}' -i tools/Makefile || die 'sed on 
tools/Makefile failed'

# respect AR and RANLIB, bug #452092
tc-export AR RANLIB
sed -i -e 's/ranlib/$(RANLIB)/' lib/Makefile || die 'sed on 
lib/Makefile failed'
}

src_compile() {
emake CC=$(tc-getCC) V=1 $(usex debug 'DEBUG' '' '=yes' '')
}

src_install() {
default
ldconfig -n ${D}/usr/$(get_libdir)/ || die
}






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

2015-05-01 Thread Mike Gilbert (floppym)
floppym 15/05/01 15:13:48

  Modified: ChangeLog profiles.desc
  Log:
  Add basic systemd profile for amd64

Revision  ChangesPath
1.9969   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9968
retrieving revision 1.9969
diff -u -r1.9968 -r1.9969
--- ChangeLog   1 May 2015 12:54:24 -   1.9968
+++ ChangeLog   1 May 2015 15:13:48 -   1.9969
@@ -1,11 +1,17 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9968 2015/05/01 
12:54:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9969 2015/05/01 
15:13:48 floppym 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!
 
+  01 May 2015; Mike Gilbert flop...@gentoo.org
+  +default/linux/amd64/13.0/systemd/eapi,
+  +default/linux/amd64/13.0/systemd/parent, default/linux/amd64/ChangeLog,
+  profiles.desc:
+  Add basic systemd profile for amd64
+
   01 May 2015; Andreas K. Huettel dilfri...@gentoo.org updates/2Q-2015:
   Fix capitalization of dev-perl/ExtUtils-Depends
 



1.259profiles/profiles.desc

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

Index: profiles.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/profiles.desc,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- profiles.desc   18 Apr 2015 23:35:43 -  1.258
+++ profiles.desc   1 May 2015 15:13:48 -   1.259
@@ -25,6 +25,7 @@
 amd64   default/linux/amd64/13.0/desktop/kde/systemd   stable
 amd64   default/linux/amd64/13.0/developer stable
 amd64   default/linux/amd64/13.0/no-multilib   dev
+amd64   default/linux/amd64/13.0/systemd   stable
 amd64   default/linux/amd64/13.0/x32   dev
 
 # ARM Profiles






[gentoo-commits] gentoo-x86 commit in profiles/default/linux/amd64/13.0/systemd: eapi parent

2015-05-01 Thread Mike Gilbert (floppym)
floppym 15/05/01 15:13:48

  Added:eapi parent
  Log:
  Add basic systemd profile for amd64

Revision  ChangesPath
1.1  profiles/default/linux/amd64/13.0/systemd/eapi

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/13.0/systemd/eapi?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/13.0/systemd/eapi?rev=1.1content-type=text/plain

Index: eapi
===
5



1.1  profiles/default/linux/amd64/13.0/systemd/parent

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/13.0/systemd/parent?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/13.0/systemd/parent?rev=1.1content-type=text/plain

Index: parent
===
..
../../../../../targets/systemd






[gentoo-commits] gentoo-x86 commit in profiles/default/linux/amd64: ChangeLog

2015-05-01 Thread Mike Gilbert (floppym)
floppym 15/05/01 15:13:48

  Modified: ChangeLog
  Log:
  Add basic systemd profile for amd64

Revision  ChangesPath
1.25 profiles/default/linux/amd64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/amd64/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   1 Feb 2015 18:51:52 -   1.24
+++ ChangeLog   1 May 2015 15:13:48 -   1.25
@@ -1,6 +1,10 @@
 # ChangeLog for the default/linux/amd64 profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v 
1.24 2015/02/01 18:51:52 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/ChangeLog,v 
1.25 2015/05/01 15:13:48 floppym Exp $
+
+  01 May 2015; Mike Gilbert flop...@gentoo.org +13.0/systemd/eapi,
+  +13.0/systemd/parent:
+  Add basic systemd profile
 
   01 Feb 2015; Michael Palimaka kensing...@gentoo.org 
+13.0/desktop/plasma/eapi,
   +13.0/desktop/plasma/parent, +13.0/desktop/plasma/systemd/eapi,






[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-session/files/

2015-05-01 Thread Ole Reifschneider
commit: 59a821aad81528229bfdb3338699360c849d8b73
Author: Ole Reifschneider tranquility AT gentoo DOT org
AuthorDate: Fri May  1 15:43:03 2015 +
Commit: Ole Reifschneider tranquility AT gentoo DOT org
CommitDate: Fri May  1 15:43:03 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=59a821aa

Fix missing file problem for gnome-session

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 7E8B4D42

 .../files/{defaults.list-r2 = defaults.list-r3}   | 278 ++---
 1 file changed, 139 insertions(+), 139 deletions(-)

diff --git a/gnome-base/gnome-session/files/defaults.list-r2 
b/gnome-base/gnome-session/files/defaults.list-r3
similarity index 67%
rename from gnome-base/gnome-session/files/defaults.list-r2
rename to gnome-base/gnome-session/files/defaults.list-r3
index 0d98512..6c62e32 100644
--- a/gnome-base/gnome-session/files/defaults.list-r2
+++ b/gnome-base/gnome-session/files/defaults.list-r3
@@ -6,10 +6,10 @@ 
text/richtext=abiword.desktop;libreoffice-writer.desktop;openoffice.org-writer.d
 
text/rtf=abiword.desktop;libreoffice-writer.desktop;openoffice.org-writer.desktop;
 text/x-abiword=abiword.desktop;
 text/x-xml-abiword=abiword.desktop;
-x-content/blank-bd=brasero-nautilus.desktop;
-x-content/blank-dvd=brasero-nautilus.desktop;
-x-content/blank-cd=brasero-nautilus.desktop;
-x-content/blank-hddvd=brasero-nautilus.desktop;
+x-content/blank-bd=brasero-org.gnome.Nautilus.desktop;
+x-content/blank-dvd=brasero-org.gnome.Nautilus.desktop;
+x-content/blank-cd=brasero-org.gnome.Nautilus.desktop;
+x-content/blank-hddvd=brasero-org.gnome.Nautilus.desktop;
 application/x-dia-diagram=dia.desktop;
 image/bmp=eog.desktop;
 image/gif=eog.desktop;
@@ -104,33 +104,33 @@ application/x-zip-compressed=org.gnome.FileRoller.desktop;
 application/x-zoo=org.gnome.FileRoller.desktop;
 application/zip=org.gnome.FileRoller.desktop;
 multipart/x-zip=org.gnome.FileRoller.desktop;
-text/plain=gedit.desktop;
-text/css=gedit.desktop;
-text/javascript=gedit.desktop;
-text/mathml=gedit.desktop;
-text/x-csrc=gedit.desktop;
-text/x-chdr=gedit.desktop;
-text/x-dtd=gedit.desktop;
-text/x-java=gedit.desktop;
-text/x-javascript=gedit.desktop;
-text/x-patch=gedit.desktop;
+text/plain=org.gnome.gedit.desktop;
+text/css=org.gnome.gedit.desktop;
+text/javascript=org.gnome.gedit.desktop;
+text/mathml=org.gnome.gedit.desktop;
+text/x-csrc=org.gnome.gedit.desktop;
+text/x-chdr=org.gnome.gedit.desktop;
+text/x-dtd=org.gnome.gedit.desktop;
+text/x-java=org.gnome.gedit.desktop;
+text/x-javascript=org.gnome.gedit.desktop;
+text/x-patch=org.gnome.gedit.desktop;
 text/x-perl=gedit.destkop
 text/x-php=gedit.destkop
 text/x-python=gedit.destkop
-text/x-sql=gedit.desktop;
-text/xml=gedit.desktop;
+text/x-sql=org.gnome.gedit.desktop;
+text/xml=org.gnome.gedit.desktop;
 application/javascript=gedit.destkop
-application/x-cgi=gedit.desktop;
-application/x-javascript=gedit.desktop;
-application/x-perl=gedit.desktop;
-application/x-php=gedit.desktop;
-application/x-python=gedit.desktop;
-application/xml=gedit.desktop;
-application/xml-dtd=gedit.desktop;
-application/x-font-ttf=gnome-font-viewer.desktop;
-application/x-font-pcf=gnome-font-viewer.desktop;
-application/x-font-type1=gnome-font-viewer.desktop;
-application/x-font-otf=gnome-font-viewer.desktop;
+application/x-cgi=org.gnome.gedit.desktop;
+application/x-javascript=org.gnome.gedit.desktop;
+application/x-perl=org.gnome.gedit.desktop;
+application/x-php=org.gnome.gedit.desktop;
+application/x-python=org.gnome.gedit.desktop;
+application/xml=org.gnome.gedit.desktop;
+application/xml-dtd=org.gnome.gedit.desktop;
+application/x-font-ttf=org.gnome.font-viewer.desktop;
+application/x-font-pcf=org.gnome.font-viewer.desktop;
+application/x-font-type1=org.gnome.font-viewer.desktop;
+application/x-font-otf=org.gnome.font-viewer.desktop;
 
application/csv=gnumeric.desktop;libreoffice-calc.desktop;openoffice.org-calc.desktop;
 
application/excel=gnumeric.desktop;libreoffice-calc.desktop;openoffice.org-calc.desktop;
 
application/msexcel=gnumeric.desktop;libreoffice-calc.desktop;openoffice.org-calc.desktop;
@@ -164,10 +164,10 @@ 
text/x-csv=gnumeric.desktop;libreoffice-calc.desktop;openoffice.org-calc.desktop
 zz-application/zz-winassoc-xls=gnumeric.desktop;
 x-content/software=nautilus-autorun-software.desktop;
 x-content/unix-software=nautilus-autorun-software.desktop;
-x-directory/gnome-default-handler=nautilus-folder-handler.desktop;nautilus.desktop;
-x-directory/normal=nautilus-folder-handler.desktop;nautilus.desktop;
-inode/directory=nautilus-folder-handler.desktop;nautilus.desktop;
-application/x-gnome-saved-search=nautilus-folder-handler.desktop;nautilus.desktop;
+x-directory/gnome-default-handler=nautilus-folder-handler.desktop;org.gnome.Nautilus.desktop;
+x-directory/normal=nautilus-folder-handler.desktop;org.gnome.Nautilus.desktop;
+inode/directory=nautilus-folder-handler.desktop;org.gnome.Nautilus.desktop;

[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: youtube-dl-2015.04.03.ebuild youtube-dl-2015.04.26.ebuild youtube-dl-2015.04.28.ebuild ChangeLog

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

  Modified: youtube-dl-2015.04.03.ebuild
youtube-dl-2015.04.26.ebuild
youtube-dl-2015.04.28.ebuild ChangeLog
  Log:
  Add epatch_user suppot (bug #546758)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  net-misc/youtube-dl/youtube-dl-2015.04.03.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.03.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.03.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.03.ebuild?r1=1.6r2=1.7

Index: youtube-dl-2015.04.03.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.03.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- youtube-dl-2015.04.03.ebuild26 Apr 2015 06:42:59 -  1.6
+++ youtube-dl-2015.04.03.ebuild1 May 2015 15:42:42 -   1.7
@@ -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/net-misc/youtube-dl/youtube-dl-2015.04.03.ebuild,v 1.6 
2015/04/26 06:42:59 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.03.ebuild,v 1.7 
2015/05/01 15:42:42 zlogene Exp $
 
 EAPI=5
 
@@ -25,6 +25,9 @@
 S=${WORKDIR}/${PN}
 
 src_prepare() {
+
+   epatch_user
+
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die



1.2  net-misc/youtube-dl/youtube-dl-2015.04.26.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.26.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.26.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.26.ebuild?r1=1.1r2=1.2

Index: youtube-dl-2015.04.26.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- youtube-dl-2015.04.26.ebuild28 Apr 2015 04:17:08 -  1.1
+++ youtube-dl-2015.04.26.ebuild1 May 2015 15:42:42 -   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/net-misc/youtube-dl/youtube-dl-2015.04.26.ebuild,v 1.1 
2015/04/28 04:17:08 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.26.ebuild,v 1.2 
2015/05/01 15:42:42 zlogene Exp $
 
 EAPI=5
 
@@ -25,6 +25,9 @@
 S=${WORKDIR}/${PN}
 
 src_prepare() {
+
+   epatch_user
+
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die



1.2  net-misc/youtube-dl/youtube-dl-2015.04.28.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.28.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.28.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.28.ebuild?r1=1.1r2=1.2

Index: youtube-dl-2015.04.28.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- youtube-dl-2015.04.28.ebuild29 Apr 2015 04:47:25 -  1.1
+++ youtube-dl-2015.04.28.ebuild1 May 2015 15:42:42 -   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/net-misc/youtube-dl/youtube-dl-2015.04.28.ebuild,v 1.1 
2015/04/29 04:47:25 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.04.28.ebuild,v 1.2 
2015/05/01 15:42:42 zlogene Exp $
 
 EAPI=5
 
@@ -25,6 +25,9 @@
 S=${WORKDIR}/${PN}
 
 src_prepare() {
+
+   epatch_user
+
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die



1.476net-misc/youtube-dl/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: ChangeLog

2015-05-01 Thread Mikle Kolyada (zlogene)
zlogene 15/05/01 15:44:03

  Modified: ChangeLog
  Log:
  Fix a typo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.477net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.477view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.477content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.476r2=1.477

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -r1.476 -r1.477
--- ChangeLog   1 May 2015 15:42:42 -   1.476
+++ ChangeLog   1 May 2015 15:44:03 -   1.477
@@ -1,10 +1,10 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.476 
2015/05/01 15:42:42 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.477 
2015/05/01 15:44:03 zlogene Exp $
 
   01 May 2015; Mikle Kolyada zlog...@gentoo.org youtube-dl-2015.04.03.ebuild,
   youtube-dl-2015.04.26.ebuild, youtube-dl-2015.04.28.ebuild:
-  Add epatch_user suppot (bug #546758)
+  Add epatch_user support (bug #546758)
 
 *youtube-dl-2015.04.28 (29 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-cluster/vzctl: vzctl-4.9.ebuild ChangeLog

2015-05-01 Thread Maxim Koltsov (maksbotan)
maksbotan15/05/01 14:10:03

  Modified: ChangeLog
  Added:vzctl-4.9.ebuild
  Log:
  Bump to 4.9, thanks to slepnoga
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.136sys-cluster/vzctl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.136view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.136content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?r1=1.135r2=1.136

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   24 Apr 2015 02:12:10 -  1.135
+++ ChangeLog   1 May 2015 14:10:03 -   1.136
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/vzctl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.135 
2015/04/24 02:12:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.136 
2015/05/01 14:10:03 maksbotan Exp $
+
+*vzctl-4.9 (01 May 2015)
+
+  01 May 2015; Maxim Koltsov maksbo...@gentoo.org +vzctl-4.9.ebuild:
+  Bump to 4.9, thanks to slepnoga
 
   24 Apr 2015; Patrick Lauer patr...@gentoo.org metadata.xml:
   Remove unused useflag description from metadata.xml



1.1  sys-cluster/vzctl/vzctl-4.9.ebuild

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

Index: vzctl-4.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.9.ebuild,v 1.1 
2015/05/01 14:10:03 maksbotan Exp $

EAPI=5

inherit base bash-completion-r1 eutils toolchain-funcs udev

DESCRIPTION=OpenVZ ConTainers control utility
HOMEPAGE=http://openvz.org/;
SRC_URI=http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc64 ~x86 -amd64-fbsd -sparc-fbsd -x86-fbsd
IUSE=+ploop  +vzmigrate

RDEPEND=net-firewall/iptables
sys-apps/ed
=sys-apps/iproute2-3.3.0
=sys-fs/vzquota-3.1
ploop? (
=sys-cluster/ploop-1.13
sys-block/parted
sys-fs/quota
dev-libs/libxml2
)
=dev-libs/libcgroup-0.38
vzmigrate? (
net-misc/openssh
net-misc/rsync[xattr,acl]
app-arch/tar[xattr,acl]
net-misc/bridge-utils
virtual/awk
)
virtual/udev


DEPEND=${RDEPEND}
virtual/pkgconfig


src_prepare() {

# Set default OSTEMPLATE on gentoo
sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on 
etc/dists/default failed'
# Set proper udev directory
sed -i -e s:/lib/udev:$(get_udevdir): src/lib/dev.c || die 'sed on 
src/lib/dev.c failed'
}

src_configure() {

econf \
--localstatedir=/var \
--enable-udev \
--enable-bashcomp \
--enable-logrotate \
--with-vz \
$(use_with ploop) \
--with-cgroup
}

src_install() {

emake DESTDIR=${D} udevdir=$(get_udevdir)/rules.d install 
install-gentoo

# install the bash-completion script into the right location
rm -rf ${ED}/etc/bash_completion.d
newbashcomp etc/bash_completion.d/vzctl.sh ${PN}

# We need to keep some dirs
keepdir /vz/{dump,lock,root,private,template/cache}
keepdir /etc/vz/names /var/lib/vzctl/veip
}

pkg_postinst() {
einfo This vzctl release required kernel above 2.6.32.92

einfo If you have checkpoint suspend/restore feature in vanilla kernel
einfo please install sys-process/criu 
einfo This is experimental and not stable ( in gentoo ) now

einfo if you have work with  .xz compressed template, please install 
app-arch/xz-utils
einfo if you have check signature donwloaded template - install gpg 
}






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

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 15:37:26

  Modified: gentoo-sources-3.18.11.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #540866).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  sys-kernel/gentoo-sources/gentoo-sources-3.18.11.ebuild

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

Index: gentoo-sources-3.18.11.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.18.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoo-sources-3.18.11.ebuild   21 Apr 2015 19:10:43 -  1.3
+++ gentoo-sources-3.18.11.ebuild   1 May 2015 15:37: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/sys-kernel/gentoo-sources/gentoo-sources-3.18.11.ebuild,v
 1.3 2015/04/21 19:10:43 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.18.11.ebuild,v
 1.4 2015/05/01 15:37:26 jer Exp $
 
 EAPI=5
 ETYPE=sources
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86
+KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86
 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
 IUSE=deblob experimental
 



1.1543   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1542
retrieving revision 1.1543
diff -u -r1.1542 -r1.1543
--- ChangeLog   29 Apr 2015 17:09:54 -  1.1542
+++ ChangeLog   1 May 2015 15:37:26 -   1.1543
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1542 2015/04/29 17:09:54 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1543 2015/05/01 15:37:26 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org gentoo-sources-3.18.11.ebuild:
+  Stable for PPC64 (bug #540866).
 
 *gentoo-sources-3.14.40 (29 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-3.10.5.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 15:37:29

  Modified: ChangeLog
  Added:totem-pl-parser-3.10.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.157dev-libs/totem-pl-parser/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.157view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.157content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.156r2=1.157

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog   15 Mar 2015 13:18:56 -  1.156
+++ ChangeLog   1 May 2015 15:37:29 -   1.157
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.156 
2015/03/15 13:18:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.157 
2015/05/01 15:37:29 eva Exp $
+
+*totem-pl-parser-3.10.5 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org
+  +totem-pl-parser-3.10.5.ebuild:
+  Version bump.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org totem-pl-parser-3.10.4.ebuild:
   x86 stable, bug 534012



1.1  dev-libs/totem-pl-parser/totem-pl-parser-3.10.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-3.10.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-3.10.5.ebuild?rev=1.1content-type=text/plain

Index: totem-pl-parser-3.10.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-3.10.5.ebuild,v
 1.1 2015/05/01 15:37:29 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=Playlist parsing library
HOMEPAGE=http://developer.gnome.org/totem-pl-parser/stable/;

LICENSE=LGPL-2+
SLOT=0/18
IUSE=archive crypt +introspection +quvi test
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd

RDEPEND=
=dev-libs/glib-2.31:2
dev-libs/gmime:2.6
=net-libs/libsoup-2.43:2.4
archive? ( =app-arch/libarchive-3 )
crypt? ( dev-libs/libgcrypt:0 )
introspection? ( =dev-libs/gobject-introspection-0.9.5 )
quvi? ( =media-libs/libquvi-0.9.1:0= )

DEPEND=${RDEPEND}
!media-video/totem-2.21
=dev-util/intltool-0.35
=dev-util/gtk-doc-am-1.14
=sys-devel/gettext-0.17
virtual/pkgconfig
test? (
gnome-base/gvfs[http]
sys-apps/dbus )

# eautoreconf needs:
#   dev-libs/gobject-introspection-common
#   =gnome-base/gnome-common-3.6

src_prepare() {
# Disable tests requiring network access, bug #346127
# 3rd test fails on upgrade, not once installed
sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \
-e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' 
\
-e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1/:'\
-i plparse/tests/parser.c || die sed failed

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
--disable-static \
$(use_enable archive libarchive) \
$(use_enable crypt libgcrypt) \
$(use_enable quvi) \
$(use_enable introspection)
}

src_test() {
# This is required as told by upstream in bgo#629542
GVFS_DISABLE_FUSE=1 dbus-launch emake check || die emake check failed
}






[gentoo-commits] gentoo-x86 commit in dev-cpp/gtksourceviewmm: gtksourceviewmm-3.12.0.ebuild ChangeLog

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 15:39:18

  Modified: ChangeLog
  Added:gtksourceviewmm-3.12.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.34 dev-cpp/gtksourceviewmm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   27 Apr 2014 09:34:15 -  1.33
+++ ChangeLog   1 May 2015 15:39:18 -   1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/gtksourceviewmm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.33 
2014/04/27 09:34:15 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.34 
2015/05/01 15:39:18 eva Exp $
+
+*gtksourceviewmm-3.12.0 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gtksourceviewmm-3.12.0.ebuild:
+  Version bump.
 
   27 Apr 2014; Pacho Ramos pa...@gentoo.org gtksourceviewmm-3.2.0.ebuild:
   Move to ~ppc as they won't stabilize newer deps



1.1  dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild

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

Index: gtksourceviewmm-3.12.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.12.0.ebuild,v 
1.1 2015/05/01 15:39:18 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 eutils

DESCRIPTION=C++ bindings for gtksourceview
HOMEPAGE=http://projects.gnome.org/gtksourceviewmm/;

KEYWORDS=~amd64 ~ppc ~x86
IUSE=doc
SLOT=3.0
LICENSE=LGPL-2.1

RDEPEND=
=dev-cpp/glibmm-2.28:2
=dev-cpp/gtkmm-3.2:3.0
=x11-libs/gtksourceview-3.12:3.0

dev-cpp/atkmm
dev-cpp/cairomm
dev-cpp/pangomm:1.4

DEPEND=${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )


src_configure() {
DOCS=AUTHORS ChangeLog* NEWS README
gnome2_src_configure $(use_enable doc documentation)
}






[gentoo-commits] gentoo-x86 commit in net-libs/libpcap: libpcap-1.7.3.ebuild ChangeLog libpcap-1.6.2.ebuild libpcap-1.7.2.ebuild

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 15:47:41

  Modified: ChangeLog
  Added:libpcap-1.7.3.ebuild
  Removed:  libpcap-1.6.2.ebuild libpcap-1.7.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.222net-libs/libpcap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.222view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.222content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.221r2=1.222

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog   28 Apr 2015 05:48:17 -  1.221
+++ ChangeLog   1 May 2015 15:47:41 -   1.222
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libpcap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.221 
2015/04/28 05:48:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.222 
2015/05/01 15:47:41 jer Exp $
+
+*libpcap-1.7.3 (01 May 2015)
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org -libpcap-1.6.2.ebuild,
+  -libpcap-1.7.2.ebuild, +libpcap-1.7.3.ebuild:
+  Version bump.
 
   28 Apr 2015; Jeroen Roovers j...@gentoo.org libpcap-1.6.2-r1.ebuild:
   Stable for PPC64 (bug #526030).



1.1  net-libs/libpcap/libpcap-1.7.3.ebuild

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

Index: libpcap-1.7.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.7.3.ebuild,v 1.1 
2015/05/01 15:47:41 jer Exp $

EAPI=5
inherit autotools eutils multilib-minimal

DESCRIPTION=A system-independent library for user-level network packet capture
HOMEPAGE=http://www.tcpdump.org/;
SRC_URI=http://www.tcpdump.org/release/${P}.tar.gz
http://www.jp.tcpdump.org/release/${P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
IUSE=bluetooth dbus ipv6 netlink static-libs canusb

RDEPEND=
bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )
dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
netlink? ( dev-libs/libnl:3[${MULTILIB_USEDEP}] )
canusb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )

DEPEND=${RDEPEND}
sys-devel/flex
virtual/yacc
dbus? ( virtual/pkgconfig[${MULTILIB_USEDEP}] )


src_prepare() {
epatch ${FILESDIR}/${PN}-1.2.0-cross-linux.patch
epatch ${FILESDIR}/${PN}-1.6.1-configure.patch
epatch ${FILESDIR}/${PN}-1.6.1-prefix-solaris.patch
epatch ${FILESDIR}/${PN}-1.7.2-libnl.patch
epatch ${FILESDIR}/${PN}-1.7.2-scanner.patch

mkdir bluetooth || die
cp ${FILESDIR}/mgmt.h bluetooth/ || die

eautoreconf
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
$(use_enable bluetooth) \
$(use_enable ipv6) \
$(use_enable canusb) \
$(use_enable dbus) \
$(use_with netlink libnl)
}

multilib_src_compile() {
emake all shared
}

multilib_src_install_all() {
dodoc CREDITS CHANGES VERSION TODO README{,.dag,.linux,.macosx,.septel}

# remove static libraries (--disable-static does not work)
if ! use static-libs; then
find ${ED} -name '*.a' -exec rm {} + || die
fi
prune_libtool_files

# We need this to build pppd on G/FBSD systems
if [[ ${USERLAND} == BSD ]]; then
insinto /usr/include
doins pcap-int.h
fi
}






[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-session/files/

2015-05-01 Thread Ole Reifschneider
commit: d03307987f872ed43e8a975eb4583188d5c5a5dc
Author: Ole Reifschneider tranquility AT gentoo DOT org
AuthorDate: Fri May  1 15:52:06 2015 +
Commit: Ole Reifschneider tranquility AT gentoo DOT org
CommitDate: Fri May  1 15:52:06 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d0330798

Add another missing file for gnome-session

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 7E8B4D42

 gnome-base/gnome-session/files/90-xcursor-theme-gnome | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/gnome-base/gnome-session/files/90-xcursor-theme-gnome 
b/gnome-base/gnome-session/files/90-xcursor-theme-gnome
new file mode 100644
index 000..13bc453
--- /dev/null
+++ b/gnome-base/gnome-session/files/90-xcursor-theme-gnome
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if [ $DESKTOP_SESSION = gnome -o $DESKTOP_SESSION = cinnamon ]; then
+XCURSOR_THEME=`dconf read /org/gnome/desktop/interface/cursor-theme` 2 
/dev/null
+if [ x$XCURSOR_THEME = x ]; then
+export XCURSOR_THEME=Adwaita
+else
+# 'dconf read' wraps string output in single quotes
+eval export XCURSOR_THEME=$XCURSOR_THEME
+fi
+fi



[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/akismet/

2015-05-01 Thread Jorge Manuel B. S. Vicetto
commit: 3fe52c59bb207485b3f4742ebfe8c89aa39ced2d
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) jmbsvicetto AT gentoo 
DOT org
AuthorDate: Fri May  1 14:00:38 2015 +
Commit: Jorge Manuel B. S. Vicetto jmbsvicetto AT gentoo DOT org
CommitDate: Fri May  1 14:00:38 2015 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=3fe52c59

Move the akismet key include to wp-config.php.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) jmbsvicetto AT 
gentoo.org

 plugins/akismet/class.akismet.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/akismet/class.akismet.php 
b/plugins/akismet/class.akismet.php
index 97e915b..144f103 100644
--- a/plugins/akismet/class.akismet.php
+++ b/plugins/akismet/class.akismet.php
@@ -53,7 +53,6 @@ class Akismet {
}
 
public static function get_api_key() {
-   include '/var/www/blogs.gentoo.org/secrets/wp-apikey.php';
return apply_filters( 'akismet_get_api_key', 
defined('WPCOM_API_KEY') ? constant('WPCOM_API_KEY') : 
get_option('wordpress_api_key') );
}
 



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-session/

2015-05-01 Thread Ole Reifschneider
commit: ca31ccdb82a4332695c60482776c82d60c361fb5
Author: Ole Reifschneider tranquility AT gentoo DOT org
AuthorDate: Fri May  1 14:31:33 2015 +
Commit: Ole Reifschneider tranquility AT gentoo DOT org
CommitDate: Fri May  1 14:31:33 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ca31ccdb

Bump gnome-session to 3.16.0

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 7E8B4D42

 ...ion-.ebuild = gnome-session-3.16.0.ebuild} | 30 +++---
 gnome-base/gnome-session/gnome-session-.ebuild | 19 +-
 2 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/gnome-base/gnome-session/gnome-session-.ebuild 
b/gnome-base/gnome-session/gnome-session-3.16.0.ebuild
similarity index 79%
copy from gnome-base/gnome-session/gnome-session-.ebuild
copy to gnome-base/gnome-session/gnome-session-3.16.0.ebuild
index 2e040da..8a5b21e 100644
--- a/gnome-base/gnome-session/gnome-session-.ebuild
+++ b/gnome-base/gnome-session/gnome-session-3.16.0.ebuild
@@ -1,25 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-3.14.0-r2.ebuild,v
 1.1 2015/03/22 17:50:31 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
 
 inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION=Gnome session manager
 HOMEPAGE=https://git.gnome.org/browse/gnome-session;
 
 LICENSE=GPL-2 LGPL-2 FDL-1.1
 SLOT=0
-if [[ ${PV} =  ]]; then
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=doc elibc_FreeBSD gconf ipv6 systemd
 
 # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
@@ -31,7 +24,6 @@ COMMON_DEPEND=
x11-libs/gdk-pixbuf:2
=x11-libs/gtk+-2.90.7:3
=dev-libs/json-glib-0.10
-   =dev-libs/dbus-glib-0.76
=gnome-base/gnome-desktop-3.9.91:3=
elibc_FreeBSD? ( dev-libs/libexecinfo )
 
@@ -60,7 +52,10 @@ RDEPEND=${COMMON_DEPEND}
=gnome-base/gsettings-desktop-schemas-0.1.7
=x11-themes/gnome-themes-standard-2.91.92
sys-apps/dbus[X]
-   !systemd? ( sys-auth/consolekit )
+   !systemd? (
+   sys-auth/consolekit
+   =dev-libs/dbus-glib-0.76
+   )
 
 DEPEND=${COMMON_DEPEND}
=dev-lang/perl-5
@@ -87,6 +82,7 @@ src_configure() {
$(use_enable gconf) \
$(use_enable ipv6) \
$(use_enable systemd) \
+   $(use_enable !systemd consolekit) \
UPOWER_CFLAGS= \
UPOWER_LIBS=
# gnome-session-selector pre-generated man page is missing
@@ -100,9 +96,8 @@ src_install() {
exeinto /etc/X11/Sessions
doexe ${FILESDIR}/Gnome
 
-   dodir /usr/share/gnome/applications/
-   insinto /usr/share/gnome/applications/
-   newins ${FILESDIR}/defaults.list-r2 defaults.list
+   insinto /usr/share/applications
+   newins ${FILESDIR}/defaults.list-r3 gnome-mimeapps.list
 
dodir /etc/X11/xinit/xinitrc.d/
exeinto /etc/X11/xinit/xinitrc.d/
@@ -110,6 +105,11 @@ src_install() {
 
# This should be done here as discussed in bug #270852
newexe ${FILESDIR}/10-user-dirs-update-gnome-r1 
10-user-dirs-update-gnome
+
+   # Set XCURSOR_THEME from current dconf setting instead of installing
+   # default cursor symlink globally and affecting other DEs (bug #543488)
+   # https://bugzilla.gnome.org/show_bug.cgi?id=711703
+   newexe ${FILESDIR}/90-xcursor-theme-gnome 90-xcursor-theme-gnome
 }
 
 pkg_postinst() {

diff --git a/gnome-base/gnome-session/gnome-session-.ebuild 
b/gnome-base/gnome-session/gnome-session-.ebuild
index 2e040da..0a00fd7 100644
--- a/gnome-base/gnome-session/gnome-session-.ebuild
+++ b/gnome-base/gnome-session/gnome-session-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -31,7 +31,6 @@ COMMON_DEPEND=
x11-libs/gdk-pixbuf:2
=x11-libs/gtk+-2.90.7:3
=dev-libs/json-glib-0.10
-   =dev-libs/dbus-glib-0.76
=gnome-base/gnome-desktop-3.9.91:3=
elibc_FreeBSD? ( dev-libs/libexecinfo )
 
@@ -60,7 +59,10 @@ RDEPEND=${COMMON_DEPEND}
=gnome-base/gsettings-desktop-schemas-0.1.7
=x11-themes/gnome-themes-standard-2.91.92
sys-apps/dbus[X]
-   !systemd? ( sys-auth/consolekit )
+   !systemd? (
+   sys-auth/consolekit
+   =dev-libs/dbus-glib-0.76
+   )
 
 DEPEND=${COMMON_DEPEND}

[gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox: ChangeLog rhythmbox-3.2.1.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 15:06:54

  Modified: ChangeLog
  Added:rhythmbox-3.2.1.ebuild
  Log:
  Version bump, bug #545886.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.270media-sound/rhythmbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.270view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.270content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.269r2=1.270

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog   8 Apr 2015 17:59:43 -   1.269
+++ ChangeLog   1 May 2015 15:06:54 -   1.270
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/rhythmbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.269 
2015/04/08 17:59:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.270 
2015/05/01 15:06:54 eva Exp $
+
+*rhythmbox-3.2.1 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org +rhythmbox-3.2.1.ebuild:
+  Version bump, bug #545886.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org rhythmbox-3.0.3.ebuild:
   Drop old Python implementations



1.1  media-sound/rhythmbox/rhythmbox-3.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.2.1.ebuild?rev=1.1content-type=text/plain

Index: rhythmbox-3.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.2.1.ebuild,v 1.1 
2015/05/01 15:06:54 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python3_{3,4} )
PYTHON_REQ_USE=xml

inherit eutils gnome2 python-r1 multilib virtualx

DESCRIPTION=Music management and playback software for GNOME
HOMEPAGE=https://wiki.gnome.org/Apps/Rhythmbox;

LICENSE=GPL-2
SLOT=0
IUSE=cdr daap dbus +libsecret html ipod libnotify lirc mtp nsplugin +python
test +udev upnp-av visualizer webkit zeitgeist

KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

REQUIRED_USE=
ipod? ( udev )
mtp? ( udev )
dbus? ( python )
webkit? ( python )
python? ( ^^ ( $(python_gen_useflags '*') ) )


# Tests failing for years without upstream caring at all
# upstream bug #688745
RESTRICT=test

# FIXME: double check what to do with fm-radio plugin
# webkit-gtk-1.10 is needed because it uses gstreamer-1.0
COMMON_DEPEND=
=dev-libs/glib-2.34:2
=dev-libs/libxml2-2.7.8:2
=x11-libs/gtk+-3.6:3[X,introspection]
=x11-libs/gdk-pixbuf-2.18:2
=dev-libs/gobject-introspection-0.10
=dev-libs/libpeas-0.7.3[gtk,python?]
=dev-libs/totem-pl-parser-3.2
=net-libs/libsoup-2.34:2.4
media-libs/gst-plugins-base:1.0[introspection]
media-libs/gstreamer:1.0[introspection]
=sys-libs/tdb-1.2.6
dev-libs/json-glib

visualizer? (
=media-libs/clutter-1.8:1.0
=media-libs/clutter-gst-1.9.92:2.0
=media-libs/clutter-gtk-1.0:1.0
=x11-libs/mx-1.0.1:1.0
media-plugins/gst-plugins-libvisual:1.0 )
cdr? ( =app-cdr/brasero-2.91.90 )
daap? (
=net-libs/libdmapsharing-2.9.19:3.0
media-plugins/gst-plugins-soup:1.0 )
libsecret? ( =app-crypt/libsecret-0.18 )
html? ( =net-libs/webkit-gtk-1.10:3 )
libnotify? ( =x11-libs/libnotify-0.7.0 )
lirc? ( app-misc/lirc )
python? ( =dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] )
udev? (
virtual/libgudev:=
ipod? ( =media-libs/libgpod-0.7.92[udev] )
mtp? ( =media-libs/libmtp-0.3 ) )
zeitgeist? ( gnome-extra/zeitgeist )

RDEPEND=${COMMON_DEPEND}
media-plugins/gst-plugins-soup:1.0
media-plugins/gst-plugins-libmms:1.0
|| (
media-plugins/gst-plugins-cdparanoia:1.0
media-plugins/gst-plugins-cdio:1.0 )
media-plugins/gst-plugins-meta:1.0
media-plugins/gst-plugins-taglib:1.0
x11-themes/gnome-icon-theme-symbolic
upnp-av? (
=media-libs/grilo-0.2:0.2
=media-plugins/grilo-plugins-0.2:0.2[upnp-av] )
python? (
=dev-libs/libpeas-0.7.3[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in profiles/default/linux/amd64/13.0/systemd: - New directory

2015-05-01 Thread Mike Gilbert (floppym)
floppym 15/05/01 15:12:15

  Log:
  Directory /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/13.0/systemd 
added to the repository



[gentoo-commits] gentoo-x86 commit in gnome-base/gsettings-desktop-schemas: ChangeLog gsettings-desktop-schemas-3.14.2.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 15:30:17

  Modified: ChangeLog
  Added:gsettings-desktop-schemas-3.14.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.91 gnome-base/gsettings-desktop-schemas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   29 Mar 2015 10:37:24 -  1.90
+++ ChangeLog   1 May 2015 15:30:17 -   1.91
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gsettings-desktop-schemas
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog,v 1.90 
2015/03/29 10:37:24 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/ChangeLog,v 1.91 
2015/05/01 15:30:17 eva Exp $
+
+*gsettings-desktop-schemas-3.14.2 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gsettings-desktop-schemas-3.14.2.ebuild:
+  Version bump.
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org
   gsettings-desktop-schemas-3.14.1.ebuild:



1.1  
gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14.2.ebuild?rev=1.1content-type=text/plain

Index: gsettings-desktop-schemas-3.14.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14.2.ebuild,v
 1.1 2015/05/01 15:30:17 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=Collection of GSettings schemas for GNOME desktop
HOMEPAGE=https://git.gnome.org/browse/gsettings-desktop-schemas;

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

RDEPEND=
=dev-libs/glib-2.31:2
introspection? ( =dev-libs/gobject-introspection-1.31.0 )
!gnome-base/gdm-3.8

DEPEND=${RDEPEND}
=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig


src_configure() {
DOCS=AUTHORS HACKING NEWS README
gnome2_src_configure $(use_enable introspection)
}






[gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.7.5.ebuild ChangeLog

2015-05-01 Thread Mikle Kolyada (zlogene)
zlogene 15/05/01 15:30:39

  Modified: patch-2.7.5.ebuild ChangeLog
  Log:
  x86 stable wrt bug #548120
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  sys-devel/patch/patch-2.7.5.ebuild

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

Index: patch-2.7.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- patch-2.7.5.ebuild  1 May 2015 12:16:12 -   1.3
+++ patch-2.7.5.ebuild  1 May 2015 15:30:39 -   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/sys-devel/patch/patch-2.7.5.ebuild,v 1.3 
2015/05/01 12:16:12 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.5.ebuild,v 1.4 
2015/05/01 15:30:39 zlogene Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~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=static test xattr
 
 RDEPEND=xattr? ( sys-apps/attr )



1.86 sys-devel/patch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   1 May 2015 12:16:12 -   1.85
+++ ChangeLog   1 May 2015 15:30:39 -   1.86
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.85 2015/05/01 
12:16:12 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.86 2015/05/01 
15:30:39 zlogene Exp $
+
+  01 May 2015; Mikle Kolyada zlog...@gentoo.org patch-2.7.5.ebuild:
+  x86 stable wrt bug #548120
 
   01 May 2015; Mikle Kolyada zlog...@gentoo.org patch-2.7.5.ebuild:
   amd64 stable wrt bug #548120






[gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-5.34.26.ebuild

2015-05-01 Thread Andrew Savchenko (bircoph)
bircoph 15/05/01 15:30:02

  Modified: ChangeLog root-5.34.26.ebuild
  Log:
  Update pythia-8 dependency
  
  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.146sci-physics/root/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.146view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.146content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.145r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   15 Apr 2015 08:48:36 -  1.145
+++ ChangeLog   1 May 2015 15:30:02 -   1.146
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/root
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.145 
2015/04/15 08:48:36 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.146 
2015/05/01 15:30:02 bircoph Exp $
+
+  01 May 2015; Andrew Savchenko birc...@gentoo.org root-5.34.26.ebuild:
+  5.34.26 have no support for pythia-8.2
 
   15 Apr 2015; Andrew Savchenko birc...@gentoo.org root-6.02.05-r2.ebuild:
   Set ROOTSYS during make install, since a different value (e.g. from



1.4  sci-physics/root/root-5.34.26.ebuild

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

Index: root-5.34.26.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- root-5.34.26.ebuild 25 Mar 2015 21:32:36 -  1.3
+++ root-5.34.26.ebuild 1 May 2015 15:30:02 -   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-physics/root/root-5.34.26.ebuild,v 1.3 
2015/03/25 21:32:36 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v 1.4 
2015/05/01 15:30:02 bircoph Exp $
 
 EAPI=5
 
@@ -93,7 +93,7 @@
oracle? ( dev-db/oracle-instantclient-basic:0= )
postgres? ( dev-db/postgresql:= )
pythia6? ( sci-physics/pythia:6= )
-   pythia8? ( =sci-physics/pythia-8.1.80:8= )
+   pythia8? ( =sci-physics/pythia-8.1.80:8= 
sci-physics/pythia-8.2.0:8= )
python? ( ${PYTHON_DEPS} )
ruby? (
dev-lang/ruby:=






[gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: tcpdump-4.7.4.ebuild ChangeLog tcpdump-4.7.3.ebuild

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 15:48:21

  Modified: ChangeLog
  Added:tcpdump-4.7.4.ebuild
  Removed:  tcpdump-4.7.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.212net-analyzer/tcpdump/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.212view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.212content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?r1=1.211r2=1.212

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog   11 Mar 2015 08:11:12 -  1.211
+++ ChangeLog   1 May 2015 15:48:21 -   1.212
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/tcpdump
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.211 
2015/03/11 08:11:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.212 
2015/05/01 15:48:21 jer Exp $
+
+*tcpdump-4.7.4 (01 May 2015)
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org -tcpdump-4.7.3.ebuild,
+  +tcpdump-4.7.4.ebuild:
+  Version bump.
 
 *tcpdump-4.7.3 (11 Mar 2015)
 



1.1  net-analyzer/tcpdump/tcpdump-4.7.4.ebuild

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

Index: tcpdump-4.7.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.7.4.ebuild,v 
1.1 2015/05/01 15:48:21 jer Exp $

EAPI=5
inherit flag-o-matic toolchain-funcs user

DESCRIPTION=A Tool for network monitoring and data acquisition
HOMEPAGE=http://www.tcpdump.org/;
SRC_URI=http://www.tcpdump.org/release/${P}.tar.gz
http://www.jp.tcpdump.org/release/${P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux
IUSE=+drop-root smi ssl ipv6 samba suid test

RDEPEND=
drop-root? ( sys-libs/libcap-ng )
net-libs/libpcap
smi? ( net-libs/libsmi )
ssl? ( =dev-libs/openssl-0.9.6m )

DEPEND=
${RDEPEND}
drop-root? ( virtual/pkgconfig )
test? (
|| ( app-arch/sharutils sys-freebsd/freebsd-ubin )
dev-lang/perl
)


pkg_setup() {
if use drop-root || use suid; then
enewgroup tcpdump
enewuser tcpdump -1 -1 -1 tcpdump
fi
}

src_configure() {
# tcpdump needs some optimization. see bug #108391
# but do not replace -Os
filter-flags -O[0-9]
has -O? ${CFLAGS} || append-cflags -O2

filter-flags -finline-functions

if use drop-root; then
append-cppflags -DHAVE_CAP_NG_H
export LIBS=$( $(tc-getPKG_CONFIG) --libs libcap-ng )
fi

econf \
$(use_enable ipv6) \
$(use_enable samba smb) \
$(use_with drop-root chroot '') \
$(use_with smi) \
$(use_with ssl crypto ${EPREFIX}/usr) \
$(usex drop-root --with-user=tcpdump )
}

src_test() {
if [[ ${EUID} -ne 0 ]] || ! use drop-root; then
sed -i -e '/^\(espudp1\|eapon1\)/d;' tests/TESTLIST || die
emake check
else
ewarn If you want to run the test suite, make sure you either
ewarn set FEATURES=userpriv or set USE=-drop-root
fi
}

src_install() {
dosbin tcpdump
doman tcpdump.1
dodoc *.awk
dodoc CHANGES CREDITS README.md

if use suid; then
fowners root:tcpdump /usr/sbin/tcpdump
fperms 4110 /usr/sbin/tcpdump
fi
}

pkg_preinst() {
if use drop-root || use suid; then
enewgroup tcpdump
enewuser tcpdump -1 -1 -1 tcpdump
fi
}

pkg_postinst() {
use suid  elog To let normal users run tcpdump add them into tcpdump 
group.
}






[gentoo-commits] gentoo-x86 commit in dev-libs/jsoncpp: jsoncpp-0.10.2.ebuild ChangeLog

2015-05-01 Thread Michal Gorny (mgorny)
mgorny  15/05/01 14:50:46

  Modified: ChangeLog
  Added:jsoncpp-0.10.2.ebuild
  Log:
  Version bump. Fixes handling of embedded NUL bytes.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.16 dev-libs/jsoncpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   13 Apr 2015 19:22:49 -  1.15
+++ ChangeLog   1 May 2015 14:50:46 -   1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/jsoncpp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v 1.15 
2015/04/13 19:22:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v 1.16 
2015/05/01 14:50:46 mgorny Exp $
+
+*jsoncpp-0.10.2 (01 May 2015)
+
+  01 May 2015; Michał Górny mgo...@gentoo.org +jsoncpp-0.10.2.ebuild:
+  Version bump. Fixes handling of embedded NUL bytes.
 
   13 Apr 2015; Mike Frysinger vap...@gentoo.org jsoncpp-0.10.1.ebuild:
   Add mips love.



1.1  dev-libs/jsoncpp/jsoncpp-0.10.2.ebuild

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

Index: jsoncpp-0.10.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/jsoncpp-0.10.2.ebuild,v 1.1 
2015/05/01 14:50:46 mgorny Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit cmake-utils python-any-r1

DESCRIPTION=C++ JSON reader and writer
HOMEPAGE=https://github.com/open-source-parsers/jsoncpp;
SRC_URI=https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=|| ( public-domain MIT )
SLOT=0
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~mips ~x86
IUSE=doc test

DEPEND=
doc? (
app-doc/doxygen
${PYTHON_DEPS}
)
test? (
${PYTHON_DEPS}
)
RDEPEND=

pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup
fi
}

src_configure() {
local mycmakeargs=(
-DJSONCPP_WITH_TESTS=$(usex test)
-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
-DJSONCPP_WITH_CMAKE_PACKAGE=ON

-DBUILD_SHARED_LIBS=ON
# Follow Debian, Ubuntu, Arch convention for headers location
# bug #452234
-DINCLUDE_INSTALL_DIR=${EPREFIX}/usr/include/jsoncpp
)

cmake-utils_src_configure
}

src_compile() {
cmake-utils_src_compile

if use doc; then
${EPYTHON} doxybuild.py --doxygen=/usr/bin/doxygen || die
fi
}

src_test() {
emake -C ${BUILD_DIR} jsoncpp_check
}

src_install() {
cmake-utils_src_install

if use doc; then
dohtml dist/doxygen/jsoncpp*/*
fi
}






[gentoo-commits] proj/openrc:master commit in: mk/

2015-05-01 Thread William Hubbs
commit: 9225bfa6918cfd488c8f1055cf986b542f1f157e
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Fri May  1 15:14:31 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri May  1 15:14:31 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=9225bfa6

Build: make snapshot remove .git directory from tarball

 mk/dist.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/dist.mk b/mk/dist.mk
index 13ec40a..a986e60 100644
--- a/mk/dist.mk
+++ b/mk/dist.mk
@@ -34,7 +34,7 @@ snapshot:
mkdir /tmp/${SNAPDIR}
cp -RPp * /tmp/${SNAPDIR}
(cd /tmp/${SNAPDIR}; make clean)
-   find /tmp/${SNAPDIR} -name .svn -exec rm -rf -- {} \; 2/dev/null || 
true
+   rm -rf /tmp/${SNAPDIR}/.git 2/dev/null || true
tar -cvjpf ${SNAPFILE} -C /tmp ${SNAPDIR}
rm -rf /tmp/${SNAPDIR}
ls -l ${SNAPFILE}



[gentoo-commits] gentoo-x86 commit in net-fs/openafs: metadata.xml ChangeLog

2015-05-01 Thread Andrew Savchenko (bircoph)
bircoph 15/05/01 15:34:04

  Modified: metadata.xml ChangeLog
  Log:
  Remove inactive proxied maintainer: no activity for over a year, no reply for 
pings since 19.02.2015.
  
  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.11 net-fs/openafs/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs/metadata.xml?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs/metadata.xml?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs/metadata.xml?r1=1.10r2=1.11

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/openafs/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml22 Mar 2015 21:09:06 -  1.10
+++ metadata.xml1 May 2015 15:34:04 -   1.11
@@ -17,11 +17,6 @@
nameAndrew Savchenko/name
descriptionmaintainer, please CC on bugs/description
 /maintainer
-maintainer
-   emailandrej.filip...@ijs.si/email
-   nameAndrej Filipcic/name
-   descriptioninactive maintainer/description
-/maintainer
 use
flag name='modules'Build libafs kernel module. Disable only if you 
know
what you're doing: without this module OpenAFS client will not 
work./flag



1.207net-fs/openafs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   25 Mar 2015 02:37:58 -  1.206
+++ ChangeLog   1 May 2015 15:34:04 -   1.207
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/openafs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.206 2015/03/25 
02:37:58 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.207 2015/05/01 
15:34:04 bircoph Exp $
+
+  01 May 2015; Andrew Savchenko birc...@gentoo.org metadata.xml:
+  Remove inactive maintainer.
 
   25 Mar 2015; Andrew Savchenko birc...@gentoo.org -openafs-1.6.5-r1.ebuild:
   Remove old vulnerable version.






[gentoo-commits] gentoo-x86 commit in net-fs/openafs-kernel: metadata.xml ChangeLog

2015-05-01 Thread Andrew Savchenko (bircoph)
bircoph 15/05/01 15:35:54

  Modified: metadata.xml ChangeLog
  Log:
  Remove inactive proxied maintainer: no activity for over a year, no reply for 
pings since 19.02.2015.
  
  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.8  net-fs/openafs-kernel/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs-kernel/metadata.xml?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs-kernel/metadata.xml?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs-kernel/metadata.xml?r1=1.7r2=1.8

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml17 Mar 2015 18:47:57 -  1.7
+++ metadata.xml1 May 2015 15:35:54 -   1.8
@@ -17,9 +17,4 @@
nameAndrew Savchenko/name
descriptionmaintainer, please CC on bugs/description
 /maintainer
-maintainer
-   emailandrej.filip...@ijs.si/email
-   nameAndrej Filipcic/name
-   descriptioninactive maintainer/description
-/maintainer
 /pkgmetadata



1.170net-fs/openafs-kernel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs-kernel/ChangeLog?rev=1.170view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs-kernel/ChangeLog?rev=1.170content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/openafs-kernel/ChangeLog?r1=1.169r2=1.170

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   25 Mar 2015 02:39:08 -  1.169
+++ ChangeLog   1 May 2015 15:35:54 -   1.170
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/openafs-kernel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/ChangeLog,v 1.169 
2015/03/25 02:39:08 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/ChangeLog,v 1.170 
2015/05/01 15:35:54 bircoph Exp $
+
+  01 May 2015; Andrew Savchenko birc...@gentoo.org metadata.xml:
+  Remove inactive maintainer.
 
   25 Mar 2015; Andrew Savchenko birc...@gentoo.org
   -openafs-kernel-1.6.5-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-cpp/pangomm: pangomm-2.36.0.ebuild ChangeLog

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 15:51:21

  Modified: ChangeLog
  Added:pangomm-2.36.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.80 dev-cpp/pangomm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/ChangeLog?rev=1.80view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/ChangeLog?rev=1.80content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pangomm/ChangeLog?r1=1.79r2=1.80

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   29 Mar 2015 10:23:48 -  1.79
+++ ChangeLog   1 May 2015 15:51:20 -   1.80
@@ -1,6 +1,11 @@
 # ChangeLog for dev-cpp/pangomm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/ChangeLog,v 1.79 2015/03/29 
10:23:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/ChangeLog,v 1.80 2015/05/01 
15:51:20 eva Exp $
+
+*pangomm-2.36.0 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org +pangomm-2.36.0.ebuild:
+  Version bump.
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org pangomm-2.34.0-r1.ebuild:
   Stable for HPPA (bug #534012).



1.1  dev-cpp/pangomm/pangomm-2.36.0.ebuild

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

Index: pangomm-2.36.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pangomm/pangomm-2.36.0.ebuild,v 1.1 
2015/05/01 15:51:20 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 multilib-minimal

DESCRIPTION=C++ interface for pango
HOMEPAGE=http://www.gtkmm.org;

LICENSE=LGPL-2.1+
SLOT=1.4
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris
IUSE=doc

COMMON_DEPEND=
=x11-libs/pango-1.36[${MULTILIB_USEDEP}]
=dev-cpp/glibmm-2.36.0:2[${MULTILIB_USEDEP}]
=dev-cpp/cairomm-1.10.0-r1[${MULTILIB_USEDEP}]
=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]

DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
doc? (
media-gfx/graphviz
dev-libs/libxslt
app-doc/doxygen )

RDEPEND=${COMMON_DEPEND}
!dev-cpp/gtkmm-2.13:2.4
abi_x86_32? (
!=app-emulation/emul-linux-x86-gtkmmlibs-20140508
!app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] )


multilib_src_configure() {
ECONF_SOURCE=${S} gnome2_src_configure \
$(multilib_native_use_enable doc documentation)
}

multilib_src_install() {
gnome2_src_install
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/vnstat: ChangeLog vnstat-1.14.ebuild

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 15:54:06

  Modified: ChangeLog
  Added:vnstat-1.14.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.70 net-analyzer/vnstat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/vnstat/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/vnstat/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/vnstat/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   20 Jan 2015 16:51:08 -  1.69
+++ ChangeLog   1 May 2015 15:54:06 -   1.70
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/vnstat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.69 
2015/01/20 16:51:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.70 
2015/05/01 15:54:06 jer Exp $
+
+*vnstat-1.14 (01 May 2015)
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org +vnstat-1.14.ebuild:
+  Version bump.
 
 *vnstat-1.13 (20 Jan 2015)
 



1.1  net-analyzer/vnstat/vnstat-1.14.ebuild

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

Index: vnstat-1.14.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.14.ebuild,v 1.1 
2015/05/01 15:54:06 jer Exp $

EAPI=5
inherit toolchain-funcs user

DESCRIPTION=Console-based network traffic monitor that keeps statistics of 
network usage
HOMEPAGE=http://humdi.net/vnstat/;
SRC_URI=http://humdi.net/vnstat/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86
IUSE=gd selinux test

COMMON_DEPEND=
gd? ( media-libs/gd[png] )

DEPEND=
${COMMON_DEPEND}
test? ( dev-libs/check )

RDEPEND=
${COMMON_DEPEND}
selinux? ( sec-policy/selinux-vnstatd )


pkg_setup() {
enewgroup vnstat
enewuser vnstat -1 -1 /dev/null vnstat
}

src_prepare() {
tc-export CC

sed -i \
-e 's|vnstat[.]log|vnstatd.log|' \
-e 's|vnstat[.]pid|vnstatd/vnstatd.pid|' \
-e 's|/var/run|/run|' \
cfg/${PN}.conf || die
sed -i \
-e '/PIDFILE/s|/var/run|/run|' \
src/common.h || die
}

src_compile() {
emake CFLAGS=${CFLAGS} $(usex gd all '')
}

src_install() {
use gd  dobin src/vnstati
dobin src/vnstat src/vnstatd

exeinto /etc/cron.hourly
newexe ${FILESDIR}/vnstat.cron vnstat

insinto /etc
doins cfg/vnstat.conf
fowners root:vnstat /etc/vnstat.conf

newconfd ${FILESDIR}/vnstatd.confd vnstatd
newinitd ${FILESDIR}/vnstatd.initd-r1 vnstatd

use gd  doman man/vnstati.1
doman man/vnstat.1 man/vnstatd.1

newdoc INSTALL README.setup
dodoc CHANGES README UPGRADE FAQ examples/vnstat.cgi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/p9m4: p9m4-05-r1.ebuild ChangeLog p9m4-05.ebuild

2015-05-01 Thread Mark Wright (gienah)
gienah  15/05/01 14:14:44

  Modified: ChangeLog
  Added:p9m4-05-r1.ebuild
  Removed:  p9m4-05.ebuild
  Log:
  Thanks to Ian Delaney for reviewing: the norm is to revbump with the change 
of eclass, decided in the early stages of the making of the new eclasses; for 
consistency
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.8  sci-mathematics/p9m4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/p9m4/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 May 2015 12:06:35 -   1.7
+++ ChangeLog   1 May 2015 14:14:44 -   1.8
@@ -1,6 +1,14 @@
 # ChangeLog for sci-mathematics/p9m4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/p9m4/ChangeLog,v 1.7 
2015/05/01 12:06:35 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/p9m4/ChangeLog,v 1.8 
2015/05/01 14:14:44 gienah Exp $
+
+*p9m4-05-r1 (01 May 2015)
+
+  01 May 2015; Mark Wright gie...@gentoo.org +p9m4-05-r1.ebuild,
+  -p9m4-05.ebuild:
+  Thanks to Ian Delaney for reviewing: the norm is to revbump with the change 
of
+  eclass, decided in the early stages of the making of the new eclasses; for
+  consistency
 
   01 May 2015; Mark Wright gie...@gentoo.org p9m4-05.ebuild:
   EAPI=5. Use python 2.7. Thanks to Ian Delaney for helping to upgrade to



1.1  sci-mathematics/p9m4/p9m4-05-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/p9m4/p9m4-05-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/p9m4/p9m4-05-r1.ebuild?rev=1.1content-type=text/plain

Index: p9m4-05-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/p9m4/p9m4-05-r1.ebuild,v 1.1 
2015/05/01 14:14:44 gienah Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

MY_PN=p9m4-v
MY_P=${MY_PN}${PV}

DESCRIPTION=This is a Graphical User Interface for Prover9 and Mace4
HOMEPAGE=http://www.cs.unm.edu/~mccune/mace4/;
SRC_URI=http://www.cs.unm.edu/~mccune/prover9/gui/${MY_P}.tar.gz

http://dev.gentoo.org/~gienah/2big4tree/sci-mathematics/p9m4/p9m4-v05-64bit.patch.bz2;

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

RDEPEND=dev-python/wxpython:*
sci-mathematics/prover9
DEPEND=${RDEPEND}
dev-python/setuptools

PATCHES=( ${DISTDIR}/${MY_PN}05-64bit.patch.bz2
${FILESDIR}/${MY_PN}05-use-inst-paths.patch
${FILESDIR}/${MY_PN}05-package.patch
${FILESDIR}/${MY_PN}05-python2.6.patch )

S=${WORKDIR}/${MY_P}/

python_check_deps() {
has_version dev-python/foo[${PYTHON_USEDEP}]
}

pkg_setup() {
python-single-r1_pkg_setup
}

python_prepare_all() {
rm -f p9m4-v05/bin/prover9 \
p9m4-v05/bin/mace4 \
p9m4-v05/bin/interpformat \
p9m4-v05/bin/prooftrans \
p9m4-v05/bin/isofilter \
p9m4-v05/bin/isofilter2 || die Could not rm old executables
distutils-r1_python_prepare_all
mkdir p9m4 || die Could not create directory p9m4
mv Mac-setup.py \
Win32-setup.py \
control.py \
files.py \
my_setup.py \
options.py \
partition_input.py \
platforms.py \
utilities.py \
wx_utilities.py \
p9m4 \
|| die Could not move package p9m4 python files to p9m4 
directory
touch p9m4/__init__.py \
|| die Could not create empty p9m4/__init__.py file
}

python_install_all() {
dosym /usr/bin/prover9-mace4.py /usr/bin/prover9-mace4
insinto /usr/share
dodir /usr/share/${PN}/Images
insinto /usr/share/${PN}/Images
cd ${S}/Images \
|| die Could not cd to Images
doins *.gif *.ico
if use examples; then
dodir /usr/share/${PN}/Samples
insinto /usr/share/${PN}/Samples
cd ${S}/Samples \
|| die Could not cd to Samples
doins *.in

dodir 

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

2015-05-01 Thread Andrew Savchenko (bircoph)
bircoph 15/05/01 15:57:39

  Modified: package.mask package.use.mask
  Log:
  Mask net-fs/openafs-kernel and net-fs/openafs[modules] on hardened, wrt bug 
540196

Revision  ChangesPath
1.46 profiles/hardened/linux/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- package.mask6 Apr 2015 19:51:46 -   1.45
+++ package.mask1 May 2015 15:57:39 -   1.46
@@ -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/profiles/hardened/linux/package.mask,v 1.45 
2015/04/06 19:51:46 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.46 
2015/05/01 15:57:39 bircoph Exp $
 
 # Hardened versions of gcc-4.0* through gcc-4.2* are not available.
 =sys-devel/gcc-4.0*
@@ -26,3 +26,8 @@
 sys-devel/prelink
 # depends on prelink
 app-crypt/hmaccalc
+
+# OpenAFS kernel module is not compatible with hardened kernels
+# due to C99 struct init requirement by hardened kernels,
+# see bug 540196 comment 9.
+net-fs/openafs-kernel



1.18 profiles/hardened/linux/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- package.use.mask4 Dec 2014 03:34:40 -   1.17
+++ package.use.mask1 May 2015 15:57:39 -   1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v 
1.17 2014/12/04 03:34:40 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.use.mask,v 
1.18 2015/05/01 15:57:39 bircoph Exp $
 
 # Tim Harder radher...@gentoo.org (11 Oct 2014)
 # Skype doesn't work on hardened
@@ -23,3 +23,7 @@
 # Ian Stakenvicius a...@gentoo.org (03 Dec 2014)
 # Have no way of knowing what Gecko Media Plugins will install in profiles
 www-client/firefox gmp-autoupdate
+
+# net-fs/openafs-kernel module can't be used on hardened,
+# see bug 540196.
+net-fs/openafs modules






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

2015-05-01 Thread Andrew Savchenko (bircoph)
bircoph 15/05/01 15:57:39

  Modified: ChangeLog
  Log:
  Mask net-fs/openafs-kernel and net-fs/openafs[modules] on hardened, wrt bug 
540196

Revision  ChangesPath
1.82 profiles/hardened/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   19 Apr 2015 01:30:47 -  1.81
+++ ChangeLog   1 May 2015 15:57:39 -   1.82
@@ -1,6 +1,13 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.81 
2015/04/19 01:30:47 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.82 
2015/05/01 15:57:39 bircoph Exp $
+
+  01 May 2015; Andrew Savchenko birc...@gentoo.org linux/package.mask,
+  linux/package.use.mask:
+  Mask net-fs/openafs-kernel since it can't be used on hardened
+  kernels due to lack of C99 support by upstream (and they can't do
+  that) and hardened kernel requirement of C99 struct init.
+  See bug 540196, comment 9.
 
   19 Apr 2015; Chris Reffett creff...@gentoo.org
   linux/amd64/no-multilib/package.mask:






[gentoo-commits] gentoo-x86 commit in sys-apps/dtc: dtc-1.4.1.ebuild ChangeLog

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 06:08:05

  Modified: dtc-1.4.1.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #535644).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  sys-apps/dtc/dtc-1.4.1.ebuild

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

Index: dtc-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-1.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dtc-1.4.1.ebuild3 Mar 2015 09:48:46 -   1.3
+++ dtc-1.4.1.ebuild1 May 2015 06:08:05 -   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/sys-apps/dtc/dtc-1.4.1.ebuild,v 1.3 
2015/03/03 09:48:46 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-1.4.1.ebuild,v 1.4 
2015/05/01 06:08:05 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
inherit git-2
 else
SRC_URI=mirror://kernel/software/utils/${PN}/${P}.tar.xz
-   KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
+   KEYWORDS=~amd64 ~arm ~arm64 ~ppc ppc64 ~x86
 fi
 
 DESCRIPTION=Open Firmware device tree compiler



1.22 sys-apps/dtc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dtc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   3 Mar 2015 09:48:46 -   1.21
+++ ChangeLog   1 May 2015 06:08:05 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/dtc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/ChangeLog,v 1.21 2015/03/03 
09:48:46 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/ChangeLog,v 1.22 2015/05/01 
06:08:05 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org dtc-1.4.1.ebuild:
+  Stable for PPC64 (bug #535644).
 
   03 Mar 2015; Yixun Lan d...@gentoo.org dtc-1.4.1.ebuild:
   add arm64 support, tested on A53 board






[gentoo-commits] gentoo-x86 commit in net-news/canto-curses: ChangeLog canto-curses-0.9.3.ebuild canto-curses-0.8.4.ebuild

2015-05-01 Thread Sergey Popov (pinkbyte)
pinkbyte15/05/01 06:52:27

  Modified: ChangeLog
  Added:canto-curses-0.9.3.ebuild
  Removed:  canto-curses-0.8.4.ebuild
  Log:
  Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654. 
Thanks to Jack Miller jack AT codezen.org for discovering this issue
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.4  net-news/canto-curses/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   8 Apr 2015 18:17:12 -   1.3
+++ ChangeLog   1 May 2015 06:52:27 -   1.4
@@ -1,6 +1,13 @@
 # ChangeLog for net-news/canto-curses
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v 1.3 
2015/04/08 18:17:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v 1.4 
2015/05/01 06:52:27 pinkbyte Exp $
+
+*canto-curses-0.9.3 (01 May 2015)
+
+  01 May 2015; Sergey Popov pinkb...@gentoo.org -canto-curses-0.8.4.ebuild,
+  +canto-curses-0.9.3.ebuild:
+  Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654.
+  Thanks to Jack Miller jack AT codezen.org for discovering this issue
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org canto-curses-0.8.4.ebuild:
   Drop old Python implementations



1.1  net-news/canto-curses/canto-curses-0.9.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/canto-curses-0.9.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-curses/canto-curses-0.9.3.ebuild?rev=1.1content-type=text/plain

Index: canto-curses-0.9.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-news/canto-curses/canto-curses-0.9.3.ebuild,v 1.1 
2015/05/01 06:52:27 pinkbyte Exp $

EAPI=5

PYTHON_COMPAT=( python{3_3,3_4} )
PYTHON_REQ_USE=ncurses(+),threads(+)
inherit distutils-r1 multilib

DESCRIPTION=The ncurses client for canto-daemon
HOMEPAGE=http://codezen.org/canto-ng/;
SRC_URI=http://codezen.org/static/${P}.tar.gz;

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

RDEPEND==net-news/canto-daemon-0.9.1[${PYTHON_USEDEP}]

python_prepare_all() {
# Respect libdir during plugins installation
sed -i -e s:lib/canto:$(get_libdir)/canto: setup.py || die

distutils-r1_python_prepare_all
}






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-44.0.2383.0.ebuild chromium-44.0.2369.0.ebuild

2015-05-01 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr15/05/01 07:03:18

  Modified: ChangeLog
  Added:chromium-44.0.2383.0.ebuild
  Removed:  chromium-44.0.2369.0.ebuild
  Log:
  Dev channel bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.1230   www-client/chromium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1229
retrieving revision 1.1230
diff -u -r1.1229 -r1.1230
--- ChangeLog   23 Apr 2015 05:12:36 -  1.1229
+++ ChangeLog   1 May 2015 07:03:18 -   1.1230
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1229 
2015/04/23 05:12:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1230 
2015/05/01 07:03:18 phajdan.jr Exp $
+
+*chromium-44.0.2383.0 (01 May 2015)
+
+  01 May 2015; Pawel Hajdan jr phajdan...@gentoo.org
+  -chromium-44.0.2369.0.ebuild, +chromium-44.0.2383.0.ebuild:
+  Dev channel bump. Remove old.
 
   23 Apr 2015; Pawel Hajdan jr phajdan...@gentoo.org
   chromium-44.0.2376.0.ebuild:



1.1  www-client/chromium/chromium-44.0.2383.0.ebuild

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

Index: chromium-44.0.2383.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-44.0.2383.0.ebuild,v 1.1 
2015/05/01 07:03:18 phajdan.jr Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

CHROMIUM_LANGS=am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW

inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx

DESCRIPTION=Open-source version of Google Chrome web browser
HOMEPAGE=http://chromium.org/;
SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=cups gnome gnome-keyring hidpi kerberos neon pic proprietary-codecs 
pulseaudio selinux +tcmalloc widevine
RESTRICT=proprietary-codecs? ( bindist )

# Native Client binaries are compiled with different set of flags, bug #452066.
QA_FLAGS_IGNORED=.*\.nexe

# Native Client binaries may be stripped by the build system, which uses the
# right tools for it, bug #469144 .
QA_PRESTRIPPED=.*\.nexe

RDEPEND==app-accessibility/speech-dispatcher-0.8:=
app-arch/bzip2:=
app-arch/snappy:=
app-crypt/libsecret:=
cups? ( =net-print/cups-1.3.11:= )
=dev-libs/elfutils-0.149
dev-libs/expat:=
dev-libs/glib:=
dev-libs/icu:=
=dev-libs/jsoncpp-0.5.0-r1:=
=dev-libs/libevent-1.4.13:=
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
dev-libs/nspr:=
=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( =gnome-base/gconf-2.24.0:= )
gnome-keyring? ( =gnome-base/libgnome-keyring-3.12:= )
=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/fontconfig:=
media-libs/freetype:=
media-libs/harfbuzz:=[icu(+)]
media-libs/libexif:=
=media-libs/libjpeg-turbo-1.2.0-r1:=
media-libs/libpng:0=
=media-libs/libwebp-0.4.0:=
=media-libs/libvpx-1.4.0:=
media-libs/speex:=
pulseaudio? ( media-sound/pulseaudio:= )
sys-apps/dbus:=
sys-apps/pciutils:=
=sys-libs/libcap-2.22:=
sys-libs/zlib:=[minizip]
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:=
x11-libs/gtk+:2=
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
x11-libs/libXdamage:=
x11-libs/libXext:=
x11-libs/libXfixes:=
=x11-libs/libXi-1.6.0:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXScrnSaver:=
   

[gentoo-commits] gentoo-x86 commit in net-news/canto-daemon: ChangeLog canto-daemon-0.9.1.ebuild canto-daemon-0.8.2.ebuild

2015-05-01 Thread Sergey Popov (pinkbyte)
pinkbyte15/05/01 06:51:05

  Modified: ChangeLog
  Added:canto-daemon-0.9.1.ebuild
  Removed:  canto-daemon-0.8.2.ebuild
  Log:
  Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654. 
Thanks to Jack Miller jack AT codezen.org for discovering this issue
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.4  net-news/canto-daemon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   8 Apr 2015 18:17:12 -   1.3
+++ ChangeLog   1 May 2015 06:51:05 -   1.4
@@ -1,6 +1,13 @@
 # ChangeLog for net-news/canto-daemon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.3 
2015/04/08 18:17:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.4 
2015/05/01 06:51:05 pinkbyte Exp $
+
+*canto-daemon-0.9.1 (01 May 2015)
+
+  01 May 2015; Sergey Popov pinkb...@gentoo.org -canto-daemon-0.8.2.ebuild,
+  +canto-daemon-0.9.1.ebuild:
+  Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654.
+  Thanks to Jack Miller jack AT codezen.org for discovering this issue
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org canto-daemon-0.8.2.ebuild:
   Drop old Python implementations



1.1  net-news/canto-daemon/canto-daemon-0.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/canto-daemon-0.9.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/canto-daemon-0.9.1.ebuild?rev=1.1content-type=text/plain

Index: canto-daemon-0.9.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-news/canto-daemon/canto-daemon-0.9.1.ebuild,v 1.1 
2015/05/01 06:51:05 pinkbyte Exp $

EAPI=5

PYTHON_COMPAT=( python{3_3,3_4} )
PYTHON_REQ_USE=xml(+),threads(+)
inherit distutils-r1 multilib

DESCRIPTION=Daemon part of Canto-NG RSS reader
HOMEPAGE=http://codezen.org/canto-ng/;
SRC_URI=http://codezen.org/static/${P}.tar.gz;

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

RDEPEND=dev-python/feedparser[${PYTHON_USEDEP}]

S=${WORKDIR}/canto-next-${PV}

python_prepare_all() {
# Respect libdir during plugins installation
sed -i -e s:lib/canto:$(get_libdir)/canto: setup.py || die

distutils-r1_python_prepare_all
}






[gentoo-commits] gentoo-x86 commit in dev-cpp/gstreamermm: ChangeLog gstreamermm-1.4.3.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 16:49:58

  Modified: ChangeLog
  Added:gstreamermm-1.4.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.37 dev-cpp/gstreamermm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   15 Mar 2015 13:16:29 -  1.36
+++ ChangeLog   1 May 2015 16:49:58 -   1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/gstreamermm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v 1.36 
2015/03/15 13:16:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/ChangeLog,v 1.37 
2015/05/01 16:49:58 eva Exp $
+
+*gstreamermm-1.4.3 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gstreamermm-1.4.3.ebuild:
+  Version bump.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gstreamermm-1.0.10.ebuild:
   x86 stable, bug 534012



1.1  dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild

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

Index: gstreamermm-1.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild,v 1.1 
2015/05/01 16:49:58 eva Exp $

EAPI=5

inherit gnome2

DESCRIPTION=C++ interface for GStreamer
HOMEPAGE=http://gstreamer.freedesktop.org/bindings/cplusplus.html;

LICENSE=LGPL-2.1
SLOT=1.0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=doc examples test

RDEPEND=
=media-libs/gstreamer-${PV}:1.0
=media-libs/gst-plugins-base-${PV}:1.0
=dev-cpp/glibmm-2.36:2
=dev-cpp/libxmlpp-2.14:2.6
=dev-libs/libsigc++-2:2

DEPEND=${RDEPEND}
virtual/pkgconfig
doc? (
app-doc/doxygen
dev-libs/libxslt
media-gfx/graphviz )
test? (
dev-cpp/gtest
=media-libs/gst-plugins-base-${PV}:1.0[X,ogg,theora,vorbis]
=media-libs/gst-plugins-good-${PV}:1.0
=media-plugins/gst-plugins-jpeg-${PV}:1.0 )

#   dev-cpp/mm-common
# eautoreconf needs mm-common

# Installs reference docs into /usr/share/doc/gstreamermm-1.0/
# but that's okay, because the rest of dev-cpp/*mm stuff does the same

src_prepare() {
if ! use examples; then
# don't waste time building examples
sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
-i Makefile.am Makefile.in || die
fi

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure $(use_enable doc documentation)
}

src_test() {
# running tests in parallel fails
emake -j1 check || die
}






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-Singleton: ChangeLog Class-Singleton-1.500.0.ebuild

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 17:27:05

  Modified: ChangeLog
  Added:Class-Singleton-1.500.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.36 dev-perl/Class-Singleton/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   21 Aug 2014 19:31:15 -  1.35
+++ ChangeLog   1 May 2015 17:27:05 -   1.36
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Class-Singleton
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.35 
2014/08/21 19:31:15 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.36 
2015/05/01 17:27:05 dilfridge Exp $
+
+*Class-Singleton-1.500.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Class-Singleton-1.500.0.ebuild:
+  Version bump
 
 *Class-Singleton-1.400.0-r1 (21 Aug 2014)
 



1.1  dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild

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

Index: Class-Singleton-1.500.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/Class-Singleton/Class-Singleton-1.500.0.ebuild,v
 1.1 2015/05/01 17:27:05 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SHAY
MODULE_VERSION=1.5
inherit perl-module

DESCRIPTION=Implementation of a Singleton class

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

DEPEND=
virtual/perl-ExtUtils-MakeMaker


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in sys-cluster/neutron: neutron-2015.1.0.ebuild neutron-2015.1.9999.ebuild ChangeLog

2015-05-01 Thread Matt Thode (prometheanfire)
prometheanfire15/05/01 17:27:21

  Modified: neutron-2015.1.0.ebuild neutron-2015.1..ebuild
ChangeLog
  Log:
  no need to patch commits that are already in
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-cluster/neutron/neutron-2015.1.0.ebuild

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

Index: neutron-2015.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- neutron-2015.1.0.ebuild 30 Apr 2015 20:52:02 -  1.1
+++ neutron-2015.1.0.ebuild 1 May 2015 17:27:21 -   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/sys-cluster/neutron/neutron-2015.1.0.ebuild,v 1.1 
2015/04/30 20:52:02 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v 1.2 
2015/05/01 17:27:21 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -122,9 +122,6 @@
dhcp? ( net-dns/dnsmasq[dhcp-tools] )
 
 PATCHES=(
-   ${FILESDIR}/0001-Fixes-bug-in-interface-handling-of-ip_lib.py.patch
-   
${FILESDIR}/0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch
-   
${FILESDIR}/0003-fixes-error-logging-to-use-the-right-exception-paren.patch
 )
 
 pkg_setup() {



1.2  sys-cluster/neutron/neutron-2015.1..ebuild

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

Index: neutron-2015.1..ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1..ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- neutron-2015.1..ebuild  30 Apr 2015 20:52:02 -  1.1
+++ neutron-2015.1..ebuild  1 May 2015 17:27:21 -   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/sys-cluster/neutron/neutron-2015.1..ebuild,v 1.1 
2015/04/30 20:52:02 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1..ebuild,v 1.2 
2015/05/01 17:27:21 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -122,9 +122,6 @@
dhcp? ( net-dns/dnsmasq[dhcp-tools] )
 
 PATCHES=(
-   ${FILESDIR}/0001-Fixes-bug-in-interface-handling-of-ip_lib.py.patch
-   
${FILESDIR}/0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch
-   
${FILESDIR}/0003-fixes-error-logging-to-use-the-right-exception-paren.patch
 )
 
 pkg_setup() {



1.58 sys-cluster/neutron/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   30 Apr 2015 20:52:02 -  1.57
+++ ChangeLog   1 May 2015 17:27:21 -   1.58
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/neutron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.57 
2015/04/30 20:52:02 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.58 
2015/05/01 17:27:21 prometheanfire Exp $
+
+  01 May 2015; Matthew Thode prometheanf...@gentoo.org
+  neutron-2015.1.0.ebuild, neutron-2015.1..ebuild:
+  no need to patch commits that are already in
 
 *neutron-2015.1. (30 Apr 2015)
 *neutron-2015.1.0 (30 Apr 2015)






[gentoo-commits] proj/gnome:master commit in: gnome-extra/california/

2015-05-01 Thread Gilles Dartiguelongue
commit: 7d3348d6284a6ad06ff63027c0f3fbbaa8ed5457
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Fri May  1 16:18:05 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Fri May  1 16:19:09 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7d3348d6

gnome-extra/california: 0.3.0 → 0.4.0

 .../california/{california-0.3.0.ebuild = california-0.4.0.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/california/california-0.3.0.ebuild 
b/gnome-extra/california/california-0.4.0.ebuild
similarity index 100%
rename from gnome-extra/california/california-0.3.0.ebuild
rename to gnome-extra/california/california-0.4.0.ebuild



[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.3.7.ebuild ChangeLog

2015-05-01 Thread Robin H. Johnson (robbat2)
robbat2 15/05/01 16:32:30

  Modified: ChangeLog
  Added:git-2.3.7.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.323dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.323view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.323content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.322r2=1.323

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -r1.322 -r1.323
--- ChangeLog   23 Apr 2015 13:35:42 -  1.322
+++ ChangeLog   1 May 2015 16:32:30 -   1.323
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.322 2015/04/23 
13:35:42 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.323 2015/05/01 
16:32:30 robbat2 Exp $
+
+*git-2.3.7 (01 May 2015)
+
+  01 May 2015; Robin H. Johnson robb...@gentoo.org +git-2.3.7.ebuild:
+  Bump.
 
 *git-2.3.6 (23 Apr 2015)
 



1.1  dev-vcs/git/git-2.3.7.ebuild

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

Index: git-2.3.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.3.7.ebuild,v 1.1 
2015/05/01 16:32:30 robbat2 Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

# bug #329479: git-remote-testgit is not multiple-version aware
PYTHON_COMPAT=( python2_7 )
[[ ${PV} == * ]]  SCM=git-2
EGIT_REPO_URI=git://git.kernel.org/pub/scm/git/git.git
EGIT_MASTER=pu

inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 
python-single-r1 systemd ${SCM}

MY_PV=${PV/_rc/.rc}
MY_P=${PN}-${MY_PV}

DOC_VER=${MY_PV}

DESCRIPTION=GIT - the stupid content tracker, the revision control system 
heavily used by the Linux kernel team
HOMEPAGE=http://www.git-scm.com/;
if [[ ${PV} != * ]]; then
SRC_URI_SUFFIX=xz
SRC_URI_GOOG=http://git-core.googlecode.com/files;
SRC_URI_KORG=mirror://kernel/software/scm/git
SRC_URI=${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX}
${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
doc? (

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
fi

LICENSE=GPL-2
SLOT=0
IUSE=+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv 
mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs 
subversion test

# Common to both DEPEND and RDEPEND
CDEPEND=
dev-libs/openssl:0=
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:= )
curl? (
net-misc/curl
webdav? ( dev-libs/expat )
)
emacs? ( virtual/emacs )
gnome-keyring? ( gnome-base/libgnome-keyring )

RDEPEND=${CDEPEND}
gpg? ( app-crypt/gnupg )
mediawiki? (
dev-perl/HTML-Tree
dev-perl/MediaWiki-API
)
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
cgi? ( virtual/perl-CGI highlight? ( app-text/highlight 
) )
cvs? ( =dev-vcs/cvsps-2.1:0 dev-perl/DBI 
dev-perl/DBD-SQLite )
subversion? ( dev-vcs/subversion[-dso,perl] 
dev-perl/libwww-perl dev-perl/TermReadKey )
)
python? ( gtk?
(
=dev-python/pygtk-2.8[${PYTHON_USEDEP}]
=dev-python/pygtksourceview-2.10.1-r1:2[${PYTHON_USEDEP}]
)
${PYTHON_DEPS} )

# This is how info docs are created with Git:
#   .txt/asciidoc 

[gentoo-commits] gentoo-x86 commit in net-misc/rygel: ChangeLog rygel-0.24.3.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 16:41:03

  Modified: ChangeLog
  Added:rygel-0.24.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.64 net-misc/rygel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   15 Mar 2015 13:32:15 -  1.63
+++ ChangeLog   1 May 2015 16:41:03 -   1.64
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/rygel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.63 2015/03/15 
13:32:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.64 2015/05/01 
16:41:03 eva Exp $
+
+*rygel-0.24.3 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org +rygel-0.24.3.ebuild:
+  Version bump.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org rygel-0.24.2.ebuild:
   x86 stable, bug 534012



1.3  net-misc/rygel/rygel-0.24.3.ebuild

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







[gentoo-commits] gentoo-x86 commit in dev-libs/libgit2-glib: ChangeLog libgit2-glib-0.22.8.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 16:09:52

  Modified: ChangeLog
  Added:libgit2-glib-0.22.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.25 dev-libs/libgit2-glib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   8 Apr 2015 17:51:56 -   1.24
+++ ChangeLog   1 May 2015 16:09:52 -   1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libgit2-glib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.24 
2015/04/08 17:51:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/ChangeLog,v 1.25 
2015/05/01 16:09:52 eva Exp $
+
+*libgit2-glib-0.22.8 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org
+  +libgit2-glib-0.22.8.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org libgit2-glib-0.0.12.ebuild,
   libgit2-glib-0.0.16.ebuild:



1.1  dev-libs/libgit2-glib/libgit2-glib-0.22.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.22.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.22.8.ebuild?rev=1.1content-type=text/plain

Index: libgit2-glib-0.22.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgit2-glib/libgit2-glib-0.22.8.ebuild,v 1.1 
2015/05/01 16:09:52 eva Exp $

EAPI=5

GCONF_DEBUG=no
PYTHON_COMPAT=( python{3_3,3_4} )
VALA_MIN_API_VERSION=0.22
VALA_USE_DEPEND=vapigen

inherit autotools eutils gnome2 python-r1 vala

DESCRIPTION=Git library for GLib
HOMEPAGE=https://wiki.gnome.org/Projects/Libgit2-glib;

LICENSE=LGPL-2+
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=python ssh +vala

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

RDEPEND=
=dev-libs/libgit2-0.21.0:=
=dev-libs/glib-2.28.0:2
=dev-libs/gobject-introspection-0.10.1
python? (
${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}] )
ssh? ( dev-libs/libgit2[ssh] )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.11
virtual/pkgconfig
vala? ( $(vala_depend) )


src_prepare() {
use vala  vala_src_prepare
gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
$(use_enable python) \
$(use_enable ssh) \
$(use_enable vala)
}






[gentoo-commits] gentoo-x86 commit in app-cdr/brasero: brasero-3.12.1.ebuild ChangeLog brasero-3.11.3.ebuild brasero-3.11.4.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 16:26:10

  Modified: ChangeLog
  Added:brasero-3.12.1.ebuild
  Removed:  brasero-3.11.3.ebuild brasero-3.11.4.ebuild
  Log:
  Version bump. Clean up old revisions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.170app-cdr/brasero/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/brasero/ChangeLog?rev=1.170view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/brasero/ChangeLog?rev=1.170content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/brasero/ChangeLog?r1=1.169r2=1.170

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/brasero/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   19 Dec 2014 13:33:24 -  1.169
+++ ChangeLog   1 May 2015 16:26:10 -   1.170
@@ -1,6 +1,12 @@
 # ChangeLog for app-cdr/brasero
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/ChangeLog,v 1.169 
2014/12/19 13:33:24 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/ChangeLog,v 1.170 
2015/05/01 16:26:10 eva Exp $
+
+*brasero-3.12.1 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org -brasero-3.11.3.ebuild,
+  -brasero-3.11.4.ebuild, +brasero-3.12.1.ebuild:
+  Version bump. Clean up old revisions.
 
   19 Dec 2014; Pacho Ramos pa...@gentoo.org brasero-3.12.0.ebuild:
   amd64 stable, bug 529964



1.1  app-cdr/brasero/brasero-3.12.1.ebuild

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

Index: brasero-3.12.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-3.12.1.ebuild,v 1.1 
2015/05/01 16:26:10 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2

DESCRIPTION=CD/DVD burning application for the GNOME desktop
HOMEPAGE=https://wiki.gnome.org/Apps/Brasero;

LICENSE=GPL-2+ CC-BY-SA-3.0
SLOT=0/3.1 # subslot is 3.suffix of libbrasero-burn3
IUSE=+css +introspection +libburn mp3 nautilus packagekit playlist test 
tracker
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

COMMON_DEPEND=
=dev-libs/glib-2.29.14:2
=x11-libs/gtk+-3:3[introspection?]
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
=dev-libs/libxml2-2.6:2
=x11-libs/libnotify-0.6.1:=

media-libs/libcanberra[gtk3]
x11-libs/libICE
x11-libs/libSM

introspection? ( =dev-libs/gobject-introspection-0.6.3 )
libburn? (
=dev-libs/libburn-0.4:=
=dev-libs/libisofs-0.6.4:= )
nautilus? ( =gnome-base/nautilus-2.91.90 )
playlist? ( =dev-libs/totem-pl-parser-2.29.1:= )
tracker? ( =app-misc/tracker-0.12:0= )

RDEPEND=${COMMON_DEPEND}
media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-meta:1.0
x11-themes/hicolor-icon-theme
css? ( media-libs/libdvdcss:1.2 )
!libburn? (
app-cdr/cdrdao
app-cdr/dvd+rw-tools
virtual/cdrtools )
mp3? (
media-libs/gst-plugins-ugly:1.0
media-plugins/gst-plugins-mad:1.0 )
packagekit? ( app-admin/packagekit-base )

DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.50
=dev-util/gtk-doc-am-1.12
sys-devel/gettext
virtual/pkgconfig
test? ( app-text/docbook-xml-dtd:4.3 )

# eautoreconf deps
#   app-text/yelp-tools
#   gnome-base/gnome-common

PDEPEND=gnome-base/gvfs

src_configure() {
DOCS=AUTHORS ChangeLog MAINTAINERS NEWS README
gnome2_src_configure \
--disable-caches \
$(use_enable !libburn cdrtools) \
$(use_enable !libburn cdrkit) \
$(use_enable !libburn cdrdao) \
$(use_enable !libburn growisofs) \
$(use_enable introspection) \
$(use_enable libburn libburnia) \
$(use_enable nautilus) \
$(use_enable playlist) \
$(use_enable tracker search) \
ITSTOOL=$(type -P true)
}






[gentoo-commits] gentoo-x86 commit in dev-perl/Clone: ChangeLog Clone-0.380.0.ebuild Clone-0.360.0.ebuild Clone-0.350.0-r1.ebuild

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 17:31:27

  Modified: ChangeLog
  Added:Clone-0.380.0.ebuild
  Removed:  Clone-0.360.0.ebuild Clone-0.350.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.102dev-perl/Clone/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   23 Jan 2015 12:05:57 -  1.101
+++ ChangeLog   1 May 2015 17:31:27 -   1.102
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Clone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.101 2015/01/23 
12:05:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.102 2015/05/01 
17:31:27 dilfridge Exp $
+
+*Clone-0.380.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -Clone-0.350.0-r1.ebuild, -Clone-0.360.0.ebuild, +Clone-0.380.0.ebuild:
+  Version bump; remove old
 
   23 Jan 2015; Mikle Kolyada zlog...@gentoo.org Clone-0.370.0.ebuild:
   Stable for all wrt bug #535154



1.1  dev-perl/Clone/Clone-0.380.0.ebuild

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

Index: Clone-0.380.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/Clone/Clone-0.380.0.ebuild,v 1.1 
2015/05/01 17:31:27 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=GARU
MODULE_VERSION=0.38
inherit perl-module

DESCRIPTION=Recursively copy Perl datatypes

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
IUSE=test

RDEPEND=
DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )


SRC_TEST=do
mymake='OPTIMIZE=${CFLAGS}'






[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-05-01 Thread Heather Cynede
commit: fa0efdcba74850ea1fdfb9a26fbf4b9eebd65a20
Author: Heather Heather AT live DOT ru
AuthorDate: Fri May  1 17:45:46 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Fri May  1 17:45:46 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=fa0efdcb

clean up

 dev-lang/mono/mono-3.12.0.ebuild   | 128 -
 dev-lang/mono/mono-3.12.1.ebuild   |  11 ---
 dev-lang/mono/mono-4.0.0_alpha1.ebuild | 120 ---
 3 files changed, 259 deletions(-)

diff --git a/dev-lang/mono/mono-3.12.0.ebuild b/dev-lang/mono/mono-3.12.0.ebuild
deleted file mode 100644
index f12210c..000
--- a/dev-lang/mono/mono-3.12.0.ebuild
+++ /dev/null
@@ -1,128 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils
-
-DESCRIPTION=Mono runtime and class libraries, a C# compiler/interpreter
-HOMEPAGE=http://www.mono-project.com/Main_Page;
-SRC_URI=http://download.mono-project.com/sources/${PN}/${P}.tar.bz2;
-
-LICENSE=MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception 
IDPL
-SLOT=0
-
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux
-
-IUSE=nls minimal pax_kernel xen doc debug
-
-COMMONDEPEND=
-   !minimal? ( =dev-dotnet/libgdiplus-2.10 )
-   ia64? ( sys-libs/libunwind )
-   nls? ( sys-devel/gettext )
-
-RDEPEND=${COMMONDEPEND}
-   || ( www-client/links www-client/lynx )
-
-DEPEND=${COMMONDEPEND}
-   sys-devel/bc
-   virtual/yacc
-   pax_kernel? ( sys-apps/elfix )
-
-
-pkg_pretend() {
-   # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang 
while compiling.
-   # See http://bugs.gentoo.org/261869 for more info.
-   CONFIG_CHECK=SYSVIPC
-   use kernel_linux  check_extra_config
-}
-
-pkg_setup() {
-   linux-info_pkg_setup
-   mono-env_pkg_setup
-}
-
-src_prepare() {
-   # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so 
it don't
-   # get killed in the build proces when MPROTEC is enable. #286280
-   # RANDMMAP kill the build proces to #347365
-   if use pax_kernel ; then
-   ewarn We are disabling MPROTECT on the mono binary.
-
-   # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9
-   sed '/exec / i\paxctl-ng -mr $r/@mono_runtime@' -i 
${S}/runtime/mono-wrapper.in || die Failed to sed mono-wrapper.in
-   fi
-
-   # mono build system can fail otherwise
-   strip-flags
-
-   # Remove this at your own peril. Mono will barf in unexpected ways.
-   append-flags -fno-strict-aliasing
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   # NOTE: We need the static libs for now so mono-debugger works.
-   # See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
-   #
-   # --without-moonlight since www-plugins/moonlight is not the only one
-   # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
-   #
-   # --with-profile4 needs to be always enabled since it's used by default
-   # and, otherwise, problems like bug #340641 appear.
-   #
-   # sgen fails on ppc, bug #359515
-   local myeconfargs=(
-   --enable-system-aot=yes
-   --enable-static
-   --disable-quiet-build
-   --without-moonlight
-   --with-libgdiplus=$(usex minimal no installed)
-   $(use_with xen xen_opt)
-   --without-ikvm-native
-   --with-jit
-   --disable-dtrace
-   --with-profile4
-   --with-sgen=$(usex ppc no yes)
-   $(use_with doc mcs-docs)
-   $(use_enable debug)
-   $(use_enable nls)
-   )
-
-   autotools-utils_src_configure
-
-   # FIX for uncompilable 3.4.0 sources
-   
FF=${WORKDIR}/mono-3.4.0/mcs/tools/xbuild/targets/Microsoft.Portable.Common.targets
-   rm -f $FF
-   touch $FF
-   echo 'Project 
xmlns=http://schemas.microsoft.com/developer/msbuild/2003;'  $FF
-   echo 'Import Project=..\\Microsoft.Portable.Core.props /'  $FF
-   echo 'Import Project=..\\Microsoft.Portable.Core.targets /'  
$FF
-   echo '/Project'  $FF
-}
-
-src_compile() {
-   nonfatal autotools-utils_src_compile || {
-   eqawarn maintainer of this ebuild has no idea why it fails. If 
you happen to know how to fix it - please let me know
-   autotools-utils_src_compile
-}
-}
-
-src_test() {
-   cd mcs/tests || die
-   emake check
-}
-
-#install: cannot stat 'targets/Microsoft.Portable.Common.targets': No such 
file or directory
-src_install() {
-   autotools-utils_src_install
-
-   # Remove files not respecting LDFLAGS and that we are not supposed to 
provide, see 

[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-05-01 Thread Heather Cynede
commit: 557be39f0a2606369796076e95733fbef119762d
Author: Heather Heather AT live DOT ru
AuthorDate: Fri May  1 17:42:27 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Fri May  1 17:42:27 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=557be39f

mono 4.0.1

 dev-lang/mono/{mono-3.12.1-r1.ebuild = mono-4.0.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-lang/mono/mono-3.12.1-r1.ebuild 
b/dev-lang/mono/mono-4.0.1.ebuild
similarity index 100%
rename from dev-lang/mono/mono-3.12.1-r1.ebuild
rename to dev-lang/mono/mono-4.0.1.ebuild



[gentoo-commits] gentoo-x86 commit in media-libs/clutter: ChangeLog clutter-1.20.2.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 16:03:20

  Modified: ChangeLog
  Added:clutter-1.20.2.ebuild
  Log:
  Version bump, backport of fixes from 1.22.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.95 media-libs/clutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   15 Mar 2015 13:28:34 -  1.94
+++ ChangeLog   1 May 2015 16:03:20 -   1.95
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/clutter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.94 
2015/03/15 13:28:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.95 
2015/05/01 16:03:20 eva Exp $
+
+*clutter-1.20.2 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org +clutter-1.20.2.ebuild:
+  Version bump, backport of fixes from 1.22.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org clutter-1.20.0.ebuild:
   x86 stable, bug 534012



1.1  media-libs/clutter/clutter-1.20.2.ebuild

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

Index: clutter-1.20.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.20.2.ebuild,v 
1.1 2015/05/01 16:03:20 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2 virtualx

HOMEPAGE=https://wiki.gnome.org/Projects/Clutter;
DESCRIPTION=Clutter is a library for creating graphical user interfaces

LICENSE=LGPL-2.1+ FDL-1.1+
SLOT=1.0
IUSE=aqua debug doc egl gtk +introspection test wayland +X
REQUIRED_USE=
|| ( aqua wayland X )
wayland? ( egl )

KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86

# NOTE: glx flavour uses libdrm + =mesa-7.3
# XXX: uprof needed for profiling
# =libX11-1.3.1 needed for X Generic Event support
# do not depend on tslib, it does not build and is disable by default upstream
# dev-libs/libinput-0.8 due to Gnome bugzilla #742829
RDEPEND=
=dev-libs/glib-2.37.3:2
=dev-libs/atk-2.5.3[introspection?]
=dev-libs/json-glib-0.12[introspection?]
=media-libs/cogl-1.17.5:1.0=[introspection?,pango,wayland?]
=x11-libs/cairo-1.12:=[aqua?,glib]
=x11-libs/pango-1.30[introspection?]

virtual/opengl
x11-libs/libdrm:=

egl? (
=dev-libs/libinput-0.4
dev-libs/libinput-0.8
media-libs/cogl[gles2,kms]
=virtual/libgudev-136
x11-libs/libxkbcommon
)
gtk? ( =x11-libs/gtk+-3.3.18:3[aqua?] )
introspection? ( =dev-libs/gobject-introspection-0.9.6 )
X? (
media-libs/fontconfig
=x11-libs/libX11-1.3.1
x11-libs/libXext
x11-libs/libXdamage
x11-proto/inputproto
=x11-libs/libXi-1.3
=x11-libs/libXcomposite-0.4 )
wayland? (
dev-libs/wayland
x11-libs/gdk-pixbuf:2 )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.20
=sys-devel/gettext-0.17
virtual/pkgconfig
doc? (
=dev-util/gtk-doc-1.20
=app-text/docbook-sgml-utils-0.6.14[jadetex]
dev-libs/libxslt )
test? ( x11-libs/gdk-pixbuf )

# Tests fail with both swrast and llvmpipe
# They pass under r600g or i965, so the bug is in mesa
#RESTRICT=test

src_prepare() {
# We only need conformance tests, the rest are useless for us
sed -e 's/^\(SUBDIRS =\).*/\1 accessibility conform/g' \
-i tests/Makefile.am || die am tests sed failed
sed -e 's/^\(SUBDIRS =\)[^\]*/\1  accessibility conform/g' \
-i tests/Makefile.in || die in tests sed failed

gnome2_src_prepare
}

src_configure() {
# XXX: Conformance test suite (and clutter itself) does not work under 
Xvfb
# (GLX error blabla)
# XXX: Profiling, coverage disabled for now
# XXX: What about cex100/win32 backends?
gnome2_src_configure \

[gentoo-commits] gentoo-x86 commit in dev-perl/Class-Load: Class-Load-0.220.0.ebuild ChangeLog

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 17:13:55

  Modified: ChangeLog
  Added:Class-Load-0.220.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.46 dev-perl/Class-Load/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   21 Aug 2014 14:11:14 -  1.45
+++ ChangeLog   1 May 2015 17:13:54 -   1.46
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Class-Load
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.45 
2014/08/21 14:11:14 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.46 
2015/05/01 17:13:54 dilfridge Exp $
+
+*Class-Load-0.220.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Class-Load-0.220.0.ebuild:
+  Version bump
 
 *Class-Load-0.200.0-r1 (21 Aug 2014)
 



1.1  dev-perl/Class-Load/Class-Load-0.220.0.ebuild

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

Index: Class-Load-0.220.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/Class-Load/Class-Load-0.220.0.ebuild,v 1.1 
2015/05/01 17:13:54 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=0.22
inherit perl-module

DESCRIPTION=A working (require q{Class::Name}) and more

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

RDEPEND=
virtual/perl-Carp
dev-perl/Data-OptList
virtual/perl-Exporter
=dev-perl/Module-Implementation-0.40.0
=dev-perl/Module-Runtime-0.12.0
=dev-perl/Package-Stash-0.140.0
virtual/perl-Scalar-List-Utils
dev-perl/Try-Tiny
dev-perl/namespace-clean

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
=dev-perl/Module-Build-Tiny-0.37.0
test? (
virtual/perl-File-Spec
dev-perl/Test-Fatal
virtual/perl-Test-Simple
dev-perl/Test-Requires
)


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-libs/libgee: ChangeLog libgee-0.18.0.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 16:07:16

  Modified: ChangeLog
  Added:libgee-0.18.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.108dev-libs/libgee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   15 Mar 2015 13:18:06 -  1.107
+++ ChangeLog   1 May 2015 16:07:16 -   1.108
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libgee
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.107 
2015/03/15 13:18:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.108 
2015/05/01 16:07:16 eva Exp $
+
+*libgee-0.18.0 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org +libgee-0.18.0.ebuild:
+  Version bump.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org libgee-0.16.1.ebuild:
   x86 stable, bug 534012



1.1  dev-libs/libgee/libgee-0.18.0.ebuild

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

Index: libgee-0.18.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.18.0.ebuild,v 1.1 
2015/05/01 16:07:16 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=GObject-based interfaces and classes for commonly used data 
structures
HOMEPAGE=https://wiki.gnome.org/Projects/Libgee;

LICENSE=LGPL-2.1+
SLOT=0.8/2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux
IUSE=+introspection

# FIXME: add doc support, requires valadoc
RDEPEND=
=dev-libs/glib-2.36:2
introspection? ( =dev-libs/gobject-introspection-0.9.6:= )

DEPEND=${RDEPEND}
virtual/pkgconfig


src_configure() {
DOCS=AUTHORS ChangeLog* MAINTAINERS NEWS README
gnome2_src_configure \
$(use_enable introspection)
VALAC=$(type -P false)
}






[gentoo-commits] gentoo-x86 commit in app-crypt/libsecret: ChangeLog libsecret-0.18.2.ebuild

2015-05-01 Thread Gilles Dartiguelongue (eva)
eva 15/05/01 16:54:42

  Modified: ChangeLog
  Added:libsecret-0.18.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.48 app-crypt/libsecret/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   8 Apr 2015 07:30:34 -   1.47
+++ ChangeLog   1 May 2015 16:54:42 -   1.48
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/libsecret
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.47 
2015/04/08 07:30:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.48 
2015/05/01 16:54:42 eva Exp $
+
+*libsecret-0.18.2 (01 May 2015)
+
+  01 May 2015; Gilles Dartiguelongue e...@gentoo.org 
+libsecret-0.18.2.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org libsecret-0.16.ebuild,
   libsecret-0.18.ebuild:



1.1  app-crypt/libsecret/libsecret-0.18.2.ebuild

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

Index: libsecret-0.18.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.2.ebuild,v 1.1 
2015/05/01 16:54:42 eva Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
VALA_MIN_API_VERSION=0.18
VALA_USE_DEPEND=vapigen

inherit gnome2 python-any-r1 vala virtualx

DESCRIPTION=GObject library for accessing the freedesktop.org Secret Service 
API
HOMEPAGE=https://live.gnome.org/Libsecret;

LICENSE=LGPL-2.1+ Apache-2.0 # Apache-2.0 license is used for tests only
SLOT=0
IUSE=+crypt debug +introspection test vala
REQUIRED_USE=vala? ( introspection )
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd

COMMON_DEPEND=
=dev-libs/glib-2.38:2
crypt? ( =dev-libs/libgcrypt-1.2.2:0= )
introspection? ( =dev-libs/gobject-introspection-1.29 )

RDEPEND=${COMMON_DEPEND}
=gnome-base/gnome-keyring-3

# Add ksecrets to RDEPEND when it's added to portage
DEPEND=${COMMON_DEPEND}
dev-libs/libxslt
dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.9
=dev-util/intltool-0.35.0
sys-devel/gettext
virtual/pkgconfig
test? (
dev-python/mock
introspection? (
${PYTHON_DEPS}
=dev-libs/gjs-1.32
dev-python/pygobject:3 )
)
vala? ( $(vala_depend) )


src_prepare() {
use vala  vala_src_prepare
gnome2_src_prepare
}

src_configure() {
DOCS=AUTHORS ChangeLog NEWS README
gnome2_src_configure \
--enable-manpages \
--disable-strict \
--disable-coverage \
--disable-static \
$(use_enable crypt gcrypt) \
$(use_enable introspection) \
$(use_enable vala)
}

src_test() {
Xemake check
}






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.4.0.ebuild ChangeLog

2015-05-01 Thread Robin H. Johnson (robbat2)
robbat2 15/05/01 16:54:51

  Modified: ChangeLog
  Added:git-2.4.0.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.324dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.324view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.324content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.323r2=1.324

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -r1.323 -r1.324
--- ChangeLog   1 May 2015 16:32:30 -   1.323
+++ ChangeLog   1 May 2015 16:54:51 -   1.324
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.323 2015/05/01 
16:32:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.324 2015/05/01 
16:54:51 robbat2 Exp $
+
+*git-2.4.0 (01 May 2015)
+
+  01 May 2015; Robin H. Johnson robb...@gentoo.org +git-2.4.0.ebuild:
+  Bump.
 
 *git-2.3.7 (01 May 2015)
 



1.1  dev-vcs/git/git-2.4.0.ebuild

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

Index: git-2.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.4.0.ebuild,v 1.1 
2015/05/01 16:54:51 robbat2 Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

# bug #329479: git-remote-testgit is not multiple-version aware
PYTHON_COMPAT=( python2_7 )
[[ ${PV} == * ]]  SCM=git-2
EGIT_REPO_URI=git://git.kernel.org/pub/scm/git/git.git
EGIT_MASTER=pu

inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 
python-single-r1 systemd ${SCM}

MY_PV=${PV/_rc/.rc}
MY_P=${PN}-${MY_PV}

DOC_VER=${MY_PV}

DESCRIPTION=GIT - the stupid content tracker, the revision control system 
heavily used by the Linux kernel team
HOMEPAGE=http://www.git-scm.com/;
if [[ ${PV} != * ]]; then
SRC_URI_SUFFIX=xz
SRC_URI_GOOG=http://git-core.googlecode.com/files;
SRC_URI_KORG=mirror://kernel/software/scm/git
SRC_URI=${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX}
${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
doc? (

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
fi

LICENSE=GPL-2
SLOT=0
IUSE=+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv 
mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs 
subversion test

# Common to both DEPEND and RDEPEND
CDEPEND=
dev-libs/openssl:0=
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:= )
curl? (
net-misc/curl
webdav? ( dev-libs/expat )
)
emacs? ( virtual/emacs )
gnome-keyring? ( gnome-base/libgnome-keyring )

RDEPEND=${CDEPEND}
gpg? ( app-crypt/gnupg )
mediawiki? (
dev-perl/HTML-Tree
dev-perl/MediaWiki-API
)
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
cgi? ( virtual/perl-CGI highlight? ( app-text/highlight 
) )
cvs? ( =dev-vcs/cvsps-2.1:0 dev-perl/DBI 
dev-perl/DBD-SQLite )
subversion? ( dev-vcs/subversion[-dso,perl] 
dev-perl/libwww-perl dev-perl/TermReadKey )
)
python? ( gtk?
(
=dev-python/pygtk-2.8[${PYTHON_USEDEP}]
=dev-python/pygtksourceview-2.10.1-r1:2[${PYTHON_USEDEP}]
)
${PYTHON_DEPS} )

# This is how info docs are created with Git:
#   .txt/asciidoc --(asciidoc)- 

[gentoo-commits] gentoo-x86 commit in dev-perl/Class-MethodMaker: Class-MethodMaker-2.240.0.ebuild ChangeLog Class-MethodMaker-2.180.0-r1.ebuild

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 17:23:56

  Modified: ChangeLog
  Added:Class-MethodMaker-2.240.0.ebuild
  Removed:  Class-MethodMaker-2.180.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.92 dev-perl/Class-MethodMaker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   5 Apr 2015 02:18:04 -   1.91
+++ ChangeLog   1 May 2015 17:23:56 -   1.92
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Class-MethodMaker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v 1.91 
2015/04/05 02:18:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/ChangeLog,v 1.92 
2015/05/01 17:23:56 dilfridge Exp $
+
+*Class-MethodMaker-2.240.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -Class-MethodMaker-2.180.0-r1.ebuild, +Class-MethodMaker-2.240.0.ebuild:
+  Version bump; remove old
 
   05 Apr 2015; Mike Frysinger vap...@gentoo.org
   Class-MethodMaker-2.210.0.ebuild:



1.1  dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0.ebuild

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

Index: Class-MethodMaker-2.240.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/Class-MethodMaker/Class-MethodMaker-2.240.0.ebuild,v
 1.1 2015/05/01 17:23:56 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SCHWIGON
MODULE_VERSION=2.24
SRC_URI=mirror://cpan/authors/id/S/SC/SCHWIGON/class-methodmaker/${PN}-${MODULE_VERSION}.tar.gz
inherit perl-module eutils

DESCRIPTION=Create generic methods for OO Perl

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

DEPEND=
virtual/perl-ExtUtils-MakeMaker


SRC_TEST=do






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

2015-05-01 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri May  1 17:55:09 2015 +

New tag: 20150430




[gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: ChangeLog pulseaudio-6.0.ebuild

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 19:31:36

  Modified: ChangeLog pulseaudio-6.0.ebuild
  Log:
  Marked ~ppc64 (bug #543354).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.385media-sound/pulseaudio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.385view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.385content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.384r2=1.385

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -r1.384 -r1.385
--- ChangeLog   19 Mar 2015 08:13:50 -  1.384
+++ ChangeLog   1 May 2015 19:31:36 -   1.385
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/pulseaudio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.384 
2015/03/19 08:13:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.385 
2015/05/01 19:31:36 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org pulseaudio-6.0.ebuild:
+  Marked ~ppc64 (bug #543354).
 
   19 Mar 2015; Pacho Ramos pa...@gentoo.org -pulseaudio-5.99.3-r1.ebuild,
   pulseaudio-6.0.ebuild:



1.9  media-sound/pulseaudio/pulseaudio-6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild?r1=1.8r2=1.9

Index: pulseaudio-6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pulseaudio-6.0.ebuild   19 Mar 2015 08:13:50 -  1.8
+++ pulseaudio-6.0.ebuild   1 May 2015 19:31:36 -   1.9
@@ -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/media-sound/pulseaudio/pulseaudio-6.0.ebuild,v 1.8 
2015/03/19 08:13:50 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild,v 1.9 
2015/05/01 19:31:36 jer Exp $
 
 EAPI=5
 inherit autotools bash-completion-r1 eutils flag-o-matic gnome2-utils 
linux-info readme.gentoo systemd user versionator udev multilib-minimal
@@ -17,7 +17,7 @@
 
 SLOT=0
 #KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux
-KEYWORDS=~amd64 ~arm ~hppa ~sh ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux
 
 # +alsa-plugin as discussed in bug #519530
 IUSE=+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm 
+glib






[gentoo-commits] gentoo-x86 commit in dev-haskell/tagsoup: tagsoup-0.13.3-r1.ebuild ChangeLog

2015-05-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/05/01 19:43:24

  Modified: ChangeLog
  Added:tagsoup-0.13.3-r1.ebuild
  Log:
  Rename 'tagsoup' binary to 'haskell-tagsoup' to avoid collision with 
dev-java/tagsoup (bug #547734 by Alexey Kretov).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.11 dev-haskell/tagsoup/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   14 Dec 2014 05:55:08 -  1.10
+++ ChangeLog   1 May 2015 19:43:24 -   1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/tagsoup
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v 1.10 
2014/12/14 05:55:08 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagsoup/ChangeLog,v 1.11 
2015/05/01 19:43:24 slyfox Exp $
+
+*tagsoup-0.13.3-r1 (01 May 2015)
+
+  01 May 2015; Sergei Trofimovich sly...@gentoo.org 
+tagsoup-0.13.3-r1.ebuild:
+  Rename 'tagsoup' binary to 'haskell-tagsoup' to avoid collision with dev-
+  java/tagsoup (bug #547734 by Alexey Kretov).
 
 *tagsoup-0.13.3 (14 Dec 2014)
 



1.1  dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild

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

Index: tagsoup-0.13.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild,v 1.1 
2015/05/01 19:43:24 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES=bin lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Parsing and extracting information from (possibly malformed) 
HTML/XML documents
HOMEPAGE=http://community.haskell.org/~ndm/tagsoup/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

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

RDEPEND=dev-haskell/text:=[profile?]
=dev-lang/ghc-7.4.1:=
download? ( dev-haskell/network:=[profile?] )
testprog? ( =dev-haskell/quickcheck-2.4:2=[profile?] )

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


src_prepare() {
cabal_chdeps \
'executable tagsoup' 'executable haskell-tagsoup'
}

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag download download) \
$(cabal_flag testprog testprog)
}






[gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: fluidsynth-1.1.6-r1.ebuild ChangeLog

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 19:48:16

  Modified: fluidsynth-1.1.6-r1.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #525744).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.9  media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild?r1=1.8r2=1.9

Index: fluidsynth-1.1.6-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fluidsynth-1.1.6-r1.ebuild  21 Apr 2015 18:38:27 -  1.8
+++ fluidsynth-1.1.6-r1.ebuild  1 May 2015 19:48:16 -   1.9
@@ -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/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.8 
2015/04/21 18:38:27 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.9 
2015/05/01 19:48:16 jer Exp $
 
 EAPI=5
 inherit cmake-multilib flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=alpha amd64 hppa ppc ~ppc64 sparc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd
 IUSE=alsa dbus debug examples jack ladspa lash portaudio pulseaudio readline 
sndfile
 
 RDEPEND==dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]



1.87 media-sound/fluidsynth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.86r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   21 Apr 2015 18:38:27 -  1.86
+++ ChangeLog   1 May 2015 19:48:16 -   1.87
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/fluidsynth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.86 
2015/04/21 18:38:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.87 
2015/05/01 19:48:16 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org fluidsynth-1.1.6-r1.ebuild:
+  Stable for PPC64 (bug #525744).
 
   21 Apr 2015; Pacho Ramos pa...@gentoo.org fluidsynth-1.1.6-r1.ebuild:
   ppc stable wrt bug #525744






[gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ChangeLog ladspa-cmt-1.16-r4.ebuild

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 19:47:36

  Modified: ChangeLog ladspa-cmt-1.16-r4.ebuild
  Log:
  Stable for PPC64 (bug #525878).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.62 media-libs/ladspa-cmt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   2 Mar 2015 09:21:41 -   1.61
+++ ChangeLog   1 May 2015 19:47:36 -   1.62
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/ladspa-cmt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.61 
2015/03/02 09:21:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.62 
2015/05/01 19:47:36 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org ladspa-cmt-1.16-r4.ebuild:
+  Stable for PPC64 (bug #525878).
 
   02 Mar 2015; Agostino Sarubbo a...@gentoo.org ladspa-cmt-1.16-r4.ebuild:
   Stable for ppc, wrt bug #525878



1.8  media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild?r1=1.7r2=1.8

Index: ladspa-cmt-1.16-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ladspa-cmt-1.16-r4.ebuild   2 Mar 2015 09:21:41 -   1.7
+++ ladspa-cmt-1.16-r4.ebuild   1 May 2015 19:47:36 -   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/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v 1.7 
2015/03/02 09:21:41 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v 1.8 
2015/05/01 19:47:36 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 HOMEPAGE=http://www.ladspa.org/;
 SRC_URI=http://www.ladspa.org/download/${MY_P}.tgz;
 
-KEYWORDS=alpha amd64 hppa ppc ~ppc64 sparc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd
 LICENSE=LGPL-2.1
 SLOT=0
 IUSE=






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

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 20:06:48

  Modified: ChangeLog
  Added:Config-Any-0.260.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.22 dev-perl/Config-Any/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-Any/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   1 Apr 2015 22:22:30 -   1.21
+++ ChangeLog   1 May 2015 20:06:48 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Config-Any
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Any/ChangeLog,v 1.21 
2015/04/01 22:22:30 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Any/ChangeLog,v 1.22 
2015/05/01 20:06:48 dilfridge Exp $
+
+*Config-Any-0.260.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Config-Any-0.260.0.ebuild:
+  Version bump
 
   01 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
   Config-Any-0.240.0-r1.ebuild:



1.1  dev-perl/Config-Any/Config-Any-0.260.0.ebuild

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

Index: Config-Any-0.260.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/Config-Any/Config-Any-0.260.0.ebuild,v 1.1 
2015/05/01 20:06:48 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=BRICAS
MODULE_VERSION=0.26
inherit perl-module

DESCRIPTION=Load configuration from different file formats, transparently

SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86 ~ppc-aix
IUSE=test

RDEPEND=
=virtual/perl-Module-Pluggable-3.10.0
!dev-perl/config-general-2.47
!dev-perl/Config-General-2.47

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)


SRC_TEST=do






[gentoo-commits] proj/sci:master commit in: sci-biology/bowtie/

2015-05-01 Thread Martin Mokrejs
commit: a6949bfe7f087ab37f5ebf875ecc154dda9d8593
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Fri May  1 20:37:44 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Fri May  1 20:37:44 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6949bfe

sci-biology/bowtie: clarified package descriptions (bowtie1 vs. bowtie2)

Package-Manager: portage-2.2.18

 sci-biology/bowtie/ChangeLog   | 4 
 sci-biology/bowtie/bowtie-1.1.1.ebuild | 2 +-
 sci-biology/bowtie/bowtie-2.2.3.ebuild | 2 +-
 sci-biology/bowtie/bowtie-2.2.5.ebuild | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-biology/bowtie/ChangeLog b/sci-biology/bowtie/ChangeLog
index 0bc0afa..4be1ee3 100644
--- a/sci-biology/bowtie/ChangeLog
+++ b/sci-biology/bowtie/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
bowtie-1.1.1.ebuild,
+  bowtie-2.2.3.ebuild, bowtie-2.2.5.ebuild:
+  sci-biology/bowtie: clarified package descriptions (bowtie1 vs. bowtie2)
+
 *bowtie-2.2.3 (27 Apr 2015)
 *bowtie-2.2.5 (27 Apr 2015)
 

diff --git a/sci-biology/bowtie/bowtie-1.1.1.ebuild 
b/sci-biology/bowtie/bowtie-1.1.1.ebuild
index 536e9d8..e6e5c3a 100644
--- a/sci-biology/bowtie/bowtie-1.1.1.ebuild
+++ b/sci-biology/bowtie/bowtie-1.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION=An ultrafast memory-efficient short read aligner
+DESCRIPTION=Short read (below 50nt) aligner requiring end-to-end match, no 
gaps
 HOMEPAGE=http://bowtie-bio.sourceforge.net/;
 SRC_URI=mirror://sourceforge/bowtie-bio/${P}-src.zip
 

diff --git a/sci-biology/bowtie/bowtie-2.2.3.ebuild 
b/sci-biology/bowtie/bowtie-2.2.3.ebuild
index d8059fc..e987cdb 100644
--- a/sci-biology/bowtie/bowtie-2.2.3.ebuild
+++ b/sci-biology/bowtie/bowtie-2.2.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION=An ultrafast memory-efficient short read aligner
+DESCRIPTION=Short read aligner supporting gaps, matches to N nucleotides, no 
end-to-end requirement
 HOMEPAGE=http://bowtie-bio.sourceforge.net/bowtie2/;
 
SRC_URI=mirror://sourceforge/project/${PN}-bio/${PN}2/${PV}/${PN}2-${PV}-source.zip
 

diff --git a/sci-biology/bowtie/bowtie-2.2.5.ebuild 
b/sci-biology/bowtie/bowtie-2.2.5.ebuild
index d8059fc..e987cdb 100644
--- a/sci-biology/bowtie/bowtie-2.2.5.ebuild
+++ b/sci-biology/bowtie/bowtie-2.2.5.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION=An ultrafast memory-efficient short read aligner
+DESCRIPTION=Short read aligner supporting gaps, matches to N nucleotides, no 
end-to-end requirement
 HOMEPAGE=http://bowtie-bio.sourceforge.net/bowtie2/;
 
SRC_URI=mirror://sourceforge/project/${PN}-bio/${PN}2/${PV}/${PN}2-${PV}-source.zip
 



[gentoo-commits] proj/openrc:master commit in: init.d/

2015-05-01 Thread William Hubbs
commit: 7bd456ed7bf35da2d7a53650baa33637e178064e
Author: Mike Gilbert floppym AT gentoo DOT org
AuthorDate: Wed Apr 29 01:03:49 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri May  1 14:14:09 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=7bd456ed

Disable service scripts for systemd-nspawn

This adds the -systemd-nspawn keyword to service scripts which are not
intended to run in systemd-nspawn containers.

This fixes #52.

X-Gentoo-Bug: 548058
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=548058

 init.d/binfmt.in   | 2 +-
 init.d/consolefont.in  | 2 +-
 init.d/devfs.in| 2 +-
 init.d/dmesg.in| 2 +-
 init.d/fsck.in | 2 +-
 init.d/hostname.in | 2 +-
 init.d/hwclock.in  | 2 +-
 init.d/keymaps.in  | 2 +-
 init.d/localmount.in   | 2 +-
 init.d/loopback.in | 2 +-
 init.d/modules.in  | 2 +-
 init.d/mount-ro.in | 2 +-
 init.d/mtab.in | 2 +-
 init.d/netmount.in | 2 +-
 init.d/numlock.in  | 2 +-
 init.d/procfs.in   | 2 +-
 init.d/root.in | 2 +-
 init.d/swap.in | 2 +-
 init.d/swapfiles.in| 2 +-
 init.d/swclock.in  | 2 +-
 init.d/sysctl.Linux.in | 2 +-
 init.d/sysfs.in| 2 +-
 init.d/termencoding.in | 2 +-
 init.d/urandom.in  | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/init.d/binfmt.in b/init.d/binfmt.in
index 651b131..7de9aa5 100644
--- a/init.d/binfmt.in
+++ b/init.d/binfmt.in
@@ -8,7 +8,7 @@ depend()
 {
after procfs
use modules devfs
-   keyword -openvz -prefix -vserver -lxc
+   keyword -openvz -prefix -systemd-nspawn -vserver -lxc
 }
 
 start()

diff --git a/init.d/consolefont.in b/init.d/consolefont.in
index 7ec93d6..e56cc09 100644
--- a/init.d/consolefont.in
+++ b/init.d/consolefont.in
@@ -8,7 +8,7 @@ depend()
 {
need localmount termencoding
after hotplug bootmisc
-   keyword -openvz -prefix -uml -vserver -xenu -lxc
+   keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
 }
 
 start()

diff --git a/init.d/devfs.in b/init.d/devfs.in
index 5af68f9..86bda24 100644
--- a/init.d/devfs.in
+++ b/init.d/devfs.in
@@ -8,7 +8,7 @@ depend()
 {
provide dev-mount
before dev
-   keyword -prefix -vserver -lxc
+   keyword -prefix -systemd-nspawn -vserver -lxc
 }
 
 mount_dev()

diff --git a/init.d/dmesg.in b/init.d/dmesg.in
index 5b001fc..6e1ae53 100644
--- a/init.d/dmesg.in
+++ b/init.d/dmesg.in
@@ -7,7 +7,7 @@ description=Set the dmesg level for a cleaner boot
 depend()
 {
before dev modules
-   keyword -lxc -prefix -vserver
+   keyword -lxc -prefix -systemd-nspawn -vserver
 }
 
 start()

diff --git a/init.d/fsck.in b/init.d/fsck.in
index d3b6607..79e74e5 100644
--- a/init.d/fsck.in
+++ b/init.d/fsck.in
@@ -9,7 +9,7 @@ _IFS=
 depend()
 {
use dev clock modules
-   keyword -jail -openvz -prefix -timeout -vserver -lxc -uml
+   keyword -jail -openvz -prefix -systemd-nspawn -timeout -vserver -lxc 
-uml
 }
 
 _abort() {

diff --git a/init.d/hostname.in b/init.d/hostname.in
index eaeb79a..5b8b75d 100644
--- a/init.d/hostname.in
+++ b/init.d/hostname.in
@@ -5,7 +5,7 @@
 description=Sets the hostname of the machine.
 
 depend() {
-   keyword -prefix -lxc
+   keyword -prefix -systemd-nspawn -lxc
 }
 
 start()

diff --git a/init.d/hwclock.in b/init.d/hwclock.in
index 4b0da02..1dde2d6 100644
--- a/init.d/hwclock.in
+++ b/init.d/hwclock.in
@@ -28,7 +28,7 @@ depend()
else
before *
fi
-   keyword -openvz -prefix -uml -vserver -xenu -lxc
+   keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
 }
 
 setupopts()

diff --git a/init.d/keymaps.in b/init.d/keymaps.in
index eeed22a..af42485 100644
--- a/init.d/keymaps.in
+++ b/init.d/keymaps.in
@@ -8,7 +8,7 @@ depend()
 {
need localmount termencoding
after bootmisc
-   keyword -openvz -prefix -uml -vserver -xenu -lxc
+   keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
 }
 
 start()

diff --git a/init.d/localmount.in b/init.d/localmount.in
index 1335aa9..b2e8ef1 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -9,7 +9,7 @@ depend()
need fsck
use lvm modules mtab
after lvm modules
-   keyword -jail -prefix -vserver -lxc
+   keyword -jail -prefix -systemd-nspawn -vserver -lxc
 }
 
 start()

diff --git a/init.d/loopback.in b/init.d/loopback.in
index ec45a98..4602dd0 100644
--- a/init.d/loopback.in
+++ b/init.d/loopback.in
@@ -6,7 +6,7 @@ description=Configures the loopback interface.
 
 depend()
 {
-   keyword -jail -prefix -vserver
+   keyword -jail -prefix -systemd-nspawn -vserver
 }
 
 start()

diff --git a/init.d/modules.in b/init.d/modules.in
index acce97e..e10e7ae 100644
--- a/init.d/modules.in
+++ b/init.d/modules.in
@@ -7,7 +7,7 @@ description=Loads a user defined list of kernel modules.
 depend()
 {
   

[gentoo-commits] proj/openrc:master commit in: src/librc/, sh/, etc/

2015-05-01 Thread William Hubbs
commit: c709e6077c6eda3f4f7e798213413254ee0f
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Tue Apr 28 20:07:21 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri May  1 14:04:07 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c709e607

Add support for systemd-nspawn containers

This adds support for running OpenRC in a container created by
the systemd-nspawn utility.

This fixes #52.

X-Gentoo-Bug: 548058
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=548058

 etc/rc.conf.Linux   | 17 +
 sh/openrc-run.sh.in |  5 -
 src/librc/librc.c   |  2 ++
 src/librc/rc.h.in   |  1 +
 4 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux
index 79bd971..a8ad58b 100644
--- a/etc/rc.conf.Linux
+++ b/etc/rc.conf.Linux
@@ -2,14 +2,15 @@
 # LINUX SPECIFIC OPTIONS
 
 # This is the subsystem type. Valid options on Linux:
-# - nothing special
-# lxc - Linux Containers
-# openvz  - Linux OpenVZ
-# prefix  - Prefix
-# uml - Usermode Linux
-# vserver - Linux vserver
-# xen0- Xen0 Domain
-# xenU- XenU Domain
+#- nothing special
+# lxc- Linux Containers
+# openvz - Linux OpenVZ
+# prefix - Prefix
+# uml- Usermode Linux
+# vserver- Linux vserver
+# systemd-nspawn - Container created by the systemd-nspawn utility
+# xen0   - Xen0 Domain
+# xenU   - XenU Domain
 # If this is commented out, automatic detection will be used.
 #
 # This should be set to the value representing the environment this file is

diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in
index a6d2c0b..e279f11 100644
--- a/sh/openrc-run.sh.in
+++ b/sh/openrc-run.sh.in
@@ -34,7 +34,10 @@ sourcex()
 
 sourcex @LIBEXECDIR@/sh/functions.sh
 sourcex @LIBEXECDIR@/sh/rc-functions.sh
-[ $RC_SYS != PREFIX ]  sourcex -e @LIBEXECDIR@/sh/rc-cgroup.sh
+case $RC_SYS in
+   PREFIX|SYSTEMD-NSPAWN) ;;
+   *) sourcex -e @LIBEXECDIR@/sh/rc-cgroup.sh;;
+esac
 
 # Support LiveCD foo
 if sourcex -e /sbin/livecd-functions.sh; then

diff --git a/src/librc/librc.c b/src/librc/librc.c
index ca51aa6..03448e7 100644
--- a/src/librc/librc.c
+++ b/src/librc/librc.c
@@ -294,6 +294,8 @@ rc_sys_v1(void)
return RC_SYS_OPENVZ; /* old test */
else if (file_regex(/proc/1/environ, container=lxc))
return RC_SYS_LXC;
+   else if (file_regex(/proc/1/environ, container=systemd-nspawn))
+   return RC_SYS_SYSTEMD_NSPAWN;
 #endif
 
return NULL;

diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index 58d8eb5..13e1b5b 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -332,6 +332,7 @@ bool rc_service_daemons_crashed(const char *);
 #define RC_SYS_OPENVZ  OPENVZ
 #define RC_SYS_LXC LXC
 #define RC_SYS_PREFIX  PREFIX
+#define RC_SYS_SYSTEMD_NSPAWN SYSTEMD-NSPAWN
 #define RC_SYS_UML UML
 #define RC_SYS_VSERVER VSERVER
 #define RC_SYS_XEN0XEN0



[gentoo-commits] gentoo-x86 commit in media-libs/mediastreamer: ChangeLog mediastreamer-2.9.0.ebuild

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 19:25:44

  Modified: ChangeLog mediastreamer-2.9.0.ebuild
  Log:
  Stable for PPC64 (bug #510690).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.82 media-libs/mediastreamer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mediastreamer/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   18 Apr 2015 10:32:41 -  1.81
+++ ChangeLog   1 May 2015 19:25:44 -   1.82
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mediastreamer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mediastreamer/ChangeLog,v 1.81 
2015/04/18 10:32:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mediastreamer/ChangeLog,v 1.82 
2015/05/01 19:25:44 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org mediastreamer-2.9.0.ebuild:
+  Stable for PPC64 (bug #510690).
 
   18 Apr 2015; Pacho Ramos pa...@gentoo.org mediastreamer-2.9.0.ebuild:
   x86 stable wrt bug #510690



1.9  media-libs/mediastreamer/mediastreamer-2.9.0.ebuild

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

Index: mediastreamer-2.9.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/mediastreamer/mediastreamer-2.9.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mediastreamer-2.9.0.ebuild  18 Apr 2015 10:32:41 -  1.8
+++ mediastreamer-2.9.0.ebuild  1 May 2015 19:25:44 -   1.9
@@ -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/media-libs/mediastreamer/mediastreamer-2.9.0.ebuild,v 
1.8 2015/04/18 10:32:41 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/mediastreamer/mediastreamer-2.9.0.ebuild,v 
1.9 2015/05/01 19:25:44 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0/3
-KEYWORDS=amd64 ppc ~ppc64 x86
+KEYWORDS=amd64 ppc ppc64 x86
 # Many cameras will not work or will crash an application if mediastreamer2 is
 # not built with v4l2 support (taken from configure.ac)
 # TODO: run-time test for ipv6: does it really need ortp[ipv6] ?






[gentoo-commits] gentoo-x86 commit in media-libs/sdl-mixer: sdl-mixer-1.2.12-r4.ebuild ChangeLog

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 19:49:11

  Modified: sdl-mixer-1.2.12-r4.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #525500).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.13 media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild?r1=1.12r2=1.13

Index: sdl-mixer-1.2.12-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sdl-mixer-1.2.12-r4.ebuild  21 Apr 2015 18:40:21 -  1.12
+++ sdl-mixer-1.2.12-r4.ebuild  1 May 2015 19:49:11 -   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/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild,v 1.12 
2015/04/21 18:40:21 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild,v 1.13 
2015/05/01 19:49:11 jer Exp $
 
 EAPI=5
 inherit eutils multilib-minimal
@@ -12,7 +12,7 @@
 
 LICENSE=ZLIB
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris
 IUSE=flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg 
static-libs timidity vorbis +wav
 REQUIRED_USE=
midi? ( || ( timidity fluidsynth ) )



1.139media-libs/sdl-mixer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-mixer/ChangeLog?rev=1.139view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-mixer/ChangeLog?rev=1.139content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-mixer/ChangeLog?r1=1.138r2=1.139

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   21 Apr 2015 18:40:21 -  1.138
+++ ChangeLog   1 May 2015 19:49:11 -   1.139
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/sdl-mixer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.138 
2015/04/21 18:40:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.139 
2015/05/01 19:49:11 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org sdl-mixer-1.2.12-r4.ebuild:
+  Stable for PPC64 (bug #525500).
 
   21 Apr 2015; Pacho Ramos pa...@gentoo.org sdl-mixer-1.2.12-r4.ebuild:
   ppc stable wrt bug #525500






[gentoo-commits] gentoo-x86 commit in dev-perl/common-sense: ChangeLog common-sense-3.730.0.ebuild

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 19:52:22

  Modified: ChangeLog
  Added:common-sense-3.730.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.36 dev-perl/common-sense/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   19 Oct 2014 16:30:12 -  1.35
+++ ChangeLog   1 May 2015 19:52:22 -   1.36
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/common-sense
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.35 
2014/10/19 16:30:12 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.36 
2015/05/01 19:52:22 dilfridge Exp $
+
+*common-sense-3.730.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +common-sense-3.730.0.ebuild:
+  Version bump
 
   19 Oct 2014; Mikle Kolyada zlog...@gentoo.org -common-sense-3.600.0.ebuild:
   Drop old



1.1  dev-perl/common-sense/common-sense-3.730.0.ebuild

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

Index: common-sense-3.730.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/common-sense/common-sense-3.730.0.ebuild,v 1.1 
2015/05/01 19:52:22 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=3.73
inherit perl-module

DESCRIPTION=common::sense - save a tree AND a kitten, use common::sense!

SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-solaris
IUSE=

DEPEND=virtual/perl-ExtUtils-MakeMaker

SRC_TEST=do






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

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 20:13:07

  Modified: ChangeLog
  Added:Config-Auto-0.440.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.6  dev-perl/Config-Auto/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-Auto/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   26 Aug 2014 17:19:48 -  1.5
+++ ChangeLog   1 May 2015 20:13:07 -   1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Config-Auto
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Auto/ChangeLog,v 1.5 
2014/08/26 17:19:48 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Auto/ChangeLog,v 1.6 
2015/05/01 20:13:07 dilfridge Exp $
+
+*Config-Auto-0.440.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Config-Auto-0.440.0.ebuild:
+  Version bump
 
 *Config-Auto-0.420.0-r1 (26 Aug 2014)
 



1.1  dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild

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

Index: Config-Auto-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/Config-Auto/Config-Auto-0.440.0.ebuild,v 1.1 
2015/05/01 20:13:07 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=BINGOS
MODULE_VERSION=0.44
inherit perl-module

DESCRIPTION=Magical config file parser

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

RDEPEND=
dev-perl/Config-IniFiles
dev-perl/IO-String
virtual/perl-Text-ParseWords
virtual/perl-File-Spec
=dev-perl/yaml-0.670.0

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in net-misc/ofono: ChangeLog ofono-1.16.ebuild

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 19:30:12

  Modified: ChangeLog ofono-1.16.ebuild
  Log:
  Marked ~ppc64 (bug #543354).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.65 net-misc/ofono/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   16 Mar 2015 04:23:35 -  1.64
+++ ChangeLog   1 May 2015 19:30:12 -   1.65
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/ofono
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.64 2015/03/16 
04:23:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.65 2015/05/01 
19:30:12 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org ofono-1.16.ebuild:
+  Marked ~ppc64 (bug #543354).
 
   16 Mar 2015; Jeroen Roovers j...@gentoo.org ofono-1.16.ebuild:
   Marked ~hppa (bug #543354).



1.3  net-misc/ofono/ofono-1.16.ebuild

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

Index: ofono-1.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ofono-1.16.ebuild   16 Mar 2015 04:23:35 -  1.2
+++ ofono-1.16.ebuild   1 May 2015 19:30:12 -   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/net-misc/ofono/ofono-1.16.ebuild,v 1.2 
2015/03/16 04:23:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.16.ebuild,v 1.3 
2015/05/01 19:30:12 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86
 IUSE=+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev
 
 REQUIRED_USE=dundee? ( bluetooth )






[gentoo-commits] gentoo-x86 commit in net-misc/spice-gtk: spice-gtk-0.25-r1.ebuild ChangeLog

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 19:58:01

  Modified: spice-gtk-0.25-r1.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #542890).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.9  net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild?r1=1.8r2=1.9

Index: spice-gtk-0.25-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- spice-gtk-0.25-r1.ebuild8 Apr 2015 18:04:50 -   1.8
+++ spice-gtk-0.25-r1.ebuild1 May 2015 19:58:01 -   1.9
@@ -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/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild,v 1.8 
2015/04/08 18:04:50 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild,v 1.9 
2015/05/01 19:58:01 jer Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -18,7 +18,7 @@
 LICENSE=LGPL-2.1
 SLOT=0
 SRC_URI=http://spice-space.org/download/gtk/${P}.tar.bz2;
-KEYWORDS=~alpha amd64 arm ~ppc ~ppc64 ~x86
+KEYWORDS=~alpha amd64 arm ~ppc ppc64 ~x86
 IUSE=dbus doc gstreamer gtk3 +introspection policykit pulseaudio
 python sasl smartcard static-libs usbredir vala webdav
 



1.95 net-misc/spice-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.95view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.95content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?r1=1.94r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   8 Apr 2015 18:04:50 -   1.94
+++ ChangeLog   1 May 2015 19:58:01 -   1.95
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/spice-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.94 
2015/04/08 18:04:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.95 
2015/05/01 19:58:01 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org spice-gtk-0.25-r1.ebuild:
+  Stable for PPC64 (bug #542890).
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org spice-gtk-0.20-r1.ebuild,
   spice-gtk-0.21.ebuild, spice-gtk-0.25-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-libs/phodav: ChangeLog phodav-0.4.ebuild

2015-05-01 Thread Jeroen Roovers (jer)
jer 15/05/01 19:57:07

  Modified: ChangeLog phodav-0.4.ebuild
  Log:
  Stable for PPC64 (bug #542890).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.8  net-libs/phodav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   22 Mar 2015 15:17:06 -  1.7
+++ ChangeLog   1 May 2015 19:57:07 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/phodav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.7 2015/03/22 
15:17:06 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.8 2015/05/01 
19:57:07 jer Exp $
+
+  01 May 2015; Jeroen Roovers j...@gentoo.org phodav-0.4.ebuild:
+  Stable for PPC64 (bug #542890).
 
   22 Mar 2015; Andreas Schuerch native...@gentoo.org phodav-0.4.ebuild:
   ~x86 keyworded, see bug 513108



1.8  net-libs/phodav/phodav-0.4.ebuild

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

Index: phodav-0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- phodav-0.4.ebuild   22 Mar 2015 15:17:06 -  1.7
+++ phodav-0.4.ebuild   1 May 2015 19:57:07 -   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/net-libs/phodav/phodav-0.4.ebuild,v 1.7 
2015/03/22 15:17:06 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild,v 1.8 
2015/05/01 19:57:07 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~ppc ~ppc64 ~x86
+KEYWORDS=~alpha amd64 arm ~ppc ppc64 ~x86
 IUSE=avahi spice systemd
 
 RDEPEND=dev-libs/glib






[gentoo-commits] gentoo-x86 commit in dev-perl/Compress-Bzip2: Compress-Bzip2-2.220.0.ebuild ChangeLog Compress-Bzip2-2.90.0-r1.ebuild

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 20:02:13

  Modified: ChangeLog
  Added:Compress-Bzip2-2.220.0.ebuild
  Removed:  Compress-Bzip2-2.90.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.19 dev-perl/Compress-Bzip2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   22 Aug 2014 17:38:29 -  1.18
+++ ChangeLog   1 May 2015 20:02:13 -   1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Compress-Bzip2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog,v 1.18 
2014/08/22 17:38:29 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog,v 1.19 
2015/05/01 20:02:13 dilfridge Exp $
+
+*Compress-Bzip2-2.220.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -Compress-Bzip2-2.90.0-r1.ebuild, +Compress-Bzip2-2.220.0.ebuild:
+  Version bump; remove old
 
 *Compress-Bzip2-2.90.0-r1 (22 Aug 2014)
 



1.1  dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild

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

Index: Compress-Bzip2-2.220.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/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild,v 
1.1 2015/05/01 20:02:13 dilfridge Exp $

EAPI=5

MODULE_VERSION=2.22
MODULE_AUTHOR=RURBAN
inherit perl-module

DESCRIPTION=Interface to Bzip2 compression library

SLOT=0
KEYWORDS=~amd64 ~ia64 ~mips ~sparc ~x86 ~ppc-aix
IUSE=test

RDEPEND=
app-arch/bzip2
virtual/perl-Carp
virtual/perl-File-Spec

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/Config-IniFiles: Config-IniFiles-2.860.0.ebuild ChangeLog Config-IniFiles-2.820.0-r1.ebuild Config-IniFiles-2.780.0-r1.ebuild

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 20:22:44

  Modified: ChangeLog
  Added:Config-IniFiles-2.860.0.ebuild
  Removed:  Config-IniFiles-2.820.0-r1.ebuild
Config-IniFiles-2.780.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.81 dev-perl/Config-IniFiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   5 Jan 2015 21:27:20 -   1.80
+++ ChangeLog   1 May 2015 20:22:44 -   1.81
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Config-IniFiles
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.80 
2015/01/05 21:27:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.81 
2015/05/01 20:22:44 dilfridge Exp $
+
+*Config-IniFiles-2.860.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -Config-IniFiles-2.780.0-r1.ebuild, -Config-IniFiles-2.820.0-r1.ebuild,
+  +Config-IniFiles-2.860.0.ebuild:
+  Version bump; remove old
 
   05 Jan 2015; Mikle Kolyada zlog...@gentoo.org
   Config-IniFiles-2.830.0.ebuild:



1.1  dev-perl/Config-IniFiles/Config-IniFiles-2.860.0.ebuild

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

Index: Config-IniFiles-2.860.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/Config-IniFiles/Config-IniFiles-2.860.0.ebuild,v
 1.1 2015/05/01 20:22:44 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SHLOMIF
MODULE_VERSION=2.86
inherit perl-module

DESCRIPTION=A module for reading .ini-style configuration files

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

RDEPEND=
virtual/perl-Carp
virtual/perl-File-Temp
=dev-perl/List-MoreUtils-0.330.0

DEPEND=${RDEPEND}
=virtual/perl-Module-Build-0.360.0
virtual/perl-Scalar-List-Utils
test? (
virtual/perl-Test-Simple
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)


SRC_TEST=do






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

2015-05-01 Thread Andreas Huettel (dilfridge)
dilfridge15/05/01 20:40:53

  Modified: ChangeLog
  Added:Config-Properties-1.770.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.8  dev-perl/Config-Properties/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-Properties/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   12 Sep 2014 17:26:39 -  1.7
+++ ChangeLog   1 May 2015 20:40:53 -   1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Config-Properties
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Properties/ChangeLog,v 1.7 
2014/09/12 17:26:39 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Properties/ChangeLog,v 1.8 
2015/05/01 20:40:53 dilfridge Exp $
+
+*Config-Properties-1.770.0 (01 May 2015)
+
+  01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Config-Properties-1.770.0.ebuild:
+  Version bump
 
   12 Sep 2014; Mikle Kolyada zlog...@gentoo.org
   -Config-Properties-1.750.0.ebuild:



1.1  dev-perl/Config-Properties/Config-Properties-1.770.0.ebuild

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

Index: Config-Properties-1.770.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/Config-Properties/Config-Properties-1.770.0.ebuild,v
 1.1 2015/05/01 20:40:53 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SALVA
MODULE_VERSION=1.77
inherit perl-module

DESCRIPTION=Configuration using Java style properties

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

RDEPEND=
virtual/perl-File-Temp

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.3.6.ebuild ChangeLog

2015-05-01 Thread Mikle Kolyada (zlogene)
zlogene 15/05/01 17:59:32

  Modified: git-2.3.6.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #548350
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-vcs/git/git-2.3.6.ebuild

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

Index: git-2.3.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- git-2.3.6.ebuild23 Apr 2015 13:35:42 -  1.1
+++ git-2.3.6.ebuild1 May 2015 17:59:32 -   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-vcs/git/git-2.3.6.ebuild,v 1.1 
2015/04/23 13:35:42 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.3.6.ebuild,v 1.2 
2015/05/01 17:59:32 zlogene Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~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 ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 fi
 
 LICENSE=GPL-2



1.325dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.325view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.325content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.324r2=1.325

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -r1.324 -r1.325
--- ChangeLog   1 May 2015 16:54:51 -   1.324
+++ ChangeLog   1 May 2015 17:59:32 -   1.325
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.324 2015/05/01 
16:54:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.325 2015/05/01 
17:59:32 zlogene Exp $
+
+  01 May 2015; Mikle Kolyada zlog...@gentoo.org git-2.3.6.ebuild:
+  amd64 stable wrt bug #548350
 
 *git-2.4.0 (01 May 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-cluster/vzctl: vzctl-4.9.1.ebuild ChangeLog vzctl-4.9.ebuild

2015-05-01 Thread Maxim Koltsov (maksbotan)
maksbotan15/05/01 18:04:57

  Modified: ChangeLog
  Added:vzctl-4.9.1.ebuild
  Removed:  vzctl-4.9.ebuild
  Log:
  Hot-fix 4.9 into 4.9.1, by slepnoga
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.137sys-cluster/vzctl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   1 May 2015 14:10:03 -   1.136
+++ ChangeLog   1 May 2015 18:04:57 -   1.137
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/vzctl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.136 
2015/05/01 14:10:03 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.137 
2015/05/01 18:04:57 maksbotan Exp $
+
+*vzctl-4.9.1 (01 May 2015)
+
+  01 May 2015; Maxim Koltsov maksbo...@gentoo.org +vzctl-4.9.1.ebuild,
+  -vzctl-4.9.ebuild:
+  Hot-fix 4.9 into 4.9.1, by slepnoga
 
 *vzctl-4.9 (01 May 2015)
 



1.1  sys-cluster/vzctl/vzctl-4.9.1.ebuild

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

Index: vzctl-4.9.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.9.1.ebuild,v 1.1 
2015/05/01 18:04:57 maksbotan Exp $

EAPI=5

inherit base bash-completion-r1 eutils toolchain-funcs udev

DESCRIPTION=OpenVZ ConTainers control utility
HOMEPAGE=http://openvz.org/;
SRC_URI=http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc64 ~x86 -amd64-fbsd -sparc-fbsd -x86-fbsd
IUSE=+ploop  +vzmigrate

RDEPEND=net-firewall/iptables
sys-apps/ed
=sys-apps/iproute2-3.3.0
=sys-fs/vzquota-3.1
ploop? (
=sys-cluster/ploop-1.13
sys-block/parted
sys-fs/quota
dev-libs/libxml2
)
=dev-libs/libcgroup-0.38
vzmigrate? (
net-misc/openssh
net-misc/rsync[xattr,acl]
app-arch/tar[xattr,acl]
net-misc/bridge-utils
virtual/awk
)
virtual/udev


DEPEND=${RDEPEND}
virtual/pkgconfig


src_prepare() {

# Set default OSTEMPLATE on gentoo
sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on 
etc/dists/default failed'
# Set proper udev directory
sed -i -e s:/lib/udev:$(get_udevdir): src/lib/dev.c || die 'sed on 
src/lib/dev.c failed'
}

src_configure() {

econf \
--localstatedir=/var \
--enable-udev \
--enable-bashcomp \
--enable-logrotate \
--with-vz \
$(use_with ploop) \
--with-cgroup
}

src_install() {

emake DESTDIR=${D} udevdir=$(get_udevdir)/rules.d install 
install-gentoo

# install the bash-completion script into the right location
rm -rf ${ED}/etc/bash_completion.d
newbashcomp etc/bash_completion.d/vzctl.sh ${PN}

# We need to keep some dirs
keepdir /vz/{dump,lock,root,private,template/cache}
keepdir /etc/vz/names /var/lib/vzctl/veip
}

pkg_postinst() {
einfo This vzctl release required kernel above 2.6.32.92

einfo If you have checkpoint suspend/restore feature in vanilla kernel
einfo please install sys-process/criu 
einfo This is experimental and not stable ( in gentoo ) now

einfo if you have work with  .xz compressed template, please install 
app-arch/xz-utils
einfo if you have check signature donwloaded template - install gpg 
}






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

2015-05-01 Thread Anthony G. Basile
commit: 190e6c6b41612b73381946b465b41eefef268d57
Author: layman layman AT localhost
AuthorDate: Fri May  1 18:09:34 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri May  1 18:09:34 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=190e6c6b

sys-kernel/hardened-sources: testing patchset 20150430

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 0xF52D4BBA

 ...rdened-sources-3.14.40.ebuild = hardened-sources-3.14.40-r1.ebuild} | 2 +-
 ...hardened-sources-3.19.6.ebuild = hardened-sources-3.19.6-r1.ebuild} | 2 +-
 ...dened-sources-3.2.68-r6.ebuild = hardened-sources-3.2.68-r7.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

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

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



  1   2   >