[gentoo-commits] gentoo-x86 commit in dev-python/django: ChangeLog django-1.6.10.ebuild django-1.4.19.ebuild

2015-03-24 Thread Justin Lecher (jlec)
jlec15/03/24 09:20:29

  Modified: ChangeLog
  Removed:  django-1.6.10.ebuild django-1.4.19.ebuild
  Log:
  Clean up after sec stabilization, bug #543754
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.162dev-python/django/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog   24 Mar 2015 09:12:33 -  1.161
+++ ChangeLog   24 Mar 2015 09:20:29 -  1.162
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.161 
2015/03/24 09:12:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.162 
2015/03/24 09:20:29 jlec Exp $
+
+  24 Mar 2015; Justin Lecher j...@gentoo.org -django-1.4.19.ebuild,
+  -django-1.6.10.ebuild:
+  Clean up after sec stabilization, bug #543754
 
   24 Mar 2015; Agostino Sarubbo a...@gentoo.org django-1.4.20.ebuild,
   django-1.6.11.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-util/android-studio: android-studio-1.1.0.135.1740770-r1.ebuild ChangeLog

2015-03-24 Thread Jason Zaman (perfinion)
perfinion15/03/24 09:49:28

  Modified: ChangeLog
  Added:android-studio-1.1.0.135.1740770-r1.ebuild
  Log:
  add 32bit deps with revbump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.14 dev-util/android-studio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   27 Feb 2015 11:49:38 -  1.13
+++ ChangeLog   24 Mar 2015 09:49:28 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/android-studio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.13 
2015/02/27 11:49:38 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/android-studio/ChangeLog,v 1.14 
2015/03/24 09:49:28 perfinion Exp $
+
+*android-studio-1.1.0.135.1740770-r1 (24 Mar 2015)
+
+  24 Mar 2015; Jason Zaman perfin...@gentoo.org
+  +android-studio-1.1.0.135.1740770-r1.ebuild:
+  add 32bit deps with revbump
 
 *android-studio-1.1.0.135.1740770 (27 Feb 2015)
 



1.1  
dev-util/android-studio/android-studio-1.1.0.135.1740770-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-1.1.0.135.1740770-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/android-studio/android-studio-1.1.0.135.1740770-r1.ebuild?rev=1.1content-type=text/plain

Index: android-studio-1.1.0.135.1740770-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-studio/android-studio-1.1.0.135.1740770-r1.ebuild,v
 1.1 2015/03/24 09:49:28 perfinion Exp $

EAPI=5
inherit eutils versionator

RESTRICT=strip
QA_PREBUILT=opt/${PN}/bin/libbreakgen.so
STUDIO_V=$(get_version_component_range 1-3)
BUILD_V=$(get_version_component_range 4-5)
if [[ $(get_version_component_count) -gt 5 ]]; then
STUDIO_V=${STUDIO_V}-$(get_version_component_range 6-)
fi

DESCRIPTION=A new Android development environment based on IntelliJ IDEA
HOMEPAGE=http://developer.android.com/sdk/installing/studio.html;
SRC_URI=http://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip;

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

DEPEND=app-arch/zip
RDEPEND==virtual/jdk-1.7
selinux? ( sec-policy/selinux-android )
=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
=dev-libs/libffi-3.0.13-r1[abi_x86_32(-)]
=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
=media-libs/freetype-2.5.5[abi_x86_32(-)]
=media-libs/libpng-1.2.51[abi_x86_32(-)]
=media-libs/mesa-10.2.8[abi_x86_32(-)]
=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]
=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
=x11-libs/libX11-1.6.2[abi_x86_32(-)]
=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
=x11-libs/libXdamage-1.1.4-r1[abi_x86_32(-)]
=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
=x11-libs/libXext-1.3.2[abi_x86_32(-)]
=x11-libs/libXfixes-5.0.1[abi_x86_32(-)]
=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
=x11-libs/libdrm-2.4.46[abi_x86_32(-)]
=x11-libs/libxcb-1.9.1[abi_x86_32(-)]
=x11-libs/libxshmfence-1.1[abi_x86_32(-)]
S=${WORKDIR}/${PN}

src_install() {
local dir=/opt/${PN}

insinto ${dir}
doins -r *
fperms 755 ${dir}/bin/studio.sh ${dir}/bin/fsnotifier 
${dir}/bin/fsnotifier64

newicon bin/idea.png ${PN}.png
make_wrapper ${PN} ${dir}/bin/studio.sh
make_desktop_entry ${PN} Android Studio ${PN} Development;IDE
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libinput: libinput-0.13.0.ebuild ChangeLog

2015-03-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/24 12:12:38

  Modified: ChangeLog
  Added:libinput-0.13.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.16 dev-libs/libinput/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   17 Mar 2015 18:09:11 -  1.15
+++ ChangeLog   24 Mar 2015 12:12:38 -  1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libinput
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.15 
2015/03/17 18:09:11 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.16 
2015/03/24 12:12:38 chithanh Exp $
+
+*libinput-0.13.0 (24 Mar 2015)
+
+  24 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +libinput-0.13.0.ebuild:
+  Version bump.
 
 *libinput-0.12.0 (17 Mar 2015)
 



1.1  dev-libs/libinput/libinput-0.13.0.ebuild

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

Index: libinput-0.13.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/libinput/libinput-0.13.0.ebuild,v 
1.1 2015/03/24 12:12:38 chithanh Exp $

EAPI=5

inherit eutils

DESCRIPTION=Library to handle input devices in Wayland
HOMEPAGE=http://www.freedesktop.org/wiki/Software/libinput/;
SRC_URI=http://www.freedesktop.org/software/${PN}/${P}.tar.xz;

# License appears to be a variant of libtiff
LICENSE=libtiff
SLOT=0/10
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86
IUSE=
RESTRICT=test

RDEPEND=
=dev-libs/libevdev-0.4
=sys-libs/mtdev-1.1
virtual/libudev

DEPEND=${RDEPEND}
virtual/pkgconfig


src_configure() {
# Doc handling in kinda strange but everything
# is available in the tarball already.
sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
-i Makefile.am Makefile.in || die
}

src_configure() {
# gui can be built but will not be installed
# building documentation silently fails with graphviz syntax errors
econf \
--disable-documentation \
--disable-event-gui \
--disable-tests
}

src_install() {
emake install DESTDIR=${D} || die
dodoc -r doc/html
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-041-r1.ebuild

2015-03-24 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/24 13:12:00

  Modified: ChangeLog
  Added:dracut-041-r1.ebuild
  Log:
  Clean up patches for upcoming stabilization.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.187sys-kernel/dracut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   18 Feb 2015 17:02:17 -  1.186
+++ ChangeLog   24 Mar 2015 13:12:00 -  1.187
@@ -1,6 +1,15 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.186 
2015/02/18 17:02:17 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.187 
2015/03/24 13:12:00 aidecoe Exp $
+
+*dracut-041-r1 (24 Mar 2015)
+
+  24 Mar 2015; Amadeusz Żołnowski aide...@gentoo.org +dracut-041-r1.ebuild,
+  +files/041-r1-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  +files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch,
+  +files/041-r1-0003-Take-into-account-lib64-dirs-when-dete.patch,
+  +files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch:
+  Clean up patches for upcoming stabilization.
 
 *dracut-041 (17 Feb 2015)
 



1.1  sys-kernel/dracut/dracut-041-r1.ebuild

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

Index: dracut-041-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-041-r1.ebuild,v 1.1 
2015/03/24 13:12:00 aidecoe Exp $

EAPI=4

inherit bash-completion-r1 eutils linux-info multilib systemd

DESCRIPTION=Generic initramfs generation tool
HOMEPAGE=http://dracut.wiki.kernel.org;
SRC_URI=mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug selinux systemd

RESTRICT=test

CDEPEND=virtual/udev
systemd? ( =sys-apps/systemd-199 )

RDEPEND=${CDEPEND}
app-arch/cpio
=app-shells/bash-4.0
sys-apps/kmod-5[tools]
|| (
=sys-apps/sysvinit-2.87-r3
sys-apps/systemd[sysv-utils]
sys-apps/systemd-sysv-utils
)
=sys-apps/util-linux-2.21

debug? ( dev-util/strace )
selinux? (
sys-libs/libselinux
sys-libs/libsepol
sec-policy/selinux-dracut
)

DEPEND=${CDEPEND}
app-text/asciidoc
=dev-libs/libxslt-1.1.26
app-text/docbook-xml-dtd:4.5
=app-text/docbook-xsl-stylesheets-1.75.2
virtual/pkgconfig


DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
MY_LIBDIR=/usr/lib
PATCHES=(
${FILESDIR}/${PVR}-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
${FILESDIR}/${PVR}-0002-Install-dracut-install-and-skipcpio-in.patch
${FILESDIR}/${PVR}-0003-Take-into-account-lib64-dirs-when-dete.patch
${FILESDIR}/${PVR}-0004-Don-t-install-scripts-in-kernel-instal.patch
)
QA_MULTILIB_PATHS=
usr/lib/dracut/dracut-install
usr/lib/dracut/skipcpio


#
# Helper functions
#

# Removes module from modules.d.
# $1 = module name
# Module name can be specified without number prefix.
rm_module() {
local force m
[[ $1 = -f ]]  force=-f

for m in $@; do
if [[ $m =~ ^[0-9][0-9][^\ ]*$ ]]; then
rm ${force} --interactive=never -r ${modules_dir}/$m
else
rm ${force} --interactive=never -r 
${modules_dir}/[0-9][0-9]$m
fi
done
}

# Grabbed from net-misc/netctl ebuild.
optfeature() {
local desc=$1
shift
while (( $# )); do
if has_version $1; then
elog   [I] $1 to ${desc}
else
elog   [ ] $1 to ${desc}
fi
shift
done
}

#
# ebuild functions
#

src_prepare() {
epatch ${PATCHES[@]}

local 

[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch 041-r1-0002-Install-dracut-install-and-skipcpio-in.patch 041-r1-0001-Use-the-sam

2015-03-24 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 15/03/24 13:12:00

  Added:   
041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch
041-r1-0002-Install-dracut-install-and-skipcpio-in.patch
041-r1-0001-Use-the-same-paths-in-dracut.sh-as-tho.patch
041-r1-0003-Take-into-account-lib64-dirs-when-dete.patch
  Log:
  Clean up patches for upcoming stabilization.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.1  
sys-kernel/dracut/files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch?rev=1.1content-type=text/plain

Index: 041-r1-0004-Don-t-install-scripts-in-kernel-instal.patch
===
From 6b1ed1bcc4df213f9bf7ffbc5a7586e7d5b26206 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Mon, 23 Mar 2015 21:58:28 +0100
Subject: [PATCH 4/4] Don't install scripts in kernel/install.d

Scripts installed kernel/install.d have no use in Gentoo.  It is
probably a RH specific thing.
---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index bb007d1..b150491 100644
--- a/Makefile
+++ b/Makefile
@@ -155,9 +155,6 @@ endif
mkdir -p $(DESTDIR)$(libexecdir)/dracut; \
install -m 0755 skipcpio/skipcpio 
$(DESTDIR)$(libexecdir)/dracut/skipcpio; \
fi
-   mkdir -p $(DESTDIR)${prefix}/lib/kernel/install.d
-   install -m 0755 50-dracut.install 
$(DESTDIR)${prefix}/lib/kernel/install.d/50-dracut.install
-   install -m 0755 51-dracut-rescue.install 
$(DESTDIR)${prefix}/lib/kernel/install.d/51-dracut-rescue.install
mkdir -p $(DESTDIR)${bashcompletiondir}
install -m 0644 dracut-bash-completion.sh 
$(DESTDIR)${bashcompletiondir}/dracut
install -m 0644 lsinitrd-bash-completion.sh 
$(DESTDIR)${bashcompletiondir}/lsinitrd
-- 
2.3.3




1.1  
sys-kernel/dracut/files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/041-r1-0002-Install-dracut-install-and-skipcpio-in.patch?rev=1.1content-type=text/plain

Index: 041-r1-0002-Install-dracut-install-and-skipcpio-in.patch
===
From 7d8dadfdb2d59ac60c6a579f602e13ac7c743e39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= aide...@aidecoe.name
Date: Wed, 2 Oct 2013 22:40:43 +0200
Subject: [PATCH 2/4] Install dracut-install and skipcpio into libexec dir
 instead of lib dir

dracut-install and skipcpio are the only ABI specific things atm.

See https://bugs.gentoo.org/show_bug.cgi?id=485218 for details on the
problem.
---
 Makefile| 7 +--
 configure   | 1 +
 dracut-functions.sh | 4 
 dracut-initramfs-restore.sh | 4 ++--
 dracut.sh   | 1 +
 lsinitrd.sh | 4 ++--
 6 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 41968b0..bb007d1 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ install: dracut-version.sh
mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 
$(DESTDIR)$(mandir)/man7 $(DESTDIR)$(mandir)/man8
install -m 0755 dracut.sh $(DESTDIR)$(bindir)/dracut
sed -r \
+   -e s|^(libexecdir)=.*|\1=$(libexecdir)| \
-e s|^(pkglibdir)=.*|\1=$(pkglibdir)| \
-i $(DESTDIR)$(bindir)/dracut
install -m 0755 dracut-catimages.sh $(DESTDIR)$(bindir)/dracut-catimages
@@ -147,10 +148,12 @@ endif
done \
fi
if [ -f install/dracut-install ]; then \
-   install -m 0755 install/dracut-install 
$(DESTDIR)$(pkglibdir)/dracut-install; \
+   mkdir -p $(DESTDIR)$(libexecdir)/dracut; \
+   install -m 0755 install/dracut-install 
$(DESTDIR)$(libexecdir)/dracut/dracut-install; \
fi
if [ -f skipcpio/skipcpio ]; then \
-   install -m 0755 skipcpio/skipcpio 
$(DESTDIR)$(pkglibdir)/skipcpio; \
+   mkdir -p $(DESTDIR)$(libexecdir)/dracut; \
+   install -m 0755 skipcpio/skipcpio 
$(DESTDIR)$(libexecdir)/dracut/skipcpio; \
fi
mkdir -p $(DESTDIR)${prefix}/lib/kernel/install.d
install -m 0755 50-dracut.install 
$(DESTDIR)${prefix}/lib/kernel/install.d/50-dracut.install
diff 

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

2015-03-24 Thread Jason Zaman
commit: 86e70dc4889211d9f07d7d9e5b233d93a93885b7
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Mon Mar 23 14:55:32 2015 +
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Mon Mar 23 16:01:49 2015 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=86e70dc4

alsa: gentoo saves state files in /var/lib/alsa/oss/CardName

alsa_read/write_lib have permission on files, add in permission
for dirs too since gentoo's init script saves things in subdirs

 policy/modules/contrib/alsa.if | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/policy/modules/contrib/alsa.if b/policy/modules/contrib/alsa.if
index 8f25112..38bbf80 100644
--- a/policy/modules/contrib/alsa.if
+++ b/policy/modules/contrib/alsa.if
@@ -255,6 +255,11 @@ interface(`alsa_read_lib',`
 
files_search_var_lib($1)
read_files_pattern($1, alsa_var_lib_t, alsa_var_lib_t)
+
+   ifdef(`distro_gentoo',`
+   # gentoo saves the files in /var/lib/alsa/oss/CardName
+   list_dirs_pattern($1, alsa_var_lib_t, alsa_var_lib_t)
+   ')
 ')
 
 #
@@ -274,6 +279,11 @@ interface(`alsa_write_lib',`
 
files_search_var_lib($1)
write_files_pattern($1, alsa_var_lib_t, alsa_var_lib_t)
+
+   ifdef(`distro_gentoo',`
+   # gentoo saves the files in /var/lib/alsa/oss/CardName
+   rw_dirs_pattern($1, alsa_var_lib_t, alsa_var_lib_t)
+   ')
 ')
 
 # Gentoo specific for now, but cannot use ifdef distro_gentoo in an interface



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

2015-03-24 Thread Jason Zaman
commit: 3df00ca1929a1b9aefe2699a841a543109702c92
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Tue Mar 24 12:27:05 2015 +
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Tue Mar 24 13:06:20 2015 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3df00ca1

skype: policy rules for v4.3

It now uses pulseaudio and also needs dir permissions in /tmp

 policy/modules/contrib/skype.te | 16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/policy/modules/contrib/skype.te b/policy/modules/contrib/skype.te
index 4c71730..be0684f 100644
--- a/policy/modules/contrib/skype.te
+++ b/policy/modules/contrib/skype.te
@@ -55,9 +55,10 @@ manage_fifo_files_pattern(skype_t, skype_tmpfs_t, 
skype_tmpfs_t)
 manage_sock_files_pattern(skype_t, skype_tmpfs_t, skype_tmpfs_t)
 fs_tmpfs_filetrans(skype_t, skype_tmpfs_t, { file lnk_file sock_file fifo_file 
})
 
+manage_dirs_pattern(skype_t, skype_tmp_t, skype_tmp_t)
 manage_files_pattern(skype_t, skype_tmp_t, skype_tmp_t)
 manage_sock_files_pattern(skype_t, skype_tmp_t, skype_tmp_t)
-files_tmp_filetrans(skype_t, skype_tmp_t, { file sock_file })
+files_tmp_filetrans(skype_t, skype_tmp_t, { dir file sock_file })
 
 kernel_dontaudit_search_sysctl(skype_t)
 kernel_dontaudit_read_kernel_sysctls(skype_t)
@@ -73,15 +74,16 @@ corenet_all_recvfrom_netlabel(skype_t)
 corenet_all_recvfrom_unlabeled(skype_t)
 corenet_sendrecv_http_client_packets(skype_t)
 corenet_tcp_bind_generic_node(skype_t)
-corenet_tcp_bind_generic_port(skype_t) 
+corenet_tcp_bind_generic_port(skype_t)
 corenet_tcp_connect_all_unreserved_ports(skype_t)
 corenet_tcp_connect_generic_port(skype_t)
 corenet_tcp_connect_http_port(skype_t)
 corenet_tcp_sendrecv_http_port(skype_t)
 corenet_udp_bind_generic_node(skype_t)
-corenet_udp_bind_generic_port(skype_t) 
+corenet_udp_bind_generic_port(skype_t)
 
 dev_dontaudit_search_sysfs(skype_t)
+dev_dontaudit_read_sysfs(skype_t)
 dev_read_sound(skype_t)
 dev_read_video_dev(skype_t)
 dev_write_sound(skype_t)
@@ -112,6 +114,10 @@ tunable_policy(`skype_manage_user_content',`
 ')
 
 optional_policy(`
+   pulseaudio_client_domain(skype_t, skype_tmpfs_t)
+')
+
+optional_policy(`
dbus_system_bus_client(skype_t)
dbus_all_session_bus_client(skype_t)
 ')
@@ -120,6 +126,10 @@ optional_policy(`
xdg_manage_config_home(skype_t)
 ')
 
+optional_policy(`
+   mozilla_dontaudit_manage_user_home_files(skype_t)
+')
+
 ifdef(`use_alsa',`
optional_policy(`
alsa_domain(skype_t, skype_tmpfs_t)



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/

2015-03-24 Thread Jason Zaman
commit: da18ddd7ef66f60538a69f41d1c4ff3a7970c071
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Tue Mar 24 07:27:56 2015 +
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Tue Mar 24 07:27:56 2015 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=da18ddd7

init: add /lib64/rc/cache as an init state dir

 policy/modules/system/init.fc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/system/init.fc b/policy/modules/system/init.fc
index b4391ce..02ec851 100644
--- a/policy/modules/system/init.fc
+++ b/policy/modules/system/init.fc
@@ -87,6 +87,7 @@ ifdef(`distro_gentoo',`
 # /lib
 #
 /lib/rc/console(/.*)?  gen_context(system_u:object_r:initrc_state_t,s0)
+/lib/rc/cache(/.*)?gen_context(system_u:object_r:initrc_state_t,s0)
 
 #
 # /sbin



[gentoo-commits] proj/x11:master commit in: dev-libs/weston/

2015-03-24 Thread Chí-Thanh Christopher Nguyễn
commit: 21782db9fcb71358860da3350cc0e95f67dd8908
Author: Chi-Thanh Christopher Nguyen chithanh AT gentoo DOT org
AuthorDate: Tue Mar 24 14:19:15 2015 +
Commit: Chí-Thanh Christopher Nguyễn chithanh AT gentoo DOT org
CommitDate: Tue Mar 24 14:19:15 2015 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=21782db9

dev-libs/weston: import dependency and USE flag changes from g-x86

 dev-libs/weston/metadata.xml   | 5 ++---
 dev-libs/weston/weston-.ebuild | 7 ---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml
index 0bf8f98..be0b9a0 100644
--- a/dev-libs/weston/metadata.xml
+++ b/dev-libs/weston/metadata.xml
@@ -3,7 +3,6 @@
 pkgmetadata
 herdx11/herd
 use
-   flag name='clients'Enable support for clients/flag
flag name='colord'Allow setting color managment/flag
flag name='drm'Enable drm compositor support/flag
flag name='editor'Install wayland-editor example application/flag
@@ -11,16 +10,16 @@
flag name='fbdev'Enable fbdev compositor support/flag
flag name='gles2'Use GLESv2 cairo instead of full GL/flag
flag name='headless'Headless backend and a noop renderer, mainly for 
testing purposes/flag
+   flag name='ivi'Enable the IVI shell/flag
flag name='launch'Install weston-launch utility/flag
flag name='rdp'Enable Remote Desktop Protocol compositor 
support/flag
flag name='resize-optimization'Increase performance, allocate more 
RAM. Recommended to disable on Raspberry Pi/flag
flag name='rpi'Raspberry Pi GPU support/flag
-   flag name='simple-clients'Enable simple-clients/flag
+   flag name='screen-sharing'Enable screen-sharing through RDP/flag
flag name='tablet'Enable interface for tablets/flag
flag name='unwind'Enable libunwind usage for backtraces/flag
flag name='view'Install wayland-view example application/flag
flag name='wayland-compositor'Enable Wayland compositor support/flag
-   flag name='x11'Enable X11 compositor support/flag
flag name='xwayland'Enable ability support native X11 
applications/flag
 /use
 /pkgmetadata

diff --git a/dev-libs/weston/weston-.ebuild 
b/dev-libs/weston/weston-.ebuild
index ded3186..c4a43ab 100644
--- a/dev-libs/weston/weston-.ebuild
+++ b/dev-libs/weston/weston-.ebuild
@@ -26,7 +26,7 @@ fi
 LICENSE=MIT CC-BY-SA-3.0
 SLOT=0
 KEYWORDS=~amd64 ~arm ~x86 ~arm-linux
-IUSE=colord dbus +drm +egl editor examples fbdev gles2 headless +opengl rdp 
+resize-optimization rpi +launch screen-sharing static-libs +suid systemd test 
unwind wayland-compositor +X xwayland
+IUSE=colord dbus +drm +egl editor examples fbdev gles2 headless ivi +opengl 
rdp +resize-optimization rpi +launch screen-sharing static-libs +suid systemd 
test unwind wayland-compositor +X xwayland
 
 REQUIRED_USE=
drm? ( egl )
@@ -38,7 +38,8 @@ REQUIRED_USE=
 
 
 RDEPEND=
-   =dev-libs/wayland-1.4.0
+   =dev-libs/libinput-0.8.0
+   =dev-libs/wayland-1.7.0
media-libs/lcms:2
media-libs/libpng:0=
media-libs/libwebp:0=
@@ -126,6 +127,7 @@ src_configure() {
$(use_enable dbus) \
$(use_enable drm drm-compositor) \
$(use_enable headless headless-compositor) \
+   $(use_enable ivi ivi-shell) \
$(use_enable rdp rdp-compositor) \
$(use_enable rpi rpi-compositor) \
$(use_enable wayland-compositor) \
@@ -139,7 +141,6 @@ src_configure() {
$(use_enable suid setuid-install) \
$(use_enable xwayland) \
$(use_enable xwayland xwayland-test) \
-   --disable-libinput-backend \
${myconf}
 }
 



[gentoo-commits] gentoo-x86 commit in www-servers/varnish: varnish-3.0.7.ebuild ChangeLog

2015-03-24 Thread Anthony G. Basile (blueness)
blueness15/03/24 13:06:47

  Modified: ChangeLog
  Added:varnish-3.0.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.84 www-servers/varnish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.84view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.84content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?r1=1.83r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   19 Feb 2015 12:16:33 -  1.83
+++ ChangeLog   24 Mar 2015 13:06:47 -  1.84
@@ -1,6 +1,11 @@
 # ChangeLog for www-servers/varnish
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.83 
2015/02/19 12:16:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.84 
2015/03/24 13:06:47 blueness Exp $
+
+*varnish-3.0.7 (24 Mar 2015)
+
+  24 Mar 2015; Anthony G. Basile bluen...@gentoo.org +varnish-3.0.7.ebuild:
+  Version bump.
 
 *varnish-4.0.3 (19 Feb 2015)
 



1.1  www-servers/varnish/varnish-3.0.7.ebuild

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

Index: varnish-3.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.7.ebuild,v 
1.1 2015/03/24 13:06:47 blueness Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )

inherit autotools-utils eutils systemd python-single-r1

DESCRIPTION=Varnish is a state-of-the-art, high-performance HTTP accelerator
HOMEPAGE=http://www.varnish-cache.org/;
SRC_URI=http://repo.varnish-cache.org/source/${P}.tar.gz;

LICENSE=BSD-2 GPL-2
SLOT=0
KEYWORDS=~amd64 ~mips ~x86
IUSE=doc jemalloc jit static-libs +tools

CDEPEND=
|| ( dev-libs/libedit sys-libs/readline )
dev-libs/libpcre[jit?]
jemalloc? ( dev-libs/jemalloc )
tools? ( sys-libs/ncurses )

#varnish compiles stuff at run time
RDEPEND=
${PYTHON_DEPS}
${CDEPEND}
sys-devel/gcc

DEPEND=
${CDEPEND}
virtual/pkgconfig

REQUIRED_USE=${PYTHON_REQUIRED_USE}

RESTRICT=test #315725

DOCS=( README doc/changes.rst )

PATCHES=(
${FILESDIR}/${PN}-3.0.4-fix-automake-1.13.patch
${FILESDIR}/${PN}-3.0.4-automagic.patch
${FILESDIR}/${PN}-3.0.3-pthread-uclibc.patch
${FILESDIR}/${PN}-3.0.5-fix-python-path.patch
${FILESDIR}/${PN}-3.0.5-path-to-vmod_vcc.patch
)

AUTOTOOLS_AUTORECONF=yes

pkg_setup() {
python-single-r1_pkg_setup
}

src_prepare() {
# Remove bundled libjemalloc. We also fix
# automagic dep in our patches, bug #461638
rm -rf lib/libjemalloc

autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=(
$(use_enable static-libs static)
$(use_enable jit pcre-jit )
$(use_with jemalloc)
$(use_with tools)
--without-rst2man
--without-rst2html
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

newinitd ${FILESDIR}/varnishd.initd-r2 varnishd
newconfd ${FILESDIR}/varnishd.confd-r2 varnishd

insinto /etc/logrotate.d
newins ${FILESDIR}/varnishd.logrotate varnishd

dodir /var/log/varnish

use doc  dohtml -r doc/sphinx/=build/html/

systemd_dounit ${FILESDIR}/${PN}d.service

python_doscript lib/libvmod_std/vmod.py
insinto /etc/varnish
doins  lib/libvmod_std/vmod.vcc
}

pkg_postinst () {
elog No demo-/sample-configfile is included in the distribution.  
Please
elog read the man-page for more info.  A sample configuration proxying
elog localhost:8080 for localhost:80 is given in /etc/conf.d/varnishd.
}






[gentoo-commits] proj/hardened-refpolicy: New branch: adminroles

2015-03-24 Thread Jason Zaman
commit: 
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Tue Mar 24 13:26:19 2015 +

New branch: adminroles




[gentoo-commits] gentoo-x86 commit in dev-libs/weston: metadata.xml weston-1.7.0.ebuild ChangeLog

2015-03-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/24 14:16:27

  Modified: metadata.xml ChangeLog
  Added:weston-1.7.0.ebuild
  Log:
  Version bump, bug #540990.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.6  dev-libs/weston/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/weston/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml9 Feb 2015 01:23:59 -   1.5
+++ metadata.xml24 Mar 2015 14:16:27 -  1.6
@@ -10,6 +10,7 @@
flag name='fbdev'Enable fbdev compositor support/flag
flag name='gles2'Use GLESv2 cairo instead of full GL/flag
flag name='headless'Headless backend and a noop renderer, mainly for 
testing purposes/flag
+   flag name='ivi'Enable the IVI shell/flag
flag name='launch'Install weston-launch utility/flag
flag name='rdp'Enable Remote Desktop Protocol compositor 
support/flag
flag name='resize-optimization'Increase performance, allocate more 
RAM. Recommended to disable on Raspberry Pi/flag



1.19 dev-libs/weston/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   14 Mar 2015 13:49:27 -  1.18
+++ ChangeLog   24 Mar 2015 14:16:27 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/weston
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.18 2015/03/14 
13:49:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.19 2015/03/24 
14:16:27 chithanh Exp $
+
+*weston-1.7.0 (24 Mar 2015)
+
+  24 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +weston-1.7.0.ebuild, metadata.xml:
+  Version bump, bug #540990.
 
   14 Mar 2015; Markus Meier mae...@gentoo.org weston-1.6.1.ebuild:
   arm stable, bug #530652



1.1  dev-libs/weston/weston-1.7.0.ebuild

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

Index: weston-1.7.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/weston/weston-1.7.0.ebuild,v 1.1 
2015/03/24 14:16:27 chithanh Exp $

EAPI=5

if [[ ${PV} = * ]]; then
EGIT_REPO_URI=git://anongit.freedesktop.org/git/wayland/${PN}
GIT_ECLASS=git-r3
EXPERIMENTAL=true
fi
VIRTUALX_REQUIRED=test
RESTRICT=test

inherit autotools readme.gentoo toolchain-funcs virtualx $GIT_ECLASS

DESCRIPTION=Wayland reference compositor
HOMEPAGE=http://wayland.freedesktop.org/;

if [[ $PV = * ]]; then
SRC_URI=${SRC_PATCHES}
else
SRC_URI=http://wayland.freedesktop.org/releases/${P}.tar.xz;
fi

LICENSE=MIT CC-BY-SA-3.0
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~arm-linux
IUSE=colord dbus +drm +egl editor examples fbdev gles2 headless ivi +opengl 
rdp +resize-optimization rpi +launch screen-sharing static-libs +suid systemd 
test unwind wayland-compositor +X xwayland

REQUIRED_USE=
drm? ( egl )
egl? ( || ( gles2 opengl ) )
gles2? ( !opengl )
screen-sharing? ( rdp )
test? ( X )
wayland-compositor? ( egl )


RDEPEND=
=dev-libs/libinput-0.8.0
=dev-libs/wayland-1.7.0
media-libs/lcms:2
media-libs/libpng:0=
media-libs/libwebp:0=
virtual/jpeg
=x11-libs/cairo-1.11.3[gles2(-)?,opengl?]
=x11-libs/libdrm-2.4.30
x11-libs/libxkbcommon
x11-libs/pixman
x11-misc/xkeyboard-config
fbdev? (
=sys-libs/mtdev-1.1.0
=virtual/udev-136
)
colord? ( =x11-misc/colord-0.1.27 )
dbus? ( sys-apps/dbus )
drm? (
media-libs/mesa[gbm]

[gentoo-commits] gentoo-x86 commit in dev-php/pecl-redis: pecl-redis-2.2.7.ebuild ChangeLog

2015-03-24 Thread Brian Evans (grknight)
grknight15/03/24 13:28:34

  Modified: ChangeLog
  Added:pecl-redis-2.2.7.ebuild
  Log:
  Version bump; make igbinary dependency more specific
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.5  dev-php/pecl-redis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-redis/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-redis/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-redis/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   9 Oct 2014 20:51:49 -   1.4
+++ ChangeLog   24 Mar 2015 13:28:34 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-redis
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v 1.4 
2014/10/09 20:51:49 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v 1.5 
2015/03/24 13:28:34 grknight Exp $
+
+*pecl-redis-2.2.7 (24 Mar 2015)
+
+  24 Mar 2015; Brian Evans grkni...@gentoo.org +pecl-redis-2.2.7.ebuild:
+  Version bump; make igbinary dependency more specific
 
 *pecl-redis-2.2.5 (29 Sep 2014)
 



1.1  dev-php/pecl-redis/pecl-redis-2.2.7.ebuild

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

Index: pecl-redis-2.2.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/pecl-redis-2.2.7.ebuild,v 
1.1 2015/03/24 13:28:34 grknight Exp $

EAPI=5

PHP_EXT_NAME=redis
PHP_EXT_INI=yes
PHP_EXT_ZENDEXT=no

USE_PHP=php5-6 php5-5 php5-4

DOCS=README ChangeLog

inherit php-ext-pecl-r2

KEYWORDS=~amd64

DESCRIPTION=This extension provides an API for communicating with Redis 
servers
LICENSE=PHP-3.01
SLOT=0
IUSE=igbinary

DEPEND=igbinary? ( php_targets_php5-4? ( dev-php/igbinary[php_targets_php5-4] )
php_targets_php5-5? ( dev-php/igbinary[php_targets_php5-5] )
php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] )
   )
RDEPEND=$DEPEND

src_configure() {
my_conf=--enable-redis
$(use_enable igbinary redis-igbinary)

php-ext-source-r2_src_configure
}






[gentoo-commits] proj/hardened-refpolicy: Branch deleted: adminroles

2015-03-24 Thread Jason Zaman
commit: 
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Tue Mar 24 13:24:16 2015 +

Branch deleted: adminroles




[gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.5.1.ebuild ChangeLog

2015-03-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/24 11:35:44

  Modified: mesa-10.5.1.ebuild ChangeLog
  Log:
  Apply patch to fix build problem, bug #543566.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.3  media-libs/mesa/mesa-10.5.1.ebuild

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

Index: mesa-10.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mesa-10.5.1.ebuild  17 Mar 2015 11:43:43 -  1.2
+++ mesa-10.5.1.ebuild  24 Mar 2015 11:35:44 -  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/media-libs/mesa/mesa-10.5.1.ebuild,v 1.2 
2015/03/17 11:43:43 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v 1.3 
2015/03/24 11:35:44 chithanh Exp $
 
 EAPI=5
 
@@ -185,6 +185,7 @@
# fix for hardened pax_kernel, bug 240956
[[ ${PV} != * ]]  epatch ${FILESDIR}/glx_ro_text_segm.patch
 
+   epatch ${FILESDIR}/${P}-fstat-include.patch
eautoreconf
 }
 



1.631media-libs/mesa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.630
retrieving revision 1.631
diff -u -r1.630 -r1.631
--- ChangeLog   17 Mar 2015 11:43:43 -  1.630
+++ ChangeLog   24 Mar 2015 11:35:44 -  1.631
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/mesa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.630 
2015/03/17 11:43:43 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.631 
2015/03/24 11:35:44 chithanh Exp $
+
+  24 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +files/mesa-10.5.1-fstat-include.patch, mesa-10.5.1.ebuild:
+  Apply patch to fix build problem, bug #543566.
 
   17 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
   mesa-10.2.8.ebuild, mesa-10.3.7-r1.ebuild, mesa-10.3.7-r2.ebuild,






[gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog

2015-03-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/24 11:46:52

  Modified: ChangeLog
  Log:
  Apply patch to fix build problem, bug #543566.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.632media-libs/mesa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -r1.631 -r1.632
--- ChangeLog   24 Mar 2015 11:35:44 -  1.631
+++ ChangeLog   24 Mar 2015 11:46:52 -  1.632
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/mesa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.631 
2015/03/24 11:35:44 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.632 
2015/03/24 11:46:52 chithanh Exp $
+
+  24 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  mesa-10.5.1.ebuild:
+  Apply patch to fix build problem, bug #543566.
 
   24 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
   +files/mesa-10.5.1-fstat-include.patch, mesa-10.5.1.ebuild:






[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/files/2.12/, dev-perl/FindBin-libs/

2015-03-24 Thread Kent Fredric
commit: 809901c2d359eab805c341b8d06275acd0b53cc7
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Tue Mar 24 10:35:55 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Tue Mar 24 10:35:55 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=809901c2

[bump] FindBin-libs-2.120.0

Package-Manager: portage-2.2.17

 dev-perl/FindBin-libs/FindBin-libs-1.800.0.ebuild |  45 
 dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild |  26 +++
 dev-perl/FindBin-libs/files/2.12/rt103054.patch   | 259 ++
 3 files changed, 285 insertions(+), 45 deletions(-)

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.800.0.ebuild 
b/dev-perl/FindBin-libs/FindBin-libs-1.800.0.ebuild
deleted file mode 100644
index 0217ad9..000
--- a/dev-perl/FindBin-libs/FindBin-libs-1.800.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=LEMBARK
-MODULE_VERSION=1.8
-inherit perl-module
-
-DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export 
directories based on .'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # Module::Build 0.4003 ( 0.400.300 )
-   echo \=virtual/perl-Module-Build-0.400.300
-}
-perl_meta_runtime() {
-   # Carp
-   # echo virtual/perl-Carp
-   # Cwd
-   echo virtual/perl-File-Spec
-   # File::Spec
-   echo virtual/perl-File-Spec
-   # File::Temp
-   echo virtual/perl-File-Temp
-   # FindBin
-   # echo dev-lang/perl
-   # List::Util
-   echo virtual/perl-Scalar-List-Utils
-   # Symbol
-   # echo dev-lang/perl
-   # Test::More
-   echo virtual/perl-Test-Simple
-   # strict
-   # echo dev-lang/perl
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do parallel

diff --git a/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild 
b/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild
new file mode 100644
index 000..0bbad96
--- /dev/null
+++ b/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=LEMBARK
+MODULE_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export 
directories based on .'
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+PATCHES=(
+   ${FILESDIR}/${MODULE_VERSION}/rt103054.patch
+)
+RDEPEND=
+   virtual/perl-Carp
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-Test-Simple
+
+DEPEND=
+   $RDEPEND
+   =virtual/perl-Module-Build-0.400.300
+

diff --git a/dev-perl/FindBin-libs/files/2.12/rt103054.patch 
b/dev-perl/FindBin-libs/files/2.12/rt103054.patch
new file mode 100644
index 000..54973a4
--- /dev/null
+++ b/dev-perl/FindBin-libs/files/2.12/rt103054.patch
@@ -0,0 +1,259 @@
+diff -Naur META.json META.json
+--- META.json  2015-01-16 06:43:04.0 +1300
 META.json  2015-03-24 23:02:56.004805137 +1300
+@@ -4,7 +4,7 @@
+   unknown
+],
+dynamic_config : 1,
+-   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
++   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001,
+license : [
+   unknown
+],
+@@ -34,6 +34,7 @@
+  requires : {
+ Carp : 0,
+ Cwd : 0,
++File::Basename : 0,
+ File::Spec : 0,
+ File::Temp : 0,
+ FindBin : 0,
+diff -Naur META.yml META.yml
+--- META.yml   2015-01-16 06:43:04.0 +1300
 META.yml   2015-03-24 23:02:53.529810608 +1300
+@@ -7,7 +7,7 @@
+ configure_requires:
+   ExtUtils::MakeMaker: '0'
+ dynamic_config: 1
+-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240'
++generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001'
+ license: unknown
+ meta-spec:
+   url: http://module-build.sourceforge.net/META-spec-v1.4.html
+@@ -20,6 +20,7 @@
+ requires:
+   Carp: '0'
+   Cwd: '0'
++  File::Basename: '0'
+   File::Spec: '0'
+   File::Temp: '0'
+   FindBin: '0'
+diff -Naur Makefile.PL Makefile.PL
+--- Makefile.PL2015-01-16 06:42:22.0 +1300
 Makefile.PL2015-03-24 23:01:45.809960001 +1300
+@@ -44,6 +44,7 @@
+ Cwd 0
+ FindBin 0
+ Symbol  0
++File::Basename  0
+ File::Spec  0
+ File::Temp  0
+ List::Util  0
+diff -Naur t/02-export-base.t t/02-export-base.t
+--- t/02-export-base.t 2014-07-28 19:38:56.0 +1200
 t/02-export-base.t 2015-03-24 22:45:51.952000767 

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

2015-03-24 Thread Jason Zaman (perfinion)
perfinion15/03/24 09:37:19

  Modified: package.mask
  Log:
  mask dev-util/android-studio on no-multilib profiles

Revision  ChangesPath
1.41 profiles/hardened/linux/amd64/no-multilib/package.mask

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

Index: package.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- package.mask2 Oct 2014 10:29:30 -   1.40
+++ package.mask24 Mar 2015 09:37:19 -  1.41
@@ -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/amd64/no-multilib/package.mask,v
 1.40 2014/10/02 10:29:30 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask,v
 1.41 2015/03/24 09:37:19 perfinion Exp $
 
 # These are broken as reported by Halcy0n, Aug, 23, 2011
 net-misc/teamviewer
@@ -65,6 +65,7 @@
 dev-perl/Archive-Rar
 dev-python/skype4py
 dev-util/android-sdk-update-manager
+dev-util/android-studio
 dev-util/biew
 games-action/awesomenauts
 games-action/cs2d






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-multilib: package.mask

2015-03-24 Thread Jason Zaman (perfinion)
perfinion15/03/24 09:37:19

  Modified: package.mask
  Log:
  mask dev-util/android-studio on no-multilib profiles

Revision  ChangesPath
1.140profiles/arch/amd64/no-multilib/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?rev=1.140view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?rev=1.140content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?r1=1.139r2=1.140

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- package.mask2 Oct 2014 10:29:30 -   1.139
+++ package.mask24 Mar 2015 09:37:19 -  1.140
@@ -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/arch/amd64/no-multilib/package.mask,v 1.139 
2014/10/02 10:29:30 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v 1.140 
2015/03/24 09:37:19 perfinion Exp $
 
 # AMD64 Team am...@gentoo.org
 # Mask packages that rely on amd64 multilib
@@ -46,6 +46,7 @@
 dev-perl/Archive-Rar
 dev-python/skype4py
 dev-util/android-sdk-update-manager
+dev-util/android-studio
 dev-util/biew
 games-action/cs2d
 games-action/descent3






[gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: pkgcore-0.8.6.ebuild ChangeLog

2015-03-24 Thread Patrick Lauer (patrick)
patrick 15/03/24 09:33:54

  Modified: ChangeLog
  Added:pkgcore-0.8.6.ebuild
  Log:
  Restore last release
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.184sys-apps/pkgcore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog   24 Mar 2015 06:06:02 -  1.183
+++ ChangeLog   24 Mar 2015 09:33:54 -  1.184
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/pkgcore
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.183 
2015/03/24 06:06:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.184 
2015/03/24 09:33:54 patrick Exp $
+
+*pkgcore-0.8.6 (24 Mar 2015)
+
+  24 Mar 2015; Patrick Lauer patr...@gentoo.org +pkgcore-0.8.6.ebuild:
+  Restore last release
 
   24 Mar 2015; Tim Harder radher...@gentoo.org pkgcore-.ebuild:
   Update homepage and add dev-python/mock test dep (conditional for when py3



1.5  sys-apps/pkgcore/pkgcore-0.8.6.ebuild

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







[gentoo-commits] gentoo-x86 commit in dev-java/scala-bin: scala-bin-2.11.6.ebuild scala-bin-2.11.5.ebuild metadata.xml ChangeLog

2015-03-24 Thread Justin Lecher (jlec)
jlec15/03/24 09:33:33

  Modified: scala-bin-2.11.6.ebuild scala-bin-2.11.5.ebuild
metadata.xml ChangeLog
  Log:
  Enhance ebuild layout and helper function usage
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  dev-java/scala-bin/scala-bin-2.11.6.ebuild

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

Index: scala-bin-2.11.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/scala-bin/scala-bin-2.11.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scala-bin-2.11.6.ebuild 24 Mar 2015 09:16:58 -  1.1
+++ scala-bin-2.11.6.ebuild 24 Mar 2015 09:33:33 -  1.2
@@ -1,6 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/scala-bin/scala-bin-2.11.6.ebuild,v 1.1 
2015/03/24 09:16:58 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/scala-bin/scala-bin-2.11.6.ebuild,v 1.2 
2015/03/24 09:33:33 jlec Exp $
+
 EAPI=5
 
 inherit java-pkg-2
@@ -8,39 +9,40 @@
 DESCRIPTION=The Scala Programming Language
 HOMEPAGE=http://scala.epfl.ch/;
 SRC_URI=http://downloads.typesafe.com/scala/${PV}/scala-${PV}.tgz;
+
 LICENSE=BSD
 SLOT=0
 KEYWORDS=~x86 ~amd64
 IUSE=doc
-DEPEND=
 
-RDEPEND==virtual/jre-1.6
-!dev-lang/scala
+DEPEND=
+RDEPEND=
+   =virtual/jre-1.6
+   !dev-lang/scala
 
 JAVA_PKG_IUSE='doc'
+
 S=${WORKDIR}/scala-${PV}
 
 java_prepare() {
ebegin 'Cleaning .bat files'
-   rm -f bin/*.bat
+   rm -f bin/*.bat || die
eend $?
 
ebegin 'Patching SCALA_HOME variable in bin/ scripts'
for f in bin/*; do
-   sed -i -e 's#\(SCALA_HOME\)=.*#\1=/usr/share/scala-bin#' $f
+   sed -i -e 's#\(SCALA_HOME\)=.*#\1=/usr/share/scala-bin#' $f || 
die
done
eend $?
 }
 
 src_install() {
ebegin 'Installing bin scripts'
-   dodir /usr/bin
-   exeinto /usr/bin
-   doexe bin/*
+   dobin bin/*
eend $?
 
ebegin 'Installing jar files'
-   cd lib/
+   cd lib/ || die
 
# Unversion those libs
java-pkg_newjar scala-continuations-library_*.jar 
scala-continuations-library.jar
@@ -62,7 +64,7 @@
 
eend $?
 
-   cd ../
+   cd ../ || die
 
ebegin 'Installing man pages'
doman man/man1/*.1



1.4  dev-java/scala-bin/scala-bin-2.11.5.ebuild

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

Index: scala-bin-2.11.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/scala-bin/scala-bin-2.11.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scala-bin-2.11.5.ebuild 21 Mar 2015 15:11:24 -  1.3
+++ scala-bin-2.11.5.ebuild 24 Mar 2015 09:33:33 -  1.4
@@ -1,6 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/scala-bin/scala-bin-2.11.5.ebuild,v 1.3 
2015/03/21 15:11:24 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/scala-bin/scala-bin-2.11.5.ebuild,v 1.4 
2015/03/24 09:33:33 jlec Exp $
+
 EAPI=5
 
 inherit java-pkg-2



1.4  dev-java/scala-bin/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/scala-bin/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml26 Dec 2007 13:41:14 -  1.3
+++ metadata.xml24 Mar 2015 09:33:33 -  1.4
@@ -1,6 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-
 pkgmetadata
-   herdjava/herd
+  herdjava/herd
 /pkgmetadata



1.21 

[gentoo-commits] gentoo-x86 commit in media-libs/mesa/files: mesa-10.5.1-fstat-include.patch

2015-03-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/24 11:35:44

  Added:mesa-10.5.1-fstat-include.patch
  Log:
  Apply patch to fix build problem, bug #543566.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.1  media-libs/mesa/files/mesa-10.5.1-fstat-include.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/files/mesa-10.5.1-fstat-include.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/files/mesa-10.5.1-fstat-include.patch?rev=1.1content-type=text/plain

Index: mesa-10.5.1-fstat-include.patch
===
From 771cd266b9d00bdcf2cf7acaa3c8363c358d7478 Mon Sep 17 00:00:00 2001
From: Emil Velikov emil.l.veli...@gmail.com
Date: Wed, 11 Mar 2015 19:12:35 +
Subject: loader: include sys/stat.h for non-sysfs builds

Required by fstat(), otherwise we'll error out due to implicit function
declaration.

Cc: 10.4 10.5 mesa-sta...@lists.freedesktop.org
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89530
Signed-off-by: Emil Velikov emil.l.veli...@gmail.com
Reported-by: Vadim Rutkovsky vrutk...@redhat.com
Tested-by: Vadim Rutkovsky vrutk...@redhat.com

diff --git a/src/loader/loader.c b/src/loader/loader.c
index 9ff5115..17bf133 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -64,6 +64,7 @@
  *Rob Clark robcl...@freedesktop.org
  */
 
+#include sys/stat.h
 #include stdarg.h
 #include stdio.h
 #include string.h
@@ -80,7 +81,6 @@
 #endif
 #endif
 #ifdef HAVE_SYSFS
-#include sys/stat.h
 #include sys/types.h
 #endif
 #include loader.h
-- 
cgit v0.10.2







[gentoo-commits] proj/x11:master commit in: dev-libs/libclc/

2015-03-24 Thread Chí-Thanh Christopher Nguyễn
commit: 73559d0667137a2f8437ce2ba6c37e6fd85e755c
Author: Chi-Thanh Christopher Nguyen chithanh AT gentoo DOT org
AuthorDate: Tue Mar 24 23:43:37 2015 +
Commit: Chí-Thanh Christopher Nguyễn chithanh AT gentoo DOT org
CommitDate: Tue Mar 24 23:43:37 2015 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=73559d06

dev-libs/libclc: undo accidental stabilization

 dev-libs/libclc/libclc-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libclc/libclc-.ebuild 
b/dev-libs/libclc/libclc-.ebuild
index 898de2c..0dffdc7 100644
--- a/dev-libs/libclc/libclc-.ebuild
+++ b/dev-libs/libclc/libclc-.ebuild
@@ -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-libs/libclc/libclc-0.0.1_pre20141027.ebuild,v 1.3 
2015/02/19 08:51:10 ago Exp $
+# $Header: $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -25,7 +25,7 @@ fi
 
 LICENSE=|| ( MIT BSD )
 SLOT=0
-KEYWORDS=amd64 ~ppc x86
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 RDEPEND=



[gentoo-commits] gentoo-x86 commit in games-emulation/mastergear-bin: mastergear-bin-2.0.ebuild ChangeLog

2015-03-24 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/24 23:08:22

  Modified: mastergear-bin-2.0.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-emulation/mastergear-bin/mastergear-bin-2.0.ebuild

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

Index: mastergear-bin-2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/mastergear-bin/mastergear-bin-2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mastergear-bin-2.0.ebuild   19 Apr 2014 11:10:22 -  1.5
+++ mastergear-bin-2.0.ebuild   24 Mar 2015 23:08:22 -  1.6
@@ -1,7 +1,8 @@
-# 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/games-emulation/mastergear-bin/mastergear-bin-2.0.ebuild,v
 1.5 2014/04/19 11:10:22 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/mastergear-bin/mastergear-bin-2.0.ebuild,v
 1.6 2015/03/24 23:08:22 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 DESCRIPTION=SEGA Master System / Game Gear emulator
@@ -20,7 +21,7 @@
 S=${WORKDIR}
 
 src_install() {
-   dogamesbin mg || die dogamesbin failed
+   dogamesbin mg
insinto /usr/share/doc/${PF}
doins CART.ROM SF7000.ROM
dohtml MG.html



1.8  games-emulation/mastergear-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mastergear-bin/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mastergear-bin/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mastergear-bin/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mastergear-bin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   19 Apr 2014 11:10:22 -  1.7
+++ ChangeLog   24 Mar 2015 23:08:22 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/mastergear-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mastergear-bin/ChangeLog,v 
1.7 2014/04/19 11:10:22 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mastergear-bin/ChangeLog,v 
1.8 2015/03/24 23:08:22 mr_bones_ Exp $
+
+  24 Mar 2015; Michael Sterrett mr_bon...@gentoo.org
+  mastergear-bin-2.0.ebuild:
+  EAPI=5
 
   19 Apr 2014; Ulrich Müller u...@gentoo.org mastergear-bin-2.0.ebuild:
   Fix LICENSE, add mirror and bindist restrictions, bug 505626.
@@ -28,4 +32,3 @@
   27 May 2005; Michael Sterrett mr_bon...@gentoo.org +metadata.xml,
   +mastergear-bin-2.0.ebuild:
   initial commit - ebuild provided by Jesús Pérez via bug #89103
-






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

2015-03-24 Thread Devan Franchini
commit: 85c559a59f15376aa9c68abd0b0f8ca3dfb0923b
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Tue Mar 24 23:05:31 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Tue Mar 24 23:05:34 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=85c559a5

updater.py: Removes unnecessary else in create_repos_conf()

An else statement which results in a false negative is being removed.

 layman/updater.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/layman/updater.py b/layman/updater.py
index 02e85c7..521f9b3 100644
--- a/layman/updater.py
+++ b/layman/updater.py
@@ -199,9 +199,6 @@ class Main(object):
   % conf_dir)
 self.output.error('  %s' % e)
 return None
-else:
-msg = str(conf_dir) + ' is a directory.'
-self.output.error('  create_repos_conf() error: %s\n' % msg)
 
 layman_inst = LaymanAPI(config=self.config)
 overlays = {}



[gentoo-commits] gentoo-x86 commit in media-libs/glpng: metadata.xml glpng-1.46.ebuild ChangeLog

2015-03-24 Thread James Le Cuirot (chewi)
chewi   15/03/24 23:22:49

  Modified: metadata.xml ChangeLog
  Added:glpng-1.46.ebuild
  Log:
  Version bump. I'm taking over this package as I have upstream commit
  access. Closes bug #332511 (CVE-2010-1519).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.3  media-libs/glpng/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/glpng/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml31 May 2011 10:33:05 -  1.2
+++ metadata.xml24 Mar 2015 23:22:49 -  1.3
@@ -1,5 +1,9 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdgames/herd
+   maintainer
+   emailch...@gentoo.org/email
+   nameJames Le Cuirot/name
+   /maintainer
+   longdescriptionThis is a library for OpenGL to load PNG graphics 
files as an OpenGL texture as easily as possible. It also has a number of 
options for generating the alpha channel and mipmaps./longdescription
 /pkgmetadata



1.12 media-libs/glpng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   12 Oct 2012 15:39:34 -  1.11
+++ ChangeLog   24 Mar 2015 23:22:49 -  1.12
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/glpng
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v 1.11 
2012/10/12 15:39:34 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v 1.12 
2015/03/24 23:22:49 chewi Exp $
+
+*glpng-1.46 (24 Mar 2015)
+
+  24 Mar 2015; James Le Cuirot ch...@gentoo.org +glpng-1.46.ebuild,
+  metadata.xml:
+  Version bump. I'm taking over this package as I have upstream commit access.
+  Closes bug #332511 (CVE-2010-1519).
 
   12 Oct 2012; Michael Sterrett mr_bon...@gentoo.org glpng-1.45-r1.ebuild:
   add virtual/glu dep (bug #438128)



1.1  media-libs/glpng/glpng-1.46.ebuild

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

Index: glpng-1.46.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/glpng-1.46.ebuild,v 1.1 
2015/03/24 23:22:49 chewi Exp $

EAPI=5

inherit cmake-multilib

DESCRIPTION=An OpenGL PNG image library
HOMEPAGE=http://repo.or.cz/w/glpng.git;
SRC_URI=http://repo.or.cz/w/glpng.git/snapshot/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=ZLIB
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=static-libs

RDEPEND=virtual/opengl
virtual/glu
media-libs/libpng:0=
sys-libs/zlib
DEPEND=${RDEPEND}

S=${WORKDIR}/${PN}

src_configure() {
local mycmakeargs=( $(cmake-utils_use_build static-libs STATIC_LIBS) )
cmake-multilib_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-misc/r8168: metadata.xml r8168-8.039.00.ebuild ChangeLog r8168-8.035.00-r1.ebuild r8168-8.032.00.ebuild r8168-8.027.00.ebuild r8168-8.030.00.ebuild r8168-8.03

2015-03-24 Thread James Le Cuirot (chewi)
chewi   15/03/24 22:44:54

  Modified: metadata.xml ChangeLog
  Added:r8168-8.039.00.ebuild
  Removed:  r8168-8.035.00-r1.ebuild r8168-8.032.00.ebuild
r8168-8.027.00.ebuild r8168-8.030.00.ebuild
r8168-8.035.00.ebuild r8168-8.029.00.ebuild
r8168-8.026.00.ebuild r8168-8.031.00.ebuild
r8168-8.038.00.ebuild
  Log:
  Version bump and clear out of old unstable versions. I'm taking over
  this package as I have the hardware. Closes bugs #523418, #519816 and #512842.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.4  net-misc/r8168/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml31 Mar 2012 17:03:06 -  1.3
+++ metadata.xml24 Mar 2015 22:44:54 -  1.4
@@ -2,13 +2,10 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
maintainer
-   emailjo...@gentoo.org/email
-   nameChristian Birchinger/name
+   emailch...@gentoo.org/email
+   nameJames Le Cuirot/name
/maintainer
longdescriptionOfficial Realtek r8168 linux driver. The following 
cards are currently supported:
 RTL8111B RTL8168B RTL8111 RTL8168 RTL8111C RTL8111CP RTL8111D(L) RTL8168C
 RTL8111DP RTL8111E RTL8168E RTL8111F RTL8411/longdescription
-   upstream
-   remote-id type=google-coder8168/remote-id
-   /upstream
 /pkgmetadata



1.17 net-misc/r8168/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   18 Mar 2014 16:45:02 -  1.16
+++ ChangeLog   24 Mar 2015 22:44:54 -  1.17
@@ -1,6 +1,17 @@
 # ChangeLog for net-misc/r8168
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.16 2014/03/18 
16:45:02 joker Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.17 2015/03/24 
22:44:54 chewi Exp $
+
+*r8168-8.039.00 (24 Mar 2015)
+
+  24 Mar 2015; James Le Cuirot ch...@gentoo.org +r8168-8.039.00.ebuild,
+  -files/r8168-8.029.00-linux-3.3-compat.patch,
+  -files/r8168-8.035.00-build-3.8.patch, -r8168-8.026.00.ebuild,
+  -r8168-8.027.00.ebuild, -r8168-8.029.00.ebuild, -r8168-8.030.00.ebuild,
+  -r8168-8.031.00.ebuild, -r8168-8.032.00.ebuild, -r8168-8.035.00-r1.ebuild,
+  -r8168-8.035.00.ebuild, -r8168-8.038.00.ebuild, metadata.xml:
+  Version bump and clear out of old unstable versions. I'm taking over this
+  package as I have the hardware. Closes bugs #523418, #519816 and #512842.
 
 *r8168-8.038.00 (18 Mar 2014)
 



1.1  net-misc/r8168/r8168-8.039.00.ebuild

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

Index: r8168-8.039.00.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.039.00.ebuild,v 1.1 
2015/03/24 22:44:54 chewi Exp $

EAPI=5

inherit linux-mod eutils

DESCRIPTION=r8168 driver for Realtek 8111/8168 PCI-E NICs
HOMEPAGE=http://www.realtek.com.tw;
SRC_URI=http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0001-r8168-8.039.00.tar.bz2
 - ${P}.tar.bz2
LICENSE=GPL-2
SLOT=0
IUSE=

KEYWORDS=~amd64 ~x86

MODULE_NAMES=r8168(net:${S}/src)
BUILD_TARGETS=modules
CONFIG_CHECK=!R8169

ERROR_R8169=${P} requires Realtek 8169 PCI Gigabit Ethernet adapter 
(CONFIG_R8169) to be DISABLED

pkg_setup() {
linux-mod_pkg_setup
BUILD_PARAMS=KERNELDIR=${KV_DIR}
}

src_install() {

[gentoo-commits] gentoo-x86 commit in net-misc/r8168/files: r8168-8.035.00-build-3.8.patch r8168-8.029.00-linux-3.3-compat.patch

2015-03-24 Thread James Le Cuirot (chewi)
chewi   15/03/24 22:44:54

  Removed:  r8168-8.035.00-build-3.8.patch
r8168-8.029.00-linux-3.3-compat.patch
  Log:
  Version bump and clear out of old unstable versions. I'm taking over
  this package as I have the hardware. Closes bugs #523418, #519816 and #512842.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)



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

2015-03-24 Thread Michal Gorny (mgorny)
mgorny  15/03/24 22:57:05

  Modified: ChangeLog
  Added:transmission-2.84-r1.ebuild
  Log:
  Enable support for Qt5, https://bugs.funtoo.org/browse/FL-2204.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.262net-p2p/transmission/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog   5 Sep 2014 05:39:30 -   1.261
+++ ChangeLog   24 Mar 2015 22:57:05 -  1.262
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/transmission
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.261 
2014/09/05 05:39:30 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.262 
2015/03/24 22:57:05 mgorny Exp $
+
+*transmission-2.84-r1 (24 Mar 2015)
+
+  24 Mar 2015; Michał Górny mgo...@gentoo.org +transmission-2.84-r1.ebuild:
+  Enable support for Qt5, https://bugs.funtoo.org/browse/FL-2204.
 
   05 Sep 2014; Samuli Suominen ssuomi...@gentoo.org transmission-2.84.ebuild:
   Reference /var/lib instead of /var in pkg_postinst() message wrt #521898



1.1  net-p2p/transmission/transmission-2.84-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/transmission-2.84-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission/transmission-2.84-r1.ebuild?rev=1.1content-type=text/plain

Index: transmission-2.84-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.84-r1.ebuild,v 1.1 
2015/03/24 22:57:05 mgorny Exp $

EAPI=5
inherit autotools eutils fdo-mime gnome2-utils qmake-utils systemd user

DESCRIPTION=A Fast, Easy and Free BitTorrent client
HOMEPAGE=http://www.transmissionbt.com/;
SRC_URI=http://download.transmissionbt.com/${PN}/files/${P}.tar.xz;

# web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for 
the rest
# transmission in licenses/ is for mentioning OpenSSL linking exception
# MIT is in several libtransmission/ headers
LICENSE=|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT
SLOT=0
IUSE=ayatana gtk lightweight systemd qt4 qt5 xfs
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux

RDEPEND==dev-libs/libevent-2.0.10:=
dev-libs/openssl:0=
net-libs/libnatpmp:=
=net-libs/miniupnpc-1.7:=
=net-misc/curl-7.16.3:=[ssl]
sys-libs/zlib:=
gtk? (
=dev-libs/dbus-glib-0.100:=
=dev-libs/glib-2.32:2=
=x11-libs/gtk+-3.4:3=
ayatana? ( =dev-libs/libappindicator-0.4.90:3= )
)
systemd? ( sys-apps/systemd:= )
qt4? (
dev-qt/qtcore:4=
dev-qt/qtgui:4=
dev-qt/qtdbus:4=
)
qt5? (
dev-qt/qtcore:5=
dev-qt/qtdbus:5=
dev-qt/qtgui:5=
dev-qt/qtnetwork:5=
dev-qt/qtwidgets:5=
)
DEPEND=${RDEPEND}
=dev-libs/glib-2.32
dev-util/intltool
sys-devel/gettext
virtual/os-headers
virtual/pkgconfig
xfs? ( sys-fs/xfsprogs )

REQUIRED_USE=ayatana? ( gtk ) ^^ ( qt4 qt5 )

DOCS=AUTHORS NEWS qt/README.txt

pkg_setup() {
enewgroup ${PN}
enewuser ${PN} -1 -1 -1 ${PN}
}

src_prepare() {
sed -i -e '/CFLAGS/s:-ggdb3::' configure.ac || die
# Trick to avoid automagic dependency
use ayatana || { sed -i -e '/^LIBAPPINDICATOR_MINIMUM/s:=.*:=:' 
configure.ac || die; }
# Pass our configuration dir to systemd unit file
sed -i '/ExecStart/ s|$| -g /var/lib/transmission/config|' 
daemon/${PN}-daemon.service || die
# http://trac.transmissionbt.com/ticket/4324
sed -i -e 's|noinst\(_PROGRAMS = $(TESTS)\)|check\1|' 
lib${PN}/Makefile.am || die
# Fix for broken translations path
epatch ${FILESDIR}/${PN}-2.80-translations-path-fix.patch
# http://trac.transmissionbt.com/ticket/5700
sed -i -e '1iQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro || die


[gentoo-commits] proj/linux-patches: New tag: 3.18-12

2015-03-24 Thread Mike Pagano
commit: 
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Tue Mar 24 23:19:59 2015 +

New tag: 3.18-12




[gentoo-commits] gentoo-x86 commit in www-client/firefox-bin: ChangeLog firefox-bin-31.5.3.ebuild firefox-bin-36.0.4.ebuild firefox-bin-31.4.0.ebuild

2015-03-24 Thread Lars Wendler (polynomial-c)
polynomial-c15/03/24 23:23:32

  Modified: ChangeLog
  Added:firefox-bin-31.5.3.ebuild firefox-bin-36.0.4.ebuild
  Removed:  firefox-bin-31.4.0.ebuild
  Log:
  Security bump (bug #544056). Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.225www-client/firefox-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog   7 Mar 2015 08:41:17 -   1.224
+++ ChangeLog   24 Mar 2015 23:23:32 -  1.225
@@ -1,6 +1,14 @@
 # ChangeLog for www-client/firefox-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.224 
2015/03/07 08:41:17 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.225 
2015/03/24 23:23:32 polynomial-c Exp $
+
+*firefox-bin-36.0.4 (24 Mar 2015)
+*firefox-bin-31.5.3 (24 Mar 2015)
+
+  24 Mar 2015; Lars Wendler polynomia...@gentoo.org
+  -firefox-bin-31.4.0.ebuild, +firefox-bin-31.5.3.ebuild,
+  +firefox-bin-36.0.4.ebuild:
+  Security bump (bug #544056). Removed old.
 
   07 Mar 2015; Mikle Kolyada zlog...@gentoo.org firefox-bin-31.5.0.ebuild:
   x86 stable wrt bug #541316



1.1  www-client/firefox-bin/firefox-bin-31.5.3.ebuild

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

Index: firefox-bin-31.5.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-31.5.3.ebuild,v 1.1 
2015/03/24 23:23:32 polynomial-c Exp $

EAPI=5
MOZ_ESR=1

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

# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
MOZ_PV=${PV/_beta/b} # Handle beta for SRC_URI
MOZ_PV=${MOZ_PV/_rc/rc} # Handle rc for SRC_URI
MOZ_PN=${PN/-bin}
if [[ ${MOZ_ESR} == 1 ]]; then
# ESR releases have slightly version numbers
MOZ_PV=${MOZ_PV}esr
fi
MOZ_P=${MOZ_PN}-${MOZ_PV}

# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.
MOZ_FTP_URI=ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/;

inherit eutils multilib pax-utils fdo-mime gnome2-utils mozlinguas nsplugins

DESCRIPTION=Firefox Web Browser
MOZ_FTP_URI=ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases;
SRC_URI=${SRC_URI}
amd64? ( ${MOZ_FTP_URI}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 
- ${PN}_x86_64-${PV}.tar.bz2 )
x86? ( ${MOZ_FTP_URI}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 - 
${PN}_i686-${PV}.tar.bz2 )
HOMEPAGE=http://www.mozilla.com/firefox;
RESTRICT=strip mirror

KEYWORDS=-* ~amd64 ~x86
SLOT=0
LICENSE=MPL-2.0 GPL-2 LGPL-2.1
IUSE=selinux startup-notification

DEPEND=app-arch/unzip
RDEPEND=dev-libs/atk
=dev-libs/dbus-glib-0.72
dev-libs/glib:2
=media-libs/alsa-lib-1.0.16
media-libs/fontconfig
=media-libs/freetype-2.4.10:2
=sys-apps/dbus-0.60
=x11-libs/cairo-1.10[X]
x11-libs/gdk-pixbuf:2
=x11-libs/gtk+-2.14:2
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXt
=x11-libs/pango-1.22.0
virtual/freedesktop-icon-theme
selinux? ( sec-policy/selinux-mozilla )


QA_PREBUILT=
opt/${MOZ_PN}/*.so
opt/${MOZ_PN}/${MOZ_PN}
opt/${MOZ_PN}/${PN}
opt/${MOZ_PN}/crashreporter
opt/${MOZ_PN}/webapprt-stub
opt/${MOZ_PN}/plugin-container
opt/${MOZ_PN}/mozilla-xremote-client
opt/${MOZ_PN}/updater


S=${WORKDIR}/${MOZ_PN}

src_unpack() {
unpack ${A}

# Unpack language packs
mozlinguas_src_unpack
}

src_install() {

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

2015-03-24 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/24 21:51:18

  Modified: package.mask
  Log:
  mask games-kids/memonix-bin for removal

Revision  ChangesPath
1.16437  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16436
retrieving revision 1.16437
diff -u -r1.16436 -r1.16437
--- package.mask24 Mar 2015 03:35:48 -  1.16436
+++ package.mask24 Mar 2015 21:51:17 -  1.16437
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16436 2015/03/24 
03:35:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16437 2015/03/24 
21:51:17 mr_bones_ Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Sterrett mr_bon...@gentoo.org (24 Mar 2015)
+# no need for the -bin version when we have a source build
+# masked for removal on 20150423
+games-kids/memonix-bin
+
 # Ian Delaney idel...@gentoo.org (24 Mar 2015)
 # These packages now superceded by the fork limnoria
 # Masked for removal in 30 days.






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

2015-03-24 Thread Mike Pagano (mpagano)
mpagano 15/03/24 22:41:53

  Modified: ChangeLog
  Added:vanilla-sources-3.18.10.ebuild
  Removed:  vanilla-sources-3.18.9.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1363   sys-kernel/vanilla-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1362
retrieving revision 1.1363
diff -u -r1.1362 -r1.1363
--- ChangeLog   19 Mar 2015 13:46:21 -  1.1362
+++ ChangeLog   24 Mar 2015 22:41:53 -  1.1363
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1362 2015/03/19 13:46:21 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1363 2015/03/24 22:41:53 mpagano Exp $
+
+*vanilla-sources-3.18.10 (24 Mar 2015)
+
+  24 Mar 2015; Mike Pagano mpag...@gentoo.org -vanilla-sources-3.18.9.ebuild,
+  +vanilla-sources-3.18.10.ebuild:
+  Version bump. Remove old.
 
 *vanilla-sources-3.12.39 (19 Mar 2015)
 



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.18.10.ebuild

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

Index: vanilla-sources-3.18.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.18.10.ebuild,v
 1.1 2015/03/24 22:41:53 mpagano Exp $

EAPI=5
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=0
ETYPE=sources
inherit kernel-2
detect_version

DESCRIPTION=Full sources for the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=deblob






[gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: seamonkey-bin-2.33.1.ebuild ChangeLog seamonkey-bin-2.33.ebuild seamonkey-bin-2.30-r1.ebuild seamonkey-bin-2.32.1.ebuild

2015-03-24 Thread Lars Wendler (polynomial-c)
polynomial-c15/03/24 23:28:08

  Modified: ChangeLog
  Added:seamonkey-bin-2.33.1.ebuild
  Removed:  seamonkey-bin-2.33.ebuild
seamonkey-bin-2.30-r1.ebuild
seamonkey-bin-2.32.1.ebuild
  Log:
  Security bump (bug #544056). Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.220www-client/seamonkey-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.220view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.220content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.219r2=1.220

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog   14 Mar 2015 19:06:04 -  1.219
+++ ChangeLog   24 Mar 2015 23:28:08 -  1.220
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/seamonkey-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.219 
2015/03/14 19:06:04 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.220 
2015/03/24 23:28:08 polynomial-c Exp $
+
+*seamonkey-bin-2.33.1 (24 Mar 2015)
+
+  24 Mar 2015; Lars Wendler polynomia...@gentoo.org
+  -seamonkey-bin-2.30-r1.ebuild, -seamonkey-bin-2.32.1.ebuild,
+  -seamonkey-bin-2.33.ebuild, +seamonkey-bin-2.33.1.ebuild:
+  Security bump (bug #544056). Removed old.
 
 *seamonkey-bin-2.33 (14 Mar 2015)
 



1.1  www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild

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

Index: seamonkey-bin-2.33.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.1.ebuild,v 
1.1 2015/03/24 23:28:08 polynomial-c Exp $

EAPI=4

# This list can be updated with scripts/get_langs.sh from the mozilla overlay
MOZ_LANGS=(be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it ja lt nb-NO nl pl
pt-PT ru sk sv-SE tr uk zh-CN zh-TW)

MOZ_PV=${PV/_alpha/a} # Handle alpha for SRC_URI
MOZ_PV=${MOZ_PV/_beta/b} # Handle beta for SRC_URI
MOZ_PV=${MOZ_PV/_rc/rc} # Handle rc for SRC_URI
MOZ_PN=${PN/-bin}
MOZ_P=${MOZ_PN}-${MOZ_PV}

MOZ_LANGPACK_PREFIX=${MOZ_PV}/langpack/${MOZ_P}.
MOZ_LANGPACK_SUFFIX=.langpack.xpi

MOZ_FTP_URI=ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/;

inherit eutils multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils 
mozlinguas

DESCRIPTION=Mozilla Application Suite - web browser, email, HTML editor, IRC
SRC_URI=${SRC_URI}
amd64? ( 
${MOZ_FTP_URI}/${MOZ_PV}/contrib/${MOZ_P}.en-US.linux-x86_64.tar.bz2 - 
${PN}_x86_64-${PV}.tar.bz2 )
x86? ( ${MOZ_FTP_URI}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 - 
${PN}_i686-${PV}.tar.bz2 )
HOMEPAGE=http://www.seamonkey-project.org/;
RESTRICT=strip mirror

KEYWORDS=-* ~amd64 ~x86
SLOT=0
LICENSE=MPL-2.0 GPL-2 LGPL-2.1
IUSE=startup-notification

DEPEND=app-arch/unzip
RDEPEND=dev-libs/atk
=sys-apps/dbus-0.60
=dev-libs/dbus-glib-0.72
=dev-libs/glib-2.26:2
=media-libs/alsa-lib-1.0.16
gnome-base/gconf
gnome-base/gnome-vfs
media-libs/fontconfig
=media-libs/freetype-2.4.10
=x11-libs/cairo-1.10[X]
x11-libs/gdk-pixbuf
=x11-libs/gtk+-2.14:2
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXrender
x11-libs/libXt
=x11-libs/pango-1.22.0
virtual/freedesktop-icon-theme


QA_PREBUILT=
opt/${MOZ_PN}/*.so
opt/${MOZ_PN}/${MOZ_PN}
opt/${MOZ_PN}/${PN}
opt/${MOZ_PN}/components/*.so
opt/${MOZ_PN}/crashreporter
opt/${MOZ_PN}/webapprt-stub
opt/${MOZ_PN}/plugin-container
opt/${MOZ_PN}/mozilla-xremote-client
opt/${MOZ_PN}/updater


S=${WORKDIR}/${MOZ_PN}

src_unpack() {
unpack ${A}

# Unpack language packs
mozlinguas_src_unpack
}

src_install() {
declare MOZILLA_FIVE_HOME=/opt/seamonkey

# Install seamonkey in /opt
dodir ${MOZILLA_FIVE_HOME%/*}
mv ${S} ${D}${MOZILLA_FIVE_HOME}

# Install language packs

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

2015-03-24 Thread Devan Franchini
commit: 8799e61f02277f75d5b0d28a7c08eed4012f8a77
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Tue Mar 24 22:21:04 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Tue Mar 24 22:21:04 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=8799e61f

compatibility.py: Adds explanation for binary mode awareness

 layman/compatibility.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/layman/compatibility.py b/layman/compatibility.py
index 67ca3e6..5b3beb1 100644
--- a/layman/compatibility.py
+++ b/layman/compatibility.py
@@ -21,6 +21,8 @@ def encode(text, enc=UTF-8):
 def fileopen(path, mode='r', enc=UTF-8):
 py2, py3 compatibility function
 try:
+# Can cause run-time when trying to encode.
+# See https://bugs.gentoo.org/542804
 if 'b' in mode:
 f = open(path, mode)
 else:



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

2015-03-24 Thread Devan Franchini
commit: c48ab55121d41869307045a59f691b1faae95e28
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Tue Mar 24 22:54:54 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Tue Mar 24 22:54:58 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=c48ab551

updater.py: Adds check to ensure repos_conf is not a directory

 layman/updater.py | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/layman/updater.py b/layman/updater.py
index ccf6c8d..02e85c7 100644
--- a/layman/updater.py
+++ b/layman/updater.py
@@ -182,15 +182,26 @@ class Main(object):
 
 def create_repos_conf(self):
 self.output.info(  Creating layman's repos.conf file)
+
+if os.path.isdir(self.config['repos_conf']):
+msg = '  create_repos_conf() error: %s is a directory and will\n'\
+  '  not be written to.' % self.config['repos_conf']
+self.output.error(msg)
+return None
+
 conf_dir = os.path.dirname(self.config['repos_conf'])
 
 if not os.path.isdir(conf_dir):
 try:
 os.mkdir(conf_dir)
 except OSError as e:
-self.output.error('  create_repos_conf() error creating %s: ' 
% conf_dir)
+self.output.error('  create_repos_conf() error creating %s: '\
+  % conf_dir)
 self.output.error('  %s' % e)
 return None
+else:
+msg = str(conf_dir) + ' is a directory.'
+self.output.error('  create_repos_conf() error: %s\n' % msg)
 
 layman_inst = LaymanAPI(config=self.config)
 overlays = {}



[gentoo-commits] gentoo-x86 commit in dev-util/pkgcore-checks: ChangeLog pkgcore-checks-9999.ebuild

2015-03-24 Thread Tim Harder (radhermit)
radhermit15/03/24 15:05:27

  Modified: ChangeLog pkgcore-checks-.ebuild
  Log:
  Update module name for plugincache generation.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.58 dev-util/pkgcore-checks/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   19 Feb 2015 17:30:25 -  1.57
+++ ChangeLog   24 Mar 2015 15:05:27 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/pkgcore-checks
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.57 
2015/02/19 17:30:25 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.58 
2015/03/24 15:05:27 radhermit Exp $
+
+  24 Mar 2015; Tim Harder radher...@gentoo.org pkgcore-checks-.ebuild:
+  Update module name for plugincache generation.
 
   19 Feb 2015; Tim Harder radher...@gentoo.org pkgcore-checks-.ebuild:
   Bump to EAPI 5.



1.8  dev-util/pkgcore-checks/pkgcore-checks-.ebuild

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

Index: pkgcore-checks-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pkgcore-checks-.ebuild  19 Feb 2015 17:30:25 -  1.7
+++ pkgcore-checks-.ebuild  24 Mar 2015 15:05:27 -  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/dev-util/pkgcore-checks/pkgcore-checks-.ebuild,v 
1.7 2015/02/19 17:30:25 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-.ebuild,v 
1.8 2015/03/24 15:05:27 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -40,7 +40,7 @@
 
 pkg_postinst() {
einfo updating pkgcore plugin cache
-   python_foreach_impl pplugincache pkgcore_checks.plugins
+   python_foreach_impl pplugincache pkgcheck.plugins
 }
 
 pkg_postrm() {






[gentoo-commits] gentoo-x86 commit in games-server/monopd: monopd-0.9.8.ebuild ChangeLog

2015-03-24 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/24 15:45:04

  Modified: ChangeLog
  Added:monopd-0.9.8.ebuild
  Log:
  version bump (bug #544322)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.28 games-server/monopd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   26 Jan 2015 22:32:55 -  1.27
+++ ChangeLog   24 Mar 2015 15:45:04 -  1.28
@@ -1,6 +1,11 @@
 # ChangeLog for games-server/monopd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.27 
2015/01/26 22:32:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/ChangeLog,v 1.28 
2015/03/24 15:45:04 mr_bones_ Exp $
+
+*monopd-0.9.8 (24 Mar 2015)
+
+  24 Mar 2015; Michael Sterrett mr_bon...@gentoo.org +monopd-0.9.8.ebuild:
+  version bump (bug #544322)
 
   26 Jan 2015; Michael Sterrett mr_bon...@gentoo.org -files/monopd,
   -files/monopd-0.9.3-dosfix.patch, -files/monopd-0.9.3-gcc43.patch,



1.1  games-server/monopd/monopd-0.9.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/monopd-0.9.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/monopd/monopd-0.9.8.ebuild?rev=1.1content-type=text/plain

Index: monopd-0.9.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/monopd-0.9.8.ebuild,v 
1.1 2015/03/24 15:45:04 mr_bones_ Exp $

EAPI=5
inherit autotools eutils systemd games

DESCRIPTION=server for atlantik games
HOMEPAGE=http://gtkatlantic.gradator.net/;
SRC_URI=http://download.tuxfamily.org/gtkatlantic/monopd/${P}.tar.gz;

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

RDEPEND=systemd? ( sys-apps/systemd )
DEPEND=${RDEPEND}
=sys-libs/libmath++-0.0.3

src_prepare() {
sed s:GENTOO_DIR:\${GAMES_BINDIR}\: \
${FILESDIR}/monopd.in  ${T}/monopd || die
sed -i \
-e '/C_SUBST(CXXFLAGS/s/CFLAGS/CXXFLAGS/' \
configure.ac || die
eautoreconf
}

src_configure() {
egamesconf $(use_with systemd systemd-daemon)
}

src_install() {
default
doinitd ${T}/monopd
systemd_dounit doc/systemd/monopd.s*
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in media-fonts/font-util: font-util-1.3.1.ebuild ChangeLog font-util-1.2.0.ebuild

2015-03-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/24 14:33:30

  Modified: ChangeLog
  Added:font-util-1.3.1.ebuild
  Removed:  font-util-1.2.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.77 media-fonts/font-util/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   17 Feb 2015 17:41:33 -  1.76
+++ ChangeLog   24 Mar 2015 14:33:30 -  1.77
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/font-util
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.76 
2015/02/17 17:41:33 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.77 
2015/03/24 14:33:30 chithanh Exp $
+
+*font-util-1.3.1 (24 Mar 2015)
+
+  24 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +font-util-1.3.1.ebuild, -font-util-1.2.0.ebuild:
+  Version bump. Remove old.
 
   17 Feb 2015; Michael Haubenwallner ha...@gentoo.org font-util-1.3.0.ebuild:
   Add ~ppc-aix keyword.



1.1  media-fonts/font-util/font-util-1.3.1.ebuild

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

Index: font-util-1.3.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.3.1.ebuild,v 1.1 
2015/03/24 14:33:30 chithanh Exp $

EAPI=5
inherit xorg-2

EGIT_REPO_URI=git://anongit.freedesktop.org/xorg/font/util
DESCRIPTION=X.Org font utilities

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

RDEPEND=
DEPEND=${RDEPEND}

XORG_CONFIGURE_OPTIONS=--with-mapdir=${EPREFIX}/usr/share/fonts/util 
--with-fontrootdir=${EPREFIX}/usr/share/fonts






[gentoo-commits] gentoo-x86 commit in dev-python/bcrypt: bcrypt-1.1.0.ebuild ChangeLog

2015-03-24 Thread Mike Gilbert (floppym)
floppym 15/03/24 14:50:27

  Modified: bcrypt-1.1.0.ebuild ChangeLog
  Log:
  cffi is also a build-time dep.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.4  dev-python/bcrypt/bcrypt-1.1.0.ebuild

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

Index: bcrypt-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bcrypt-1.1.0.ebuild 23 Mar 2015 23:11:28 -  1.3
+++ bcrypt-1.1.0.ebuild 24 Mar 2015 14:50:27 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.0.ebuild,v 1.3 
2015/03/23 23:11:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.0.ebuild,v 1.4 
2015/03/24 14:50:27 floppym Exp $
 
 EAPI=5
 
@@ -22,6 +22,7 @@
 
 DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]



1.11 dev-python/bcrypt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   23 Mar 2015 23:11:28 -  1.10
+++ ChangeLog   24 Mar 2015 14:50:27 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/bcrypt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v 1.10 
2015/03/23 23:11:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v 1.11 
2015/03/24 14:50:27 floppym Exp $
+
+  24 Mar 2015; Mike Gilbert flop...@gentoo.org bcrypt-1.1.0.ebuild:
+  cffi is also a build-time dep.
 
   23 Mar 2015; Mike Gilbert flop...@gentoo.org bcrypt-1.1.0.ebuild:
   Using virtual/python-cffi breaks subslot rebuilds, so don't use it.






[gentoo-commits] gentoo-x86 commit in dev-ruby/arel: ChangeLog arel-6.0.0.ebuild

2015-03-24 Thread Hans de Graaff (graaff)
graaff  15/03/24 16:12:45

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

Revision  ChangesPath
1.50 dev-ruby/arel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   20 Mar 2015 11:16:32 -  1.49
+++ ChangeLog   24 Mar 2015 16:12:45 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/arel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.49 2015/03/20 
11:16:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.50 2015/03/24 
16:12:45 graaff Exp $
+
+  24 Mar 2015; Hans de Graaff gra...@gentoo.org arel-6.0.0.ebuild:
+  Add ruby22.
 
   20 Mar 2015; Hans de Graaff gra...@gentoo.org
   arel-5.0.1.20140414130214.ebuild:



1.2  dev-ruby/arel/arel-6.0.0.ebuild

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

Index: arel-6.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-6.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- arel-6.0.0.ebuild   26 Nov 2014 06:44:07 -  1.1
+++ arel-6.0.0.ebuild   24 Mar 2015 16:12:45 -  1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-6.0.0.ebuild,v 1.1 
2014/11/26 06:44:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-6.0.0.ebuild,v 1.2 
2015/03/24 16:12:45 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_DOC=rdoc
 RUBY_FAKEGEM_DOCDIR=doc






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

2015-03-24 Thread Devan Franchini
commit: 708276267e3d68acdaaf81a57b0f43aa132b9cc1
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Tue Mar 24 16:09:01 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Tue Mar 24 16:09:01 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=70827626

compatibility.py: Adds binary mode aware compatibility to fileopen()

 layman/compatibility.py | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/layman/compatibility.py b/layman/compatibility.py
index 2ef4d8c..67ca3e6 100644
--- a/layman/compatibility.py
+++ b/layman/compatibility.py
@@ -21,7 +21,10 @@ def encode(text, enc=UTF-8):
 def fileopen(path, mode='r', enc=UTF-8):
 py2, py3 compatibility function
 try:
-f = open(path, mode, encoding=enc)
+if 'b' in mode:
+f = open(path, mode)
+else:
+f = open(path, mode, encoding=enc)
 except TypeError:
 f = open(path, mode)
 return f



[gentoo-commits] gentoo-x86 commit in games-puzzle/enigma/files: enigma-1.01-xerces-c.patch enigma-1.01-autotools.patch enigma-1.01-gcc43.patch enigma-1.01-gcc47.patch enigma-1.01-libpng15.patch enigm

2015-03-24 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/24 14:52:41

  Removed:  enigma-1.01-xerces-c.patch
enigma-1.01-autotools.patch enigma-1.01-gcc43.patch
enigma-1.01-gcc47.patch enigma-1.01-libpng15.patch
enigma-1.01-gcc44.patch enigma-1.01-gcc46.patch
  Log:
  mark stable; clean old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in games-puzzle/enigma: enigma-1.21.ebuild ChangeLog enigma-1.01.ebuild

2015-03-24 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/24 14:52:40

  Modified: enigma-1.21.ebuild ChangeLog
  Removed:  enigma-1.01.ebuild
  Log:
  mark stable; clean old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-puzzle/enigma/enigma-1.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.21.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.21.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/enigma-1.21.ebuild?r1=1.3r2=1.4

Index: enigma-1.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.21.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- enigma-1.21.ebuild  12 Mar 2015 10:07:11 -  1.3
+++ enigma-1.21.ebuild  24 Mar 2015 14:52:40 -  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/games-puzzle/enigma/enigma-1.21.ebuild,v 
1.3 2015/03/12 10:07:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.21.ebuild,v 
1.4 2015/03/24 14:52:40 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=nls
 
 COMMON_DEPS=media-libs/sdl-ttf



1.59 games-puzzle/enigma/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/enigma/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   12 Mar 2015 10:07:11 -  1.58
+++ ChangeLog   24 Mar 2015 14:52:40 -  1.59
@@ -1,6 +1,13 @@
 # ChangeLog for games-puzzle/enigma
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.58 
2015/03/12 10:07:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.59 
2015/03/24 14:52:40 mr_bones_ Exp $
+
+  24 Mar 2015; Michael Sterrett mr_bon...@gentoo.org -enigma-1.01.ebuild,
+  -files/enigma-1.01-autotools.patch, -files/enigma-1.01-gcc43.patch,
+  -files/enigma-1.01-gcc44.patch, -files/enigma-1.01-gcc46.patch,
+  -files/enigma-1.01-gcc47.patch, -files/enigma-1.01-libpng15.patch,
+  -files/enigma-1.01-xerces-c.patch, enigma-1.21.ebuild:
+  mark stable; clean old
 
   12 Mar 2015; Agostino Sarubbo a...@gentoo.org enigma-1.21.ebuild:
   Stable for amd64, wrt bug #542934






[gentoo-commits] gentoo-x86 commit in app-emulation/fig/files: 1.0.0-unvendorize-dockerpty.patch

2015-03-24 Thread Alex Brandt (alunduil)
alunduil15/03/25 00:39:47

  Removed:  1.0.0-unvendorize-dockerpty.patch
  Log:
  remove app-emulation/fig/* per last-rites



[gentoo-commits] gentoo-x86 commit in media-libs/glpng: glpng-1.46.ebuild ChangeLog

2015-03-24 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/25 00:08:02

  Modified: glpng-1.46.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  media-libs/glpng/glpng-1.46.ebuild

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

Index: glpng-1.46.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/glpng/glpng-1.46.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glpng-1.46.ebuild   24 Mar 2015 23:22:49 -  1.1
+++ glpng-1.46.ebuild   25 Mar 2015 00:08:02 -  1.2
@@ -1,9 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/glpng-1.46.ebuild,v 1.1 
2015/03/24 23:22:49 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/glpng-1.46.ebuild,v 1.2 
2015/03/25 00:08:02 mr_bones_ Exp $
 
 EAPI=5
-
 inherit cmake-multilib
 
 DESCRIPTION=An OpenGL PNG image library
@@ -19,9 +18,9 @@
virtual/glu
media-libs/libpng:0=
sys-libs/zlib
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
 
-S=${WORKDIR}/${PN}
+S=${WORKDIR}/${PN}
 
 src_configure() {
local mycmakeargs=( $(cmake-utils_use_build static-libs STATIC_LIBS) )



1.13 media-libs/glpng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   24 Mar 2015 23:22:49 -  1.12
+++ ChangeLog   25 Mar 2015 00:08:02 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glpng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v 1.12 
2015/03/24 23:22:49 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v 1.13 
2015/03/25 00:08:02 mr_bones_ Exp $
+
+  25 Mar 2015; Michael Sterrett mr_bon...@gentoo.org glpng-1.46.ebuild:
+  tidy
 
 *glpng-1.46 (24 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-fs/btrfs-progs: btrfs-progs-9999.ebuild btrfs-progs-3.19.ebuild ChangeLog

2015-03-24 Thread Mike Gilbert (floppym)
floppym 15/03/25 00:20:10

  Modified: btrfs-progs-.ebuild ChangeLog
  Added:btrfs-progs-3.19.ebuild
  Log:
  Version bump, bug 544392.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.40 sys-fs/btrfs-progs/btrfs-progs-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?r1=1.39r2=1.40

Index: btrfs-progs-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- btrfs-progs-.ebuild 14 Feb 2015 02:21:33 -  1.39
+++ btrfs-progs-.ebuild 25 Mar 2015 00:20:10 -  1.40
@@ -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-fs/btrfs-progs/btrfs-progs-.ebuild,v 1.39 
2015/02/14 02:21:33 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild,v 1.40 
2015/03/25 00:20:10 floppym Exp $
 
 EAPI=5
 
@@ -10,10 +10,11 @@
 
 if [[ ${PV} !=  ]]; then
MY_PV=v${PV}
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86

SRC_URI=https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
S=${WORKDIR}/${PN}-${MY_PV}
 else
+   WANT_LIBTOOL=none
inherit autotools git-r3

EGIT_REPO_URI=git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git

https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;
@@ -49,7 +50,9 @@
if [[ ${PV} ==  ]]; then
eautoreconf
mkdir config || die
-   ln -s 
${EPREFIX}/usr/share/automake-${WANT_AUTOMAKE}/install-sh config/install-sh 
|| die
+   local automakedir=$(autotools_run_tool --at-output automake 
--print-libdir)
+   [[ -e ${automakedir} ]] || die Could not locate automake 
directory
+   ln -s ${automakedir}/install-sh config/install-sh || die
ln -s ${EPREFIX}/usr/share/gnuconfig/config.guess 
config/config.guess || die
ln -s ${EPREFIX}/usr/share/gnuconfig/config.sub 
config/config.sub || die
fi



1.99 sys-fs/btrfs-progs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?rev=1.99view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?rev=1.99content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?r1=1.98r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   3 Mar 2015 10:02:23 -   1.98
+++ ChangeLog   25 Mar 2015 00:20:10 -  1.99
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/btrfs-progs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v 1.98 
2015/03/03 10:02:23 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v 1.99 
2015/03/25 00:20:10 floppym Exp $
+
+*btrfs-progs-3.19 (25 Mar 2015)
+
+  25 Mar 2015; Mike Gilbert flop...@gentoo.org +btrfs-progs-3.19.ebuild,
+  btrfs-progs-.ebuild:
+  Version bump, bug 544392.
 
   03 Mar 2015; Yixun Lan d...@gentoo.org btrfs-progs-3.18.2.ebuild:
   add arm64 support, tested on A53 board



1.1  sys-fs/btrfs-progs/btrfs-progs-3.19.ebuild

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

Index: btrfs-progs-3.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-3.19.ebuild,v 
1.1 2015/03/25 00:20:10 floppym Exp $

EAPI=5

inherit eutils multilib toolchain-funcs

libbtrfs_soname=0

if [[ ${PV} !=  ]]; then
MY_PV=v${PV}
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86


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

2015-03-24 Thread Alex Brandt (alunduil)
alunduil15/03/25 00:42:01

  Modified: package.mask
  Log:
  remove mask on app-emulation/fig
  
  app-emulation/fig is no longer in the tree; thus, the mask has been lifted.

Revision  ChangesPath
1.16438  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16437
retrieving revision 1.16438
diff -u -r1.16437 -r1.16438
--- package.mask24 Mar 2015 21:51:17 -  1.16437
+++ package.mask25 Mar 2015 00:42:00 -  1.16438
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16437 2015/03/24 
21:51:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16438 2015/03/25 
00:42:00 alunduil Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -427,10 +427,6 @@
 dev-ruby/ohai
 =dev-ruby/rest-client-1.6.7-r1
 
-# Alex Brandt alund...@gentoo.org (21 Feb 2015)
-# Upstream renamed to docker-compose for all future releases
-app-emulation/fig
-
 # Ben de Groot yng...@gentoo.org (21 Feb 2015)
 # Duplicates media-fonts/culmus[ancient] (bug #486814).
 # Masked for removal in 30 days.






[gentoo-commits] gentoo-x86 commit in sys-fs/btrfs-progs: btrfs-progs-9999.ebuild ChangeLog

2015-03-24 Thread Mike Gilbert (floppym)
floppym 15/03/25 01:00:23

  Modified: btrfs-progs-.ebuild ChangeLog
  Log:
  Add note about --enable-convert being broken.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.42 sys-fs/btrfs-progs/btrfs-progs-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?r1=1.41r2=1.42

Index: btrfs-progs-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- btrfs-progs-.ebuild 25 Mar 2015 00:47:28 -  1.41
+++ btrfs-progs-.ebuild 25 Mar 2015 01:00:23 -  1.42
@@ -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-fs/btrfs-progs/btrfs-progs-.ebuild,v 1.41 
2015/03/25 00:47:28 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild,v 1.42 
2015/03/25 01:00:23 floppym Exp $
 
 EAPI=5
 
@@ -64,6 +64,9 @@
 src_configure() {
local myeconfargs=(
--bindir=${EPREFIX}/sbin
+
+   # --enable-convert is broken
+   # http://thread.gmane.org/gmane.comp.file-systems.btrfs/43873
$(usex convert '' --disable-convert)
)
econf ${myeconfargs[@]}



1.101sys-fs/btrfs-progs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?rev=1.101view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?rev=1.101content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?r1=1.100r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   25 Mar 2015 00:47:28 -  1.100
+++ ChangeLog   25 Mar 2015 01:00:23 -  1.101
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/btrfs-progs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v 1.100 
2015/03/25 00:47:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v 1.101 
2015/03/25 01:00:23 floppym Exp $
+
+  25 Mar 2015; Mike Gilbert flop...@gentoo.org btrfs-progs-.ebuild:
+  Add note about --enable-convert being broken.
 
   25 Mar 2015; Mike Gilbert flop...@gentoo.org btrfs-progs-3.19.ebuild,
   btrfs-progs-.ebuild, metadata.xml:






[gentoo-commits] gentoo-x86 commit in app-emulation/fig: ChangeLog Manifest fig-0.5.2.ebuild fig-1.0.0.ebuild fig-1.0.1.ebuild metadata.xml

2015-03-24 Thread Alex Brandt (alunduil)
alunduil15/03/25 00:39:47

  Removed:  ChangeLog Manifest fig-0.5.2.ebuild
fig-1.0.0.ebuild fig-1.0.1.ebuild metadata.xml
  Log:
  remove app-emulation/fig/* per last-rites



[gentoo-commits] gentoo-x86 commit in sci-mathematics/isabelle: isabelle-2011.1-r2.ebuild isabelle-2012-r1.ebuild isabelle-2013-r1.ebuild isabelle-2013.2.ebuild ChangeLog

2015-03-24 Thread Mark Wright (gienah)
gienah  15/03/25 01:46:06

  Modified: isabelle-2011.1-r2.ebuild isabelle-2012-r1.ebuild
isabelle-2013-r1.ebuild isabelle-2013.2.ebuild
ChangeLog
  Log:
  Fix Bug 542710 - sci-mathematics/isabelle-2013.2 - Couldn't download 
'Isabelle2013-2.tar.gz'. Aborting. Thanks to Toralf Forster for reporting, 
Thomas Kahle for finding the missing download file.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  sci-mathematics/isabelle/isabelle-2011.1-r2.ebuild

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

Index: isabelle-2011.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- isabelle-2011.1-r2.ebuild   7 Jan 2014 13:36:33 -   1.1
+++ isabelle-2011.1-r2.ebuild   25 Mar 2015 01:46:06 -  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/sci-mathematics/isabelle/isabelle-2011.1-r2.ebuild,v 
1.1 2014/01/07 13:36:33 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2011.1-r2.ebuild,v 
1.2 2015/03/25 01:46:06 gienah Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 #upstream says
 #bash 2.x/3.x, Poly/ML 5.x, Perl 5.x,
 #for document preparation: complete LaTeX
-DEPEND==app-shells/bash-3.0
+DEPEND==app-shells/bash-3.0:*
=dev-lang/polyml-5.4.1:=[-portable]
=dev-lang/perl-5.8.8-r2
 



1.2  sci-mathematics/isabelle/isabelle-2012-r1.ebuild

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

Index: isabelle-2012-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2012-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- isabelle-2012-r1.ebuild 7 Jan 2014 13:36:33 -   1.1
+++ isabelle-2012-r1.ebuild 25 Mar 2015 01:46:06 -  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/sci-mathematics/isabelle/isabelle-2012-r1.ebuild,v 1.1 
2014/01/07 13:36:33 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2012-r1.ebuild,v 1.2 
2015/03/25 01:46:06 gienah Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
 #upstream says
 #bash 2.x/3.x, Poly/ML 5.x, Perl 5.x,
 #for document preparation: complete LaTeX
-DEPEND==app-shells/bash-3.0
+DEPEND==app-shells/bash-3.0:*
=dev-lang/polyml-5.4.1:=[-portable]
=dev-lang/perl-5.8.8-r2
 



1.3  sci-mathematics/isabelle/isabelle-2013-r1.ebuild

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

Index: isabelle-2013-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2013-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- isabelle-2013-r1.ebuild 25 Jan 2015 13:08:28 -  1.2
+++ isabelle-2013-r1.ebuild 25 Mar 2015 01:46:06 -  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/sci-mathematics/isabelle/isabelle-2013-r1.ebuild,v 1.2 
2015/01/25 13:08:28 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/isabelle/isabelle-2013-r1.ebuild,v 1.3 
2015/03/25 01:46:06 gienah Exp $
 
 EAPI=5
 
@@ -36,7 +36,7 @@
 #upstream says
 #bash 2.x/3.x, Poly/ML 5.x, Perl 5.x,
 #for document preparation: complete LaTeX

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

2015-03-24 Thread Jason Zaman
commit: e2d6b5b1a6c86a1f55eccb417d99ac34324ae740
Author: Jason Zaman jason AT perfinion DOT com
AuthorDate: Tue Mar 24 15:53:44 2015 +
Commit: Jason Zaman perfinion AT gentoo DOT org
CommitDate: Tue Mar 24 15:53:44 2015 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e2d6b5b1

introduce chromium_rw_usb_dev

allows chromium to use USB devices for android debugging or to use
a FIDO U2F token.

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

diff --git a/policy/modules/contrib/chromium.te 
b/policy/modules/contrib/chromium.te
index e5aa5aa..b2c9ccc 100644
--- a/policy/modules/contrib/chromium.te
+++ b/policy/modules/contrib/chromium.te
@@ -41,6 +41,17 @@ gen_tunable(chromium_read_system_info, false)
 ## /desc
 gen_tunable(chromium_bind_tcp_unreserved_ports, false)
 
+## desc
+## p
+## Allow chromium to read/write USB devices
+## /p
+## p
+## Although not needed for regular browsing, used for debugging over usb
+## or using FIDO U2F tokens.
+## /p
+## /desc
+gen_tunable(chromium_rw_usb_dev, false)
+
 type chromium_t;
 domain_dyntrans_type(chromium_t)
 
@@ -181,6 +192,10 @@ tunable_policy(`chromium_bind_tcp_unreserved_ports',`
allow chromium_t self:tcp_socket { listen accept };
 ')
 
+tunable_policy(`chromium_rw_usb_dev',`
+   dev_rw_generic_usb_dev(chromium_t)
+')
+
 tunable_policy(`chromium_read_system_info',`
kernel_read_kernel_sysctls(chromium_t)
# Memory optimizations  optimizations based on OS/version



[gentoo-commits] gentoo-x86 commit in x11-libs/goffice: goffice-0.10.20.ebuild ChangeLog goffice-0.10.21.ebuild

2015-03-24 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/25 02:25:20

  Modified: goffice-0.10.20.ebuild ChangeLog
goffice-0.10.21.ebuild
  Log:
  Add missing perl build deps (bug #543646, thanks to Kent Fredric).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.2  x11-libs/goffice/goffice-0.10.20.ebuild

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

Index: goffice-0.10.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- goffice-0.10.20.ebuild  6 Feb 2015 12:40:53 -   1.1
+++ goffice-0.10.20.ebuild  25 Mar 2015 02:25:20 -  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/x11-libs/goffice/goffice-0.10.20.ebuild,v 
1.1 2015/02/06 12:40:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.20.ebuild,v 
1.2 2015/03/25 02:25:20 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -36,6 +36,10 @@
=gnome-extra/libgsf-1.14.23:= )
 
 DEPEND=${RDEPEND}
+   dev-lang/perl
+   virtual/perl-Getopt-Long
+   virtual/perl-IO-Compress
+   virtual/perl-Compress-Raw-Zlib
=dev-util/gtk-doc-am-1.12
=dev-util/intltool-0.35
virtual/pkgconfig



1.170x11-libs/goffice/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   15 Mar 2015 13:33:35 -  1.169
+++ ChangeLog   25 Mar 2015 02:25:20 -  1.170
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/goffice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.169 
2015/03/15 13:33:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.170 
2015/03/25 02:25:20 tetromino Exp $
+
+  25 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  goffice-0.10.20.ebuild, goffice-0.10.21.ebuild:
+  Add missing perl build deps (bug #543646, thanks to Kent Fredric).
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org goffice-0.10.21.ebuild:
   x86 stable, bug 534012



1.6  x11-libs/goffice/goffice-0.10.21.ebuild

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

Index: goffice-0.10.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.21.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- goffice-0.10.21.ebuild  15 Mar 2015 13:33:35 -  1.5
+++ goffice-0.10.21.ebuild  25 Mar 2015 02:25:20 -  1.6
@@ -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/x11-libs/goffice/goffice-0.10.21.ebuild,v 
1.5 2015/03/15 13:33:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.21.ebuild,v 
1.6 2015/03/25 02:25:20 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -36,6 +36,10 @@
=gnome-extra/libgsf-1.14.23:= )
 
 DEPEND=${RDEPEND}
+   dev-lang/perl
+   virtual/perl-Getopt-Long
+   virtual/perl-IO-Compress
+   virtual/perl-Compress-Raw-Zlib
=dev-util/gtk-doc-am-1.12
=dev-util/intltool-0.35
virtual/pkgconfig






[gentoo-commits] gentoo-x86 commit in net-fs/openafs-kernel: ChangeLog openafs-kernel-1.6.5-r1.ebuild

2015-03-24 Thread Andrew Savchenko (bircoph)
bircoph 15/03/25 02:39:08

  Modified: ChangeLog
  Removed:  openafs-kernel-1.6.5-r1.ebuild
  Log:
  remove old
  
  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.169net-fs/openafs-kernel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   24 Mar 2015 08:57:41 -  1.168
+++ ChangeLog   25 Mar 2015 02:39:08 -  1.169
@@ -1,6 +1,10 @@
 # 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.168 
2015/03/24 08:57:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/ChangeLog,v 1.169 
2015/03/25 02:39:08 bircoph Exp $
+
+  25 Mar 2015; Andrew Savchenko birc...@gentoo.org
+  -openafs-kernel-1.6.5-r1.ebuild:
+  Remove old vulnerable version.
 
   24 Mar 2015; Agostino Sarubbo a...@gentoo.org openafs-kernel-1.6.11.ebuild:
   Stable for sparc, wrt bug #544158






[gentoo-commits] gentoo-x86 commit in x11-libs/cairo: ChangeLog cairo-1.14.2.ebuild cairo-9999.ebuild cairo-1.14.0-r1.ebuild

2015-03-24 Thread Alexandre Rostovtsev (tetromino)
tetromino15/03/25 03:15:30

  Modified: ChangeLog cairo-.ebuild
  Added:cairo-1.14.2.ebuild
  Removed:  cairo-1.14.0-r1.ebuild
  Log:
  Version bump, various bugs fixed. Update live ebuild to git-r3.eclass. 
Propagate live ebuild flag changes (experimental/broken flags now completely 
removed from the ebuild). Drop old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.411x11-libs/cairo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- ChangeLog   5 Mar 2015 19:13:33 -   1.410
+++ ChangeLog   25 Mar 2015 03:15:30 -  1.411
@@ -1,6 +1,14 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.410 2015/03/05 
19:13:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.411 2015/03/25 
03:15:30 tetromino Exp $
+
+*cairo-1.14.2 (25 Mar 2015)
+
+  25 Mar 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  -cairo-1.14.0-r1.ebuild, +cairo-1.14.2.ebuild, cairo-.ebuild:
+  Version bump, various bugs fixed. Update live ebuild to git-r3.eclass.
+  Propagate live ebuild flag changes (experimental/broken flags now
+  completely removed from the ebuild). Drop old.
 
   05 Mar 2015; Jeroen Roovers j...@gentoo.org cairo-1.12.18-r1.ebuild:
   Stable for HPPA (bug #540676).



1.59 x11-libs/cairo/cairo-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-.ebuild?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-.ebuild?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-.ebuild?r1=1.58r2=1.59

Index: cairo-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-.ebuild,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- cairo-.ebuild   23 Feb 2015 05:44:06 -  1.58
+++ cairo-.ebuild   25 Mar 2015 03:15:30 -  1.59
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-.ebuild,v 1.58 
2015/02/23 05:44:06 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-.ebuild,v 1.59 
2015/03/25 03:15:30 tetromino Exp $
 
 EAPI=5
 
 inherit eutils flag-o-matic autotools multilib-minimal
 
 if [[ ${PV} == ** ]]; then
-   inherit git-2
+   inherit git-r3
EGIT_REPO_URI=git://anongit.freedesktop.org/git/cairo
SRC_URI=
 else
@@ -136,7 +136,7 @@
--enable-ps \
--disable-drm \
--disable-gallium \
-   --disable-qt4 \
+   --disable-qt \
--disable-vg \
${myopts}
 }



1.1  x11-libs/cairo/cairo-1.14.2.ebuild

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

Index: cairo-1.14.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.14.2.ebuild,v 1.1 
2015/03/25 03:15:30 tetromino Exp $

EAPI=5

inherit eutils flag-o-matic autotools multilib-minimal

if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI=git://anongit.freedesktop.org/git/cairo
SRC_URI=
else
SRC_URI=http://cairographics.org/releases/${P}.tar.xz;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
fi

DESCRIPTION=A vector graphics library with cross-device output support
HOMEPAGE=http://cairographics.org/;
LICENSE=|| ( LGPL-2.1 MPL-1.1 )
SLOT=0
IUSE=X aqua debug directfb gles2 +glib opengl static-libs +svg valgrind xcb 
xlib-xcb
# gtk-doc regeneration doesn't seem to work with 

[gentoo-commits] gentoo-x86 commit in sys-firmware/iwl7260-ucode: iwl7260-ucode-0.10.15.23.ebuild iwl7260-ucode-0.12.16.25.ebuild ChangeLog

2015-03-24 Thread Mark Wright (gienah)
gienah  15/03/25 04:01:17

  Modified: ChangeLog
  Added:iwl7260-ucode-0.10.15.23.ebuild
iwl7260-ucode-0.12.16.25.ebuild
  Log:
  Bump iwl7260-ucode to 0.10.15.23 (upstream write the version number 
components reversed) for kernel 3.17+ and 0.12.16.25 for kernel 3.19+. Fixes 
Bug 540316 - sys-firmware/iwl7260-ucode-0.10.13.23 version bump - thanks to 
David Flogeras for reporting.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.9  sys-firmware/iwl7260-ucode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl7260-ucode/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl7260-ucode/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl7260-ucode/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Jan 2015 12:15:50 -  1.8
+++ ChangeLog   25 Mar 2015 04:01:17 -  1.9
@@ -1,6 +1,16 @@
 # ChangeLog for sys-firmware/iwl7260-ucode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/ChangeLog,v 1.8 
2015/01/14 12:15:50 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/ChangeLog,v 1.9 
2015/03/25 04:01:17 gienah Exp $
+
+*iwl7260-ucode-0.12.16.25 (25 Mar 2015)
+*iwl7260-ucode-0.10.15.23 (25 Mar 2015)
+
+  25 Mar 2015; Mark Wright gie...@gentoo.org 
+iwl7260-ucode-0.10.15.23.ebuild,
+  +iwl7260-ucode-0.12.16.25.ebuild:
+  Bump iwl7260-ucode to 0.10.15.23 (upstream write the version number 
components
+  reversed) for kernel 3.17+ and 0.12.16.25 for kernel 3.19+. Fixes Bug 540316 
-
+  sys-firmware/iwl7260-ucode-0.10.13.23 version bump - thanks to David Flogeras
+  for reporting.
 
 *iwl7260-ucode-0.10.11.23 (14 Jan 2015)
 *iwl7260-ucode-0.7.1.22 (14 Jan 2015)



1.1  sys-firmware/iwl7260-ucode/iwl7260-ucode-0.10.15.23.ebuild

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

Index: iwl7260-ucode-0.10.15.23.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-0.10.15.23.ebuild,v
 1.1 2015/03/25 04:01:17 gienah Exp $

EAPI=5
inherit linux-info versionator

DEV_N=${PN:3:4}
vc=($(get_all_version_components ${PV}))
MY_PV=${vc[6]}.${vc[4]}.${vc[2]}.${vc[0]}
MY_PN=iwlwifi-${DEV_N}-ucode

DV_MAJOR=3
DV_MINOR=17
DV_PATCH=0

DESCRIPTION=Firmware for Intel (R) Dual Band Wireless-AC ${DEV_N}
HOMEPAGE=http://wireless.kernel.org/en/users/Drivers/iwlwifi;
SRC_URI=https://wireless.wiki.kernel.org/_media/en/users/drivers/${MY_PN}-${MY_PV}.tgz
 - ${P}.tgz

LICENSE=ipw3945
SLOT=${vc[2]}
KEYWORDS=~amd64 ~x86
IUSE=bluetooth

DEPEND=
RDEPEND=bluetooth? ( sys-firmware/iwl3160-7260-bt-ucode )
!sys-kernel/linux-firmware[-savedconfig]

S=${WORKDIR}/${MY_PN}-${MY_PV}

CONFIG_CHECK=~IWLMVM
ERROR_IWLMVM=CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config 
for the kernel to be able to load the ${DEV_N} firmware

pkg_pretend() {
if kernel_is lt ${DV_MAJOR} ${DV_MINOR} ${DV_PATCH}; then
ewarn Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.
ewarn This microcode image requires a kernel = 
${DV_MAJOR}.${DV_MINOR}.${DV_PATCH}.
ewarn For kernel versions  
${DV_MAJOR}.${DV_MINOR}.${DV_PATCH}, you may install older SLOTS
fi
}

src_install() {
insinto /lib/firmware
doins ${S}/iwlwifi-${DEV_N}-${vc[2]}.ucode
dodoc README*
}



1.1  sys-firmware/iwl7260-ucode/iwl7260-ucode-0.12.16.25.ebuild

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

Index: iwl7260-ucode-0.12.16.25.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl7260-ucode/iwl7260-ucode-0.12.16.25.ebuild,v
 1.1 2015/03/25 04:01:17 gienah Exp $

EAPI=5
inherit linux-info versionator

DEV_N=${PN:3:4}

[gentoo-commits] gentoo-x86 commit in sys-fs/duperemove: metadata.xml ChangeLog duperemove-0.09.1.ebuild Manifest

2015-03-24 Thread Richard Freeman (rich0)
rich0   15/03/25 00:15:43

  Added:metadata.xml ChangeLog duperemove-0.09.1.ebuild
Manifest
  Log:
  Add duperemove to repository.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.1  sys-fs/duperemove/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailri...@gentoo.org/email
/maintainer
longdescriptionBtrfs deduplication utility./longdescription 
/pkgmetadata



1.1  sys-fs/duperemove/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for sys-fs/duperemove
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/ChangeLog,v 1.1 2015/03/25 
00:15:43 rich0 Exp $

*duperemove-0.09.1 (25 Mar 2015)

  25 Mar 2015; Richard Freeman ri...@gentoo.org +duperemove-0.09.1.ebuild,
  +metadata.xml:
  Add duperemove to repository.




1.1  sys-fs/duperemove/duperemove-0.09.1.ebuild

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

Index: duperemove-0.09.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/duperemove-0.09.1.ebuild,v 
1.1 2015/03/25 00:15:43 rich0 Exp $

EAPI=5

inherit eutils
DESCRIPTION=Btrfs deduplication utility.

HOMEPAGE=https://github.com/markfasheh/duperemove;

SRC_URI=https://github.com/markfasheh/duperemove/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-2

SLOT=0

KEYWORDS=~amd64

DEPEND=dev-libs/glib:2=

RDEPEND=${DEPEND}

src_install() {
emake DESTDIR=${D} PREFIX=/usr install
}



1.1  sys-fs/duperemove/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST duperemove-0.09.1.tar.gz 54978 SHA256 
58d5635fa48bf88108dd833453638ad394427750f58b5ee0f3f1a8f1ec9c141b SHA512 
49de99b64c8b0a71a47474480f33b07f2e6602c355621a9d0c6c92a3b7c2f2f5e6c03abc4e2459a1b96fa9543767c0abe48c5c63daf53962a3033a3b1984a037
 WHIRLPOOL 
bed45acfd63f49f44832589964a305614649b6f41013295d1710d784f8dfeb34ff5721ae641790b97b70541222987135377913843b516850f62689ad66a18661
EBUILD duperemove-0.09.1.ebuild 486 SHA256 
7502131add1ba5eeaeae78e85e093def986e52cf1c7cff081a3d060c270543bc SHA512 
8a80ba58519958b8947b1ab0126d6c9556d8fea88b0d5472e7f71bcb8394c393ce3a60b976e90879b9da49acf022a28fdf3e00b4aeb0ef46cdc88a5cf39c7a1e
 WHIRLPOOL 
81a8f84e2478bb1a8af170d72f4b38c9787eff497180b725ce64161200e051b7c6e71b1ff00f53475bce625b7368e19b2a9152e4c4f1a09d2dfb207e8fce8a64
MISC ChangeLog 279 SHA256 
65885477c2897c415094372b3ec51608ae4f1c0af2f7aebf233ee9b5ffa3525c SHA512 
3c4415fcb8e35dc8f1abb7e026a57bcf7f4957bcb45fef30879218569ba1cd00e013a688dbe8899b4640503b27d000c1fcdf1b010c5c42d058f5009512b1032b
 WHIRLPOOL 
3abbdf131c1ddb074fa7c9a97525ce92562161e2d18812d980c6d09f8584cc3393233014101ec527b88fcac62454986c4cc42606ba7a88fbfa0f4c9043ad63eb
MISC metadata.xml 264 SHA256 
4e1f403037dc0c34d89091607e771db3a9ef75819656e3fa5b0477b0ccceb665 SHA512 
8668a852d475b397f0c871b302542a9cd4427f6209a7b146d7bf5eee6582993bcaba1bfbcb8766e7c13e293c9e64ebe3a4fb73bc8a86658ebcc7383b577ae0b8
 WHIRLPOOL 
367243d00115789ddb7abc524bf37d54a545d938c4f79f0d21e9e654656f7cb03f23eaf0d8fd5ee100c29aba9011b6a7d05b29b2ff8c128f73d6239ac507e75f






[gentoo-commits] proj/layman:master commit in: layman/config_modules/reposconf/

2015-03-24 Thread Devan Franchini
commit: 1bc4917464546d512e28c93bd7c249b7ae571be8
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Wed Mar 25 00:41:29 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Wed Mar 25 00:41:32 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=1bc49174

reposconf.py: Adds sanity checking on self.path

A function has been created to properly relay any issues with the sanity
of a specified repos_conf path.

X-Gentoo-Bug: 538324
X-Gentoo-Bug-URL: https://bugs.gentoo.org/538324

 layman/config_modules/reposconf/reposconf.py | 17 -
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/layman/config_modules/reposconf/reposconf.py 
b/layman/config_modules/reposconf/reposconf.py
index 2227b35..d107f05 100644
--- a/layman/config_modules/reposconf/reposconf.py
+++ b/layman/config_modules/reposconf/reposconf.py
@@ -35,6 +35,21 @@ except ImportError:
 from   layman.compatibility  import fileopen
 from   layman.utils  import path
 
+def check_conf_path(conf_path):
+dirname = os.path.dirname(conf_path)
+msg = ''
+
+if not os.path.isdir(dirname):
+msg = '%s is not a directory when it should be.' % dirname
+elif not os.path.isfile(conf_path):
+msg = '%s is not a file when it should be.' % conf_path
+
+if msg:
+raise OSError(msg)
+
+return conf_path
+
+
 class ConfigHandler:
 
 def __init__(self, config, overlays):
@@ -42,7 +57,7 @@ class ConfigHandler:
 self.config = config
 self.output = config['output']
 self.overlays = overlays
-self.path = config['repos_conf']
+self.path = check_conf_path(config['repos_conf'])
 self.storage = config['storage']
 self.repo_config = None
 self.rebuild = False



[gentoo-commits] proj/layman:master commit in: layman/config_modules/reposconf/

2015-03-24 Thread Devan Franchini
commit: 02d71289ada4baefd412c9297eccb2408dfb94a2
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Wed Mar 25 01:09:21 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Wed Mar 25 01:09:21 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=02d71289

reposconf.py: Adds check to prevent conf_path false negative

In the check_conf_path() function if the file did not previously
exist and you tried to write to the repos.conf file specified by
repos_conf it would generate a false negative declaring that
repos_conf is a directory when it should be a file. This is clearly
not the case and remedied by calling os.access () in conjunction with
os.path.isfile () prior to declaring that the target is a directory.

X-Gentoo-Bug: 538324
X-Gentoo-Bug-URL: https://bugs.gentoo.org/538324

 layman/config_modules/reposconf/reposconf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/layman/config_modules/reposconf/reposconf.py 
b/layman/config_modules/reposconf/reposconf.py
index d107f05..a57c87e 100644
--- a/layman/config_modules/reposconf/reposconf.py
+++ b/layman/config_modules/reposconf/reposconf.py
@@ -41,7 +41,8 @@ def check_conf_path(conf_path):
 
 if not os.path.isdir(dirname):
 msg = '%s is not a directory when it should be.' % dirname
-elif not os.path.isfile(conf_path):
+elif (os.access(conf_path, os.R_OK | os.W_OK) and
+  not os.path.isfile(conf_path)):
 msg = '%s is not a file when it should be.' % conf_path
 
 if msg:



[gentoo-commits] gentoo-x86 commit in sys-fs/duperemove: - New directory

2015-03-24 Thread Richard Freeman (rich0)
rich0   15/03/25 00:12:18

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-fs/duperemove added to the repository



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

2015-03-24 Thread Mike Pagano (mpagano)
mpagano 15/03/25 00:12:01

  Modified: ChangeLog
  Added:gentoo-sources-3.18.10.ebuild
  Log:
  Linux patch 3.18.10. Update to the gcc = 4.9 optimization patch.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1523   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1522
retrieving revision 1.1523
diff -u -r1.1522 -r1.1523
--- ChangeLog   21 Mar 2015 20:19:56 -  1.1522
+++ ChangeLog   25 Mar 2015 00:12:01 -  1.1523
@@ -1,6 +1,11 @@
 # 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.1522 2015/03/21 20:19:56 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1523 2015/03/25 00:12:01 mpagano Exp $
+
+*gentoo-sources-3.18.10 (25 Mar 2015)
+
+  25 Mar 2015; Mike Pagano mpag...@gentoo.org +gentoo-sources-3.18.10.ebuild:
+  Linux patch 3.18.10. Update to the gcc = 4.9 optimization patch.
 
   21 Mar 2015; Michael Pagano mpag...@gentoo.org
   -gentoo-sources-3.10.69.ebuild, -gentoo-sources-3.10.70.ebuild,



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.18.10.ebuild

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

Index: gentoo-sources-3.18.10.ebuild
===
# 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.10.ebuild,v
 1.1 2015/03/25 00:12:01 mpagano Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=12
K_DEBLOB_AVAILABLE=0
inherit kernel-2
detect_version
detect_arch

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
IUSE=deblob experimental

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree
SRC_URI=${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.6.5-r1.ebuild

2015-03-24 Thread Andrew Savchenko (bircoph)
bircoph 15/03/25 02:37:58

  Modified: ChangeLog
  Removed:  openafs-1.6.5-r1.ebuild
  Log:
  remove old
  
  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.206net-fs/openafs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   24 Mar 2015 08:58:09 -  1.205
+++ ChangeLog   25 Mar 2015 02:37:58 -  1.206
@@ -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.205 2015/03/24 
08:58:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs/ChangeLog,v 1.206 2015/03/25 
02:37:58 bircoph Exp $
+
+  25 Mar 2015; Andrew Savchenko birc...@gentoo.org -openafs-1.6.5-r1.ebuild:
+  Remove old vulnerable version.
 
   24 Mar 2015; Agostino Sarubbo a...@gentoo.org openafs-1.6.11.ebuild:
   Stable for sparc, wrt bug #536272






[gentoo-commits] gentoo-x86 commit in sys-power/nvclock: ChangeLog metadata.xml

2015-03-24 Thread Andrew Savchenko (bircoph)
bircoph 15/03/25 02:49:33

  Modified: ChangeLog metadata.xml
  Log:
  Take an orphaned package
  
  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.20 sys-power/nvclock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/nvclock/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   22 Mar 2014 18:05:34 -  1.19
+++ ChangeLog   25 Mar 2015 02:49:33 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sys-power/nvclock
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nvclock/ChangeLog,v 1.19 
2014/03/22 18:05:34 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nvclock/ChangeLog,v 1.20 
2015/03/25 02:49:33 bircoph Exp $
+
+  25 Mar 2015; Andrew Savchenko birc...@gentoo.org metadata.xml:
+  Take an orphaned package.
 
   22 Mar 2014; Michael Palimaka kensing...@gentoo.org
   -files/nvclock-0.8_beta4-as-needed.patch,



1.5  sys-power/nvclock/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvclock/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvclock/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nvclock/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/nvclock/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml16 Aug 2013 14:23:04 -  1.4
+++ metadata.xml25 Mar 2015 02:49:33 -  1.5
@@ -2,10 +2,11 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
 maintainer
-emailmaintainer-nee...@gentoo.org/email
+   emailbirc...@gentoo.org/email
+   nameAndrew Savchenko/name
 /maintainer
 use
-flag name=gtkInstall the GTK+ based graphical interface/flag
-flag name=nvcontrolAdd NVCONTROL support for OpenGL options/flag
+   flag name=gtkInstall the GTK+ based graphical interface/flag
+   flag name=nvcontrolAdd NVCONTROL support for OpenGL options/flag
 /use
 /pkgmetadata






[gentoo-commits] gentoo-x86 commit in app-benchmarks/phoronix-test-suite: phoronix-test-suite-4.8.5.ebuild ChangeLog

2015-03-24 Thread Patrick Lauer (patrick)
patrick 15/03/25 03:55:58

  Modified: ChangeLog
  Added:phoronix-test-suite-4.8.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.33 app-benchmarks/phoronix-test-suite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   21 Mar 2015 08:24:55 -  1.32
+++ ChangeLog   25 Mar 2015 03:55:58 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for app-benchmarks/phoronix-test-suite
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.32 
2015/03/21 08:24:55 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.33 
2015/03/25 03:55:58 patrick Exp $
+
+*phoronix-test-suite-4.8.5 (25 Mar 2015)
+
+  25 Mar 2015; Patrick Lauer patr...@gentoo.org
+  +phoronix-test-suite-4.8.5.ebuild:
+  Bump
 
   21 Mar 2015; Justin Lecher j...@gentoo.org
   -phoronix-test-suite-4.6.0.ebuild, -phoronix-test-suite-4.6.1.ebuild,



1.1  
app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.5.ebuild?rev=1.1content-type=text/plain

Index: phoronix-test-suite-4.8.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.8.5.ebuild,v
 1.1 2015/03/25 03:55:58 patrick Exp $

EAPI=4

inherit eutils bash-completion-r1

DESCRIPTION=Phoronix's comprehensive, cross-platform testing and benchmark 
suite
HOMEPAGE=http://www.phoronix-test-suite.com;
SRC_URI=http://www.phoronix-test-suite.com/download.php?file=${P} - 
${P}.tar.gz

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

DEPEND=

# php 5.3 doesn't have pcre and reflection useflags anymore
RDEPEND=dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]

S=${WORKDIR}/${PN}

src_prepare() {
sed -i -e s,export PTS_DIR=\`pwd\`,export 
PTS_DIR=\/usr/share/${PN}\, \
phoronix-test-suite
}

src_configure() {
:
}

src_compile() {
:
}

src_install() {
dodir /usr/share/${PN}
insinto /usr/share/${PN}

doman documentation/man-pages/phoronix-test-suite.1
dodoc AUTHORS CHANGE-LOG
dohtml -r documentation/
doicon pts-core/static/images/phoronix-test-suite.png
doicon pts-core/static/images/openbenchmarking.png
domenu pts-core/static/phoronix-test-suite.desktop
rm -f pts-core/static/phoronix-test-suite.desktop

doins -r pts-core
exeinto /usr/bin
doexe phoronix-test-suite

fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
fperms a+x 
/usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh

dobashcompletion pts-core/static/bash_completion ${PN}

# Need to fix the cli-php config for downloading to work. Very naughty!
local slots
local slot
if [[ x${PHP_TARGETS} == x ]] ; then
ewarn
ewarn PHP_TARGETS seems empty, php.ini file can't be 
configure.
ewarn Make sure that PHP_TARGETS in /etc/make.conf is set.
ewarn phoronix-test-suite needs the 'allow_url_fopen' option 
set to \On\
ewarn for downloading to work properly.
ewarn
else
for slot in ${PHP_TARGETS}; do
slots+= ${slot/-/.}
done
fi

for slot in ${slots}; do
local PHP_INI_FILE=/etc/php/cli-${slot}/php.ini
if [[ -f ${PHP_INI_FILE} ]] ; then
dodir $(dirname ${PHP_INI_FILE})
cp ${PHP_INI_FILE} ${D}${PHP_INI_FILE}
sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' 
-i ${D}${PHP_INI_FILE}
else
if [[ x$(eselect php show cli) == x${slot} ]] ; then

[gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.6.6.ebuild ChangeLog tor-0.2.6.3_alpha.ebuild

2015-03-24 Thread Anthony G. Basile (blueness)
blueness15/03/25 00:24:39

  Modified: ChangeLog
  Added:tor-0.2.6.6.ebuild
  Removed:  tor-0.2.6.3_alpha.ebuild
  Log:
  Version bump 2.6 branch.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.469net-misc/tor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -r1.468 -r1.469
--- ChangeLog   24 Mar 2015 08:52:26 -  1.468
+++ ChangeLog   25 Mar 2015 00:24:39 -  1.469
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.468 2015/03/24 
08:52:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.469 2015/03/25 
00:24:39 blueness Exp $
+
+*tor-0.2.6.6 (25 Mar 2015)
+
+  25 Mar 2015; Anthony G. Basile bluen...@gentoo.org +tor-0.2.6.6.ebuild,
+  -tor-0.2.6.3_alpha.ebuild:
+  Version bump 2.6 branch.
 
   24 Mar 2015; Agostino Sarubbo a...@gentoo.org tor-0.2.5.11.ebuild:
   Stable for x86, wrt bug #544226



1.1  net-misc/tor/tor-0.2.6.6.ebuild

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

Index: tor-0.2.6.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.6.ebuild,v 1.1 
2015/03/25 00:24:39 blueness Exp $

EAPI=5

inherit eutils flag-o-matic readme.gentoo systemd toolchain-funcs versionator 
user

MY_PV=$(replace_version_separator 4 -)
MY_PF=${PN}-${MY_PV}
DESCRIPTION=Anonymizing overlay network for TCP
HOMEPAGE=http://www.torproject.org/;
SRC_URI=https://www.torproject.org/dist/${MY_PF}.tar.gz
https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz;
S=${WORKDIR}/${MY_PF}

LICENSE=BSD GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86
IUSE=-bufferevents nat-pmp scrypt seccomp selinux stats systemd tor-hardening 
transparent-proxy test upnp web

DEPEND=dev-libs/openssl
sys-libs/zlib
dev-libs/libevent
bufferevents? ( dev-libs/libevent[ssl] )
nat-pmp? ( net-libs/libnatpmp )
scrypt? ( app-crypt/libscrypt )
seccomp? ( sys-libs/libseccomp )
upnp? ( net-libs/miniupnpc )
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-tor )

pkg_setup() {
enewgroup tor
enewuser tor -1 -1 /var/lib/tor tor
}

src_prepare() {
epatch ${FILESDIR}/${PN}-0.2.3.14_alpha-torrc.sample.patch
epatch_user
}

src_configure() {
# Upstream isn't sure of all the user provided CFLAGS that
# will break tor, but does recommend against -fstrict-aliasing.
# We'll filter-flags them here as we encounter them.
filter-flags -fstrict-aliasing

econf \
--enable-system-torrc \
--enable-asciidoc \
--docdir=/usr/share/doc/${PF} \
$(use_enable stats instrument-downloads) \
$(use_enable bufferevents) \
$(use_enable nat-pmp) \
$(use_enable scrypt libscrypt) \
$(use_enable seccomp) \
$(use_enable systemd) \
$(use_enable tor-hardening gcc-hardening) \
$(use_enable tor-hardening linker-hardening) \
$(use_enable transparent-proxy transparent) \
$(use_enable upnp) \
$(use_enable web tor2web-mode) \
$(use_enable test unittests) \
$(use_enable test coverage)
}

src_install() {
readme.gentoo_create_doc

newconfd ${FILESDIR}/tor.confd tor
newinitd ${FILESDIR}/tor.initd-r7 tor
systemd_dounit ${FILESDIR}/${PN}.service
systemd_dotmpfilesd ${FILESDIR}/${PN}.conf

emake DESTDIR=${D} install

keepdir /var/lib/tor

dodoc README ChangeLog ReleaseNotes doc/HACKING

fperms 750 /var/lib/tor
fowners tor:tor /var/lib/tor

insinto /etc/tor/
newins ${FILESDIR}/torrc-r1 torrc
}

pkg_postinst() {
readme.gentoo_pkg_postinst

if [[ $(gcc-major-version) -eq 4  $(gcc-minor-version) -eq 8  
$(gcc-micro-version) -ge 1 ]] ; then
  

[gentoo-commits] proj/openrc:master commit in: src/librc/, src/rc/

2015-03-24 Thread William Hubbs
commit: f085ae400c60289f61d99e9e80ce037beedf38b4
Author: Doug Freed dwfreed AT mtu DOT edu
AuthorDate: Tue Mar 24 19:28:47 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Wed Mar 25 00:08:29 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f085ae40

Fix some compiler warnings

librc: Fix C90 warning (mixed declaration and code)
rc: Fix warning about discarding const qualifier

Fixes #45.

 src/librc/librc-daemon.c | 6 --
 src/rc/rc.c  | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c
index 76fdd7b..3811a04 100644
--- a/src/librc/librc-daemon.c
+++ b/src/librc/librc-daemon.c
@@ -510,6 +510,8 @@ rc_service_daemons_crashed(const char *service)
RC_STRINGLIST *list = NULL;
RC_STRING *s;
size_t i;
+   char *ch_root;
+   char *spidfile;
 
path += snprintf(dirpath, sizeof(dirpath), RC_SVCDIR /daemons/%s,
basename_c(service));
@@ -554,8 +556,8 @@ rc_service_daemons_crashed(const char *service)
}
fclose(fp);
 
-   char *ch_root = rc_service_value_get(basename_c(service), 
chroot);
-   char *spidfile = pidfile;
+   ch_root = rc_service_value_get(basename_c(service), chroot);
+   spidfile = pidfile;
if (ch_root  pidfile) {
spidfile = xmalloc(strlen(ch_root) + strlen(pidfile) + 
1);
strcpy(spidfile, ch_root);

diff --git a/src/rc/rc.c b/src/rc/rc.c
index e3301c6..dd35482 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -519,7 +519,7 @@ runlevel_config(const char *service, const char *level)
 }
 
 static void
-do_stop_services(const RC_STRINGLIST *types_n, const RC_STRINGLIST 
*start_services,
+do_stop_services(RC_STRINGLIST *types_n, RC_STRINGLIST *start_services,
 const RC_STRINGLIST *stop_services, const 
RC_DEPTREE *deptree,
 const char *newlevel, bool parallel, bool 
going_down)
 {



[gentoo-commits] gentoo-x86 commit in sys-fs/btrfs-progs: metadata.xml btrfs-progs-9999.ebuild btrfs-progs-3.19.ebuild ChangeLog

2015-03-24 Thread Mike Gilbert (floppym)
floppym 15/03/25 00:47:28

  Modified: metadata.xml btrfs-progs-.ebuild
btrfs-progs-3.19.ebuild ChangeLog
  Log:
  Make btrfs-convert optional. Move binaries back to /sbin.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.7  sys-fs/btrfs-progs/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/metadata.xml?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/metadata.xml?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/metadata.xml?r1=1.6r2=1.7

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml30 Nov 2012 06:57:45 -  1.6
+++ metadata.xml25 Mar 2015 00:47:28 -  1.7
@@ -10,6 +10,7 @@
 nameSergei Trofimovich/name
   /maintainer
   use
+flag name='convert'Build ext2 conversion utility (btrfs-convert)/flag
 flag name='debug-utils'Build additional utils for debugging/flag
   /use
 /pkgmetadata



1.41 sys-fs/btrfs-progs/btrfs-progs-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild?r1=1.40r2=1.41

Index: btrfs-progs-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- btrfs-progs-.ebuild 25 Mar 2015 00:20:10 -  1.40
+++ btrfs-progs-.ebuild 25 Mar 2015 00:47:28 -  1.41
@@ -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-fs/btrfs-progs/btrfs-progs-.ebuild,v 1.40 
2015/03/25 00:20:10 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-.ebuild,v 1.41 
2015/03/25 00:47:28 floppym Exp $
 
 EAPI=5
 
@@ -25,17 +25,20 @@
 
 LICENSE=GPL-2
 SLOT=0/${libbtrfs_soname}
-IUSE=
+IUSE=+convert
 
 RESTRICT=test # tries to mount repared filesystems
 
 RDEPEND=
dev-libs/lzo:2=
sys-libs/zlib:0=
-   sys-fs/e2fsprogs:0=
+   convert? (
+   sys-fs/e2fsprogs:0=
+   sys-libs/e2fsprogs-libs:0=
+   )
 
 DEPEND=${RDEPEND}
-   sys-apps/acl
+   convert? ( sys-apps/acl )
app-text/asciidoc
app-text/docbook-xml-dtd:4.5
app-text/xmlto
@@ -58,6 +61,14 @@
fi
 }
 
+src_configure() {
+   local myeconfargs=(
+   --bindir=${EPREFIX}/sbin
+   $(usex convert '' --disable-convert)
+   )
+   econf ${myeconfargs[@]}
+}
+
 src_compile() {
emake V=1
 }



1.2  sys-fs/btrfs-progs/btrfs-progs-3.19.ebuild

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

Index: btrfs-progs-3.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-3.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- btrfs-progs-3.19.ebuild 25 Mar 2015 00:20:10 -  1.1
+++ btrfs-progs-3.19.ebuild 25 Mar 2015 00:47:28 -  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-fs/btrfs-progs/btrfs-progs-3.19.ebuild,v 1.1 
2015/03/25 00:20:10 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-3.19.ebuild,v 1.2 
2015/03/25 00:47:28 floppym Exp $
 
 EAPI=5
 
@@ -25,17 +25,20 @@
 
 LICENSE=GPL-2
 SLOT=0/${libbtrfs_soname}
-IUSE=
+IUSE=+convert
 
 RESTRICT=test # tries to mount repared filesystems
 
 RDEPEND=
dev-libs/lzo:2=
sys-libs/zlib:0=
-   sys-fs/e2fsprogs:0=
+   convert? (
+   sys-fs/e2fsprogs:0=
+   sys-libs/e2fsprogs-libs:0=
+   )
 
 DEPEND=${RDEPEND}
-   sys-apps/acl
+   convert? ( sys-apps/acl )
app-text/asciidoc
app-text/docbook-xml-dtd:4.5
app-text/xmlto
@@ -58,6 +61,14 @@
fi
 }
 

[gentoo-commits] gentoo-x86 commit in sys-boot/grub: ChangeLog

2015-03-24 Thread Mike Gilbert (floppym)
floppym 15/03/25 01:58:00

  Modified: ChangeLog
  Log:
  Document options to disable the submenu and play a tone on startup. Bug 
544154.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.353sys-boot/grub/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.353view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.353content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.352r2=1.353

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -r1.352 -r1.353
--- ChangeLog   17 Mar 2015 18:51:49 -  1.352
+++ ChangeLog   25 Mar 2015 01:58:00 -  1.353
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/grub
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.352 2015/03/17 
18:51:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.353 2015/03/25 
01:58:00 floppym Exp $
+
+  25 Mar 2015; Mike Gilbert flop...@gentoo.org files/grub.default-3:
+  Document options to disable the submenu and play a tone on startup. Bug
+  544154.
 
   17 Mar 2015; Mike Gilbert flop...@gentoo.org grub-2.02_beta2-r3.ebuild,
   grub-2.02_beta2-r7.ebuild, grub--r1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub.default-3

2015-03-24 Thread Mike Gilbert (floppym)
floppym 15/03/25 01:58:00

  Modified: grub.default-3
  Log:
  Document options to disable the submenu and play a tone on startup. Bug 
544154.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.5  sys-boot/grub/files/grub.default-3

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default-3?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default-3?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default-3?r1=1.4r2=1.5

Index: grub.default-3
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- grub.default-3  16 Oct 2014 04:04:02 -  1.4
+++ grub.default-3  25 Mar 2015 01:58:00 -  1.5
@@ -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/sys-boot/grub/files/grub.default-3,v 1.4 
2014/10/16 04:04:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v 1.5 
2015/03/25 01:58:00 floppym Exp $
 #
 # To populate all changes in this file you need to regenerate your
 # grub configuration file afterwards:
@@ -61,3 +61,14 @@
 
 # Uncomment to disable generation of recovery mode menu entries
 #GRUB_DISABLE_RECOVERY=true
+
+# Uncomment to disable generation of the submenu and put all choices on
+# the top-level menu.
+# Besides the visual affect of no sub menu, this makes navigation of the
+# menu easier for a user who can't see the screen.
+#GRUB_DISABLE_SUBMENU=y
+
+# Uncomment to play a tone when the main menu is displayed.
+# This is useful, for example, to allow users who can't see the screen
+# to know when they can make a choice on the menu.
+#GRUB_INIT_TUNE=60 800 1






[gentoo-commits] gentoo-x86 commit in games-arcade/gunocide2ex: gunocide2ex-1.0.ebuild ChangeLog

2015-03-24 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/25 03:04:05

  Modified: gunocide2ex-1.0.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.16 games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild?r1=1.15r2=1.16

Index: gunocide2ex-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gunocide2ex-1.0.ebuild  5 Feb 2012 06:20:50 -   1.15
+++ gunocide2ex-1.0.ebuild  25 Mar 2015 03:04:05 -  1.16
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild,v 1.15 
2012/02/05 06:20:50 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/gunocide2ex/gunocide2ex-1.0.ebuild,v 1.16 
2015/03/25 03:04:05 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils unpacker toolchain-funcs games
 
 DESCRIPTION=fast-paced 2D shoot'em'up
-HOMEPAGE=http://www.polyfrag.com/content/product_gunocide.html;
+HOMEPAGE=http://g2ex.sourceforge.net/;
 SRC_URI=mirror://sourceforge/g2ex/g2ex-setup.run
 
 LICENSE=GPL-2
@@ -17,12 +17,13 @@
 DEPEND=media-libs/libsdl[video]
media-libs/sdl-ttf
media-libs/sdl-mixer[vorbis]
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}
 
 src_unpack() {
unpack_makeself
-   mkdir binary
+   mkdir binary || die
 }
 
 src_prepare() {
@@ -34,33 +35,29 @@
-e 
s:/usr/local/games/gunocide2ex/config\.cfg:${GAMES_SYSCONFDIR}/${PN}.cfg: \
-e 
s:/usr/local/games/gunocide2ex/hscore\.dat:${GAMES_STATEDIR}/${PN}-hscore.dat:
 \
-e s:memleaks.log:/dev/null: \
-   src/*.{h,cpp} \
-   || die sed failed
+   src/*.{h,cpp} || die
sed -i \
-e s:/usr/local/games:${GAMES_DATADIR}: \
-   src/*.{h,cpp} $(find gfx -name '*.txt') \
-   || die sed failed
+   src/*.{h,cpp} $(find gfx -name '*.txt') || die
 }
 
 src_compile() {
cd src
-   emake CXXFLAGS=$CXXFLAGS $(sdl-config --cflags) $(echo *.cpp | sed 
's/\.cpp/.o/g') \
-   || die emake failed
-   $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} -o ${PN} *.o -lpthread -lSDL 
-lSDL_ttf -lSDL_mixer \
-   || die cxx failed
+   emake CXXFLAGS=$CXXFLAGS $(sdl-config --cflags) $(echo *.cpp | sed 
's/\.cpp/.o/g')
+   $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} -o ${PN} *.o -lpthread -lSDL 
-lSDL_ttf -lSDL_mixer || die
 }
 
 src_install() {
-   dogamesbin src/${PN}   || die dogamesbin failed
-   dosym ${PN} ${GAMES_BINDIR}/g2ex || die dosym failed
+   dogamesbin src/${PN}
+   dosym ${PN} ${GAMES_BINDIR}/g2ex
insinto ${GAMES_DATADIR}/${PN}
-   doins -r gfx sfx lvl credits arial.ttf || die doins failed
+   doins -r gfx sfx lvl credits arial.ttf
insinto ${GAMES_SYSCONFDIR}
-   newins config.cfg ${PN}.cfg|| die newins failed (cfg)
+   newins config.cfg ${PN}.cfg
insinto ${GAMES_STATEDIR}
-   newins hscore.dat ${PN}-hscore.dat || die newins failed (hscore)
-   dodoc history doc/MANUAL_DE|| die dodoc failed
-   dohtml doc/manual_de.html  || die dohtml failed
+   newins hscore.dat ${PN}-hscore.dat
+   dodoc history doc/MANUAL_DE
+   dohtml doc/manual_de.html
newicon g2icon.xpm ${PN}.xpm
make_desktop_entry ${PN} Gunocide II EX
prepgamesdirs



1.14 games-arcade/gunocide2ex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/gunocide2ex/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   5 Feb 2012 06:20:50 -   1.13
+++ ChangeLog   25 Mar 2015 03:04:05 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/gunocide2ex
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 

[gentoo-commits] gentoo-x86 commit in sys-firmware/iwl3160-ucode: iwl3160-ucode-0.10.15.23.ebuild iwl3160-ucode-0.12.16.25.ebuild ChangeLog

2015-03-24 Thread Mark Wright (gienah)
gienah  15/03/25 03:59:38

  Modified: ChangeLog
  Added:iwl3160-ucode-0.10.15.23.ebuild
iwl3160-ucode-0.12.16.25.ebuild
  Log:
  Bump iwl3160-ucode to 0.10.15.23 (upstream write the version number 
components reversed) for kernel 3.17+ and 0.12.16.25 for kernel 3.19+
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.6  sys-firmware/iwl3160-ucode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Jan 2015 12:14:50 -  1.5
+++ ChangeLog   25 Mar 2015 03:59:38 -  1.6
@@ -1,6 +1,14 @@
 # ChangeLog for sys-firmware/iwl3160-ucode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v 1.5 
2015/01/14 12:14:50 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v 1.6 
2015/03/25 03:59:38 gienah Exp $
+
+*iwl3160-ucode-0.12.16.25 (25 Mar 2015)
+*iwl3160-ucode-0.10.15.23 (25 Mar 2015)
+
+  25 Mar 2015; Mark Wright gie...@gentoo.org 
+iwl3160-ucode-0.10.15.23.ebuild,
+  +iwl3160-ucode-0.12.16.25.ebuild:
+  Bump iwl3160-ucode to 0.10.15.23 (upstream write the version number 
components
+  reversed) for kernel 3.17+ and 0.12.16.25 for kernel 3.19+
 
 *iwl3160-ucode-0.10.11.23 (14 Jan 2015)
 *iwl3160-ucode-0.8.15.22 (14 Jan 2015)



1.1  sys-firmware/iwl3160-ucode/iwl3160-ucode-0.10.15.23.ebuild

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

Index: iwl3160-ucode-0.10.15.23.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-0.10.15.23.ebuild,v
 1.1 2015/03/25 03:59:38 gienah Exp $

EAPI=5
inherit linux-info versionator

DEV_N=${PN:3:4}
vc=($(get_all_version_components ${PV}))
MY_PV=${vc[6]}.${vc[4]}.${vc[2]}.${vc[0]}
MY_PN=iwlwifi-${DEV_N}-ucode

DV_MAJOR=3
DV_MINOR=17
DV_PATCH=0

DESCRIPTION=Firmware for Intel (R) Dual Band Wireless-AC ${DEV_N}
HOMEPAGE=http://wireless.kernel.org/en/users/Drivers/iwlwifi;
SRC_URI=https://wireless.wiki.kernel.org/_media/en/users/drivers/${MY_PN}-${MY_PV}.tgz
 - ${P}.tgz

LICENSE=ipw3945
SLOT=${vc[2]}
KEYWORDS=~amd64 ~x86
IUSE=bluetooth

DEPEND=
RDEPEND=bluetooth? ( sys-firmware/iwl3160-7260-bt-ucode )
!sys-kernel/linux-firmware[-savedconfig]

S=${WORKDIR}/${MY_PN}-${MY_PV}

CONFIG_CHECK=~IWLMVM
ERROR_IWLMVM=CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config 
for the kernel to be able to load the ${DEV_N} firmware

pkg_pretend() {
if kernel_is lt ${DV_MAJOR} ${DV_MINOR} ${DV_PATCH}; then
ewarn Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.
ewarn This microcode image requires a kernel = 
${DV_MAJOR}.${DV_MINOR}.${DV_PATCH}.
ewarn For kernel versions  
${DV_MAJOR}.${DV_MINOR}.${DV_PATCH}, you may install older SLOTS
fi
}

src_install() {
insinto /lib/firmware
doins ${S}/iwlwifi-${DEV_N}-${vc[2]}.ucode
dodoc README*
}



1.1  sys-firmware/iwl3160-ucode/iwl3160-ucode-0.12.16.25.ebuild

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

Index: iwl3160-ucode-0.12.16.25.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-0.12.16.25.ebuild,v
 1.1 2015/03/25 03:59:38 gienah Exp $

EAPI=5
inherit linux-info versionator

DEV_N=${PN:3:4}
vc=($(get_all_version_components ${PV}))
MY_PV=${vc[6]}.${vc[4]}.${vc[2]}.${vc[0]}
MY_PN=iwlwifi-${DEV_N}-ucode

DV_MAJOR=3
DV_MINOR=19
DV_PATCH=0

DESCRIPTION=Firmware for Intel (R) Dual Band Wireless-AC ${DEV_N}

[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: ChangeLog youtube-dl-2015.03.24.ebuild youtube-dl-2015.03.15.ebuild

2015-03-24 Thread Jeroen Roovers (jer)
jer 15/03/25 05:29:21

  Modified: ChangeLog
  Added:youtube-dl-2015.03.24.ebuild
  Removed:  youtube-dl-2015.03.15.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.461
retrieving revision 1.462
diff -u -r1.461 -r1.462
--- ChangeLog   19 Mar 2015 06:52:12 -  1.461
+++ ChangeLog   25 Mar 2015 05:29:21 -  1.462
@@ -1,6 +1,12 @@
 # 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.461 
2015/03/19 06:52:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.462 
2015/03/25 05:29:21 jer Exp $
+
+*youtube-dl-2015.03.24 (25 Mar 2015)
+
+  25 Mar 2015; Jeroen Roovers j...@gentoo.org -youtube-dl-2015.03.15.ebuild,
+  +youtube-dl-2015.03.24.ebuild:
+  Version bump.
 
 *youtube-dl-2015.03.18 (19 Mar 2015)
 



1.1  net-misc/youtube-dl/youtube-dl-2015.03.24.ebuild

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

Index: youtube-dl-2015.03.24.ebuild
===
# 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.03.24.ebuild,v 1.1 
2015/03/25 05:29:21 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and more sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
# these have single line import statements
local xxx=(
alphaporno anysex behindkink drtuber empflix eporner 
eroprofile
extremetube fourtube foxgay goshgay hellporno 
hentaistigma
hornbunny keezmovies mofosex motherless pornhd pornotube
pornoxo redtube sexykarma sexu sunporno slutload 
spankwire thisav
tnaflix trutube tube8 vporn xbef xhamster xnxx xtube 
xvideos
xxxymovies youjizz youporn
)
# these have multi-line import statements
local mxxx=(
pornhub
)
# do single line imports
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
# do multiple line imports
sed -i -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) 
youtube_dl/extractor/__init__.py || die

rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
$( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo-x86 commit in dev-python/pychroot: - New directory

2015-03-24 Thread Tim Harder (radhermit)
radhermit15/03/25 04:15:21

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/pychroot added to the repository



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

2015-03-24 Thread William Hubbs
commit: d38cc8f2210e839c4935208917138e4809ece758
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Wed Mar 25 04:17:35 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Wed Mar 25 04:18:15 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=d38cc8f2

checkpath: fix warning about selinux_on being unused

 src/rc/checkpath.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index 87115a4..034cb4d 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -164,10 +164,8 @@ static int do_check(char *path, uid_t uid, gid_t gid, 
mode_t mode,
}
}
 
-#ifdef HAVE_SELINUX
if (selinux_on)
selinux_util_label(path);
-#endif
 
return 0;
 }



[gentoo-commits] gentoo-x86 commit in dev-python/pychroot: metadata.xml ChangeLog pychroot-0.9.7.ebuild pychroot-9999.ebuild Manifest

2015-03-24 Thread Tim Harder (radhermit)
radhermit15/03/25 04:20:16

  Added:metadata.xml ChangeLog pychroot-0.9.7.ebuild
pychroot-.ebuild Manifest
  Log:
  Initial import.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.1  dev-python/pychroot/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailradher...@gentoo.org/email
nameTim Harder/name
/maintainer
upstream
remote-id type=githubpkgcore/pychroot/remote-id
/upstream
/pkgmetadata



1.1  dev-python/pychroot/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/pychroot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.1 
2015/03/25 04:20:16 radhermit Exp $

*pychroot- (25 Mar 2015)
*pychroot-0.9.7 (25 Mar 2015)

  25 Mar 2015; Tim Harder radher...@gentoo.org +pychroot-0.9.7.ebuild,
  +pychroot-.ebuild, +metadata.xml:
  Initial import.




1.1  dev-python/pychroot/pychroot-0.9.7.ebuild

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

Index: pychroot-0.9.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-0.9.7.ebuild,v 
1.1 2015/03/25 04:20:16 radhermit Exp $

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

if [[ ${PV} == * ]] ; then
EGIT_REPO_URI=https://github.com/pkgcore/pychroot.git;
inherit git-r3
else
KEYWORDS=~amd64 ~x86
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
fi

DESCRIPTION=a python library that simplifies chroot handling
HOMEPAGE=https://github.com/pkgcore/pychroot;

LICENSE=BSD
SLOT=0
IUSE=test

RDEPEND==dev-python/snakeoil-0.6.1[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
dev-python/pytest[${PYTHON_USEDEP}]
)

python_test() {
esetup.py test
}



1.1  dev-python/pychroot/pychroot-.ebuild

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

Index: pychroot-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-.ebuild,v 
1.1 2015/03/25 04:20:16 radhermit Exp $

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

if [[ ${PV} == * ]] ; then
EGIT_REPO_URI=https://github.com/pkgcore/pychroot.git;
inherit git-r3
else
KEYWORDS=~amd64 ~x86
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
fi

DESCRIPTION=a python library that simplifies chroot handling
HOMEPAGE=https://github.com/pkgcore/pychroot;

LICENSE=BSD
SLOT=0
IUSE=test

RDEPEND==dev-python/snakeoil-0.6.1[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
dev-python/pytest[${PYTHON_USEDEP}]
)

python_test() {
esetup.py test
}



1.1  dev-python/pychroot/Manifest

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

Index: Manifest
===
DIST pychroot-0.9.7.tar.gz 11014 SHA256 
13598368bdf19a2d0869dbb9c0e95906e1cf086bec76322f349a9013f8db0928 SHA512 

[gentoo-commits] gentoo-x86 commit in dev-python/pychroot: pychroot-9999.ebuild ChangeLog pychroot-0.9.7.ebuild

2015-03-24 Thread Tim Harder (radhermit)
radhermit15/03/25 04:32:50

  Modified: pychroot-.ebuild ChangeLog
pychroot-0.9.7.ebuild
  Log:
  Add setuptools dep.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.2  dev-python/pychroot/pychroot-.ebuild

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

Index: pychroot-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pychroot-.ebuild25 Mar 2015 04:20:16 -  1.1
+++ pychroot-.ebuild25 Mar 2015 04:32:50 -  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-python/pychroot/pychroot-.ebuild,v 
1.1 2015/03/25 04:20:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-.ebuild,v 
1.2 2015/03/25 04:32:50 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -23,6 +23,7 @@
 
 RDEPEND==dev-python/snakeoil-0.6.1[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
dev-python/pytest[${PYTHON_USEDEP}]



1.2  dev-python/pychroot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Mar 2015 04:20:16 -  1.1
+++ ChangeLog   25 Mar 2015 04:32:50 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pychroot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.1 
2015/03/25 04:20:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.2 
2015/03/25 04:32:50 radhermit Exp $
+
+  25 Mar 2015; Tim Harder radher...@gentoo.org pychroot-0.9.7.ebuild,
+  pychroot-.ebuild:
+  Add setuptools dep.
 
 *pychroot- (25 Mar 2015)
 *pychroot-0.9.7 (25 Mar 2015)



1.2  dev-python/pychroot/pychroot-0.9.7.ebuild

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

Index: pychroot-0.9.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-0.9.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pychroot-0.9.7.ebuild   25 Mar 2015 04:20:16 -  1.1
+++ pychroot-0.9.7.ebuild   25 Mar 2015 04:32:50 -  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-python/pychroot/pychroot-0.9.7.ebuild,v 
1.1 2015/03/25 04:20:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-0.9.7.ebuild,v 
1.2 2015/03/25 04:32:50 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -23,6 +23,7 @@
 
 RDEPEND==dev-python/snakeoil-0.6.1[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
dev-python/pytest[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in www-client/opera-developer: ChangeLog opera-developer-30.0.1812.0.ebuild opera-developer-29.0.1795.0.ebuild

2015-03-24 Thread Jeroen Roovers (jer)
jer 15/03/25 05:34:20

  Modified: ChangeLog
  Added:opera-developer-30.0.1812.0.ebuild
  Removed:  opera-developer-29.0.1795.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.40 www-client/opera-developer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?r1=1.39r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   18 Mar 2015 17:29:34 -  1.39
+++ ChangeLog   25 Mar 2015 05:34:20 -  1.40
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/opera-developer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v 1.39 
2015/03/18 17:29:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v 1.40 
2015/03/25 05:34:20 jer Exp $
+
+*opera-developer-30.0.1812.0 (25 Mar 2015)
+
+  25 Mar 2015; Jeroen Roovers j...@gentoo.org
+  -opera-developer-29.0.1795.0.ebuild, +opera-developer-30.0.1812.0.ebuild:
+  Version bump.
 
 *opera-developer-29.0.1795.14 (18 Mar 2015)
 



1.1  
www-client/opera-developer/opera-developer-30.0.1812.0.ebuild

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

Index: opera-developer-30.0.1812.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/opera-developer/opera-developer-30.0.1812.0.ebuild,v
 1.1 2015/03/25 05:34:20 jer Exp $

EAPI=5
CHROMIUM_LANGS=
af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu

inherit chromium multilib unpacker

DESCRIPTION=A fast and secure web browser
HOMEPAGE=http://www.opera.com/;
LICENSE=OPERA-2014
SLOT=0
SRC_URI_BASE=http://get.geo.opera.com/pub/;
SRC_URI=
amd64? ( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb )

KEYWORDS=~amd64

RDEPEND=
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/pango[X]


QA_PREBUILT=*
S=${WORKDIR}
OPERA_HOME=usr/$(get_libdir)/${PN}

src_unpack() {
unpack_deb ${A}
}

src_prepare() {
mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
rm -r usr/lib || die

rm usr/bin/${PN} || die

rm usr/share/doc/${PN}/copyright || die
mv usr/share/doc/${PN} usr/share/doc/${PF} || die

pushd ${OPERA_HOME}/localization  /dev/null || die
chromium_remove_language_paks
popd  /dev/null || die

sed -i \
-e 's|^TargetEnvironment|X-|g' \
usr/share/applications/${PN}.desktop || die
}

src_install() {
mv * ${D} || die
dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
}






[gentoo-commits] gentoo-x86 commit in dev-python/django: django-1.4.20.ebuild django-1.6.11.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 09:12:33

  Modified: django-1.4.20.ebuild django-1.6.11.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543754
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-python/django/django-1.4.20.ebuild

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

Index: django-1.4.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.4.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- django-1.4.20.ebuild19 Mar 2015 19:15:33 -  1.2
+++ django-1.4.20.ebuild24 Mar 2015 09:12:33 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.4.20.ebuild,v 
1.2 2015/03/19 19:15:33 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.4.20.ebuild,v 
1.3 2015/03/24 09:12:33 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 IUSE=sqlite test
 
 RDEPEND=



1.3  dev-python/django/django-1.6.11.ebuild

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

Index: django-1.6.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- django-1.6.11.ebuild19 Mar 2015 19:15:33 -  1.2
+++ django-1.6.11.ebuild24 Mar 2015 09:12:33 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.11.ebuild,v 
1.2 2015/03/19 19:15:33 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.11.ebuild,v 
1.3 2015/03/24 09:12:33 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc sqlite test
 
 RDEPEND=



1.161dev-python/django/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   19 Mar 2015 19:15:33 -  1.160
+++ ChangeLog   24 Mar 2015 09:12:33 -  1.161
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.160 
2015/03/19 19:15:33 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.161 
2015/03/24 09:12:33 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org django-1.4.20.ebuild,
+  django-1.6.11.ebuild:
+  Stable for amd64, wrt bug #543754
 
   19 Mar 2015; Andreas Schuerch native...@gentoo.org django-1.4.20.ebuild,
   django-1.6.11.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/scala-bin: scala-bin-2.11.6.ebuild ChangeLog

2015-03-24 Thread Patrice Clement (monsieurp)
monsieurp15/03/24 09:16:58

  Modified: ChangeLog
  Added:scala-bin-2.11.6.ebuild
  Log:
  Version bump. Fix bug 544298.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.20 dev-java/scala-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/scala-bin/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/scala-bin/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/scala-bin/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/scala-bin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   21 Mar 2015 15:11:24 -  1.19
+++ ChangeLog   24 Mar 2015 09:16:58 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/scala-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/scala-bin/ChangeLog,v 1.19 
2015/03/21 15:11:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/scala-bin/ChangeLog,v 1.20 
2015/03/24 09:16:58 monsieurp Exp $
+
+*scala-bin-2.11.6 (24 Mar 2015)
+
+  24 Mar 2015; Patrice Clement monsie...@gentoo.org +scala-bin-2.11.6.ebuild:
+  Version bump. Fix bug 544298.
 
   21 Mar 2015; Justin Lecher j...@gentoo.org scala-bin-2.11.4.ebuild,
   scala-bin-2.11.5.ebuild:



1.1  dev-java/scala-bin/scala-bin-2.11.6.ebuild

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

Index: scala-bin-2.11.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/scala-bin/scala-bin-2.11.6.ebuild,v 
1.1 2015/03/24 09:16:58 monsieurp Exp $
EAPI=5

inherit java-pkg-2

DESCRIPTION=The Scala Programming Language
HOMEPAGE=http://scala.epfl.ch/;
SRC_URI=http://downloads.typesafe.com/scala/${PV}/scala-${PV}.tgz;
LICENSE=BSD
SLOT=0
KEYWORDS=~x86 ~amd64
IUSE=doc
DEPEND=

RDEPEND==virtual/jre-1.6
!dev-lang/scala

JAVA_PKG_IUSE='doc'
S=${WORKDIR}/scala-${PV}

java_prepare() {
ebegin 'Cleaning .bat files'
rm -f bin/*.bat
eend $?

ebegin 'Patching SCALA_HOME variable in bin/ scripts'
for f in bin/*; do
sed -i -e 's#\(SCALA_HOME\)=.*#\1=/usr/share/scala-bin#' $f
done
eend $?
}

src_install() {
ebegin 'Installing bin scripts'
dodir /usr/bin
exeinto /usr/bin
doexe bin/*
eend $?

ebegin 'Installing jar files'
cd lib/

# Unversion those libs
java-pkg_newjar scala-continuations-library_*.jar 
scala-continuations-library.jar
java-pkg_newjar akka-actor_*.jar akka-actor.jar
java-pkg_newjar config-*.jar config.jar
java-pkg_newjar scala-actors-2.11.0.jar scala-actors.jar
java-pkg_newjar scala-actors-migration_*.jar scala-actors-migration.jar
java-pkg_newjar scala-swing_*.jar scala-swing.jar
java-pkg_newjar scala-parser-combinators_*.jar 
scala-parser-combinators.jar
java-pkg_newjar scala-xml_*.jar scala-xml.jar
java-pkg_newjar jline-*.jar jline.jar
java-pkg_newjar scala-continuations-plugin_*.jar 
scala-continuations-plugin.jar
java-pkg_newjar scalap-*.jar scalap.jar

# Install these the usual way
java-pkg_dojar scala-compiler.jar
java-pkg_dojar scala-library.jar
java-pkg_dojar scala-reflect.jar

eend $?

cd ../

ebegin 'Installing man pages'
doman man/man1/*.1
eend $?

if use doc; then
ebegin 'Installing documentation'
java-pkg_dohtml -r doc/tools
eend $?
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/dulwich: ChangeLog dulwich-0.9.7.ebuild

2015-03-24 Thread Justin Lecher (jlec)
jlec15/03/24 09:16:10

  Modified: ChangeLog
  Removed:  dulwich-0.9.7.ebuild
  Log:
  Clean up after sec stabilization, bug #544104
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.88 dev-python/dulwich/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   24 Mar 2015 08:52:30 -  1.87
+++ ChangeLog   24 Mar 2015 09:16:10 -  1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/dulwich
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.87 
2015/03/24 08:52:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.88 
2015/03/24 09:16:10 jlec Exp $
+
+  24 Mar 2015; Justin Lecher j...@gentoo.org -dulwich-0.9.7.ebuild:
+  Clean up after sec stabilization, bug #544104
 
   24 Mar 2015; Agostino Sarubbo a...@gentoo.org dulwich-0.9.9.ebuild:
   Stable for x86, wrt bug #544104






[gentoo-commits] gentoo-x86 commit in dev-ruby/paint: paint-0.9.0.ebuild ChangeLog

2015-03-24 Thread Hans de Graaff (graaff)
graaff  15/03/24 16:25:18

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

Revision  ChangesPath
1.2  dev-ruby/paint/paint-0.9.0.ebuild

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

Index: paint-0.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/paint/paint-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paint-0.9.0.ebuild  20 Nov 2014 22:22:12 -  1.1
+++ paint-0.9.0.ebuild  24 Mar 2015 16:25:18 -  1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/paint-0.9.0.ebuild,v 1.1 
2014/11/20 22:22:12 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/paint-0.9.0.ebuild,v 1.2 
2015/03/24 16:25:18 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_TEST=rspec
 



1.12 dev-ruby/paint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   24 Nov 2014 11:34:54 -  1.11
+++ ChangeLog   24 Mar 2015 16:25:18 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/paint
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.11 2014/11/24 
11:34:54 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.12 2015/03/24 
16:25:18 graaff Exp $
+
+  24 Mar 2015; Hans de Graaff gra...@gentoo.org paint-0.9.0.ebuild:
+  Add ruby22.
 
   24 Nov 2014; Manuel Rüger mr...@gentoo.org metadata.xml:
   Drop hasufell from metadata as requested.






[gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.19-r1.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:22:31

  Modified: notmuch-0.19-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543890
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-mail/notmuch/notmuch-0.19-r1.ebuild

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

Index: notmuch-0.19-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notmuch-0.19-r1.ebuild  29 Jan 2015 13:37:49 -  1.1
+++ notmuch-0.19-r1.ebuild  24 Mar 2015 17:22:31 -  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-mail/notmuch/notmuch-0.19-r1.ebuild,v 
1.1 2015/01/29 13:37:49 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild,v 
1.2 2015/03/24 17:22:31 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 REQUIRED_USE=
nmbug? ( python )
python? ( ${PYTHON_REQUIRED_USE} )



1.112net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.112view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.112content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.111r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   29 Jan 2015 13:37:49 -  1.111
+++ ChangeLog   24 Mar 2015 17:22:31 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.111 
2015/01/29 13:37:49 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.112 
2015/03/24 17:22:31 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org notmuch-0.19-r1.ebuild:
+  Stable for amd64, wrt bug #543890
 
 *notmuch-0.19-r1 (29 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-mathematics/Macaulay2: Macaulay2-1.7_pre.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:22:16

  Modified: Macaulay2-1.7_pre.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #542572
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild

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

Index: Macaulay2-1.7_pre.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Macaulay2-1.7_pre.ebuild4 Jul 2014 11:08:51 -   1.1
+++ Macaulay2-1.7_pre.ebuild24 Mar 2015 17:22:15 -  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/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild,v 
1.1 2014/07/04 11:08:51 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.7_pre.ebuild,v 
1.2 2015/03/24 17:22:15 ago Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS= ~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=debug emacs +optimization
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



1.33 sci-mathematics/Macaulay2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   4 Jul 2014 11:08:51 -   1.32
+++ ChangeLog   24 Mar 2015 17:22:15 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/Macaulay2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.32 
2014/07/04 11:08:51 tomka Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.33 
2015/03/24 17:22:15 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org Macaulay2-1.7_pre.ebuild:
+  Stable for amd64, wrt bug #542572
 
 *Macaulay2-1.7_pre (04 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-tcltk/tclxml: tclxml-3.2-r2.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:22:25

  Modified: tclxml-3.2-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543884
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-tcltk/tclxml/tclxml-3.2-r2.ebuild

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

Index: tclxml-3.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tclxml-3.2-r2.ebuild20 Mar 2015 11:06:52 -  1.1
+++ tclxml-3.2-r2.ebuild24 Mar 2015 17:22:25 -  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-tcltk/tclxml/tclxml-3.2-r2.ebuild,v 1.1 
2015/03/20 11:06:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild,v 1.2 
2015/03/24 17:22:25 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 IUSE=debug threads
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86
+KEYWORDS=~alpha amd64 ~ppc ~sparc ~x86
 
 DEPEND=
=dev-lang/tcl-8.2:0



1.51 dev-tcltk/tclxml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   20 Mar 2015 11:06:52 -  1.50
+++ ChangeLog   24 Mar 2015 17:22:25 -  1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tclxml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.50 
2015/03/20 11:06:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.51 
2015/03/24 17:22:25 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org tclxml-3.2-r2.ebuild:
+  Stable for amd64, wrt bug #543884
 
 *tclxml-3.2-r2 (20 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/git: git-1.2.9.1.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:21:55

  Modified: git-1.2.9.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543104
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-ruby/git/git-1.2.9.1.ebuild

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

Index: git-1.2.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- git-1.2.9.1.ebuild  14 Mar 2015 05:31:16 -  1.3
+++ git-1.2.9.1.ebuild  24 Mar 2015 17:21:55 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild,v 1.3 
2015/03/14 05:31:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild,v 1.4 
2015/03/24 17:21:55 ago Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -20,7 +20,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86
 IUSE=test
 
 DEPEND+=test? ( =dev-vcs/git-1.6.0.0 app-arch/tar )



1.11 dev-ruby/git/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   14 Mar 2015 05:31:16 -  1.10
+++ ChangeLog   24 Mar 2015 17:21:55 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v 1.10 2015/03/14 
05:31:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v 1.11 2015/03/24 
17:21:55 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org git-1.2.9.1.ebuild:
+  Stable for amd64, wrt bug #543104
 
 *git-1.2.9.1-r1 (14 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-3.0.0.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:27:41

  Modified: postfix-3.0.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #544248
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mail-mta/postfix/postfix-3.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild?r1=1.1r2=1.2

Index: postfix-3.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postfix-3.0.0.ebuild9 Feb 2015 16:39:27 -   1.1
+++ postfix-3.0.0.ebuild24 Mar 2015 17:27:41 -  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/mail-mta/postfix/postfix-3.0.0.ebuild,v 1.1 
2015/02/09 16:39:27 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.0.ebuild,v 1.2 
2015/03/24 17:27:41 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user 
versionator
@@ -19,7 +19,7 @@
 
 LICENSE=IBM
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
 IUSE=+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached 
mbox mysql nis pam postgres sasl selinux sqlite ssl vda
 
 DEPEND==dev-libs/libpcre-3.4



1.572mail-mta/postfix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.572view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.572content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.571r2=1.572

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -r1.571 -r1.572
--- ChangeLog   2 Mar 2015 08:30:13 -   1.571
+++ ChangeLog   24 Mar 2015 17:27:41 -  1.572
@@ -1,6 +1,9 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.571 
2015/03/02 08:30:13 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.572 
2015/03/24 17:27:41 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org postfix-3.0.0.ebuild:
+  Stable for amd64, wrt bug #544248
 
   02 Mar 2015; Eray Aslan e...@gentoo.org postfix-2.11.3.ebuild:
   QA: add missing slot






[gentoo-commits] gentoo-x86 commit in games-puzzle/wizznic: wizznic-306.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:28:06

  Modified: wizznic-306.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543230
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  games-puzzle/wizznic/wizznic-306.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wizznic/wizznic-306.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wizznic/wizznic-306.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wizznic/wizznic-306.ebuild?r1=1.1r2=1.2

Index: wizznic-306.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/wizznic/wizznic-306.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wizznic-306.ebuild  11 Feb 2015 06:09:34 -  1.1
+++ wizznic-306.ebuild  24 Mar 2015 17:28:06 -  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/games-puzzle/wizznic/wizznic-306.ebuild,v 
1.1 2015/02/11 06:09:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wizznic/wizznic-306.ebuild,v 
1.2 2015/03/24 17:28:06 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=media-libs/libsdl[sound,joystick,video]



1.6  games-puzzle/wizznic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/wizznic/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   11 Feb 2015 06:09:34 -  1.5
+++ ChangeLog   24 Mar 2015 17:28:06 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/wizznic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wizznic/ChangeLog,v 1.5 
2015/02/11 06:09:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wizznic/ChangeLog,v 1.6 
2015/03/24 17:28:06 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org wizznic-306.ebuild:
+  Stable for amd64, wrt bug #543230
 
 *wizznic-306 (11 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/daphne: daphne-1.0.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:27:46

  Modified: daphne-1.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #544084
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 games-emulation/daphne/daphne-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/daphne-1.0.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/daphne-1.0.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/daphne-1.0.ebuild?r1=1.10r2=1.11

Index: daphne-1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/daphne/daphne-1.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- daphne-1.0.ebuild   19 Feb 2015 07:08:21 -  1.10
+++ daphne-1.0.ebuild   24 Mar 2015 17:27:46 -  1.11
@@ -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/games-emulation/daphne/daphne-1.0.ebuild,v 
1.10 2015/02/19 07:08:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/daphne-1.0.ebuild,v 
1.11 2015/03/24 17:27:46 ago Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=~amd64 x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=media-libs/libogg



1.21 games-emulation/daphne/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/daphne/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   19 Feb 2015 07:08:21 -  1.20
+++ ChangeLog   24 Mar 2015 17:27:46 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/daphne
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/ChangeLog,v 1.20 
2015/02/19 07:08:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/ChangeLog,v 1.21 
2015/03/24 17:27:46 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org daphne-1.0.ebuild:
+  Stable for amd64, wrt bug #544084
 
   19 Feb 2015; Patrick Lauer patr...@gentoo.org daphne-1.0.ebuild:
   Whitespace






[gentoo-commits] gentoo-x86 commit in www-client/vimb: vimb-2.9.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:28:11

  Modified: vimb-2.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543796
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  www-client/vimb/vimb-2.9.ebuild

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

Index: vimb-2.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/vimb/vimb-2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vimb-2.9.ebuild 24 Jan 2015 15:57:34 -  1.1
+++ vimb-2.9.ebuild 24 Mar 2015 17:28:11 -  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/www-client/vimb/vimb-2.9.ebuild,v 1.1 
2015/01/24 15:57:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/vimb/vimb-2.9.ebuild,v 1.2 
2015/03/24 17:28:11 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=gtk3
 
 RDEPEND=



1.6  www-client/vimb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/vimb/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 Mar 2015 16:51:31 -  1.5
+++ ChangeLog   24 Mar 2015 17:28:11 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/vimb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vimb/ChangeLog,v 1.5 2015/03/23 
16:51:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/vimb/ChangeLog,v 1.6 2015/03/24 
17:28:11 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org vimb-2.9.ebuild:
+  Stable for amd64, wrt bug #543796
 
   23 Mar 2015; Tim Harder radher...@gentoo.org -vimb-2.5.ebuild,
   -vimb-2.7.ebuild, -vimb-2.8.ebuild:
@@ -26,4 +29,3 @@
   01 Jul 2014; Tim Harder radher...@gentoo.org +vimb-2.5.ebuild,
   +metadata.xml:
   Initial import (bug #515772).
-






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

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:27:56

  Modified: aspell-0.60.6.1-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543996
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-text/aspell/aspell-0.60.6.1-r1.ebuild

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

Index: aspell-0.60.6.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aspell-0.60.6.1-r1.ebuild   21 Mar 2015 08:48:48 -  1.1
+++ aspell-0.60.6.1-r1.ebuild   24 Mar 2015 17:27:56 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.1-r1.ebuild,v 
1.1 2015/03/21 08:48:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.1-r1.ebuild,v 
1.2 2015/03/24 17:27:56 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=nls
 
 PDEPEND=app-dicts/aspell-en



1.149app-text/aspell/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   21 Mar 2015 08:48:48 -  1.148
+++ ChangeLog   24 Mar 2015 17:27:56 -  1.149
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/aspell
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.148 
2015/03/21 08:48:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.149 
2015/03/24 17:27:56 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org aspell-0.60.6.1-r1.ebuild:
+  Stable for amd64, wrt bug #543996
 
 *aspell-0.60.6.1-r1 (21 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in media-tv/tvbrowser: tvbrowser-3.4.ebuild tvbrowser-3.4.1.0.ebuild tvbrowser-3.2.1-r1.ebuild ChangeLog

2015-03-24 Thread Patrice Clement (monsieurp)
monsieurp15/03/24 18:27:47

  Modified: tvbrowser-3.4.ebuild tvbrowser-3.2.1-r1.ebuild
ChangeLog
  Added:tvbrowser-3.4.1.0.ebuild
  Log:
  Version bump. Fix bug 543272.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.3  media-tv/tvbrowser/tvbrowser-3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.4.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.4.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.4.ebuild?r1=1.2r2=1.3

Index: tvbrowser-3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tvbrowser-3.4.ebuild10 Aug 2014 21:03:19 -  1.2
+++ tvbrowser-3.4.ebuild24 Mar 2015 18:27:47 -  1.3
@@ -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/media-tv/tvbrowser/tvbrowser-3.4.ebuild,v 
1.2 2014/08/10 21:03:19 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.4.ebuild,v 
1.3 2015/03/24 18:27:47 monsieurp Exp $
 
 EAPI=5
 



1.3  media-tv/tvbrowser/tvbrowser-3.2.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.2.1-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.2.1-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.2.1-r1.ebuild?r1=1.2r2=1.3

Index: tvbrowser-3.2.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tvbrowser-3.2.1-r1.ebuild   10 Aug 2014 21:03:19 -  1.2
+++ tvbrowser-3.2.1-r1.ebuild   24 Mar 2015 18:27:47 -  1.3
@@ -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/media-tv/tvbrowser/tvbrowser-3.2.1-r1.ebuild,v 1.2 
2014/08/10 21:03:19 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.2.1-r1.ebuild,v 1.3 
2015/03/24 18:27:47 monsieurp Exp $
 
 EAPI=5
 



1.43 media-tv/tvbrowser/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   10 Aug 2014 21:03:19 -  1.42
+++ ChangeLog   24 Mar 2015 18:27:47 -  1.43
@@ -1,6 +1,13 @@
 # ChangeLog for media-tv/tvbrowser
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.42 
2014/08/10 21:03:19 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.43 
2015/03/24 18:27:47 monsieurp Exp $
+
+*tvbrowser-3.4.1.0 (24 Mar 2015)
+
+  24 Mar 2015; Patrice Clement monsie...@gentoo.org
+  +files/3.4.1.0-build.xml.patch, +files/3.4.1.0-remove-registrykey.patch,
+  +tvbrowser-3.4.1.0.ebuild, tvbrowser-3.2.1-r1.ebuild, tvbrowser-3.4.ebuild:
+  Version bump. Fix bug 543272.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org 
tvbrowser-3.2.1-r1.ebuild,
   tvbrowser-3.4.ebuild:



1.1  media-tv/tvbrowser/tvbrowser-3.4.1.0.ebuild

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

Index: tvbrowser-3.4.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-3.4.1.0.ebuild,v 1.1 
2015/03/24 18:27:47 monsieurp Exp $

EAPI=5


[gentoo-commits] gentoo-x86 commit in media-tv/tvbrowser/files: 3.4.1.0-remove-registrykey.patch 3.4.1.0-build.xml.patch

2015-03-24 Thread Patrice Clement (monsieurp)
monsieurp15/03/24 18:27:47

  Added:3.4.1.0-remove-registrykey.patch
3.4.1.0-build.xml.patch
  Log:
  Version bump. Fix bug 543272.
  
  Signed-off-by: monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.1  media-tv/tvbrowser/files/3.4.1.0-remove-registrykey.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/files/3.4.1.0-remove-registrykey.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvbrowser/files/3.4.1.0-remove-registrykey.patch?rev=1.1content-type=text/plain

Index: 3.4.1.0-remove-registrykey.patch
===
--- src/tvbrowser/TVBrowser.java.orig   2015-03-24 17:41:56.811494046 +
+++ src/tvbrowser/TVBrowser.java2015-03-24 17:43:30.625486471 +
@@ -113,9 +113,6 @@
 import util.ui.UIThreadRunner;
 import util.ui.UiUtilities;
 import util.ui.textcomponentpopup.TextComponentPopupEventQueue;
-import ca.beq.util.win32.registry.RegistryKey;
-import ca.beq.util.win32.registry.RegistryValue;
-import ca.beq.util.win32.registry.RootKey;
 
 import com.jgoodies.looks.LookUtils;
 import com.l2fprod.gui.plaf.skin.SkinLookAndFeel;
@@ -567,77 +564,6 @@
   public void run() {
 ChannelList.completeChannelLoading();
 initializeAutomaticDownload();
-if (Launch.isOsWindowsNtBranch()) {
-  try {
-RegistryKey desktopSettings = new RegistryKey(
-RootKey.HKEY_CURRENT_USER, Control Panel\\Desktop);
-RegistryValue autoEnd = desktopSettings
-.getValue(AutoEndTasks);
-
-if (autoEnd.getData().equals(1)) {
-  RegistryValue killWait = desktopSettings
-  .getValue(WaitToKillAppTimeout);
-
-  int i = Integer.parseInt(killWait.getData().toString());
-
-  if (i  5000) {
-JOptionPane pane = new JOptionPane();
-
-String cancel = mLocalizer.msg(registryCancel,
-Close TV-Browser);
-String dontDoIt = mLocalizer.msg(registryJumpOver,
-Not this time);
-
-pane.setOptions(new String[] {
-Localizer.getLocalization(Localizer.I18N_OK), dontDoIt,
-cancel });
-pane.setOptionType(JOptionPane.YES_NO_CANCEL_OPTION);
-pane.setMessageType(JOptionPane.WARNING_MESSAGE);
-pane
-.setMessage(mLocalizer
-.msg(
-registryWarning,
-The fast shutdown of Windows is 
activated.\nThe timeout to wait for before Windows is closing an application is 
too short,\nto give TV-Browser enough time to save all settings.\n\nThe setting 
hasn't the default value. It was changed by a tool or by you.\nTV-Browser will 
now try to change the timeout.\n\nIf you don't want to change this timeout 
select 'Not this time' or 'Close TV-Browser'.));
-
-pane.setInitialValue(mLocalizer.msg(registryCancel,
-Close TV-Browser));
-
-JDialog d = pane.createDialog(UiUtilities
-.getLastModalChildOf(mainFrame), UIManager
-.getString(OptionPane.messageDialogTitle));
-d.setModal(true);
-UiUtilities.centerAndShow(d);
-
-if (pane.getValue() == null
-|| pane.getValue().equals(cancel)) {
-  mainFrame.quit();
-} else if (!pane.getValue().equals(dontDoIt)) {
-  try {
-killWait.setData(5000);
-desktopSettings.setValue(killWait);
-JOptionPane
-.showMessageDialog(
-UiUtilities.getLastModalChildOf(mainFrame),
-mLocalizer
-.msg(registryChanged,
-The timeout was changed 
successfully.\nPlease reboot Windows!));
-  } catch (Exception registySetting) {
-JOptionPane
-.showMessageDialog(
-UiUtilities.getLastModalChildOf(mainFrame),
-mLocalizer
-.msg(
-registryNotChanged,
-htmlThe Registry value couldn't be 
changed. Maybe you haven't the right to do it.brIf it is so contact you 
Administrator and let him do it for you.brbrbAttention:/b The 

[gentoo-commits] gentoo-x86 commit in sys-cluster/galera: galera-25.3.10.ebuild galera-25.3.5.ebuild ChangeLog

2015-03-24 Thread Brian Evans (grknight)
grknight15/03/24 18:32:11

  Modified: galera-25.3.5.ebuild ChangeLog
  Added:galera-25.3.10.ebuild
  Log:
  Version bump; Adjusted for new HOMEPAGE and SRC_URI
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.4  sys-cluster/galera/galera-25.3.5.ebuild

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

Index: galera-25.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/galera/galera-25.3.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- galera-25.3.5.ebuild31 Oct 2014 22:06:10 -  1.3
+++ galera-25.3.5.ebuild24 Mar 2015 18:32:11 -  1.4
@@ -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/sys-cluster/galera/galera-25.3.5.ebuild,v 
1.3 2014/10/31 22:06:10 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/galera/galera-25.3.5.ebuild,v 
1.4 2015/03/24 18:32:11 grknight Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 IUSE=garbd ssl test
 
 CDEPEND=
-ssl? ( dev-libs/openssl )
+ssl? ( dev-libs/openssl:0= )
=dev-libs/boost-1.41

 DEPEND=${DEPEND}



1.4  sys-cluster/galera/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/galera/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   31 Oct 2014 22:06:10 -  1.3
+++ ChangeLog   24 Mar 2015 18:32:11 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/galera
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/galera/ChangeLog,v 1.3 
2014/10/31 22:06:10 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/galera/ChangeLog,v 1.4 
2015/03/24 18:32:11 grknight Exp $
+
+*galera-25.3.10 (24 Mar 2015)
+
+  24 Mar 2015; Brian Evans grkni...@gentoo.org +galera-25.3.10.ebuild,
+  galera-25.3.5.ebuild:
+  Version bump; Adjusted for new HOMEPAGE and SRC_URI
 
   31 Oct 2014; Brian Evans grkni...@gentoo.org files/garb.sh,
   galera-25.3.5.ebuild:



1.1  sys-cluster/galera/galera-25.3.10.ebuild

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

Index: galera-25.3.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/galera/galera-25.3.10.ebuild,v 
1.1 2015/03/24 18:32:11 grknight Exp $

EAPI=5

inherit scons-utils multilib toolchain-funcs eutils user

MY_PV=release_${PV}
DESCRIPTION=Synchronous multi-master replication engine that provides its 
service through wsrep API
HOMEPAGE=http://www.galeracluster.com/;
SRC_URI=https://github.com/codership/${PN}/archive/${MY_PV}.tar.gz - 
${P}.tar.gz
LICENSE=GPL-2 BSD

SLOT=0

KEYWORDS=~amd64 ~x86
IUSE=garbd ssl test

CDEPEND=
 ssl? ( dev-libs/openssl:0= )
=dev-libs/boost-1.41:0=

DEPEND=${DEPEND}
${CDEPEND}
dev-libs/check
=sys-devel/gcc-4.4
=dev-cpp/asio-1.4.8[ssl?]

#Run time only
RDEPEND=${CDEPEND}
garbd? ( || (
net-analyzer/netcat
net-analyzer/netcat6
net-analyzer/gnu-netcat
net-analyzer/openbsd-netcat
) )

S=${WORKDIR}/${PN}-${MY_PV}

pkg_preinst() {
if use garbd ; then
enewgroup garbd
enewuser garbd -1 -1 -1 garbd
fi
}

src_prepare() {
# Remove bundled dev-cpp/asio
rm -r ${S}/asio || die

# Respect {C,LD}FLAGS.
epatch ${FILESDIR}/respect-flags.patch

#Remove optional garbd daemon
if ! use garbd ; then
rm -r ${S}/garb || die
fi


[gentoo-commits] gentoo-x86 commit in x11-libs/libdrm: libdrm-2.4.60.ebuild ChangeLog

2015-03-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/24 18:32:39

  Modified: ChangeLog
  Added:libdrm-2.4.60.ebuild
  Log:
  Version bump. Drop solaris patch and solaris prefix keywords, bug #539822.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.287x11-libs/libdrm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog   20 Mar 2015 08:12:34 -  1.286
+++ ChangeLog   24 Mar 2015 18:32:39 -  1.287
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libdrm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.286 
2015/03/20 08:12:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.287 
2015/03/24 18:32:39 chithanh Exp $
+
+*libdrm-2.4.60 (24 Mar 2015)
+
+  24 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +libdrm-2.4.60.ebuild:
+  Version bump. Drop solaris patch and solaris prefix keywords, bug #539822.
 
 *libdrm-2.4.59-r1 (20 Mar 2015)
 



1.1  x11-libs/libdrm/libdrm-2.4.60.ebuild

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

Index: libdrm-2.4.60.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.60.ebuild,v 1.1 
2015/03/24 18:32:39 chithanh Exp $

EAPI=5

XORG_MULTILIB=yes
inherit xorg-2

DESCRIPTION=X.Org libdrm library
HOMEPAGE=http://dri.freedesktop.org/;
if [[ ${PV} = * ]]; then
EGIT_REPO_URI=git://anongit.freedesktop.org/git/mesa/drm
else
SRC_URI=http://dri.freedesktop.org/${PN}/${P}.tar.bz2;
fi

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux
VIDEO_CARDS=exynos freedreno intel nouveau omap radeon tegra vmware
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+= video_cards_${card}
done

IUSE=${IUSE_VIDEO_CARDS} libkms valgrind
RESTRICT=test # see bug #236845

RDEPEND==dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
video_cards_intel? ( 
=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )
abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
DEPEND=${RDEPEND}
valgrind? ( dev-util/valgrind )

src_prepare() {
if [[ ${PV} = * ]]; then
# tests are restricted, no point in building them
sed -ie 's/tests //' ${S}/Makefile.am
fi
xorg-2_src_prepare

# There is no configure flag for this.
sed -i -r \
-e /have_valgrind=/s:=(yes|no):=$(usex valgrind): \
configure || die
}

src_configure() {
XORG_CONFIGURE_OPTIONS=(
# Udev is only used by tests now.
--disable-udev
--disable-cairo-tests
$(use_enable video_cards_exynos exynos-experimental-api)
$(use_enable video_cards_freedreno freedreno)
$(use_enable video_cards_intel intel)
$(use_enable video_cards_nouveau nouveau)
$(use_enable video_cards_omap omap-experimental-api)
$(use_enable video_cards_radeon radeon)
$(use_enable video_cards_tegra tegra-experimental-api)
$(use_enable video_cards_vmware vmwgfx)
$(use_enable libkms)
)
xorg-2_src_configure
}






[gentoo-commits] gentoo-x86 commit in x11-libs/libXdmcp: libXdmcp-1.1.2.ebuild ChangeLog libXdmcp-1.1.0.ebuild libXdmcp-1.1.1.ebuild

2015-03-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/03/24 18:39:01

  Modified: ChangeLog
  Added:libXdmcp-1.1.2.ebuild
  Removed:  libXdmcp-1.1.0.ebuild libXdmcp-1.1.1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.84 x11-libs/libXdmcp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXdmcp/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   15 Jun 2014 00:39:06 -  1.83
+++ ChangeLog   24 Mar 2015 18:39:01 -  1.84
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libXdmcp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdmcp/ChangeLog,v 1.83 
2014/06/15 00:39:06 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdmcp/ChangeLog,v 1.84 
2015/03/24 18:39:01 chithanh Exp $
+
+*libXdmcp-1.1.2 (24 Mar 2015)
+
+  24 Mar 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  +libXdmcp-1.1.2.ebuild, -libXdmcp-1.1.0.ebuild, -libXdmcp-1.1.1.ebuild:
+  Version bump. Remove old.
 
   15 Jun 2014; Mike Frysinger vap...@gentoo.org libXdmcp-1.1.1-r1.ebuild:
   Add arm64 love.



1.1  x11-libs/libXdmcp/libXdmcp-1.1.2.ebuild

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

Index: libXdmcp-1.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdmcp/libXdmcp-1.1.2.ebuild,v 
1.1 2015/03/24 18:39:01 chithanh Exp $

EAPI=5

XORG_DOC=doc
XORG_MULTILIB=yes
inherit xorg-2

DESCRIPTION=X.Org X Display Manager Control Protocol library

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
IUSE=

RDEPEND=x11-proto/xproto
DEPEND=${RDEPEND}

pkg_setup() {
xorg-2_pkg_setup

XORG_CONFIGURE_OPTIONS=(
$(use_enable doc docs)
$(use_with doc xmlto)
--without-fop
)
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogumbo: ChangeLog nokogumbo-1.3.0.ebuild

2015-03-24 Thread Hans de Graaff (graaff)
graaff  15/03/24 16:21:19

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

Revision  ChangesPath
1.3  dev-ruby/nokogumbo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogumbo/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   14 Feb 2015 03:05:03 -  1.2
+++ ChangeLog   24 Mar 2015 16:21:19 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/nokogumbo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogumbo/ChangeLog,v 1.2 
2015/02/14 03:05:03 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogumbo/ChangeLog,v 1.3 
2015/03/24 16:21:19 graaff Exp $
+
+  24 Mar 2015; Hans de Graaff gra...@gentoo.org nokogumbo-1.3.0.ebuild:
+  Add ruby22.
 
 *nokogumbo-1.3.0 (14 Feb 2015)
 



1.2  dev-ruby/nokogumbo/nokogumbo-1.3.0.ebuild

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

Index: nokogumbo-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogumbo/nokogumbo-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nokogumbo-1.3.0.ebuild  14 Feb 2015 03:05:03 -  1.1
+++ nokogumbo-1.3.0.ebuild  24 Mar 2015 16:21:19 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogumbo/nokogumbo-1.3.0.ebuild,v 
1.1 2015/02/14 03:05:03 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogumbo/nokogumbo-1.3.0.ebuild,v 
1.2 2015/03/24 16:21:19 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_TEST=none
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/pcaprub: ChangeLog pcaprub-0.11.3-r1.ebuild

2015-03-24 Thread Hans de Graaff (graaff)
graaff  15/03/24 16:29:37

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

Revision  ChangesPath
1.3  dev-ruby/pcaprub/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pcaprub/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   14 Jan 2014 07:36:44 -  1.2
+++ ChangeLog   24 Mar 2015 16:29:37 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/pcaprub
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pcaprub/ChangeLog,v 1.2 2014/01/14 
07:36:44 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pcaprub/ChangeLog,v 1.3 2015/03/24 
16:29:37 graaff Exp $
+
+  24 Mar 2015; Hans de Graaff gra...@gentoo.org pcaprub-0.11.3-r1.ebuild:
+  Add ruby22.
 
   14 Jan 2014; Hans de Graaff gra...@gentoo.org pcaprub-0.11.3-r1.ebuild:
   Fix broken USE=doc and install additional documentation files. Make build



1.3  dev-ruby/pcaprub/pcaprub-0.11.3-r1.ebuild

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

Index: pcaprub-0.11.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pcaprub/pcaprub-0.11.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pcaprub-0.11.3-r1.ebuild14 Jan 2014 07:36:44 -  1.2
+++ pcaprub-0.11.3-r1.ebuild24 Mar 2015 16:29:37 -  1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pcaprub/pcaprub-0.11.3-r1.ebuild,v 
1.2 2014/01/14 07:36:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pcaprub/pcaprub-0.11.3-r1.ebuild,v 
1.3 2015/03/24 16:29:37 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_DOC=rdoc
 RUBY_FAKEGEM_EXTRADOC=FAQ.rdoc README.rdoc USAGE.rdoc






[gentoo-commits] gentoo-x86 commit in media-tv/gentoo-vdr-scripts: ChangeLog gentoo-vdr-scripts-2.7.2.ebuild

2015-03-24 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/03/24 17:13:39

  Modified: ChangeLog
  Added:gentoo-vdr-scripts-2.7.2.ebuild
  Log:
  minor fix, reported by tinitus@ vdr-portal.de
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.138media-tv/gentoo-vdr-scripts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.138view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.138content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?r1=1.137r2=1.138

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   2 Mar 2015 21:24:12 -   1.137
+++ ChangeLog   24 Mar 2015 17:13:39 -  1.138
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/gentoo-vdr-scripts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 
1.137 2015/03/02 21:24:12 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 
1.138 2015/03/24 17:13:39 hd_brummy Exp $
+
+*gentoo-vdr-scripts-2.7.2 (24 Mar 2015)
+
+  24 Mar 2015; Joerg Bornkessel hd_bru...@gentoo.org
+  +gentoo-vdr-scripts-2.7.2.ebuild:
+  minor fix, reported by tinitus@ vdr-portal.de
 
 *gentoo-vdr-scripts-2.7.1 (02 Mar 2015)
 



1.1  media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.2.ebuild?rev=1.1content-type=text/plain

Index: gentoo-vdr-scripts-2.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.2.ebuild,v
 1.1 2015/03/24 17:13:39 hd_brummy Exp $

EAPI=5

inherit eutils user

DESCRIPTION=Scripts necessary for use of vdr as a set-top-box
HOMEPAGE=http://www.gentoo.org/;
SRC_URI=mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2;

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

RDEPEND=nvram? ( sys-power/nvram-wakeup )
app-admin/sudo
sys-process/wait_on_pid

VDR_HOME=/var/vdr

pkg_setup() {
enewgroup vdr

# Add user vdr to these groups:
#   video - accessing dvb-devices
#   audio - playing sound when using software-devices
#   cdrom - playing dvds/audio-cds ...
enewuser vdr -1 /bin/bash ${VDR_HOME} vdr,video,audio,cdrom
}

src_prepare() {
# moved into own package
sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile
sed -e '/all:/s#compile##' -i Makefile
}

src_install() {
default
nonfatal dodoc README* TODO ChangeLog

# create necessary directories
diropts -ovdr -gvdr
keepdir ${VDR_HOME}

local kd
for kd in shutdown-data merged-config-files dvd-images; do
keepdir ${VDR_HOME}/${kd}
done
}

pkg_preinst() {
local PLUGINS_NEW=0
if [[ -f ${ROOT}/etc/conf.d/vdr.plugins ]]; then
PLUGINS_NEW=$(grep -v '^#' ${ROOT}/etc/conf.d/vdr.plugins 
|grep -v '^$'|wc -l)
fi
if [[ ${PLUGINS_NEW}  0 ]]; then
cp ${ROOT}/etc/conf.d/vdr.plugins 
${D}/etc/conf.d/vdr.plugins
else
einfo Migrating PLUGINS setting from /etc/conf.d/vdr to 
/etc/conf.d/vdr.plugins
local PLUGIN
for PLUGIN in $(source ${ROOT}/etc/conf.d/vdr;echo $PLUGINS); 
do
echo ${PLUGIN}  ${D}/etc/conf.d/vdr.plugins
done
fi

has_version ${CATEGORY}/${PN}-0.5.4
previous_less_than_0_5_4=$?

has_version ${CATEGORY}/${PN}-2.6
previous_less_than_2_6=$?
}

VDRSUDOENTRY=vdr ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh

pkg_postinst() {
if [[ $previous_less_than_0_5_4 = 0 ]] ; then
elog \nVDR use now default the --cachedir parameter to store 
the epg.file
elog Please do not override this with the EPGFILE variable\n

elog svdrp port 2001 support removed\n

elog --rcu support removed, use media-plugin/vdr-rcu\n
fi

if [[ $previous_less_than_2_6 = 0 ]]; then
elog ${CATEGORY}/${PN} supports now a init script
elog to start a X server
elog 

[gentoo-commits] gentoo-x86 commit in dev-tcltk/tclperl: tclperl-3.2-r1.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:24:36

  Modified: tclperl-3.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543882
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-tcltk/tclperl/tclperl-3.2-r1.ebuild

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

Index: tclperl-3.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tclperl-3.2-r1.ebuild   20 Mar 2015 10:47:29 -  1.1
+++ tclperl-3.2-r1.ebuild   24 Mar 2015 17:24:36 -  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-tcltk/tclperl/tclperl-3.2-r1.ebuild,v 
1.1 2015/03/20 10:47:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild,v 
1.2 2015/03/24 17:24:36 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=
 
 DEPEND=



1.13 dev-tcltk/tclperl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   20 Mar 2015 10:47:29 -  1.12
+++ ChangeLog   24 Mar 2015 17:24:36 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tclperl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.12 
2015/03/20 10:47:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclperl/ChangeLog,v 1.13 
2015/03/24 17:24:36 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org tclperl-3.2-r1.ebuild:
+  Stable for amd64, wrt bug #543882
 
 *tclperl-3.2-r1 (20 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-biology/eugene: eugene-4.1.ebuild ChangeLog

2015-03-24 Thread Agostino Sarubbo (ago)
ago 15/03/24 17:24:46

  Modified: eugene-4.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543936
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  sci-biology/eugene/eugene-4.1.ebuild

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

Index: eugene-4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/eugene/eugene-4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eugene-4.1.ebuild   20 Mar 2015 16:38:39 -  1.2
+++ eugene-4.1.ebuild   24 Mar 2015 17:24:46 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/eugene/eugene-4.1.ebuild,v 1.2 
2015/03/20 16:38:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/eugene/eugene-4.1.ebuild,v 1.3 
2015/03/24 17:24:46 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=Artistic
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.12 sci-biology/eugene/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/eugene/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   20 Mar 2015 16:38:39 -  1.11
+++ ChangeLog   24 Mar 2015 17:24:46 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/eugene
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/eugene/ChangeLog,v 1.11 
2015/03/20 16:38:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/eugene/ChangeLog,v 1.12 
2015/03/24 17:24:46 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo a...@gentoo.org eugene-4.1.ebuild:
+  Stable for amd64, wrt bug #543936
 
   20 Mar 2015; Justin Lecher j...@gentoo.org
   +files/eugene-4.1-format-security.patch, -eugene-3.5g.ebuild,






  1   2   3   >