[gentoo-commits] repo/gentoo:master commit in: media-sound/kid3/, media-sound/kid3/files/

2016-01-04 Thread Michael Palimaka
commit: 0c4ee1490794daabb1a3bd59244f3a2a96b2b6cc
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Jan  1 19:33:46 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan  4 18:42:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4ee149

media-sound/kid3: Fix configure with >=kdelibs-4.14.11

Package-Manager: portage-2.2.24

 media-sound/kid3/files/kid3-3.2.1-fix-cmake.patch | 61 +++
 media-sound/kid3/kid3-3.2.1.ebuild|  2 +
 2 files changed, 63 insertions(+)

diff --git a/media-sound/kid3/files/kid3-3.2.1-fix-cmake.patch 
b/media-sound/kid3/files/kid3-3.2.1-fix-cmake.patch
new file mode 100644
index 000..0644690
--- /dev/null
+++ b/media-sound/kid3/files/kid3-3.2.1-fix-cmake.patch
@@ -0,0 +1,61 @@
+commit c126ad8142c51476c4a1b78ab9e6d7409656b312
+Author: Michael Palimaka 
+Date:   Tue Aug 25 00:05:20 2015 +1000
+
+Fix build with kdelibs-4.14.11.
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3ab5d20..99cf392 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -473,6 +473,13 @@ else (UNIX AND NOT APPLE)
+   set(KID3_EXECUTABLE kid3)
+ endif (UNIX AND NOT APPLE)
+ 
++if (BUILD_KDE_APP)
++  if (NOT HAVE_QT5)
++find_package(KDE4 REQUIRED)
++include (KDE4Defaults)
++add_definitions(${KDE4_ENABLE_EXCEPTIONS})
++  endif (NOT HAVE_QT5)
++endif (BUILD_KDE_APP)
+ 
+ configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
+ 
+diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt
+index 6f25b68..70f6793 100644
+--- a/doc/de/CMakeLists.txt
 b/doc/de/CMakeLists.txt
+@@ -2,7 +2,6 @@ if (BUILD_KDE_APP)
+   if (HAVE_QT5)
+ kf5_create_handbook(index.docbook)
+   else (HAVE_QT5)
+-find_package(KDE4 REQUIRED)
+ kde4_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/de SUBDIR kid3)
+   endif (HAVE_QT5)
+ endif (BUILD_KDE_APP)
+diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
+index b3751b3..7cff8e1 100644
+--- a/doc/en/CMakeLists.txt
 b/doc/en/CMakeLists.txt
+@@ -2,7 +2,6 @@ if (BUILD_KDE_APP)
+   if (HAVE_QT5)
+ kf5_create_handbook(index.docbook)
+   else (HAVE_QT5)
+-find_package(KDE4 REQUIRED)
+ kde4_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kid3)
+   endif (HAVE_QT5)
+ endif (BUILD_KDE_APP)
+diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
+index d19ebb5..516e3f9 100644
+--- a/src/app/CMakeLists.txt
 b/src/app/CMakeLists.txt
+@@ -65,8 +65,6 @@ if (BUILD_KDE_APP)
+ )
+   else (HAVE_QT5)
+ set(_cmakeInstallRpath "${CMAKE_INSTALL_RPATH}")
+-find_package(KDE4 REQUIRED)
+-include (KDE4Defaults)
+ 
+ if (BUILD_SHARED_LIBS)
+   # FindKDE4Internal.cmake will overwrite our RPATH if LIB_INSTALL_DIR 
(which

diff --git a/media-sound/kid3/kid3-3.2.1.ebuild 
b/media-sound/kid3/kid3-3.2.1.ebuild
index f6be3bc..3afd6e6 100644
--- a/media-sound/kid3/kid3-3.2.1.ebuild
+++ b/media-sound/kid3/kid3-3.2.1.ebuild
@@ -48,6 +48,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-fix-cmake.patch" )
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with acoustid CHROMAPRINT)



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreen/

2016-01-04 Thread Michael Palimaka
commit: 09387fe5e30ca27cbaf8d83ebe60be8482c52407
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan  4 18:56:59 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan  4 18:57:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09387fe5

kde-plasma/kscreen: restrict tests

Gentoo-bug: 566710

Package-Manager: portage-2.2.26

 kde-plasma/kscreen/kscreen-5.4.3.ebuild | 3 +++
 kde-plasma/kscreen/kscreen-5.5.0.ebuild | 3 +++
 kde-plasma/kscreen/kscreen-5.5.1.ebuild | 3 +++
 kde-plasma/kscreen/kscreen-5.5.2.ebuild | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/kde-plasma/kscreen/kscreen-5.4.3.ebuild 
b/kde-plasma/kscreen/kscreen-5.4.3.ebuild
index b25ff22..f517f45 100644
--- a/kde-plasma/kscreen/kscreen-5.4.3.ebuild
+++ b/kde-plasma/kscreen/kscreen-5.4.3.ebuild
@@ -32,3 +32,6 @@ RDEPEND="${DEPEND}
dev-qt/qtgraphicaleffects:5
!kde-misc/kscreen
 "
+
+# requires running session
+RESTRICT="test"

diff --git a/kde-plasma/kscreen/kscreen-5.5.0.ebuild 
b/kde-plasma/kscreen/kscreen-5.5.0.ebuild
index b25ff22..f517f45 100644
--- a/kde-plasma/kscreen/kscreen-5.5.0.ebuild
+++ b/kde-plasma/kscreen/kscreen-5.5.0.ebuild
@@ -32,3 +32,6 @@ RDEPEND="${DEPEND}
dev-qt/qtgraphicaleffects:5
!kde-misc/kscreen
 "
+
+# requires running session
+RESTRICT="test"

diff --git a/kde-plasma/kscreen/kscreen-5.5.1.ebuild 
b/kde-plasma/kscreen/kscreen-5.5.1.ebuild
index b25ff22..f517f45 100644
--- a/kde-plasma/kscreen/kscreen-5.5.1.ebuild
+++ b/kde-plasma/kscreen/kscreen-5.5.1.ebuild
@@ -32,3 +32,6 @@ RDEPEND="${DEPEND}
dev-qt/qtgraphicaleffects:5
!kde-misc/kscreen
 "
+
+# requires running session
+RESTRICT="test"

diff --git a/kde-plasma/kscreen/kscreen-5.5.2.ebuild 
b/kde-plasma/kscreen/kscreen-5.5.2.ebuild
index 6e6cb29..07a01e6 100644
--- a/kde-plasma/kscreen/kscreen-5.5.2.ebuild
+++ b/kde-plasma/kscreen/kscreen-5.5.2.ebuild
@@ -32,3 +32,6 @@ RDEPEND="${DEPEND}
dev-qt/qtgraphicaleffects:5
!kde-misc/kscreen
 "
+
+# requires running session
+RESTRICT="test"



[gentoo-commits] proj/vdr/devel:master commit in: media-tv/media-build-experimental/

2016-01-04 Thread Joerg Bornkessel
commit: 7349a8954bec15ed7a7768019a3d5fbc5af926d6
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Mon Jan  4 19:30:59 2016 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Mon Jan  4 19:30:59 2016 +
URL:https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=7349a895

fixed depend; compile fix >=kernel-4.3.0

Package-Manager: portage-2.2.26
Manifest-Sign-Key: 0xBD7ED1D48CA57506

 media-tv/media-build-experimental/ChangeLog|  8 ++-
 media-tv/media-build-experimental/Manifest | 23 +++--
 ...ia-build-experimental-0.0.1_p20150509-r1.ebuild | 59 ++
 3 files changed, 84 insertions(+), 6 deletions(-)

diff --git a/media-tv/media-build-experimental/ChangeLog 
b/media-tv/media-build-experimental/ChangeLog
index 6a537d4..443d489 100644
--- a/media-tv/media-build-experimental/ChangeLog
+++ b/media-tv/media-build-experimental/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for media-tv/media-build-experimental
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*media-build-experimental-0.0.1_p20150509-r1 (04 Jan 2016)
+
+  04 Jan 2016; Joerg Bornkessel 
+  +media-build-experimental-0.0.1_p20150509-r1.ebuild:
+  fixed depend; compile fix >=kernel-4.3.0
+
 *media-build-experimental-0.0.1_p20150509 (07 Jun 2015)
 
   07 Jun 2015; Joerg Bornkessel 

diff --git a/media-tv/media-build-experimental/Manifest 
b/media-tv/media-build-experimental/Manifest
index c57242a..bf58810 100644
--- a/media-tv/media-build-experimental/Manifest
+++ b/media-tv/media-build-experimental/Manifest
@@ -3,14 +3,27 @@ Hash: SHA256
 
 EBUILD media-build-experimental-0.0.1_p20141123.ebuild 1213 SHA256 
d6a6730968f7b61e3d26f00a4f048b39b5531cc13f18aab40e81572f797a32e0 SHA512 
ca65aaa3deac4ca72667a042902a620ff75f762332d3bbad9c338691599dff51bf602509d361f451b19cd69644b761442fa303f13638e05cfcce006e8f2b811e
 WHIRLPOOL 
950520c9bc6fa30bee406f49703ff7b41597203fe092507fc0351851d9e5a304bc747f115af4e01551aa15fcce33b61515360984b09e3d08505666313db5d1c1
 EBUILD media-build-experimental-0.0.1_p20150129.ebuild 1216 SHA256 
fd64939e82b88e2d02c5aa8bd7ba0317f279373e4cb735a868aa81b826f142f7 SHA512 
c7ad4bb0cada04f655a17d46bdc2dca6da9a10b23f93c19194e2e11588747baf3e76fcb8ee1713e731d498e466f1218bd5087d41843d1ca8ff8d07d2cb483616
 WHIRLPOOL 
9e6943b446b0a1011dd7b64e10aefd5e94fb85dc4596cf5152aca81843d02301aa014090e42863c5165258f55db103e35b396e630836e6957b98f2937966
+EBUILD media-build-experimental-0.0.1_p20150509-r1.ebuild 1464 SHA256 
d95bdc93fa5e9452aeb75cc8e29ba3a52e729a08ce393767cdbf90445091bdcc SHA512 
f8f80ac5c7789ceecaf4adc3ed58cbd223c3250bc10420f8551ee44a5ab674960dbcebe78793c60da5f29e1f172531606e6765f330c0aba367c66657ae76d2a0
 WHIRLPOOL 
c59dec53660626147fb27b08a78ee569328dacffa87f94fc76d061ddd31f3c18d32a8cbdedcda94a8d11a1dc4ae86982fc27db346b049be808d888d3563d087e
 EBUILD media-build-experimental-0.0.1_p20150509.ebuild 1214 SHA256 
f69997c03893afb863c6383888d21570039570a7c70eab238fce406377ac9241 SHA512 
22131e5cc44a09dcb921f8b59d8377b51d9b519b3177eabfbda1c6c13a5aebb6080571606b6ff393a60b2cd9da26f2d81c1c860d6be18a8b10b8f1d17193fc57
 WHIRLPOOL 
64f76467d80dc71cce78851a17ce19b5be9a99dc96fc90c4df0aff315c4d53f67711d7d04bd7df5d3bca7634a6443d88306edb26bf6b649907975f289d76e5a0
-MISC ChangeLog 705 SHA256 
63f5bb00e97b506b95b371d7c94018339055ade50ade5218052f596841daf075 SHA512 
d0e7116e54e5a111d95a1b99130b183249dda8ae2edb5a2b059d0b0d613896e836213f06311742a4f969411667e978736bbde3724d111f31b99eddc8d7c70253
 WHIRLPOOL 
3bbf4a16181c750d05a201a2cd5cf48035753a899cab625f2410568716b910f3f8aeb989b9703ed1dca0899fcb30ffdd21d4714c44c84858560396cc44211dd4
+MISC ChangeLog 919 SHA256 
54cec9364f86efb4ab6e529c6d529795b1040d71f9dd1d68c798cdc6eb21c6e8 SHA512 
f8de20f33739bf0eda6c4baf34279e64c6484de5bed82c3d8ba1ab5584d78d72458483c34902dfd1da977d413fbc258fc381eeacc00b00a87d9362ccc3e7085b
 WHIRLPOOL 
f7395e05d6a85f513fbbbfd6fd52ff0600541db4612b8a80bc313539b0da08cb412acc715b237448541a3761958e3750838010d3a071f95318e48df59e7d5668
 MISC metadata.xml 256 SHA256 
52c2902073c49664327f83d1a62c73779b8dc26348cbf2d7d52f79e5417a0ecd SHA512 
9e97afeb7f0ac15e69f0623fc738b3387ae9c1b6f66bb3a19f9a99b1f91da75951b4a3d4c3ad108d588a530c3b2fa4f933129358692c3061a92431d4a8d9
 WHIRLPOOL 
26456b6634aaf60b3f8e6bef60238a898d4dd432795259f2e2d932d9c7291e4a8c040757fab3a3f058f33621b6718883613f8b0edf4a8671e8a181acefa1ba96
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v2
+Version: GnuPG v2.0
 Comment: added by hd_bru...@gentoo.org
 
-iD8DBQFVdDV0dn07HTTCgIoRCB76AKCZk7ccNW1gV1KfgxHZlfdIj8T9HgCfWjfo
-YFWEc5KscrrrlyZ2bHD5sM0=
-=wMW9
+iQJ8BAEBCABmBQJWishzXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
+ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQwRTBBQTFFRTFERjQ0MUQ3QTNGNTIxQzI5
+M0VCNUY0REFBNTgzMkExAAoJEJPrX02qWDKhokMQAIYE84B9WHh9p5BPxU1UHFFl
+xlY8dLpAXFpEPScx6w2SpkyC8aJzGHCKX8zzxYhrM738DKN+LyB104XQ9445eFqB

[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/

2016-01-04 Thread Richard Yao
commit: eaac4cdc5998fde7b3038e4c91513300fa58c6b2
Author: Richard Yao  gentoo  org>
AuthorDate: Mon Jan  4 19:52:22 2016 +
Commit: Richard Yao  gentoo  org>
CommitDate: Mon Jan  4 20:02:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaac4cdc

sys-fs/zfs-0.6.5.3-r2: Many fixes

Fixes have been backported from both HEAD and the proposed stable API branch.

Package-Manager: portage-2.2.24
Signed-off-by: Richard Yao  gentoo.org>

 sys-fs/zfs/zfs-0.6.5.3-r2.ebuild | 230 +++
 1 file changed, 230 insertions(+)

diff --git a/sys-fs/zfs/zfs-0.6.5.3-r2.ebuild b/sys-fs/zfs/zfs-0.6.5.3-r2.ebuild
new file mode 100644
index 000..6963b74
--- /dev/null
+++ b/sys-fs/zfs/zfs-0.6.5.3-r2.ebuild
@@ -0,0 +1,230 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+AT_M4DIR="config"
+AUTOTOOLS_AUTORECONF="1"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+
+if [ ${PV} == "" ] ; then
+   inherit git-r3 linux-mod
+   AUTOTOOLS_AUTORECONF="1"
+   EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+else
+   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz
+   https://dev.gentoo.org/~ryao/dist/${P}-patches-p1.tar.xz;
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+fi
+
+inherit autotools-utils bash-completion-r1 flag-o-matic linux-info python-r1 
systemd toolchain-funcs udev
+
+DESCRIPTION="Userland utilities for ZFS Linux kernel module"
+HOMEPAGE="http://zfsonlinux.org/;
+
+LICENSE="BSD-2 CDDL MIT"
+SLOT="0"
+IUSE="custom-cflags debug kernel-builtin +rootfs test-suite static-libs"
+RESTRICT="test"
+
+COMMON_DEPEND="
+   sys-apps/util-linux[static-libs?]
+   sys-libs/zlib[static-libs(+)?]
+   virtual/awk
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+"
+
+RDEPEND="${COMMON_DEPEND}
+   !=sys-apps/grep-2.13*
+   !kernel-builtin? (
+   =sys-fs/zfs-kmod-${PV}*
+   !=sys-fs/udev-init-scripts-28
+"
+
+AT_M4DIR="config"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+
+pkg_setup() {
+   if use kernel_linux && use test-suite; then
+   linux-info_pkg_setup
+   if  ! linux_config_exists; then
+   ewarn "Cannot check the linux kernel configuration."
+   else
+   # recheck that we don't have usblp to collide with 
libusb
+   if use test-suite; then
+   if linux_chkconfig_present BLK_DEV_LOOP; then
+   eerror "The ZFS test suite requires 
loop device support enabled."
+   eerror "Please enable it:"
+   eerror "CONFIG_BLK_DEV_LOOP=y"
+   eerror "in /usr/src/linux/.config or"
+   eerror "Device Drivers --->"
+   eerror "Block devices --->"
+   eerror "[ ] Loopback device 
support"
+   fi
+   fi
+   fi
+   fi
+
+}
+
+src_prepare() {
+   if [ ${PV} != "" ]
+   then
+   # Apply patch set
+   EPATCH_SUFFIX="patch" \
+   EPATCH_FORCE="yes" \
+   epatch "${WORKDIR}/${P}-patches"
+   fi
+
+   # Update paths
+   sed -e "s|/sbin/lsmod|/bin/lsmod|" \
+   -e "s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus|" \
+   -e "s|/sbin/parted|/usr/sbin/parted|" \
+   -i scripts/common.sh.in
+
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   use custom-cflags || strip-flags
+   local myeconfargs=(
+   --bindir="${EPREFIX}/bin"
+   --sbindir="${EPREFIX}/sbin"
+   --with-config=user
+   --with-dracutdir="/usr/$(get_libdir)/dracut"
+   --with-linux="${KV_DIR}"
+   --with-linux-obj="${KV_OUT_DIR}"
+   --with-udevdir="$(get_udevdir)"
+   --with-blkid
+   $(use_enable debug)
+   )
+   autotools-utils_src_configure
+
+   # prepare systemd unit and helper script
+   cat "${FILESDIR}/zfs.service.in" | \
+   sed -e "s:@sbindir@:${EPREFIX}/sbin:g" \
+   -e "s:@sysconfdir@:${EPREFIX}/etc:g" \
+   > "${T}/zfs.service" || die
+   cat "${FILESDIR}/zfs-init.sh.in" | \
+   sed -e "s:@sbindir@:${EPREFIX}/sbin:g" \
+   -e "s:@sysconfdir@:${EPREFIX}/etc:g" \
+   > "${T}/zfs-init.sh" || die
+}
+
+src_install() {
+   autotools-utils_src_install
+   gen_usr_ldscript -a uutil nvpair zpool zfs zfs_core
+   use test-suite || rm -rf "${ED}usr/share/zfs"
+
+   newbashcomp 

[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/, sys-fs/zfs-kmod/

2016-01-04 Thread Richard Yao
commit: 658378b803f6acb3adb2005039f533d03d73e474
Author: Richard Yao  gentoo  org>
AuthorDate: Mon Jan  4 19:51:39 2016 +
Commit: Richard Yao  gentoo  org>
CommitDate: Mon Jan  4 20:02:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658378b8

sys-fs/zfs-kmod-0.6.5.3-r2: Many fixes

Fixes have been backported from both HEAD and the proposed stable API branch.

Package-Manager: portage-2.2.24
Signed-off-by: Richard Yao  gentoo.org>

 sys-fs/zfs-kmod/Manifest| 2 +-
 .../{zfs-kmod-0.6.5.3-r1.ebuild => zfs-kmod-0.6.5.3-r2.ebuild}  | 6 +-
 sys-fs/zfs/Manifest | 1 +
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 467e3cc..ce44897 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -6,7 +6,7 @@ DIST zfs-0.6.3-patches-r1.tar.xz 87852 SHA256 
71b5286f77cb6a6c2b97cee406dfd4788f
 DIST zfs-0.6.3.tar.gz 1665270 SHA256 
00caeae63cc724d3dd741aeb36fd2dc03d2158794bd6a5e925cdc8d7e5d3da8c SHA512 
8c7741f5f227eb031d79fe87bf7d60e790a098fa6caede462d556c97d798832f97f5a377cbb74fc99b8d198e5f3cc1a3491f69fcdaa0408933dbadd132013416
 WHIRLPOOL 
db9791da12c441c89667b194154b209f5aa69ea46d5327cfcde0b3a910cf1f0e5ca448909824e45b31252a1907280b711fb6ba04eb313d09de0ffbf5e6e304fe
 DIST zfs-0.6.4.2.tar.gz 1738601 SHA256 
26af2924cbb891b79203a31827cba4cdc310162d5f7b9e2d643eb6576aa19015 SHA512 
87a28997b8f9d36e189410171db583402418a55782b7b7f333993e98c5e17ccc4b6cd5825f38b904294c87e3dfdfb7748bd71cc371589c1358f16c942e0c18db
 WHIRLPOOL 
1700de7da56311a7b608c99a821e2fa97a6145ccc88f3d8eff12f778421ba7b7b9cc5f5fbe5f1acd2ea2fd1db778c200a2ea961e3859a8fc89d80474894293f1
 DIST zfs-0.6.5.2.tar.gz 1817267 SHA256 
aecd2bc5189f2a71a45eb30146bed231af4f35af5ec7af83a74987c3d595 SHA512 
7f0b20feca91d5ab952c1d49ae94d241f8868825b163a3d5f2ad0fd7adcac3ab246a3e6a755019a833be553fbbfd6609828d8123f49a43b42bf76cfd64f234ec
 WHIRLPOOL 
00fd628ef2267366b6f0705e6436ac55b260aabc3588c7f58a7042dfbfe95a0478740b4579326638d28f10ffc8f2d5b3ed21b9f8297e72344ec439fe30310634
-DIST zfs-0.6.5.3-patches-p0.tar.xz 63780 SHA256 
cc6d2881304738619b9d00bc55fbd358119b35cbb345cae2ecf538051f1b7fe7 SHA512 
4a531fd10d1d4d9c9cabaad9c13d8112eab3641249a7ce44599288bc4510b444d132833fae2fdf922eff43670ce77d32972c7b5b4a7d70f80c3365a0dcc89b70
 WHIRLPOOL 
adc20e7917a518c790007499763210a4d27a164abe00a86f76d64f56f0fafc459f5d5c483019acacc136e41c57894e669fd58956b3f0ac0bcafeb1e02fec7988
+DIST zfs-0.6.5.3-patches-p1.tar.xz 83068 SHA256 
765a66adf67d0a3ae6a699561b98a5158d464e3b6ed413a72bdbbe6e6252ba66 SHA512 
371c436dde6ad8ede3c36163e52c5f4fd0e8348f28c803454ee2c3779f32c827ec6f4bfd6003a318152e43c9afd70fb7981c3c9e93dcea3e34db6756f4524c83
 WHIRLPOOL 
52f40cc72f374dad50c3c69ca7ff6bb7bde4b33ec07f4371e271be88e1bb905c18bc7fe15810036e12b8852fb7527cd8b9634f9724758fede67153673c2e76e9
 DIST zfs-0.6.5.3.tar.gz 2524218 SHA256 
49e6f9760ea172cb756f7357e4bcb90ee0293028540a68d62ed087724276131f SHA512 
325cb91b7ddbcd6aa0bb9fc41eb0099dbb047a4e32d096fd414799729ef68cbc9c2e15714092eff8044a681af4ab552bd9ac1949cc673c6c5c3de1a23d9895ec
 WHIRLPOOL 
957c3a75bb11befd4b74583883f2f11f717deb6bda368939b342049e809aa191a9ee8d1e709eaddc2a831418c7fdb5e763f918ff56d45f03baf4569ef8a4a070
 DIST zfs-0.6.5.tar.gz 1816180 SHA256 
542121940122c922c9d21a2bb39bca4e4a9db2f6bbfd2e576630840e256d4c82 SHA512 
58480ee9b0780f1f21d12504abc226be3e6df1939214f6a8f245315d1fa0b9da56b3a744df26426ee78f13684a4ca288df6dddc50f8f91d9d0b4c542980a9c53
 WHIRLPOOL 
fdb5580ec8d4abe57069ce453c1d91225019758ecf5d31856a7897ac7e4b51c6a8ae3258e822f684fbd70a0a7d7410c65c37a569f37d132767522118c587cc24
 DIST zfs-kmod-0.6.2-p2.tar.xz 28636 SHA256 
12882463a38a5a57cf2bb3c14c5783f9511f6dc7b163a47575f2f3dcc24f26f6 SHA512 
5792660ae8f5013d12e70d608e9cffa92a8c4089a88a5e78728ee88204b3f970d452d5b0b3874e02be49ebbc139e07139be7b5a86ca40bc8b23cb11a7198a9a8
 WHIRLPOOL 
0e4c57b363cdd3d736efbd1355567b18e22439bd3b20ef40b27f6b97ad4570c7cc99a11b196ac25359d1966c1a70e178f4fd1687b60450f148ccda47b07282a9

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.5.3-r1.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.6.5.3-r2.ebuild
similarity index 96%
rename from sys-fs/zfs-kmod/zfs-kmod-0.6.5.3-r1.ebuild
rename to sys-fs/zfs-kmod/zfs-kmod-0.6.5.3-r2.ebuild
index fc7f5e6..17cf509 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-0.6.5.3-r1.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.5.3-r2.ebuild
@@ -4,13 +4,17 @@
 
 EAPI="5"
 
+AT_M4DIR="config"
+AUTOTOOLS_AUTORECONF="1"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+
 if [ ${PV} == "" ]; then
AUTOTOOLS_AUTORECONF="1"
EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
inherit git-r3
 else

SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz
-   https://dev.gentoo.org/~ryao/dist/zfs-${PV}-patches-p0.tar.xz;
+   https://dev.gentoo.org/~ryao/dist/zfs-${PV}-patches-p1.tar.xz;

[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/lua/files/, dev-lang/lua/

2016-01-04 Thread Fabian Groffen
commit: 0c54a5770d360c92a934a4e6cafcd8acb71e807f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan  4 20:18:20 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan  4 20:18:20 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0c54a577

dev-lang/lua: sync versions from gx86

Package-Manager: portage-2.2.20-prefix
RepoMan-Options: --force

 dev-lang/lua/Manifest|   1 +
 dev-lang/lua/files/lua-5.1-make-r2.patch |  97 ++
 dev-lang/lua/lua-5.1.5-r100.ebuild   | 138 +++
 dev-lang/lua/lua-5.1.5-r3.ebuild | 133 +
 4 files changed, 369 insertions(+)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index a1c8527..3404943 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -1,2 +1,3 @@
 DIST lua-5.1.4.tar.gz 216679 SHA256 
b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a SHA512 
bc542fe8535826ac1e49b03a8f238cf049724b02c14718f8162cfeaf735a5e6c58412ff18dbe7a38e4cc4433f3d1e702554e9b24b5f021634b4280880980f40f
 WHIRLPOOL 
2d8fdf77e31314eed68d8ace368a62a608a58114bea5c8797a2e2d327ca870dd4450ede494733d49c97bb447c97adf08610027df3206999a35fb49cde77448fd
+DIST lua-5.1.5.tar.gz 221213 SHA256 
2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 SHA512 
0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9
 WHIRLPOOL 
9dac93b73b9ad1ef6c69e0aa11fb53d5efe89274b65c55a1ac30bab23e8a255851b0e44306db54212b1d481e658cecd38e5ff22a25e1fa974858b7b03fb45b75
 DIST lua-5.2.3.tar.gz 251195 SHA256 
13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d SHA512 
264bb7c8db2f190ef0ca38584ec81999ab588f54e03119c5214c40bb8925b0eb407fac483a03e40cc8a220f6748ddff7d3a7392da3803418276b0d263b866449
 WHIRLPOOL 
d278a1e38416bcf7f82eb3e7fd5fb423e60ccb69e9d57a937070516ff8be2d19a98bbfdaf37ec6fd6fb3ef2d625900977ca0cb47e46cb0ede5ebd5d37a9454ef

diff --git a/dev-lang/lua/files/lua-5.1-make-r2.patch 
b/dev-lang/lua/files/lua-5.1-make-r2.patch
new file mode 100644
index 000..2905a62
--- /dev/null
+++ b/dev-lang/lua/files/lua-5.1-make-r2.patch
@@ -0,0 +1,97 @@
+diff -ru lua-5.1.5.orig/Makefile lua-5.1.5/Makefile
+--- lua-5.1.5.orig/Makefile2014-04-15 17:43:34.845435031 +0200
 lua-5.1.5/Makefile 2014-04-15 19:05:08.669304987 +0200
+@@ -11,7 +11,7 @@
+ # so take care if INSTALL_TOP is not an absolute path.
+ INSTALL_TOP= /usr/local
+ INSTALL_BIN= $(INSTALL_TOP)/bin
+-INSTALL_INC= $(INSTALL_TOP)/include
++INSTALL_INC= $(INSTALL_TOP)/include/lua$V
+ INSTALL_LIB= $(INSTALL_TOP)/lib
+ INSTALL_MAN= $(INSTALL_TOP)/man/man1
+ #
+@@ -126,3 +126,21 @@
+ .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
+ 
+ # (end of Makefile)
++
++# Use libtool for binary installs, etc.
++
++export V
++export LIBTOOL = libtool --quiet --tag=CC
++# See libtool manual about how to set this
++
++gentoo_clean:
++  cd src; $(MAKE) $@
++
++gentoo_test: gentoo_linux
++  test/lua.static test/hello.lua
++
++gentoo_install:
++  mkdir -p $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB)
++  cd src; $(LIBTOOL) --mode=install $(INSTALL_EXEC) lua$V luac$V 
$(INSTALL_BIN)
++  cd src; $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
++  cd src; $(LIBTOOL) --mode=install $(INSTALL_DATA) liblua$V.la 
$(INSTALL_LIB)
+diff -ru lua-5.1.5.orig/src/Makefile lua-5.1.5/src/Makefile
+--- lua-5.1.5.orig/src/Makefile2014-04-15 17:43:34.844435031 +0200
 lua-5.1.5/src/Makefile 2014-04-15 18:07:21.427397122 +0200
+@@ -29,10 +29,10 @@
+ LIB_O=lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o 
ltablib.o \
+   lstrlib.o loadlib.o linit.o
+ 
+-LUA_T=lua
++LUA_T= lua$V
+ LUA_O=lua.o
+ 
+-LUAC_T=   luac
++LUAC_T=   luac$V
+ LUAC_O=   luac.o print.o
+ 
+ ALL_O= $(CORE_O) $(LIB_O) $(LUA_O) $(LUAC_O)
+@@ -51,10 +51,10 @@
+   $(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files
+   $(RANLIB) $@
+ 
+-$(LUA_T): $(LUA_O) $(LUA_A)
++origin$(LUA_T): $(LUA_O) $(LUA_A)
+   $(CC) -o $@ $(MYLDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
+ 
+-$(LUAC_T): $(LUAC_O) $(LUA_A)
++origin$(LUAC_T): $(LUAC_O) $(LUA_A)
+   $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
+ 
+ clean:
+@@ -180,3 +180,33 @@
+   ltm.h lzio.h lmem.h lopcodes.h lundump.h
+ 
+ # (end of Makefile)
++
++export LIBTOOL = libtool --tag=CC
++export LIB_VERSION = 5:1:5
++
++# The following rules use libtool for compiling and linking in order to
++# provide shared library support.
++
++LIB_NAME = liblua$V.la
++LIB_OBJS = $(CORE_O:.o=.lo) $(LIB_O:.o=.lo)
++
++%.lo %.o: %.c
++  $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
++
++$(LIB_NAME): $(LIB_OBJS)
++  $(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
++-rpath $(RPATH) $(LDFLAGS) -o $(LIB_NAME) $(LIB_OBJS) $(LIB_LIBS)
++
++$(LUA_T): $(LUA_O:.o=.lo) $(LIB_NAME)
++ 

[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/lua/files/, dev-lang/lua/files/5.1.4/, dev-lang/lua/files/5.2.0/, ...

2016-01-04 Thread Fabian Groffen
commit: a03278a74fee2e3e1c1bd5083d9d627abc51018e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan  4 20:32:37 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan  4 20:32:37 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a03278a7

dev-lang/lua: migrated to gx86

 dev-lang/lua/Manifest  |   3 -
 .../5.1.3/01_all_LUAI_MAXCSTACK.upstream.patch |  17 ---
 .../5.1.3/02_all_coroutine.resume.upstream.patch   |  12 --
 .../5.1.3/03_all_lua_checkstack.upstream.patch |  22 
 .../lua/files/5.1.3/04_all_unpack.upstream.patch   |  20 ---
 .../files/5.1.3/05_all_validator.upstream.patch|  44 ---
 .../lua/files/5.1.3/06_all_c_stack.upstream.patch  |  21 
 .../files/5.1.3/07_all_validator2.upstream.patch   |  25 
 .../5.1.3/08_all_code_injection.upstream.patch |  12 --
 .../5.1.3/09_all_string_byte_fix_upstream.patch|  12 --
 .../files/5.1.3/10_all_gc_loop_fix.upstream.patch  |  19 ---
 .../lua/files/5.1.3/11_all_module.upstream.patch   |  16 ---
 .../lua/files/5.1.3/12_all_svalue.upstream.patch   |  11 --
 .../5.1.4/01_all_boolean_expression.upstream.patch |  48 ---
 .../lua/files/5.1.4/02_all_table.upstream.patch|  22 
 .../5.1.4/03_all_debug_getfenv.upstream.patch  |  10 --
 .../5.1.4/04_all_gc_performance.upstream.patch |  14 ---
 .../5.1.4/05_all_string_format.upstream.patch  |  21 
 .../lua/files/5.1.4/06_all_io_read.upstream.patch  |  15 ---
 .../5.2.0/01_all_memory_hoarding.upstream.patch|  49 
 .../02_all_hex_number_handling.upstream.patch  |  26 
 dev-lang/lua/files/configure.in|   5 -
 dev-lang/lua/files/lua-5.1-make-no-libtool.patch   |  68 --
 dev-lang/lua/files/lua-5.1-make-r1.patch   |  66 --
 dev-lang/lua/files/lua-5.1-make-r2.patch   |  97 ---
 dev-lang/lua/files/lua-5.1-make.patch  |  64 --
 dev-lang/lua/files/lua-5.1-make_static-r1.patch|  12 --
 dev-lang/lua/files/lua-5.1-make_static.patch   |  12 --
 dev-lang/lua/files/lua-5.1-module_paths.patch  |  30 -
 dev-lang/lua/files/lua-5.1-readline.patch  |  10 --
 dev-lang/lua/files/lua-5.1.3-deprecated.patch  |  46 ---
 dev-lang/lua/files/lua-5.1.3-test.patch|  11 --
 dev-lang/lua/files/lua-5.1.4-deprecated.patch  |  46 ---
 dev-lang/lua/files/lua-5.1.4-test.patch|  11 --
 dev-lang/lua/files/lua-5.2-make-r1.patch   |  75 ---
 dev-lang/lua/files/lua-5.2-make.patch  |  60 -
 dev-lang/lua/files/lua.pc  |  31 -
 dev-lang/lua/lua-5.1.4-r8.ebuild   | 124 --
 dev-lang/lua/lua-5.1.5-r100.ebuild | 138 -
 dev-lang/lua/lua-5.1.5-r3.ebuild   | 133 
 dev-lang/lua/lua-5.2.3-r1.ebuild   | 136 
 dev-lang/lua/metadata.xml  |  13 --
 42 files changed, 1627 deletions(-)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
deleted file mode 100644
index 3404943..000
--- a/dev-lang/lua/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lua-5.1.4.tar.gz 216679 SHA256 
b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a SHA512 
bc542fe8535826ac1e49b03a8f238cf049724b02c14718f8162cfeaf735a5e6c58412ff18dbe7a38e4cc4433f3d1e702554e9b24b5f021634b4280880980f40f
 WHIRLPOOL 
2d8fdf77e31314eed68d8ace368a62a608a58114bea5c8797a2e2d327ca870dd4450ede494733d49c97bb447c97adf08610027df3206999a35fb49cde77448fd
-DIST lua-5.1.5.tar.gz 221213 SHA256 
2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 SHA512 
0142fefcbd13afcd9b201403592aa60620011cc8e8559d4d2db2f92739d18186860989f48caa45830ff4f99bfc7483287fd3ff3a16d4dec928e2767ce4d542a9
 WHIRLPOOL 
9dac93b73b9ad1ef6c69e0aa11fb53d5efe89274b65c55a1ac30bab23e8a255851b0e44306db54212b1d481e658cecd38e5ff22a25e1fa974858b7b03fb45b75
-DIST lua-5.2.3.tar.gz 251195 SHA256 
13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d SHA512 
264bb7c8db2f190ef0ca38584ec81999ab588f54e03119c5214c40bb8925b0eb407fac483a03e40cc8a220f6748ddff7d3a7392da3803418276b0d263b866449
 WHIRLPOOL 
d278a1e38416bcf7f82eb3e7fd5fb423e60ccb69e9d57a937070516ff8be2d19a98bbfdaf37ec6fd6fb3ef2d625900977ca0cb47e46cb0ede5ebd5d37a9454ef

diff --git a/dev-lang/lua/files/5.1.3/01_all_LUAI_MAXCSTACK.upstream.patch 
b/dev-lang/lua/files/5.1.3/01_all_LUAI_MAXCSTACK.upstream.patch
deleted file mode 100644
index a51e467..000
--- a/dev-lang/lua/files/5.1.3/01_all_LUAI_MAXCSTACK.upstream.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -rdu lua-5.1.3.orig/src/luaconf.h lua-5.1.3/src/luaconf.h
 lua-5.1.3.orig/src/luaconf.h   2008-02-12 16:17:59.0 +
-+++ lua-5.1.3/src/luaconf.h2008-02-12 16:26:32.0 +
-@@ -447,10 +447,10 @@
- @* can use.
- ** CHANGE it if you need lots of (Lua) stack space 

[gentoo-commits] proj/mozilla:master commit in: eclass/

2016-01-04 Thread Ian Stakenvicius
commit: b2dca54cd68b1ca0d66e880ac55fbf4e1827170b
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Jan  4 21:08:55 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Jan  4 21:08:55 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b2dca54c

enable or disable direct ffmpeg support for decoding html5 audio and video

 eclass/mozconfig-v6.44.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/mozconfig-v6.44.eclass b/eclass/mozconfig-v6.44.eclass
index fce86f0..1aec119 100644
--- a/eclass/mozconfig-v6.44.eclass
+++ b/eclass/mozconfig-v6.44.eclass
@@ -55,7 +55,7 @@ esac
 # Set the variable to any value if the use flag should exist but not be 
default-enabled.
 
 # use-flags common among all mozilla ebuilds
-IUSE="${IUSE} dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio 
selinux startup-notification system-cairo
+IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon 
pulseaudio selinux startup-notification system-cairo
system-icu system-jpeg system-libevent system-sqlite system-libvpx"
 
 # some notes on deps:
@@ -83,6 +83,7 @@ RDEPEND=">=app-text/hunspell-1.2
>=dev-libs/glib-2.26:2
>=sys-libs/zlib-1.2.3
>=virtual/libffi-3.0.10
+   ffmpeg? ( virtual/ffmpeg[mp3,x264] )
gstreamer? (
>=media-libs/gstreamer-1.4.5:1.0
>=media-libs/gst-plugins-base-1.4.5:1.0
@@ -251,6 +252,7 @@ mozconfig_config() {
mozconfig_annotate '' --target="${CTARGET:-${CHOST}}"
mozconfig_annotate '' --build="${CTARGET:-${CHOST}}"
 
+   use ffmpeg || mozconfig_annotate '-ffmpeg' --disable-ffmpeg
if use gstreamer ; then
mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0
elif use gstreamer-0 ; then



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/

2016-01-04 Thread Andreas Hüttel
commit: 25d167f593145274a77d64893e574d7d59395e8e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 17:09:03 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 18:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d167f5

dev-perl/Email-FolderType: Remove old

Package-Manager: portage-2.2.26

 .../Email-FolderType/Email-FolderType-0.813.0.ebuild | 20 
 dev-perl/Email-FolderType/Manifest   |  1 -
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/Email-FolderType/Email-FolderType-0.813.0.ebuild 
b/dev-perl/Email-FolderType/Email-FolderType-0.813.0.ebuild
deleted file mode 100644
index a5edeca..000
--- a/dev-perl/Email-FolderType/Email-FolderType-0.813.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.813
-inherit perl-module
-
-DESCRIPTION="Determine the type of a mail folder"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/Module-Pluggable"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Email-FolderType/Manifest 
b/dev-perl/Email-FolderType/Manifest
index dbc2cb8..02b64a7 100644
--- a/dev-perl/Email-FolderType/Manifest
+++ b/dev-perl/Email-FolderType/Manifest
@@ -1,2 +1 @@
-DIST Email-FolderType-0.813.tar.gz 19419 SHA256 
0ed8c9eee0c858f32653cd66a95818ef99d9a4b25416c317ff6dffa7706ec108 SHA512 
c9259b9ffc8d7efd88f8c18fc7f4116e7fffb8fcb514f457904a429b1f2b4a40835762a7ccbb2b8559f6035f743787a29e0b7e294f84e3cb2fdf4a2b3bd56eda
 WHIRLPOOL 
b53b486aafc43e673c2e478fd838084e1e4dc3d3ffcc5f3937892317dadc35eae67846133202961b1729affd0e4992219b41128ae0665bb59bd62a1b0842c68a
 DIST Email-FolderType-0.814.tar.gz 22454 SHA256 
a0648cfa85689f76e239f47314457f2901c22bfe504f5481e7dd833a275fe3ef SHA512 
3cc7e408af57b852f8d037035da929fb3e07b76bbb53f0aa435397e57006483102433ca4a6ddc7108a4efef948d4569220f1b5aaced304df2ea732e9c3ef6192
 WHIRLPOOL 
aee0f28388432a9839494e62756d8cde5ec9b9870d7237ad823597256c77a17fc598e75ec8ed35effcf92642049409bcf20f16472852f3f3b439217b193c04d3



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME/

2016-01-04 Thread Andreas Hüttel
commit: f103d0cee9215b2143b411c05828497a2b595db0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 18:38:48 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 18:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f103d0ce

dev-perl/Email-MIME: Version bump

Package-Manager: portage-2.2.26

 dev-perl/Email-MIME/Email-MIME-1.936.0.ebuild | 38 +++
 dev-perl/Email-MIME/Manifest  |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Email-MIME/Email-MIME-1.936.0.ebuild 
b/dev-perl/Email-MIME/Email-MIME-1.936.0.ebuild
new file mode 100644
index 000..56ac4cb
--- /dev/null
+++ b/dev-perl/Email-MIME/Email-MIME-1.936.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.936
+inherit perl-module
+
+DESCRIPTION="Easy MIME message parsing"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Email-Address
+   >=dev-perl/Email-MIME-ContentType-1.16.0
+   >=dev-perl/Email-MIME-Encodings-1.314.0
+   dev-perl/Email-MessageID
+   >=dev-perl/Email-Simple-2.206.0
+   >=virtual/perl-Encode-1.980.100
+   virtual/perl-MIME-Base64
+   >=dev-perl/MIME-Types-1.130.0
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   >=virtual/perl-Test-Simple-0.960.0
+   dev-perl/Test-Pod
+   dev-perl/Test-Pod-Coverage
+   )
+"

diff --git a/dev-perl/Email-MIME/Manifest b/dev-perl/Email-MIME/Manifest
index 8500d0e..e94e8bf 100644
--- a/dev-perl/Email-MIME/Manifest
+++ b/dev-perl/Email-MIME/Manifest
@@ -1,2 +1,3 @@
 DIST Email-MIME-1.926.tar.gz 111817 SHA256 
458b8dd539827a671352f4e9c759322e74e630b8e934fc942dbc06525a7d01a2 SHA512 
79eb9e98dcfda1fdd023ab7c42fe151cb9fc482844648be9bd9cbb73cc9583f1a78f8aa5e056e3c45a63fbe87db2aaafd7d460481697e22e787286f929807db3
 WHIRLPOOL 
e2c3c876df7a9852794f3c99ef346b1e0bcf8b2ae158ad05fc203576d9154414f0428e59241b12987cfe38098fd699001f3dfdf634e28b181041134ad2182470
 DIST Email-MIME-1.929.tar.gz 115105 SHA256 
b0c9267bd9266e40671c2080782f7303cb17b4e93bd066b8677137f21a6dc7e9 SHA512 
13a2591de92720dd3f8f798e442cf65c391d38e2a6d1e72d87c9301e8e3b2aa8fc1c8e3cfbcb829f14844bde59575a03ef7eb535741624e4dc8f3575c4089697
 WHIRLPOOL 
bd89adfe87ea78604c860730ef76f6f69c2e97512075445264f05297d08ae977ff76c48ee6d89c05760d3811126aebe89b985dcd1246e6d2065770f774f4f709
+DIST Email-MIME-1.936.tar.gz 117468 SHA256 
4c0934284da84b8e9ed48ff1060c9719273fac18e776f4c8e888a47c863ee661 SHA512 
3f7fa49a14cb4351a5967600f0ea6b491558ba0ee71799b58ff1a39579ca27776f2e22092d09cacfa5c1f1281033f216ba961807c2b72272e0c8dea5b0db024a
 WHIRLPOOL 
b42bd7f03daaeeb211fe84f2a154ad6186724b1e8b0b4ec92c8ac07f94900d84096b771127022a49e4cbd744930db763edc69146eb7a696c2f5904e3f9dfa2b9



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Simple/

2016-01-04 Thread Andreas Hüttel
commit: af102382861658296842e048846de6fcce138296
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 18:37:12 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 18:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af102382

dev-perl/Email-Simple: Normalize PV of 2.206; version bump

Package-Manager: portage-2.2.26

 ...{Email-Simple-2.206.ebuild => Email-Simple-2.206.0.ebuild} |  0
 ...{Email-Simple-2.206.ebuild => Email-Simple-2.208.0.ebuild} | 11 ---
 dev-perl/Email-Simple/Manifest|  1 +
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Email-Simple/Email-Simple-2.206.ebuild 
b/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
similarity index 100%
copy from dev-perl/Email-Simple/Email-Simple-2.206.ebuild
copy to dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild

diff --git a/dev-perl/Email-Simple/Email-Simple-2.206.ebuild 
b/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
similarity index 78%
rename from dev-perl/Email-Simple/Email-Simple-2.206.ebuild
rename to dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
index f5c5a43..305b273 100644
--- a/dev-perl/Email-Simple/Email-Simple-2.206.ebuild
+++ b/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=2.206
+DIST_AUTHOR=RJBS
+DIST_VERSION=2.208
 inherit perl-module
 
 DESCRIPTION="Simple parsing of RFC2822 message format and headers"
@@ -25,8 +25,5 @@ DEPEND="${RDEPEND}
dev-perl/Test-Pod-Coverage
>=virtual/perl-Test-Simple-0.960.0
virtual/perl-File-Spec
-   dev-perl/Capture-Tiny
)
 "
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/Email-Simple/Manifest b/dev-perl/Email-Simple/Manifest
index 81e53ed..881f448 100644
--- a/dev-perl/Email-Simple/Manifest
+++ b/dev-perl/Email-Simple/Manifest
@@ -1,2 +1,3 @@
 DIST Email-Simple-2.203.tar.gz 34856 SHA256 
a528d7531ff773e80d79e0d30b1845ee453561c5f060623397a609e315baeb43 SHA512 
69dbacb379dac96d478e9fb98b11de724516e9d591b09a5f1f3866c3c3fc23458d0914271f52b2625b18cc06f229a20a7711341a88616b27c9ed5843a25786d1
 WHIRLPOOL 
61a4b7f3707b637f5c39cd39d174347c61c3e1ee042d75391daaa3c9d876609222d1a702d7a6ba87e340c71484b1e7ef858566468e49b21a36a8a55893ebe068
 DIST Email-Simple-2.206.tar.gz 37604 SHA256 
42147dbe8ed9fbe4c8b02bc89491016880225444ec3219384e53285be4f0b7a5 SHA512 
4980247a98e7192b47f7307245b66056e5e6a1fb684c262be6121d094c75e57b69884817b121ad632d515a4f06275ac91e716cbec400ce6a51a60433a0fbbbe1
 WHIRLPOOL 
5c33ff5ee33a016dee64740b81ca4491455183c8b324766fbd89eae3ca1a385fdd0c5a4c96992bac8c04637bce2d8a67d9ba58970144b214c7d9f0cfb617997e
+DIST Email-Simple-2.208.tar.gz 38289 SHA256 
f13a83ecc41b4e72023066d865fc70dfbd85158d4e7722dca8249f54e0ec5be1 SHA512 
fee04ac6dfef6c0f48899a3d95662fbb8f2b803969a7d317a6ee82b2f7de4dc0e7a14388d4589e04963d8d6377b7033f0b3f4c57f761b20d3001267bb80ec647
 WHIRLPOOL 
b333e846245caee4fadfcc543c078688e4c2956335768f1b511f3ca33c2bc9a43a70e605facf1f3b7b7298d63356882110457782bc5834cb534d9bece59cfac8



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MessageID/

2016-01-04 Thread Andreas Hüttel
commit: e36c2ef25bd2999691904ef97aabf7326469cfcc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 17:12:27 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 18:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36c2ef2

dev-perl/Email-MessageID: Version bump

Package-Manager: portage-2.2.26

 .../Email-MessageID/Email-MessageID-1.406.0.ebuild | 26 ++
 dev-perl/Email-MessageID/Manifest  |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Email-MessageID/Email-MessageID-1.406.0.ebuild 
b/dev-perl/Email-MessageID/Email-MessageID-1.406.0.ebuild
new file mode 100644
index 000..f2aff81
--- /dev/null
+++ b/dev-perl/Email-MessageID/Email-MessageID-1.406.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.406
+inherit perl-module
+
+DESCRIPTION="Generate world unique message-ids"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.960.0
+   virtual/perl-File-Spec
+   dev-perl/Test-Pod
+   dev-perl/Test-Pod-Coverage
+   )
+"

diff --git a/dev-perl/Email-MessageID/Manifest 
b/dev-perl/Email-MessageID/Manifest
index a07768e..97f06eb 100644
--- a/dev-perl/Email-MessageID/Manifest
+++ b/dev-perl/Email-MessageID/Manifest
@@ -1,2 +1,3 @@
 DIST Email-MessageID-1.402.tar.gz 10794 SHA256 
215abe9f8594279eb49a14318adb403e5a55d9979dca34936d2225f87cebebff SHA512 
2f89ae6f7c219118b432659bab7b53b64a135dadec7e9aef1a1dacc4cab479e1a9ad2fed01234ba4c7bd846b41cb3463d8bf1c738b7dba9b21954b6b7fb7d93b
 WHIRLPOOL 
6318686a520f4a92ac4c5221aa9a93bc2825fcf887ac6cbb5221ae1a0e72df124abf4287b286832e5d686c4c2be0732fd7222dec590390a0c592d7126700e6d8
 DIST Email-MessageID-1.405.tar.gz 14841 SHA256 
03e7ade51b3ccbadf642bdea0cfb6af007fc871cb5f1319c4ba907f195354124 SHA512 
ea91d8e9ca9c54434b58d5e8d27ff99b746be72b6a3115ff43900b2399ea51bc1f50639b1b5e475ec97d2105a1cc64153a14fe0652bdbca7bdd5a1cb237d82a6
 WHIRLPOOL 
d45fd55a0402b6cd4bdce7bbab6a8aee55b48f1ebcd330aa65d3ca1e2380e81a6f3713173e9ac6327c1691f6c96ad49b3bf0ae7a770255e3a113d3b76ba804b4
+DIST Email-MessageID-1.406.tar.gz 16247 SHA256 
ec425ddbf395e0e1ac7c6f95b4933c55c57ac9f1e7514003c7c904ec6cd342b8 SHA512 
c36861267a127372076391e5e6458ee19bbdc8d09c3b1ce3131d0cad1a82a6f9b2bc5a29df8bafa2450ea0e5c06993abf98928f2246e694d05875e40b7e36109
 WHIRLPOOL 
ae8f142241ab1d04113a14baa45d9eae8c1012cec3dcae2ef805e5eb94d76814bc8acbbe731922537ae2a1b38efe7cb118c0332e27e7828a2235576b9a5b0422



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Reply/

2016-01-04 Thread Andreas Hüttel
commit: d17b7cf9fc283b0552b0ae773c809f0987729975
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 18:45:48 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 18:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17b7cf9

dev-perl/Email-Reply: Version bump

Package-Manager: portage-2.2.26

 dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild | 29 +
 dev-perl/Email-Reply/Manifest   |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild 
b/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild
new file mode 100644
index 000..973e6a5
--- /dev/null
+++ b/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.204
+inherit perl-module
+
+DESCRIPTION="Reply to a Message"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/Email-Abstract-2.10.0
+   >=dev-perl/Email-Address-1.800.0
+   >=dev-perl/Email-MIME-1.820.0
+   >=virtual/perl-Exporter-5.570.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Email-Reply/Manifest b/dev-perl/Email-Reply/Manifest
index 3d7e934..23cbf59 100644
--- a/dev-perl/Email-Reply/Manifest
+++ b/dev-perl/Email-Reply/Manifest
@@ -1 +1,2 @@
 DIST Email-Reply-1.203.tar.gz 15942 SHA256 
54128578569d76fe0089e6f7632e298484d034d1f50c63e85f2926fecbed3db0 SHA512 
2c4a0a93ad8b85688b2518b27a3b9d4e13ef6591aea83cb255af1074d40b56461a33432c364564b5aac7489775bae4984fbda005725f267b006bfb821dc95693
 WHIRLPOOL 
796920dc9fa9e1c2f8a6f589a900e26b8255f614055aa5ef7d79434f20f9da79b6f95c5d0f8b5da1b55b73877a68bdc11a0477a3df12e0965a2e32ff5c844ac5
+DIST Email-Reply-1.204.tar.gz 19079 SHA256 
ba4fd80ac5017d6d132e0358c786b0ecd1c7adcbeee5c19fb3da2964791a56f0 SHA512 
78353abe415fefbf4c70398433584221bf037eab09f4a6a20bcafec4e0a632a5ee07a880e33f806f61fe3a943b7f55c428d90bbc5ea9d5c551eb78e0ff88ac5a
 WHIRLPOOL 
d8ae418fd10788862171aeaffe991f4ef78232b4936ae8280246a1043b647a576527db98417e3d0f1a49d577e90e589f0b27141eacfb67639bc67a14ed23bbf0



[gentoo-commits] repo/gentoo:master commit in: app-misc/abook/

2016-01-04 Thread Eray Aslan
commit: d3aca0904eb034b28601df9730d1671ec02987c0
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan  4 19:36:35 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan  4 19:36:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3aca090

app-misc/abook: version bump to 0.6.1

Package-Manager: portage-2.2.26

 app-misc/abook/Manifest   |  1 +
 app-misc/abook/abook-0.6.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/app-misc/abook/Manifest b/app-misc/abook/Manifest
index e154d0f..c266294 100644
--- a/app-misc/abook/Manifest
+++ b/app-misc/abook/Manifest
@@ -1 +1,2 @@
 DIST abook-0.6.0pre2.tar.gz 411412 SHA256 
59d444504109dd96816e003b3023175981ae179af479349c34fa70bc12f6d385 SHA512 
d1bc437981964a5dd873b12458833c60306d37b36904a04b072cefe7501175933dd7817ca51f8634bbd6722f79f768b39e00b68d0699086d5efaf28d0cbdf1ed
 WHIRLPOOL 
fbaed8cc4dff1b7b7786c4f5b4124e94893d59e97b67372b0b1f1cf176a16ef23141c37255589cfb352f1e4993ae69d1f77077f2396aaa2c482e85b3c617fc5f
+DIST abook-0.6.1.tar.gz 319558 SHA256 
f0a90df8694fb34685ecdd45d97db28b88046c15c95e7b0700596028bd8bc0f9 SHA512 
993895ef2fd6d98d50db610699f8f0a28112778065ac56484373eb814afd8ab7371201fc21506c090514f4b29570ec229dc62c606ab068301152567e2c47fe66
 WHIRLPOOL 
5257a6000707ea58f21fa95841edcfcdb8a1f4921fa452b8aefdbd9bd2eecba01078d116d0e79316bde5b484a721640ffc501c0402a6601803c9312e1e4a2e6a

diff --git a/app-misc/abook/abook-0.6.1.ebuild 
b/app-misc/abook/abook-0.6.1.ebuild
new file mode 100644
index 000..ee129ac
--- /dev/null
+++ b/app-misc/abook/abook-0.6.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools
+
+MY_P="${P/_/}"
+DESCRIPTION="Abook is a text-based addressbook program designed to use with 
mutt mail client"
+HOMEPAGE="http://abook.sourceforge.net/;
+SRC_URI="http://abook.sourceforge.net/devel/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND="sys-libs/ncurses
+   sys-libs/readline
+   dev-libs/libvformat
+   nls? ( virtual/libintl )"
+DEPEND="nls? ( sys-devel/gettext )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # TODO: do the right thing and find out whats wrong with Makefile.in
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-curses \
+   --with-readline \
+   --enable-vformat \
+   $(use_enable nls)
+}
+
+src_compile() {
+   # bug 570428
+   emake CFLAGS="${CFLAGS} -std=gnu89"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc BUGS ChangeLog FAQ README TODO sample.abookrc
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/abook/

2016-01-04 Thread Eray Aslan
commit: f98a4e09ecfafec1f6ac3de0b326cd005d3dfef6
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan  4 19:35:12 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan  4 19:35:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98a4e09

app-misc/abook: QA: copyright 2016

Package-Manager: portage-2.2.26

 app-misc/abook/abook-0.6.0_pre2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/abook/abook-0.6.0_pre2.ebuild 
b/app-misc/abook/abook-0.6.0_pre2.ebuild
index e80a73b..e3d70b0 100644
--- a/app-misc/abook/abook-0.6.0_pre2.ebuild
+++ b/app-misc/abook/abook-0.6.0_pre2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-01-04 Thread Martin Mokrejs
commit: de4d66857c726324987eae3aeb90ff76be868a07
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Jan  4 20:36:53 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Jan  4 20:36:53 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=de4d6685

sci-biology/dna2pep: new package that will needed by sci-biology/Annocript

Package-Manager: portage-2.2.26

 sci-biology/dna2pep/ChangeLog  |  9 +
 sci-biology/dna2pep/dna2pep-1.1.ebuild | 24 
 sci-biology/dna2pep/metadata.xml   |  9 +
 3 files changed, 42 insertions(+)

diff --git a/sci-biology/dna2pep/ChangeLog b/sci-biology/dna2pep/ChangeLog
new file mode 100644
index 000..4b996b7
--- /dev/null
+++ b/sci-biology/dna2pep/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/dna2pep
+# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*dna2pep-1.1 (04 Jan 2016)
+
+  04 Jan 2016; Martin Mokrejs  
+dna2pep-1.1.ebuild,
+  +metadata.xml:
+  sci-biology/dna2pep: new package that will needed by sci-biology/Annocript

diff --git a/sci-biology/dna2pep/dna2pep-1.1.ebuild 
b/sci-biology/dna2pep/dna2pep-1.1.ebuild
new file mode 100644
index 000..14827c1
--- /dev/null
+++ b/sci-biology/dna2pep/dna2pep-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Translate DNA sequence into protein (with STOP codon 
read-through)"
+HOMEPAGE="http://www.cbs.dtu.dk/services/VirtualRibosome/download.php;
+SRC_URI="http://www.cbs.dtu.dk/services/VirtualRibosome/releases/${P}.tgz;
+
+# source code does not explictly mention GPL version so I assume GPL-1
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install(){
+   dobin *.py
+   insinto /usr/share/"${PN}"/
+   doins mtx/gcMitVertebrate.mtx
+}

diff --git a/sci-biology/dna2pep/metadata.xml b/sci-biology/dna2pep/metadata.xml
new file mode 100644
index 000..2bc8930
--- /dev/null
+++ b/sci-biology/dna2pep/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  sci-biology
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+



[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/lua/

2016-01-04 Thread Fabian Groffen
commit: 2a6686da4cb8391442ade9193f60940b0a63650e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan  4 19:10:49 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan  4 19:10:49 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2a6686da

dev-lang/lua: cleanup 5.2.1

Package-Manager: portage-2.2.20-prefix

 dev-lang/lua/lua-5.2.1.ebuild | 20 +---
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/dev-lang/lua/lua-5.2.1.ebuild b/dev-lang/lua/lua-5.2.1.ebuild
index 58e4a25..3cafe75 100644
--- a/dev-lang/lua/lua-5.2.1.ebuild
+++ b/dev-lang/lua/lua-5.2.1.ebuild
@@ -39,14 +39,6 @@ src_prepare() {
fi
fi
 
-   # fix libtool and ld usage on OSX
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   sed -i \
-   -e 's/libtool/glibtool/g' \
-   -e 's/-Wl,-E//g' \
-   Makefile src/Makefile
-   fi
-
[ -d "${FILESDIR}/${PV}" ] && \
EPATCH_SOURCE="${FILESDIR}/${PV}" 
EPATCH_SUFFIX="upstream.patch" epatch
 
@@ -74,17 +66,7 @@ src_compile() {
tc-export CC
 
# what to link to liblua
-   liblibs="-lm"
-   if [[ $CHOST == *-darwin* ]]; then
-   mycflags="${mycflags} -DLUA_USE_MACOSX"
-   elif [[ ${CHOST} == *-winnt* ]]; then
-   : # nothing for now...
-   elif [[ ${CHOST} == *-interix* ]]; then
-   : # nothing here too...
-   else # building for standard linux (and bsd too)
-   mycflags="${mycflags} -DLUA_USE_LINUX"
-   fi
-   liblibs="${liblibs} $(dlopen_lib)"
+   liblibs="-lm $(dlopen_lib)"
 
# what to link to the executables
mylibs=



[gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/

2016-01-04 Thread Lars Wendler
commit: 1d89e165849afc83515a15122b0663a924b88231
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  4 19:16:39 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  4 19:16:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d89e165

www-client/seamonkey: Adopted rpath handling from firefox ebuilds.

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler  gentoo.org>

 www-client/seamonkey/seamonkey-2.39.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/seamonkey/seamonkey-2.39.ebuild 
b/www-client/seamonkey/seamonkey-2.39.ebuild
index 628b69f..48f1fc6 100644
--- a/www-client/seamonkey/seamonkey-2.39.ebuild
+++ b/www-client/seamonkey/seamonkey-2.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -175,6 +175,9 @@ src_configure() {
mozconfig_init
mozconfig_config
 
+   # We want rpath support to prevent unneeded hacks on different libc 
variants
+   append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}"
+
# It doesn't compile on alpha without this LDFLAGS
use alpha && append-ldflags "-Wl,--no-relax"
 



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/

2016-01-04 Thread Mike Frysinger
commit: 9ce92a3e0e039149660f833a9fe470d9dc0eb453
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan  4 19:23:13 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan  4 19:26:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce92a3e

sys-firmware/seabios: add keywords for everyone #570876

We invert the REQUIRED_USE logic so it forces USE=binary for all
non-x86 arches.  That way installing binaries works regardless of
the architecture.

 sys-firmware/seabios/seabios-1.8.2.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild 
b/sys-firmware/seabios/seabios-1.8.2.ebuild
index 2c8d488..02b9e6f 100644
--- a/sys-firmware/seabios/seabios-1.8.2.ebuild
+++ b/sys-firmware/seabios/seabios-1.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ if [[ ${PV} = ** || ! -z "${EGIT_COMMIT}" ]]; then
EGIT_REPO_URI="git://git.seabios.org/seabios.git"
inherit git-2
 else
-   KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
# Upstream hasn't released a new binary.  We snipe ours from Fedora for 
now.
# http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz
SRC_URI="!binary? ( 
http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz )
@@ -35,14 +35,14 @@ SLOT="0"
 IUSE="+binary debug +seavgabios"
 
 REQUIRED_USE="debug? ( !binary )
-   ppc? ( binary )
-   ppc64? ( binary )"
+   !amd64? ( !x86? ( binary ) )"
 
+# The amd64/x86 check is needed to workaround #570892.
 DEPEND="
-   !binary? (
+   amd64? ( x86? ( !binary? (
>=sys-power/iasl-20060912
${PYTHON_DEPS}
-   )"
+   ) ) )"
 RDEPEND=""
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/abook/

2016-01-04 Thread Eray Aslan
commit: 16bd94f05d1d06ecf97c3e33b07df44f2dde5636
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jan  4 19:33:59 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jan  4 19:33:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bd94f0

app-misc/abook: fix building with gcc-5 (#570428)

Package-Manager: portage-2.2.26

 app-misc/abook/abook-0.6.0_pre2.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-misc/abook/abook-0.6.0_pre2.ebuild 
b/app-misc/abook/abook-0.6.0_pre2.ebuild
index e383d80..e80a73b 100644
--- a/app-misc/abook/abook-0.6.0_pre2.ebuild
+++ b/app-misc/abook/abook-0.6.0_pre2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,6 +32,11 @@ src_configure() {
econf $(use_enable nls)
 }
 
+src_compile() {
+   # bug 570428
+   emake CFLAGS="${CFLAGS} -std=gnu89"
+}
+
 src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc BUGS ChangeLog FAQ README TODO sample.abookrc || die "dodoc 
failed"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/

2016-01-04 Thread Fabian Groffen
commit: 8403a23f55f68430c75bd3d988a3f6f2d9edbc17
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan  4 20:30:45 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan  4 20:30:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8403a23f

dev-lang/lua: import Prefix changes

Package-Manager: portage-2.2.26

 dev-lang/lua/lua-5.1.4-r8.ebuild   | 12 +---
 dev-lang/lua/lua-5.1.5-r100.ebuild |  8 +++-
 dev-lang/lua/lua-5.1.5-r3.ebuild   |  8 +++-
 dev-lang/lua/lua-5.2.3-r1.ebuild   |  8 +++-
 4 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/dev-lang/lua/lua-5.1.4-r8.ebuild b/dev-lang/lua/lua-5.1.4-r8.ebuild
index b2f0b68..3a4bbf1 100644
--- a/dev-lang/lua/lua-5.1.4-r8.ebuild
+++ b/dev-lang/lua/lua-5.1.4-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.lua.org/ftp/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~ppc-aix ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+deprecated emacs readline static"
 
 RDEPEND="readline? ( sys-libs/readline )"
@@ -26,6 +26,12 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make-r1.patch
epatch "${FILESDIR}"/${PN}-${PATCH_PV}-module_paths.patch
 
+   # use glibtool on Darwin (versus Apple libtool)
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed -i -e '/LIBTOOL = /s:libtool:glibtool:' \
+   Makefile src/Makefile || die
+   fi
+
EPATCH_SOURCE="${FILESDIR}/${PV}" EPATCH_SUFFIX="upstream.patch" epatch
 
# correct lua versioning
@@ -54,9 +60,9 @@ src_prepare() {
 
# We want packages to find our things...
sed -i \
-   -e 's:/usr/local:/usr:' \
+   -e "s:/usr/local:${EPREFIX}/usr:" \
-e "s:/\:/$(get_libdir):g" \
-   etc/lua.pc
+   etc/lua.pc src/luaconf.h
 }
 
 # no need for a configure phase

diff --git a/dev-lang/lua/lua-5.1.5-r100.ebuild 
b/dev-lang/lua/lua-5.1.5-r100.ebuild
index a02c3a3..88cc870 100644
--- a/dev-lang/lua/lua-5.1.5-r100.ebuild
+++ b/dev-lang/lua/lua-5.1.5-r100.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.lua.org/ftp/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="5.1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-aix ~x64-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+deprecated emacs readline static"
 
 RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] )
@@ -34,6 +34,12 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make-r2.patch
epatch "${FILESDIR}"/${PN}-${PATCH_PV}-module_paths.patch
 
+   # use glibtool on Darwin (versus Apple libtool)
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed -i -e '/LIBTOOL = /s:libtool:glibtool:' \
+   Makefile src/Makefile || die
+   fi
+
#EPATCH_SOURCE="${FILESDIR}/${PV}" EPATCH_SUFFIX="upstream.patch" epatch
 
# correct lua versioning

diff --git a/dev-lang/lua/lua-5.1.5-r3.ebuild b/dev-lang/lua/lua-5.1.5-r3.ebuild
index 49edd5e..ab76592 100644
--- a/dev-lang/lua/lua-5.1.5-r3.ebuild
+++ b/dev-lang/lua/lua-5.1.5-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.lua.org/ftp/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-aix ~x64-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+deprecated emacs readline static"
 
 RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] )"
@@ -30,6 +30,12 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make-r1.patch
epatch "${FILESDIR}"/${PN}-${PATCH_PV}-module_paths.patch
 
+   # use glibtool on Darwin (versus Apple libtool)
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed -i -e '/LIBTOOL = /s:libtool:glibtool:' \
+   Makefile src/Makefile || die
+   fi
+
#EPATCH_SOURCE="${FILESDIR}/${PV}" EPATCH_SUFFIX="upstream.patch" epatch
 
# correct lua versioning

diff --git a/dev-lang/lua/lua-5.2.3-r1.ebuild b/dev-lang/lua/lua-5.2.3-r1.ebuild
index 01c8f60..16d253d 100644
--- a/dev-lang/lua/lua-5.2.3-r1.ebuild
+++ 

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

2016-01-04 Thread Martin Mokrejs
commit: fdcd2f0bcac8097a633a1efd013827916573f936
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Jan  4 20:45:40 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Jan  4 20:45:40 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fdcd2f0b

sci-biology/dna2pep: fix shebang lines

Package-Manager: portage-2.2.26

 sci-biology/dna2pep/ChangeLog  | 3 +++
 sci-biology/dna2pep/dna2pep-1.1.ebuild | 4 
 2 files changed, 7 insertions(+)

diff --git a/sci-biology/dna2pep/ChangeLog b/sci-biology/dna2pep/ChangeLog
index 4b996b7..f1a8fdd 100644
--- a/sci-biology/dna2pep/ChangeLog
+++ b/sci-biology/dna2pep/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  04 Jan 2016; Martin Mokrejs  dna2pep-1.1.ebuild:
+  sci-biology/dna2pep: fix shebang lines
+
 *dna2pep-1.1 (04 Jan 2016)
 
   04 Jan 2016; Martin Mokrejs  
+dna2pep-1.1.ebuild,

diff --git a/sci-biology/dna2pep/dna2pep-1.1.ebuild 
b/sci-biology/dna2pep/dna2pep-1.1.ebuild
index 14827c1..891ae67 100644
--- a/sci-biology/dna2pep/dna2pep-1.1.ebuild
+++ b/sci-biology/dna2pep/dna2pep-1.1.ebuild
@@ -17,6 +17,10 @@ IUSE=""
 DEPEND=""
 RDEPEND="${DEPEND}"
 
+src_prepare(){
+   sed -e 's@#!/usr/local/python/bin/python@#! /usr/bin/env python@' -i 
*.py || die
+}
+
 src_install(){
dobin *.py
insinto /usr/share/"${PN}"/



[gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/

2016-01-04 Thread Michael Palimaka
commit: e09b3e274e18f5180ba935c787d8ae7413ebc320
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan  4 18:56:12 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan  4 18:56:12 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e09b3e27

kde-plasma/libkscreen: restrict tests

Gentoo-bug: 566710

Package-Manager: portage-2.2.26

 kde-plasma/libkscreen/libkscreen-5.5.49..ebuild | 3 +++
 kde-plasma/libkscreen/libkscreen-.ebuild| 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-plasma/libkscreen/libkscreen-5.5.49..ebuild 
b/kde-plasma/libkscreen/libkscreen-5.5.49..ebuild
index 7555dff..2a9a074 100644
--- a/kde-plasma/libkscreen/libkscreen-5.5.49..ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.5.49..ebuild
@@ -21,3 +21,6 @@ DEPEND="
 RDEPEND="${DEPEND}
!x11-libs/libkscreen:5
 "
+
+# requires running session
+RESTRICT="test"

diff --git a/kde-plasma/libkscreen/libkscreen-.ebuild 
b/kde-plasma/libkscreen/libkscreen-.ebuild
index 7555dff..2a9a074 100644
--- a/kde-plasma/libkscreen/libkscreen-.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-.ebuild
@@ -21,3 +21,6 @@ DEPEND="
 RDEPEND="${DEPEND}
!x11-libs/libkscreen:5
 "
+
+# requires running session
+RESTRICT="test"



[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/lua/

2016-01-04 Thread Fabian Groffen
commit: 6d6e76fcd87c3eef8a7a5ec7cc46d3a7ae2367e7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan  4 19:32:40 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan  4 19:32:40 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6d6e76fc

dev-lang/lua: bring 5.2.1 up to rev 1.4

Package-Manager: portage-2.2.20-prefix

 dev-lang/lua/lua-5.2.1.ebuild | 37 +
 1 file changed, 17 insertions(+), 20 deletions(-)

diff --git a/dev-lang/lua/lua-5.2.1.ebuild b/dev-lang/lua/lua-5.2.1.ebuild
index 3cafe75..3d01ece 100644
--- a/dev-lang/lua/lua-5.2.1.ebuild
+++ b/dev-lang/lua/lua-5.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.2.1.ebuild,v 1.1 
2012/07/04 19:34:20 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/Attic/lua-5.2.1.ebuild,v 1.4 
2014/07/04 21:21:21 mabi dead $
 
 EAPI=4
 
@@ -23,28 +23,14 @@ PDEPEND="emacs? ( app-emacs/lua-mode )"
 src_prepare() {
local PATCH_PV=$(get_version_component_range 1-2)
 
-   if [[ ${CHOST} == *-winnt* ]]; then
-   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make-no-libtool.patch
-   else
-   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make.patch
-
-   # Using dynamic linked lua is not recommended for performance
-   # reasons. 
http://article.gmane.org/gmane.comp.lang.lua.general/18519
-   # Mainly, this is of concern if your arch is poor with GPRs, 
like x86
-   # Note that this only affects the interpreter binary (named 
lua), not the lua
-   # compiler (built statically) nor the lua libraries (both 
shared and static
-   # are installed)
-   if use static ; then
-   sed -i -e 's:\(-export-dynamic\):-static \1:' 
src/Makefile
-   fi
-   fi
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make.patch
 
[ -d "${FILESDIR}/${PV}" ] && \
EPATCH_SOURCE="${FILESDIR}/${PV}" 
EPATCH_SUFFIX="upstream.patch" epatch
 
sed -i \
-   -e 's:\(LUA_ROOT\s*\).*:\1"/usr/":' \
-   -e "s:\(LUA_CDIR\s*LUA_ROOT \"\)lib:\1$(get_libdir):" \
+   -e 's:\(define LUA_ROOT\s*\).*:\1"'${EPREFIX}'/usr/":' \
+   -e "s:\(define LUA_CDIR\s*LUA_ROOT \"\)lib:\1$(get_libdir):" \
src/luaconf.h \
|| die "failed patching luaconf.h"
 
@@ -57,6 +43,16 @@ src_prepare() {
sed -i -e '/#define LUA_USE_READLINE/d' src/luaconf.h
fi
 
+   # Using dynamic linked lua is not recommended for performance
+   # reasons. http://article.gmane.org/gmane.comp.lang.lua.general/18519
+   # Mainly, this is of concern if your arch is poor with GPRs, like x86
+   # Note that this only affects the interpreter binary (named lua), not 
the lua
+   # compiler (built statically) nor the lua libraries (both shared and 
static
+   # are installed)
+   if use static ; then
+   sed -i -e 's:\(-export-dynamic\):-static \1:' src/Makefile
+   fi
+
# upstream does not use libtool, but we do (see bug #336167)
cp "${FILESDIR}/configure.in" "${S}"
eautoreconf
@@ -66,7 +62,8 @@ src_compile() {
tc-export CC
 
# what to link to liblua
-   liblibs="-lm $(dlopen_lib)"
+   liblibs="-lm"
+   liblibs="${liblibs} $(dlopen_lib)"
 
# what to link to the executables
mylibs=



[gentoo-commits] repo/gentoo:master commit in: sys-libs/newlib/

2016-01-04 Thread Mike Frysinger
commit: 31c35a379828faca7d29276ea6e3a046c71a0974
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan  4 19:56:24 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan  4 19:57:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c35a37

sys-libs/newlib: version bump to 2.3.0.20160104

 sys-libs/newlib/Manifest |  1 +
 sys-libs/newlib/newlib-2.3.0.20160104.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/sys-libs/newlib/Manifest b/sys-libs/newlib/Manifest
index d5e1925..21ea4cb 100644
--- a/sys-libs/newlib/Manifest
+++ b/sys-libs/newlib/Manifest
@@ -5,3 +5,4 @@ DIST newlib-2.0.0.tar.gz 15868470 SHA256 
49c29e9129325e7c3b221aa829743ddcd796d02
 DIST newlib-2.1.0.tar.gz 16199705 SHA256 
3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48 SHA512 
6770864f9307abb2401a4e48f286845d3a4afc30b2ac987da4b964a5485cc3823b32d06a0abf61528e93c4ad8a3a0aa3cc1ecd3b033850e6b2bde6d9bbc9a547
 WHIRLPOOL 
6faba54a72c6242c694f43a7f2e62d23584fec658818201ee58e1d2954d45b58a5f4effd63f5274b99748ed7730db76e0cf2aa1ecfbdf7001f10929d7db6353c
 DIST newlib-2.2.0.20150423.tar.gz 17485660 SHA256 
b1ff3642b246adc6ee546884cb9ea3b0913f17394cbf7ca4d3b82544fef759f7 SHA512 
0eecaf5dbf6caf0e0fca3697dfd70e5f60ecbc0a3365852586bc40a32bd535ef0936fa7fc68fceda3426cdb9b6259de12ed00303cadeea09d95b5f1a07022bae
 WHIRLPOOL 
37d78cf24a072819bcf098e3b384cf6fa3a11ded461d6fb12e8635169fcb8b638400622878ad947df55236957a6ce3884ad46f02f7351414842eb048ceed7d73
 DIST newlib-2.2.0.tar.gz 16521910 SHA256 
f8add263b0737591aff451b12a00c262c2efac4fa87d741fa1c318fc3bb335be SHA512 
ab9161f16845367c823b6709e3c5708969f29f05c77edb1cf969ff4202f358648f1e55080974599dcefed2fbced4694dc73748596e76c1aa37c50cddff6e4be3
 WHIRLPOOL 
8dfc23f93d774c5092d64d1482c3ecc6e3ba35395822bb1d52f5e3b86f644ee803927bff133883926f3e019cfd5d9f04ffe0dcaac20bdf144c542ba1dc3edff9
+DIST newlib-2.3.0.20160104.tar.gz 17674117 SHA256 
c92a0e02904bd4fbe1dd416ed94e786c66afbaeae484e4c26be8bb7c7c1e4cd1 SHA512 
d83ce298b1b72eabf92e4ec14af3afdf3122e34aff5e320295a398df077235a78aa87148895b441a4f7de3047815e7ce13ea06a06135dd86b69a200236514293
 WHIRLPOOL 
41ab57955b886dad8988bd06a18c1b5bbf21c7b554410711c17141bbc12d70af2f6ce6f9d3503c11180d46b42bcf305c6347ea58252d24459dc02c568aeb8497

diff --git a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild 
b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
new file mode 100644
index 000..8c40312
--- /dev/null
+++ b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit flag-o-matic toolchain-funcs eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://sourceware.org/git/newlib.git"
+   inherit git-r3
+else
+   SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz;
+#  if [[ ${PV} != *.201[5-9] ]] ; then
+   KEYWORDS="-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+#  fi
+fi
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+DESCRIPTION="Newlib is a C library intended for use on embedded systems"
+HOMEPAGE="http://sourceware.org/newlib/;
+
+LICENSE="NEWLIB LIBGLOSS GPL-2"
+SLOT="0"
+IUSE="nls threads unicode crosscompile_opts_headers-only"
+RESTRICT="strip"
+
+NEWLIBBUILD="${WORKDIR}/build"
+
+pkg_setup() {
+   # Reject newlib-on-glibc type installs
+   if [[ ${CTARGET} == ${CHOST} ]] ; then
+   case ${CHOST} in
+   *-newlib|*-elf) ;;
+   *) die "Use sys-devel/crossdev to build a newlib 
toolchain" ;;
+   esac
+   fi
+}
+
+src_prepare() {
+   epatch_user
+}
+
+src_configure() {
+   # we should fix this ...
+   unset LDFLAGS
+   CHOST=${CTARGET} strip-unsupported-flags
+
+   local myconf=""
+   [[ ${CTARGET} == "spu" ]] \
+   && myconf="${myconf} --disable-newlib-multithread" \
+   || myconf="${myconf} $(use_enable threads newlib-multithread)"
+
+   mkdir -p "${NEWLIBBUILD}"
+   cd "${NEWLIBBUILD}"
+
+   ECONF_SOURCE=${S} \
+   econf \
+   $(use_enable unicode newlib-mb) \
+   $(use_enable nls) \
+   ${myconf}
+}
+
+src_compile() {
+   emake -C "${NEWLIBBUILD}"
+}
+
+src_install() {
+   cd "${NEWLIBBUILD}"
+   emake -j1 DESTDIR="${D}" install
+#  env -uRESTRICT CHOST=${CTARGET} prepallstrip
+   # minor hack to keep things clean
+   rm -fR "${D}"/usr/share/info
+   rm -fR "${D}"/usr/info
+}



[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/lua/files/, dev-lang/lua/

2016-01-04 Thread Fabian Groffen
commit: f39c63c49dda6e5ce7b74ae36af82a192130f437
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan  4 20:04:26 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan  4 20:04:26 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f39c63c4

dev-lang/lua: align versions more with gx86

Package-Manager: portage-2.2.20-prefix

 dev-lang/lua/Manifest  |   3 +-
 dev-lang/lua/files/lua-5.2-make-r1.patch   |  75 +++
 dev-lang/lua/lua-5.1.4-r4.ebuild   | 139 -
 dev-lang/lua/lua-5.1.4-r8.ebuild   |  46 +++
 dev-lang/lua/lua-5.2.0-r1.ebuild   | 128 ---
 .../lua/{lua-5.2.1.ebuild => lua-5.2.3-r1.ebuild}  |  98 +--
 6 files changed, 154 insertions(+), 335 deletions(-)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index 3a96f90..a1c8527 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -1,3 +1,2 @@
 DIST lua-5.1.4.tar.gz 216679 SHA256 
b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a SHA512 
bc542fe8535826ac1e49b03a8f238cf049724b02c14718f8162cfeaf735a5e6c58412ff18dbe7a38e4cc4433f3d1e702554e9b24b5f021634b4280880980f40f
 WHIRLPOOL 
2d8fdf77e31314eed68d8ace368a62a608a58114bea5c8797a2e2d327ca870dd4450ede494733d49c97bb447c97adf08610027df3206999a35fb49cde77448fd
-DIST lua-5.2.0.tar.gz 246377 SHA256 
cabe379465aa8e388988073d59b69e76ba0025429d2c1da80821a252cdf6be0d SHA512 
48c4a35323309c983a785a320b9a5058401c8b6cc0a4296ace66ab13ecb435d5274fdbaa28498f232619bda3bdee6eae9d264421406a83e55a418e2a6e95388a
 WHIRLPOOL 
d14eeaa0322b611a65d698faf94e00611e3c4942363e2db068891838f6f7abab9b2ca509b6e3791b0f734ee69e41e07ac63a372d0bee60c9e8ffcc5a0f693909
-DIST lua-5.2.1.tar.gz 249882 SHA256 
64304da87976133196f9e4c15250b70f67b6ed80d7cfd7b3b982b5177be5 SHA512 
d0548d2cc2aa4fb4b5ae19d0ff675027370e3ee22d6e1ba448651c6f1f6f5e6b6214c81b760a23954f1e270936248bc021b9594a75191de4c1921e73d1ae48fb
 WHIRLPOOL 
2a8d3d3c6ae37307bd667ab0619f7992f12ad4fb6c2709c2b4ee797b33d6eebee2d0298b7cb1b1a62d6140d3f9563ed7479c508da55234148981e57fe159e842
+DIST lua-5.2.3.tar.gz 251195 SHA256 
13c2fb97961381f7d06d5b5cea55b743c163800896fd5c5e2356201d3619002d SHA512 
264bb7c8db2f190ef0ca38584ec81999ab588f54e03119c5214c40bb8925b0eb407fac483a03e40cc8a220f6748ddff7d3a7392da3803418276b0d263b866449
 WHIRLPOOL 
d278a1e38416bcf7f82eb3e7fd5fb423e60ccb69e9d57a937070516ff8be2d19a98bbfdaf37ec6fd6fb3ef2d625900977ca0cb47e46cb0ede5ebd5d37a9454ef

diff --git a/dev-lang/lua/files/lua-5.2-make-r1.patch 
b/dev-lang/lua/files/lua-5.2-make-r1.patch
new file mode 100644
index 000..a0624af
--- /dev/null
+++ b/dev-lang/lua/files/lua-5.2-make-r1.patch
@@ -0,0 +1,75 @@
+--- lua-5.1.1.orig/Makefile2006-06-02 12:53:38.0 +0200
 lua-5.1.1/Makefile 2006-11-16 02:16:53.0 +0100
+@@ -11,7 +11,7 @@
+ # so take care if INSTALL_TOP is not an absolute path.
+ INSTALL_TOP= /usr/local
+ INSTALL_BIN= $(INSTALL_TOP)/bin
+-INSTALL_INC= $(INSTALL_TOP)/include
++INSTALL_INC= $(INSTALL_TOP)/include/lua$V
+ INSTALL_LIB= $(INSTALL_TOP)/lib
+ INSTALL_MAN= $(INSTALL_TOP)/man/man1
+ #
+@@ -127,3 +127,18 @@
+ .PHONY: all $(PLATS) clean install local none dummy echo pecho lecho newer
+ 
+ # (end of Makefile)
++
++# Use libtool for binary installs, etc.
++
++export V
++export LIBTOOL = $(EROOT)usr/bin/libtool --quiet --tag=CC
++# See libtool manual about how to set this
++
++gentoo_clean:
++  cd src; $(MAKE) $@
++
++gentoo_install:
++  mkdir -p $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB)
++  cd src; $(LIBTOOL) --mode=install $(INSTALL_EXEC) lua$V luac$V 
$(INSTALL_BIN)
++  cd src; $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
++  cd src; $(LIBTOOL) --mode=install $(INSTALL_DATA) liblua$V.la 
$(INSTALL_LIB)
+--- lua-5.1.1.orig/src/Makefile2006-03-22 01:41:49.0 +0100
 lua-5.1.1/src/Makefile 2006-11-16 02:10:27.0 +0100
+@@ -39,1 +39,1 @@
+-LUA_T=lua
++LUA_T= lua$V
+@@ -42,1 +42,1 @@
+-LUAC_T=   luac
++LUAC_T=   luac$V
+@@ -54,1 +54,1 @@
+-$(LUA_T): $(LUA_O) $(LUA_A)
++origin$(LUA_T): $(LUA_O) $(LUA_A)
+@@ -57,1 +57,1 @@
+-$(LUAC_T): $(LUAC_O) $(LUA_A)
++origin$(LUAC_T): $(LUAC_O) $(LUA_A)
+@@ -185,3 +185,30 @@
+ lzio.o: lzio.c lua.h luaconf.h llimits.h lmem.h lstate.h lobject.h ltm.h \
+  lzio.h
+
++
++export LIBTOOL = $(EROOT)usr/bin/libtool --quiet --tag=CC
++export LIB_VERSION = 6:1:1
++
++# The following rules use libtool for compiling and linking in order to
++# provide shared library support.
++
++LIB_NAME = liblua$V.la
++LIB_OBJS = $(CORE_O:.o=.lo) $(LIB_O:.o=.lo)
++
++%.lo %.o: %.c
++  $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
++
++$(LIB_NAME): $(LIB_OBJS)
++  $(LIBTOOL) --mode=link $(CC) -version-info $(LIB_VERSION) \
++-rpath $(RPATH) $(LDFLAGS) -o $(LIB_NAME) $(LIB_OBJS) $(LIB_LIBS)
++
++$(LUA_T): $(LUA_O:.o=.lo) $(LIB_NAME)
++  

[gentoo-commits] repo/gentoo:master commit in: app-admin/hddtemp/files/

2016-01-04 Thread Amadeusz Piotr Żołnowski
commit: 9dd26903c161f3ac346becfab59a39fe89687f28
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Mon Jan  4 19:07:44 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Jan  4 19:08:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd26903

app-admin/hddtemp: Add WDC WD10EZEX-00BN5A0 to hddgentoo db

Package-Manager: portage-2.2.26

 app-admin/hddtemp/files/hddgentoo.db | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/hddtemp/files/hddgentoo.db 
b/app-admin/hddtemp/files/hddgentoo.db
index 5034215..079816a 100644
--- a/app-admin/hddtemp/files/hddgentoo.db
+++ b/app-admin/hddtemp/files/hddgentoo.db
@@ -234,3 +234,4 @@
 "WDC WD7500BFCX-68N6GN0"   194 C "Western 
Digital Red 750GB SATA"
 "Hitachi HTS547575A9E384"  190 C "Hitachi 
Travelstar 5K750 750GB SATA2 5400RPM 8MB"
 "WDC WD30PURX-64P6ZY0" 194 C "Western 
Digital Purple 3TB 64MB Cache"
+"WDC WD10EZEX-00BN5A0" 194 C "Western 
Digital Blue 1TB SATA3 7200RPM 64MB"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-dvb-daemon/

2016-01-04 Thread Dennis Lamm
commit: 036a843354a0a3a0c04db188f8998566920c33c0
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Jan  4 08:07:08 2016 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Jan  4 08:07:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036a8433

gnome-extra/gnome-dvb-daemon added longdescription to metadata

Package-Manager: portage-2.2.26

 gnome-extra/gnome-dvb-daemon/metadata.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/gnome-extra/gnome-dvb-daemon/metadata.xml 
b/gnome-extra/gnome-dvb-daemon/metadata.xml
index 222c199..9ef9a44 100644
--- a/gnome-extra/gnome-dvb-daemon/metadata.xml
+++ b/gnome-extra/gnome-dvb-daemon/metadata.xml
@@ -2,6 +2,11 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 gnome
+
+   GNOME DVB Daemon is a daemon written in Vala based on GStreamer to 
setup your 
+   DVB devices, record and watch TV shows and browse EPG.  It can be 
controlled 
+   by any application via its D-Bus interface.
+
 
Build a plugin for 
media-video/totem
Add support for dev-lang/vala



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/

2016-01-04 Thread Andrey Grozin
commit: 91e505da8e8f0a0e654f81b0c531ae43284a3a56
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jan  4 09:34:35 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jan  4 09:35:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e505da

sci-mathematics/nestedsums: keyworded 1.4.12-r1 ~amd64

Package-Manager: portage-2.2.26

 sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild 
b/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild
index b106f0a..b1d8c56 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI="3"
@@ -8,7 +8,7 @@ IUSE="doc"
 SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 RDEPEND=">=sci-mathematics/ginac-1.5"
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: profiles/

2016-01-04 Thread Andrey Grozin
commit: c98bca5ed7cc0a7dfd4f904dcbc320cc50afb976
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jan  4 09:44:10 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jan  4 09:44:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98bca5e

profiles: masked =sci-mathematics/reduce-20110414-r1

 profiles/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 261d805..ebab05b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andrey Grozin  (04 Jan 2016)
+# Needs a bump and substantial ebuild rewrite
+=sci-mathematics/reduce-20110414-r1
+
 # Michael Sterrett  (04 Jan 2016)
 # Upstream stopped development in 2004 and doesn't work on modern systems.
 # Masked for removal on 20160203



[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/

2016-01-04 Thread Lars Wendler
commit: 19714751749b7f07ecfcce527c3961532ee72437
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  4 10:23:43 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  4 10:24:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19714751

net-im/pidgin: Fixed gstreamer support for real this time (bug #570776).

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler  gentoo.org>

 net-im/pidgin/pidgin-2.10.12.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.10.12.ebuild 
b/net-im/pidgin/pidgin-2.10.12.ebuild
index 407fe46..7d3cf1d 100644
--- a/net-im/pidgin/pidgin-2.10.12.ebuild
+++ b/net-im/pidgin/pidgin-2.10.12.ebuild
@@ -203,7 +203,8 @@ src_configure() {
$(use_enable debug) \
$(use_enable dbus) \
$(use_enable meanwhile) \
-   $(use_enable gstreamer gstreamer 1.0) \
+   $(use_enable gstreamer) \
+   $(use_with gstreamer gstreamer 1.0) \
$(use_enable gstreamer farstream) \
$(use_enable gstreamer vv) \
$(use_enable sasl cyrus-sasl ) \



[gentoo-commits] proj/portage:master commit in: pym/_emerge/, man/

2016-01-04 Thread Alexander Berntsen
commit: 51f100e42753d6ffd3a24dfcb2ff8af0aa34966e
Author: Lucian Poston  gmail  com>
AuthorDate: Sat Jan  2 23:05:28 2016 +
Commit: Alexander Berntsen  gentoo  org>
CommitDate: Mon Jan  4 10:34:55 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=51f100e4

emerge: Add --autounmask-only parameter (bug 570672)

The --autounmask-only parameter will display autounmask messages,
perform autounmasking (in accordance with the other --autounmask-*
parameters), and exit with success (return value 0).

X-Gentoo-Bug: 570672
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=570672

 man/emerge.1   |  6 ++
 pym/_emerge/actions.py |  4 
 pym/_emerge/main.py| 11 +++
 3 files changed, 21 insertions(+)

diff --git a/man/emerge.1 b/man/emerge.1
index c03f044..05b2a01 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -361,6 +361,12 @@ the specified configuration file(s), or enable the
 \fBEMERGE_DEFAULT_OPTS\fR variable may be used to
 disable this option by default in \fBmake.conf\fR(5).
 .TP
+.BR "\-\-autounmask\-only [ y | n ]"
+Instead of doing any package building, just unmask
+packages and generate package.use settings as necessary
+to satisfy dependencies. This option is disabled by
+default.
+.TP
 .BR "\-\-autounmask\-unrestricted\-atoms [ y | n ]"
 If \-\-autounmask is enabled, keyword and mask changes
 using the \'=\' operator will be written. With this

diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index c3b0b98..59626ad 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -327,6 +327,10 @@ def action_build(settings, trees, mtimedb,
display_missing_pkg_set(root_config, e.value)
return 1
 
+   if "--autounmask-only" in myopts:
+   mydepgraph.display_problems()
+   return 0
+
if not success:
mydepgraph.display_problems()
return 1

diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index 5a8b93c..5dbafee 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -127,6 +127,7 @@ def insert_optional_args(args):
'--alert': y_or_n,
'--ask'  : y_or_n,
'--autounmask'   : y_or_n,
+   '--autounmask-only'  : y_or_n,
'--autounmask-keep-masks': y_or_n,
'--autounmask-unrestricted-atoms' : y_or_n,
'--autounmask-write' : y_or_n,
@@ -323,6 +324,11 @@ def parse_opts(tmpcmdline, silent=False):
"choices" : true_y_or_n
},
 
+   "--autounmask-only": {
+   "help": "only perform --autounmask",
+   "choices" : true_y_or_n
+   },
+
"--autounmask-unrestricted-atoms": {
"help": "write autounmask changes with >= atoms if 
possible",
"choices" : true_y_or_n
@@ -745,6 +751,11 @@ def parse_opts(tmpcmdline, silent=False):
if myoptions.autounmask in true_y:
myoptions.autounmask = True
 
+   if myoptions.autounmask_only in true_y:
+   myoptions.autounmask_only = True
+   else:
+   myoptions.autounmask_only = None
+
if myoptions.autounmask_unrestricted_atoms in true_y:
myoptions.autounmask_unrestricted_atoms = True
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/collectd/files/, app-admin/collectd/

2016-01-04 Thread Jason Zaman
commit: 255bbef4ec73371480d70ddcf331e1a1c9db1574
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Jan  4 10:03:02 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jan  4 10:04:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255bbef4

app-admin/collectd: update patch to unbundle libltdl

Package-Manager: portage-2.2.26

 app-admin/collectd/collectd-5.5.0.ebuild |  7 +++--
 app-admin/collectd/files/collectd-5.5.0-lt.patch | 35 
 2 files changed, 39 insertions(+), 3 deletions(-)

diff --git a/app-admin/collectd/collectd-5.5.0.ebuild 
b/app-admin/collectd/collectd-5.5.0.ebuild
index 012278f..64af3dd 100644
--- a/app-admin/collectd/collectd-5.5.0.ebuild
+++ b/app-admin/collectd/collectd-5.5.0.ebuild
@@ -126,8 +126,9 @@ REQUIRED_USE="
collectd_plugins_python?( ${PYTHON_REQUIRED_USE} )"
 
 PATCHES=(
-   "${FILESDIR}/${PN}-5.4.1"-{libocci,lt}.patch
-   "${FILESDIR}/${PN}-4.10.3"-werror.patch
+   "${FILESDIR}/${PN}-5.4.1-libocci.patch"
+   "${FILESDIR}/${PN}-5.5.0-lt.patch"
+   "${FILESDIR}/${PN}-4.10.3-werror.patch"
 )
 
 # @FUNCTION: collectd_plugin_kernel_linux
@@ -220,7 +221,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   default
+   epatch ${PATCHES[@]}
epatch_user
 
# There's some strange prefix handling in the default config file, 
resulting in

diff --git a/app-admin/collectd/files/collectd-5.5.0-lt.patch 
b/app-admin/collectd/files/collectd-5.5.0-lt.patch
new file mode 100644
index 000..b14736b
--- /dev/null
+++ b/app-admin/collectd/files/collectd-5.5.0-lt.patch
@@ -0,0 +1,35 @@
+diff --git Makefile.am Makefile.am
+index 5267123..a7e0d0c 100644
+--- Makefile.am
 Makefile.am
+@@ -1,6 +1,4 @@
+-ACLOCAL_AMFLAGS = -I libltdl/m4
+-
+-SUBDIRS = libltdl src bindings .
++SUBDIRS = src bindings .
+
+ INCLUDES = $(LTDLINCL)
+
+--- configure.ac.old   2016-01-04 13:55:39.286846436 +0400
 configure.ac   2016-01-04 13:56:07.905362298 +0400
+@@ -2,12 +2,10 @@
+ AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
+ AC_CONFIG_SRCDIR(src/)
+ AC_CONFIG_HEADERS(src/config.h)
+-AC_CONFIG_AUX_DIR([libltdl/config])
+ 
+ m4_ifdef([LT_PACKAGE_VERSION],
+   # libtool >= 2.2
+   [
+-   LT_CONFIG_LTDL_DIR([libltdl])
+LT_INIT([dlopen])
+LTDL_INIT([convenience])
+AC_DEFINE(LIBTOOL_VERSION, 2, [Define to used libtool version.])
+@@ -19,7 +17,6 @@
+AC_SUBST(LTDLINCL)
+AC_SUBST(LIBLTDL)
+AC_LIBTOOL_DLOPEN
+-   AC_CONFIG_SUBDIRS(libltdl)
+AC_DEFINE(LIBTOOL_VERSION, 1, [Define to used libtool version.])
+   ]
+ )



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2016-01-04 Thread Agostino Sarubbo
commit: 994fd2947fdd9011098e68e795d510d9d4029cbf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 10:02:48 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 10:02:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994fd294

sys-kernel/git-sources: Automated version bump to 4.4_rc8

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-4.4_rc8.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 521cf84..3a3337e 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-4.4-rc4.xz 6583896 SHA256 
e2a1f4198c0f56b0fb9cdf7056a3efb5c99d117e6c5
 DIST patch-4.4-rc5.xz 6618504 SHA256 
d976f02cae338d12981c1d9479077379ac7b7b8210fa216549ca24c51b68d85a SHA512 
38f1d3b1999374850e7c857d35afeca38d7ae253face09cc689220b38aa0e87a53effcfee13ad6b821a0a7b8a1a9c0ab7a2c0b114d63dbf44f48a41f0c32483f
 WHIRLPOOL 
765f27ca1270a2d3b0d0013a34f71d3891742e57b18f641eacb1ba070abfa8928a7bea7b8e42717ac6568930e83db5c6d113bee40d0a46b17abfb03778b1c42e
 DIST patch-4.4-rc6.xz 6663416 SHA256 
e4dde89da4c186e16f0af79fb812314a1afb2746349b57831baebb9c762b6c78 SHA512 
a8b362c98f76997070e2b8703836c00e5938c37c9c3cf77f4d68c77f78ee5935e305210681c8d45d534027abca249e0b607a57fc4f7df15b756c2a32e4401427
 WHIRLPOOL 
c3e6ba088509c3aa27da021aac74602d90a308d6c66440646ac97a046e644428cd9749d98e3dbcadb9cf6526fb35fea621e83fbd73e1233be8d261060c2d27aa
 DIST patch-4.4-rc7.xz 6677688 SHA256 
263c181c3d3a53e9bcd501dbc8f8afc6ed8b81f695bc5a670271530f1e671104 SHA512 
3895e3a9515f215bdc3f57c9106392dbd19c7ec1b7c360f405b5e203fa1419487781e85416441b14dad46e03c4389d62d0eda18a0a42d26a1a75b47bcb1a81d2
 WHIRLPOOL 
72d7cd2daea90837ab7e20dc961c50f5e5e77b9a3501ae2ba165d8d0b80656426db6e100243f4555a40301667a63621c127df4b410d814d09c115f469312c5ce
+DIST patch-4.4-rc8.xz 6692052 SHA256 
502b516756cb62da6887b680d2f1da211908844c99e3869dd3a1af9f2e9c261e SHA512 
875d1954ecf2beff9fe64879d290604958f1f5d7e18cf3cf37327746e2f8175d950a1bc88aec9749d5a753bf1e255ecb4406a63504d7c4738575d86bb27159a9
 WHIRLPOOL 
24086d6d672ed33f54813476361bdbdd4f90ebf9f10caff8726a8e7a90eb9546482e841249a6ef861987a5bb2c0c867afe786f7b8c09bcb54ff7b68591da

diff --git a/sys-kernel/git-sources/git-sources-4.4_rc8.ebuild 
b/sys-kernel/git-sources/git-sources-4.4_rc8.ebuild
new file mode 100644
index 000..5b6ded7
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.4_rc8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="yes"
+K_BASE_VER="4.3"
+K_EXP_GENPATCHES_NOUSE="1"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.4"
+
+pkg_postinst() {
+   postinst_sources
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/

2016-01-04 Thread Mike Frysinger
commit: 5f364d6b4adc001e2ba34e68c9a29396940f7269
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan  4 10:15:05 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan  4 10:15:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f364d6b

sys-apps/i2c-tools: add arm64 love

 sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild 
b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
index 45fbeb3..2aef2c6 100644
--- a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://dl.lm-sensors.org/i2c-tools/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="python"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/

2016-01-04 Thread Gilles Dartiguelongue
commit: 1dd69ef94726d543e16c0988395218e042c2db03
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 08:03:46 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 08:05:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd69ef9

dev-libs/glib: add missing creation of gio modules dir, bug #570752

Thanks to Bertrand Jacquin for reporting.

Package-Manager: portage-2.2.26

 dev-libs/glib/glib-2.46.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/glib/glib-2.46.2-r1.ebuild 
b/dev-libs/glib/glib-2.46.2-r1.ebuild
index 31c7cd6..92ad2ff 100644
--- a/dev-libs/glib/glib-2.46.2-r1.ebuild
+++ b/dev-libs/glib/glib-2.46.2-r1.ebuild
@@ -238,6 +238,7 @@ multilib_src_test() {
 
 multilib_src_install() {
gnome2_src_install completiondir="$(get_bashcompdir)"
+   keepdir /usr/$(get_libdir)/gio/modules
 }
 
 multilib_src_install_all() {



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2016-01-04 Thread Lars Wendler
commit: 138fcbf97a8b3f341bf5bffc9703a33ebcca0018
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  4 08:33:37 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  4 08:33:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138fcbf9

dev-vcs/mercurial: Bump to version 3.6.3

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-3.6.3.ebuild | 140 +++
 2 files changed, 141 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index ce8210e..b27273d 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -4,3 +4,4 @@ DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c
 DIST mercurial-3.5.2.tar.gz 4415307 SHA256 
23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 
d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd
 WHIRLPOOL 
10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
 DIST mercurial-3.6.1.tar.gz 4517652 SHA256 
d4647943165affd11baf0705556920481d5346b97604babab6ad76f1744474c6 SHA512 
5bb157c78f4b6b8fe8d9903a951640c73e2ab010041fd7083d29fb10353772eb2420ec175a59dcd74c118711b8c8a24831426928cc4efabbf1290a971cb6a155
 WHIRLPOOL 
5cfd68c69ed3520d4fb7595e6bfbec73282a7196386959cfb24fcb54064265490795f26934efa69004a26a1a6a406a7e5b559826d0abb388b8877f92eec000ae
 DIST mercurial-3.6.2.tar.gz 4518349 SHA256 
09c567049c3e30f791db0cf5937346c7ff3568deadf4eb1d4e2f7c80001cb3d6 SHA512 
2ad780174a30c39a1482d597466523a133b8c62a3a0eb9ac3b183082e279fc624998a9ffa520abafe5f7afc7d9f4600f443ad4dfa1003bd7fdc6b713040091ed
 WHIRLPOOL 
cb3270be37b36ad5cfd5f1aac002006b5206daf22504af2143c359bab0d3db19fc7820a03ed819fa80c73610d485f5f85d405b4ad89d0744f79da049afd8866b
+DIST mercurial-3.6.3.tar.gz 4521749 SHA256 
402731f27256beb9a575a6991ca3d7059976197c905337f4f5729fd940329fa8 SHA512 
e5b39e5456a35e19f2ac02838946305023de957590c5aa2828f7c37e9b5f6f2e6376526d0845ebd1ca198860425d11e208b3c36e12e189e0b02871e9c91aad9a
 WHIRLPOOL 
36f0f6caa43ce2c65c7c2bdfb3fa3935cec1e47c25fae6a6a3c7b00165d1aff9b71c73dd10faad2e2ba096d55cc633366170135d95452c162936fef93571dbf1

diff --git a/dev-vcs/mercurial/mercurial-3.6.3.ebuild 
b/dev-vcs/mercurial/mercurial-3.6.3.ebuild
new file mode 100644
index 000..3587ac1
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-3.6.3.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="http://mercurial.selenic.com/;
+SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
+
+   rm -f doc/*.?.txt
+   dodoc CONTRIBUTORS
+   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
+
+   dobin hgeditor
+   dobin contrib/hgk
+   python_foreach_impl python_doscript contrib/hg-ssh
+
+   if use emacs; then
+   elisp-install ${PN} contrib/mercurial.el* || die "elisp-install 
failed!"
+   elisp-site-file-install 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2016-01-04 Thread Lars Wendler
commit: c0894ed9c4d7b124cfb7d672737037e3a1f944db
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  4 08:34:25 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  4 08:34:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0894ed9

dev-vcs/mercurial: Removed old.

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/mercurial/Manifest   |   1 -
 dev-vcs/mercurial/mercurial-3.6.1.ebuild | 140 ---
 2 files changed, 141 deletions(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index b27273d..a1081e6 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -2,6 +2,5 @@ DIST mercurial-3.3.2.tar.gz 4165131 SHA256 
67c617c740ac706f923371a26f02339b27cd6
 DIST mercurial-3.3.3.tar.gz 4167447 SHA256 
a445367f0dcbaf3a6279bfa743b364e729be0d1f0c852cb6d37f297916ffae13 SHA512 
bea215b0bd9e8603ade019f01ae0600dd1d1ad77675b38b5e13d86c43dd2c58b6c86c252517f0fcab6444c171e9f53537e4e170739c991ac08a169fe545d
 WHIRLPOOL 
e5fd41c6d27d7fce8559a2d15b33e24cf702d9497326e2c1062fe2acd22e7ad16cd6981d3dadb5a7458f12dcd35cc98583f53bc3188d99a9638daddb7d95657b
 DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd SHA512 
f5ef7064a1ac4189fe4db91fec283cdead257b132674d0869f075b80ba5707e0163e28f18545a9d867336ebc6b1cbb8bcf794b6881b8f23f6c067e68c7ae584b
 WHIRLPOOL 
db7389c92680f6058efda6fa4cb7747ff3cd78bc361c43464a938c213b9ce46e8a040a57c68975f02342beb35522c27c3ab6250b2fc6e54777ddd20b0bda5443
 DIST mercurial-3.5.2.tar.gz 4415307 SHA256 
23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 
d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd
 WHIRLPOOL 
10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
-DIST mercurial-3.6.1.tar.gz 4517652 SHA256 
d4647943165affd11baf0705556920481d5346b97604babab6ad76f1744474c6 SHA512 
5bb157c78f4b6b8fe8d9903a951640c73e2ab010041fd7083d29fb10353772eb2420ec175a59dcd74c118711b8c8a24831426928cc4efabbf1290a971cb6a155
 WHIRLPOOL 
5cfd68c69ed3520d4fb7595e6bfbec73282a7196386959cfb24fcb54064265490795f26934efa69004a26a1a6a406a7e5b559826d0abb388b8877f92eec000ae
 DIST mercurial-3.6.2.tar.gz 4518349 SHA256 
09c567049c3e30f791db0cf5937346c7ff3568deadf4eb1d4e2f7c80001cb3d6 SHA512 
2ad780174a30c39a1482d597466523a133b8c62a3a0eb9ac3b183082e279fc624998a9ffa520abafe5f7afc7d9f4600f443ad4dfa1003bd7fdc6b713040091ed
 WHIRLPOOL 
cb3270be37b36ad5cfd5f1aac002006b5206daf22504af2143c359bab0d3db19fc7820a03ed819fa80c73610d485f5f85d405b4ad89d0744f79da049afd8866b
 DIST mercurial-3.6.3.tar.gz 4521749 SHA256 
402731f27256beb9a575a6991ca3d7059976197c905337f4f5729fd940329fa8 SHA512 
e5b39e5456a35e19f2ac02838946305023de957590c5aa2828f7c37e9b5f6f2e6376526d0845ebd1ca198860425d11e208b3c36e12e189e0b02871e9c91aad9a
 WHIRLPOOL 
36f0f6caa43ce2c65c7c2bdfb3fa3935cec1e47c25fae6a6a3c7b00165d1aff9b71c73dd10faad2e2ba096d55cc633366170135d95452c162936fef93571dbf1

diff --git a/dev-vcs/mercurial/mercurial-3.6.1.ebuild 
b/dev-vcs/mercurial/mercurial-3.6.1.ebuild
deleted file mode 100644
index 1f57c1e..000
--- a/dev-vcs/mercurial/mercurial-3.6.1.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
-
-DESCRIPTION="Scalable distributed SCM"
-HOMEPAGE="http://mercurial.selenic.com/;
-SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bugzilla emacs gpg test tk"
-
-RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
-   gpg? ( app-crypt/gnupg )
-   tk? ( dev-lang/tk )
-   app-misc/ca-certificates"
-DEPEND="emacs? ( virtual/emacs )
-   test? ( app-arch/unzip
-   dev-python/pygments[${PYTHON_USEDEP}] )"
-
-SITEFILE="70${PN}-gentoo.el"
-
-PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
-
-python_prepare_all() {
-   # fix up logic that won't work in Gentoo Prefix (also won't outside in
-   # certain cases), bug #362891
-   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-   strip-flags -ftracer -ftree-vectorize
-   # Note: make it impl-conditional if py3 is supported
-   append-flags -fno-strict-aliasing
-
-   "${PYTHON}" setup.py build_mo || die
-}
-
-python_compile_all() {
-   rm -r 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/pciutils/

2016-01-04 Thread Lars Wendler
commit: 9a715ee3b0eaeddab23f6f0cbb0fb2c888327c79
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  4 09:21:56 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  4 09:21:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a715ee3

sys-apps/pciutils: Bump to version 3.4.1

Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/pciutils/Manifest  |   1 +
 sys-apps/pciutils/pciutils-3.4.1.ebuild | 108 
 2 files changed, 109 insertions(+)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index efd37a5..41845c8 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -1,3 +1,4 @@
 DIST pciutils-3.2.0.tar.gz 357003 SHA256 
84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71 SHA512 
ce619bca35c529f947b883858164584db9fd16be05b44bd20d7f30b73246076b8c80a9e0ff3f7b2c27366a08043488ccfee98dd3cb43e3c5ee8962efaa056fd1
 WHIRLPOOL 
fda9efb423ba444b460986b82b89feb3e5940d63774377eab4dce6ed1a1c690824192ca25d04a4f34960412ddedbdb9c874dace2256ccd1dede61ee99618b418
 DIST pciutils-3.3.1.tar.gz 393912 SHA256 
02beeb14503707c5a3293fe084c18e12e6937c0d4dd1e29e6bcb6b12f124df46 SHA512 
4f8b0e62cfd0ffad1674be13c95f5581bc0037ed9843f9866b13eea6fa2703bb39bb878e96df805972f4e9bac36fc67a0a313c463f0764218211f1276cef36b2
 WHIRLPOOL 
315f1f4f5b98e6e90e3a6af9a8a03acf9732eb5b6de02ced53b32bdaca67360153ee4db1551729e3534d25c81ce2308d89c0715e0554552d029cbb3f18786ff6
 DIST pciutils-3.4.0.tar.gz 398285 SHA256 
ba6244652723e137001e69d6081497d462cbff6ba0acec38cc81c20ea1ac0d7e SHA512 
a27b2209bd88eedf9f6be4abaad86c8219859dff15029f1a2eec5513b9a61279eba831b7ffc89b49fb45ad8d2be8c4ababc5ee9b219e1575c2b430a0f1c93877
 WHIRLPOOL 
b68d23e987ea988686882a392160149574de467d2073343f169a07c75ca55b2811b747b988bbd0c5693cc45210c7c6f0e3349dfef7cb37f1f205c8b65cee4827
+DIST pciutils-3.4.1.tar.gz 404166 SHA256 
0196624282c33a9bcd4bd097d4100271c82af47797ecd7488ef2711fa5f043b2 SHA512 
1394647d5e9d324d68bd8bdf4709a438ae06e6a83ded40b9e0026968c032f214073bc764fbf59e15da90b2e424d90dc430db5810d7ff5fbeab0f3e5c6250ee49
 WHIRLPOOL 
4391c84695dc1f0844129ff5d6056ac1332d855824e1b96ec105073b97d453db21e82d2a071f1bf7d977e26cf51421183b5a37d5a962bccbed9c2667c813cc4c

diff --git a/sys-apps/pciutils/pciutils-3.4.1.ebuild 
b/sys-apps/pciutils/pciutils-3.4.1.ebuild
new file mode 100644
index 000..1b40596
--- /dev/null
+++ b/sys-apps/pciutils/pciutils-3.4.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib toolchain-funcs multilib-minimal
+
+DESCRIPTION="Various utilities dealing with the PCI bus"
+HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git;
+SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
+IUSE="dns +kmod static-libs +udev zlib"
+
+# Have the sub-libs in RDEPEND with [static-libs] since, logically,
+# our libssl.a depends on libz.a/etc... at runtime.
+LIB_DEPEND="zlib? ( 
>=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )"
+DEPEND="kmod? ( sys-apps/kmod )
+   static-libs? ( ${LIB_DEPEND} )
+   !static-libs? ( ${LIB_DEPEND//static-libs(+),} )
+   udev? ( >=virtual/libudev-208[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}
+   sys-apps/hwids
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r14
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+DEPEND="${DEPEND}
+   kmod? ( virtual/pkgconfig )"
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )
+
+switch_config() {
+   [[ $# -ne 2 ]] && return 1
+   local opt=$1 val=$2
+
+   sed "s@^\(${opt}=\).*\$@\1${val}@" -i Makefile || die
+   return 0
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
+
+   if use static-libs ; then
+   cp -pPR "${S}" "${S}.static" || die
+   mv "${S}.static" "${S}/static" || die
+   fi
+
+   multilib_copy_sources
+}
+
+pemake() {
+   emake \
+   HOST="${CHOST}" \
+   CROSS_COMPILE="${CHOST}-" \
+   CC="$(tc-getCC)" \
+   AR="$(tc-getAR)" \
+   RANLIB="$(tc-getRANLIB)" \
+   DNS=$(usex dns) \
+   IDSDIR='$(SHAREDIR)/misc' \
+   MANDIR='$(SHAREDIR)/man' \
+   PREFIX="${EPREFIX}/usr" \
+   SHARED="yes" \
+   STRIP="" \
+   ZLIB=$(usex zlib) \
+   PCI_COMPRESSED_IDS=0 \
+   PCI_IDS=pci.ids \
+   LIBDIR="\${PREFIX}/$(get_libdir)" \
+   LIBKMOD=$(multilib_native_usex kmod) \
+

[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-Types-MooseLike/

2016-01-04 Thread Agostino Sarubbo
commit: eb17c6ff55a19c9623ec8b8f5bd20f82a63eaa56
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:35:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:35:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb17c6ff

dev-perl/MooX-Types-MooseLike: amd64 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild 
b/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild
index bcaf4fd..a113516 100644
--- a/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild
+++ b/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Some Moosish types and a type builder"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-01-04 Thread Agostino Sarubbo
commit: 121af12f855766237dec64a93caec45eaddcb990
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:35:50 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:35:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121af12f

www-apps/bugzilla: amd64 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.11.ebuild | 2 +-
 www-apps/bugzilla/bugzilla-5.0.2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.11.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
index aa079fb..ad9ad2a 100644
--- a/www-apps/bugzilla/bugzilla-4.4.11.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"

diff --git a/www-apps/bugzilla/bugzilla-5.0.2.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
index 89d446f..cde30cb 100644
--- a/www-apps/bugzilla/bugzilla-5.0.2.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-01-04 Thread Andrey Grozin
commit: 87882ac655b53ee562267b197a5672101eeb6392
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jan  4 09:30:36 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jan  4 09:31:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87882ac6

sci-geosciences/qmapshack: bump to 1.5.1

Package-Manager: portage-2.2.26

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 085cd02..8bedd61 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.3.0.tar.gz 4306608 SHA256 
8eb9b07e2170d435aa086930e8c12f53cc9f89e7617adcf6a73b5a76f4081b0d SHA512 
bf58bc7a2b9612cddb63801737c31b5910f8cbf255ebbc4abac42cb7404040074436ac6fa9a85982a31c1499cedc21fb13885e4daa650eb3567f8115528db385
 WHIRLPOOL 
d85bbc15df93a9d86c57126f8b8c85dce5e10fcac1ca2b9bb8c32b8abd9f8796e3e4c415d712bf7dc8aa9c8542715f45ca81aca9cfd6d67685fe6984180c5ddd
+DIST qmapshack-1.5.1.tar.gz 4041000 SHA256 
109f7979781cea2e46368fc04ee499ffbe86493c8a4dea7fab65818e1f1d SHA512 
6ce4732f42bbc14ddd67094431205b6ddb724e6841913e00a3ecbfb386e94aae7f4cf4062f0a9b0ba4a60df696dee11c4de5036c17a5b8b3cea331a3a0786672
 WHIRLPOOL 
e95b7d85f1f89effee61a0cef090ca026b8d45e2192ee7e03d9f775bb7326d2510bf3cc1c355d6d5f2882a7449238f952d1a6d80801376325c4f08515aba3746

diff --git a/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild
new file mode 100644
index 000..d87dcc1
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   >=sci-geosciences/routino-3.0_p1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Sender/

2016-01-04 Thread Agostino Sarubbo
commit: 8114e1c239c14c3f671581be899a5a619cfab5f7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:35:22 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:35:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8114e1c2

dev-perl/Email-Sender: amd64 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild 
b/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild
index ca438f1..a64a61f 100644
--- a/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild
+++ b/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A library for sending email"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Abstract/

2016-01-04 Thread Agostino Sarubbo
commit: be88eec4b857f917542fe571d71d3f70b0b3f1aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:35:44 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:35:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be88eec4

dev-perl/Email-Abstract: amd64 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild 
b/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild
index e1ca6e8..47a64c0 100644
--- a/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild
+++ b/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="unified interface to mail representations"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/MRO-Compat



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Runtime/

2016-01-04 Thread Agostino Sarubbo
commit: f370dd4164d98d0f18bda61ce88e24d9a05f656d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:35:40 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:35:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f370dd41

dev-perl/Module-Runtime: amd64 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild 
b/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild
index 1844ccc..12afb37 100644
--- a/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild
+++ b/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Runtime module handling"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Throwable/

2016-01-04 Thread Agostino Sarubbo
commit: 2df3f4e7781df3cc3daf784be6a94cd2374aa9da
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:35:26 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:35:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df3f4e7

dev-perl/Throwable: amd64 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Throwable/Throwable-0.200.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Throwable/Throwable-0.200.11.ebuild 
b/dev-perl/Throwable/Throwable-0.200.11.ebuild
index b17e3df..8ce32ea 100644
--- a/dev-perl/Throwable/Throwable-0.200.11.ebuild
+++ b/dev-perl/Throwable/Throwable-0.200.11.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A role for classes that can be thrown"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/strictures/

2016-01-04 Thread Agostino Sarubbo
commit: caec2ca80af199ebd2ea0f257609dedeccc78c73
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:35:35 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:35:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caec2ca8

dev-perl/strictures: amd64 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/strictures/strictures-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/strictures/strictures-2.0.1.ebuild 
b/dev-perl/strictures/strictures-2.0.1.ebuild
index 7f69814..2399451 100644
--- a/dev-perl/strictures/strictures-2.0.1.ebuild
+++ b/dev-perl/strictures/strictures-2.0.1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Turn on strict and make all warnings fatal"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/, sci-geosciences/routino/files/

2016-01-04 Thread Andrey Grozin
commit: fe8080a62239979335fd328c29753618eb03b7e9
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Jan  4 09:25:30 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Jan  4 09:26:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8080a6

sci-geosciences/routino: initial import 3.0_p1

Package-Manager: portage-2.2.26

 sci-geosciences/routino/Manifest  |  1 +
 sci-geosciences/routino/files/makefile-conf.patch | 35 +++
 sci-geosciences/routino/metadata.xml  | 17 +++
 sci-geosciences/routino/routino-3.0_p1.ebuild | 23 +++
 4 files changed, 76 insertions(+)

diff --git a/sci-geosciences/routino/Manifest b/sci-geosciences/routino/Manifest
new file mode 100644
index 000..222a9cc
--- /dev/null
+++ b/sci-geosciences/routino/Manifest
@@ -0,0 +1 @@
+DIST routino-3.0_p1.tgz 957022 SHA256 
037892a09cf2bb790d895d218a80c221e9595a3943ca35163c71ed93b111431e SHA512 
be6275e8fcc0fe535a0940ba26fdf8e8ecfde768e4b2baaabf088a39431dc259933c3aa02ff3e28c5bf145402d18e6369a16d2c7a50fd1b84695dd31c155341f
 WHIRLPOOL 
1e097aaa00437e08b485f4ce9d027cb31f3e320b5f61883a230ad235ccea8ca53c79bf0e428013434b91d0533f1212c43dd8a9f05eec2394cced070f83eb61ef

diff --git a/sci-geosciences/routino/files/makefile-conf.patch 
b/sci-geosciences/routino/files/makefile-conf.patch
new file mode 100644
index 000..ca75131
--- /dev/null
+++ b/sci-geosciences/routino/files/makefile-conf.patch
@@ -0,0 +1,35 @@
+diff -r -U1 routino-3.0.orig/Makefile.conf routino-3.0/Makefile.conf
+--- routino-3.0.orig/Makefile.conf 2015-09-08 00:11:23.0 +0600
 routino-3.0/Makefile.conf  2016-01-04 13:02:46.557516477 +0600
+@@ -47,3 +47,3 @@
+ ifneq ($(HOST),MINGW)
+-prefix=/usr/local
++prefix=/usr
+ bindir=$(prefix)/bin
+@@ -51,3 +51,3 @@
+ libdir=$(prefix)/lib
+-docdir=$(prefix)/doc/routino
++docdir=$(prefix)/share/doc/$(PF)
+ datadir=$(prefix)/share/routino
+@@ -69,3 +69,3 @@
+ # Language dialect selection
+-CFLAGS=-std=c99
++CFLAGS+=-std=c99
+ 
+@@ -75,3 +75,3 @@
+ # Optimisation options
+-CFLAGS+=-O3
++#CFLAGS+=-O3
+ CFLAGS+=-ffast-math
+@@ -86,3 +86,3 @@
+ # Maths library
+-LDFLAGS=-lm
++LDFLAGS+=-lm
+ 
+@@ -121,4 +121,4 @@
+ # Required for xz support (uncomment these two lines if required)
+-#CFLAGS+=-DUSE_XZ
+-#LDFLAGS+=-llzma
++CFLAGS+=-DUSE_XZ
++LDFLAGS+=-llzma
+ 

diff --git a/sci-geosciences/routino/metadata.xml 
b/sci-geosciences/routino/metadata.xml
new file mode 100644
index 000..577c6e9
--- /dev/null
+++ b/sci-geosciences/routino/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  sci
+  
+gro...@gentoo.org
+Andrey Grozin
+  
+  
+An application for finding a route between two points using the dataset
+of topographical information collected by http://www.OpenStreetMap.org.
+This router uses a routing algorithm that takes OSM format data as its 
input
+and calculates either the shortest or quickest route between two points.
+To optimise the routing a custom database format is used.
+This allows the routing to be performed quickly after a modest one-off 
pre-processing stage. 
+  
+

diff --git a/sci-geosciences/routino/routino-3.0_p1.ebuild 
b/sci-geosciences/routino/routino-3.0_p1.ebuild
new file mode 100644
index 000..698b897
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.0_p1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="http://www.routino.org/;
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.tgz;
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND=""
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: media-gfx/geeqie/files/, media-gfx/geeqie/

2016-01-04 Thread Bernard Cafarelli
commit: 4c6a7c9c7a0c89ed5ca0fa78a49991ea37f6a2d9
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Jan  4 09:27:03 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  4 09:27:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6a7c9c

media-gfx/geeqie: fix keywords widget with GTK3

Patch provided by Tomasz Golinski  alpha.uwb.edu.pl>
Bug: 561912

Package-Manager: portage-2.2.26

 .../files/geeqie-1.2.2-fix_keywords_gtk3.patch | 12 
 media-gfx/geeqie/geeqie-1.2.2-r2.ebuild| 76 ++
 2 files changed, 88 insertions(+)

diff --git a/media-gfx/geeqie/files/geeqie-1.2.2-fix_keywords_gtk3.patch 
b/media-gfx/geeqie/files/geeqie-1.2.2-fix_keywords_gtk3.patch
new file mode 100644
index 000..99bc10d
--- /dev/null
+++ b/media-gfx/geeqie/files/geeqie-1.2.2-fix_keywords_gtk3.patch
@@ -0,0 +1,12 @@
+--- a/src/bar_keywords.c   2015-05-23 14:20:43.0 +0200
 b/src/bar_keywords.c   2015-12-30 00:34:21.453531792 +0100
+@@ -1295,6 +1295,9 @@
+   g_object_set_data(G_OBJECT(pkd->widget), "pane_data", pkd);
+   g_signal_connect(G_OBJECT(pkd->widget), "destroy",
+G_CALLBACK(bar_pane_keywords_destroy), pkd);
++#if GTK_CHECK_VERSION(3,0,0)
++  gtk_widget_set_size_request(pkd->widget, -1, 400);
++#endif
+   gtk_widget_show(hbox);
+ 
+   scrolled = gtk_scrolled_window_new(NULL, NULL);

diff --git a/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild 
b/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild
new file mode 100644
index 000..91b99a3
--- /dev/null
+++ b/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="A lightweight GTK image viewer forked from GQview"
+HOMEPAGE="http://www.geeqie.org;
+SRC_URI="http://www.geeqie.org/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug doc exif gtk3 jpeg lcms lirc lua tiff xmp"
+
+RDEPEND="gtk3? ( x11-libs/gtk+:3 )
+   !gtk3? ( x11-libs/gtk+:2 )
+   virtual/libintl
+   doc? ( app-text/gnome-doc-utils )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   lirc? ( app-misc/lirc )
+   lua? ( >=dev-lang/lua-5.1:= )
+   xmp? ( >=media-gfx/exiv2-0.17:=[xmp] )
+   !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) )
+   tiff? ( media-libs/tiff:0 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/intltool
+   sys-devel/gettext"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-fix_keywords_gtk3.patch
+
+   epatch_user
+
+   eautoreconf
+}
+
+src_configure() {
+   # clutter does not compile, gps depends on clutter
+   local myconf="--disable-dependency-tracking
+   --with-readmedir=/usr/share/doc/${PF}
+   --disable-clutter
+   --disable-gps
+   $(use_enable debug debug-log)
+   $(use_enable gtk3)
+   $(use_enable jpeg)
+   $(use_enable lcms)
+   $(use_enable lua)
+   $(use_enable lirc)
+   $(use_enable tiff)"
+
+   if use exif || use xmp; then
+   myconf="${myconf} --enable-exiv2"
+   else
+   myconf="${myconf} --disable-exiv2"
+   fi
+
+   econf ${myconf}
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -f "${D}/usr/share/doc/${PF}/COPYING"
+   # Application needs access to the uncompressed file
+   docompress -x /usr/share/doc/${PF}/README
+}
+
+pkg_postinst() {
+   elog "Some plugins may require additional packages"
+   elog "- Image rotate plugin: media-gfx/fbida (JPEG), 
media-gfx/imagemagick (TIFF/PNG)"
+   elog "- RAW images plugin: media-gfx/ufraw"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Sender/

2016-01-04 Thread Agostino Sarubbo
commit: b4c1c948bc066384e43820379b674fdaed31e43b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:38:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:38:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c1c948

dev-perl/Email-Sender: x86 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild 
b/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild
index a64a61f..002242e 100644
--- a/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild
+++ b/dev-perl/Email-Sender/Email-Sender-1.300.16.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A library for sending email"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Throwable/

2016-01-04 Thread Agostino Sarubbo
commit: 695bbbf62214aec8ad76c87a937566f814141be7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:38:46 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:38:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695bbbf6

dev-perl/Throwable: x86 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Throwable/Throwable-0.200.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Throwable/Throwable-0.200.11.ebuild 
b/dev-perl/Throwable/Throwable-0.200.11.ebuild
index 8ce32ea..64d3a11 100644
--- a/dev-perl/Throwable/Throwable-0.200.11.ebuild
+++ b/dev-perl/Throwable/Throwable-0.200.11.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A role for classes that can be thrown"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/strictures/

2016-01-04 Thread Agostino Sarubbo
commit: 36e7889760c7939866df5c317df08a928c2240b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:38:54 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:38:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e78897

dev-perl/strictures: x86 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/strictures/strictures-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/strictures/strictures-2.0.1.ebuild 
b/dev-perl/strictures/strictures-2.0.1.ebuild
index 2399451..6ce25b2 100644
--- a/dev-perl/strictures/strictures-2.0.1.ebuild
+++ b/dev-perl/strictures/strictures-2.0.1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Turn on strict and make all warnings fatal"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-Types-MooseLike/

2016-01-04 Thread Agostino Sarubbo
commit: c9bf699727659819b4544fb11631bb71bc2334bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:38:50 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:38:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bf6997

dev-perl/MooX-Types-MooseLike: x86 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild 
b/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild
index a113516..15ec51c 100644
--- a/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild
+++ b/dev-perl/MooX-Types-MooseLike/MooX-Types-MooseLike-0.290.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Some Moosish types and a type builder"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Abstract/

2016-01-04 Thread Agostino Sarubbo
commit: 320b617267300922d4b4a44d2f30d219cb9cc4cf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:39:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:39:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320b6172

dev-perl/Email-Abstract: x86 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild 
b/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild
index 47a64c0..77da54c 100644
--- a/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild
+++ b/dev-perl/Email-Abstract/Email-Abstract-3.7.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="unified interface to mail representations"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-perl/MRO-Compat



[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-01-04 Thread Agostino Sarubbo
commit: 3bb09db23ef54f244f7c43c92a670f543fff57b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:39:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:39:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb09db2

www-apps/bugzilla: x86 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/bugzilla/bugzilla-4.4.11.ebuild | 2 +-
 www-apps/bugzilla/bugzilla-5.0.2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.11.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
index ad9ad2a..62a4b52 100644
--- a/www-apps/bugzilla/bugzilla-4.4.11.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"

diff --git a/www-apps/bugzilla/bugzilla-5.0.2.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
index cde30cb..1ae1f1b 100644
--- a/www-apps/bugzilla/bugzilla-5.0.2.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Runtime/

2016-01-04 Thread Agostino Sarubbo
commit: 063be0bd6fc17793d9978ec8c1ed56064168f82e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan  4 09:38:58 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan  4 09:38:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063be0bd

dev-perl/Module-Runtime: x86 stable wrt bug #537448

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild 
b/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild
index 12afb37..df6be1c 100644
--- a/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild
+++ b/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Runtime module handling"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-light/

2016-01-04 Thread Gilles Dartiguelongue
commit: 9bddb194c41f647341a7b10a5e563311295ace14
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 21:16:42 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bddb194

gnome-base/gnome-light: clean trailing whitespace

Package-Manager: portage-2.2.26

 gnome-base/gnome-light/gnome-light-3.16.0.ebuild | 4 ++--
 gnome-base/gnome-light/gnome-light-3.18.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
index d32c85e..00f450c 100644
--- a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -51,7 +51,7 @@ pkg_pretend() {
 }
 
 pkg_postinst() {
-   # Remember people where to find our project information   
+   # Remember people where to find our project information
elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
elog "for information about the project and documentation."
 }

diff --git a/gnome-base/gnome-light/gnome-light-3.18.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
index f6b3052..9b236c6 100644
--- a/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -51,7 +51,7 @@ pkg_pretend() {
 }
 
 pkg_postinst() {
-   # Remember people where to find our project information   
+   # Remember people where to find our project information
elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
elog "for information about the project and documentation."
 }



[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/

2016-01-04 Thread Gilles Dartiguelongue
commit: 2c1a0d3e457e647e3b74b76f0d54064b7abf6dfc
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 22:08:51 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1a0d3e

x11-libs/vte: drop old revisions

Package-Manager: portage-2.2.26

 x11-libs/vte/Manifest  |  2 --
 x11-libs/vte/vte-0.36.4.ebuild | 70 --
 x11-libs/vte/vte-0.38.3.ebuild | 76 --
 3 files changed, 148 deletions(-)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index 88e5179..4dc9c0f 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,6 +1,4 @@
 DIST vte-0.28.2.tar.xz 962340 SHA256 
86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae SHA512 
d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
 WHIRLPOOL 
cf491b80cdfbdda6163ec7562f922f1c449e6e927845de28ad8e0b06b47bbbf092f735fc4b72f6131797d17c02c6172888d4db37a520973118d2bfbacd374c2c
-DIST vte-0.36.4.tar.xz 1012848 SHA256 
aa549b114c80e18791b57031e5c1714aeb4a104405e3ba78dfd4ac374a71e2a1 SHA512 
97bb226abaf2100a21856040039640005809eae647432c03a33eb691c8b0a29c13bd8cf824790c2a6360356c8c5d1b61c48b4a7893c7f0a8d3678b1a0914aa31
 WHIRLPOOL 
d1294540c67e3253b166dc351b68534d9f36b1306449e2a319705cafe0317452e3bbe1768fdc30523f85270c2b949b9d9cf606695989968da4a099355413904c
 DIST vte-0.36.5.tar.xz 1017504 SHA256 
c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf SHA512 
43f9211381238ca6cb7f49c8a9dd8f48f702e9968e038fa26ee69228c1fc86061d5dbfabb2c27f677280e89ae9080f20594f3c27481246e3f91dd5f3ea0354f6
 WHIRLPOOL 
22be408deecedfb7c674fbc49bac2852e5e1c28f25cd7998d20042f15a905158b2698f3e2a0a8fd4a78b89929e773779787dff9af9c6c5e006ee30ed6efdc59d
-DIST vte-0.38.3.tar.xz 1005548 SHA256 
3f3ae063207ceea9ca2abd1cf9c9f8bd2b66ca82156609f31f3554288c0c2bf4 SHA512 
f8a28be524dcd4a6a5dbdd83655eaea0e41ce20e642130c1db8a1bbb29b71ff2421972cb630322a6e443a4aae21e2cc9350d7b06264bf3a1b7b7f793d3818164
 WHIRLPOOL 
4f67b4f6060b4178d8dde717577ae534fe68f436ce6d3f10e914c40bad44ce01c48f135c600b3d85c4f78a6577af0652bffa0b7e877ff2dc22b9996c9da00d76
 DIST vte-0.40.2.tar.xz 923852 SHA256 
9b68fbc16b27f2d79e6271f2b0708808594ac5acf979d0fccea118608199fd2d SHA512 
06d1c9a34e8e82e1bd54810d245d908ebb837538ba19fbaabe683cdf3b96b7cb1630516ddeabf18b0294922b8d98d2b9a2f5028c171fac2ad913974d94555eb2
 WHIRLPOOL 
2499e01c2b0d38645b61d4c0a1814d7a3196df6d300577380f1e622c06a974a4cd0d9799fff35f1b0680603aa3a0be38730991ace83df90bfb265009873c5858
 DIST vte-0.42.1.tar.xz 924740 SHA256 
9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34 SHA512 
4cf917d3f343973dcb816a341276bfab7784a9f4dc6f8fb402193e9a9062503ac192ccc274fe92bb20a17ac182d21fd2268bf9c1ddea817f730db5612e3b21c0
 WHIRLPOOL 
65839ff61d227a62de51d31bc58fc0baa5b4126d3d1ff482c18b9086a59e91a46f0943512c056182aae1d9801656395989f0b2c8b0470b123d9cd2c6a611c061

diff --git a/x11-libs/vte/vte-0.36.4.ebuild b/x11-libs/vte/vte-0.36.4.ebuild
deleted file mode 100644
index bd4acba..000
--- a/x11-libs/vte/vte-0.36.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE;
-
-LICENSE="LGPL-2+"
-SLOT="2.90"
-IUSE="debug glade +introspection"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris 
~x86-solaris"
-
-PDEPEND=">=x11-libs/gnome-pty-helper-${PV}"
-RDEPEND="
-   >=dev-libs/glib-2.31.13:2
-   >=x11-libs/gtk+-3.1.9:3[introspection?]
-   >=x11-libs/pango-1.22.0
-
-   sys-libs/ncurses:0=
-   x11-libs/libX11
-   x11-libs/libXft
-
-   glade? ( >=dev-util/glade-3.9:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # https://bugzilla.gnome.org/show_bug.cgi?id=663779
-   epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch"
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf=""
-
-   if [[ ${CHOST} == *-interix* ]]; then
-   myconf="${myconf} --disable-Bsymbolic"
-
-   # interix stropts.h is empty...
-   export ac_cv_header_stropts_h=no
-   fi
-
-   # Python bindings are via gobject-introspection
-   # Ex: from gi.repository import Vte
-   # Do not disable gnome-pty-helper, bug #401389
-   gnome2_src_configure \
-   --disable-deprecation \
-   --disable-static 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2016-01-04 Thread Gilles Dartiguelongue
commit: d6a7d39860affe64abac53f0330d3ce8bb5dc61f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 22:07:39 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a7d398

x11-libs/gtk+: fix trailing whitespace

Package-Manager: portage-2.2.26

 x11-libs/gtk+/gtk+-3.16.7.ebuild | 2 +-
 x11-libs/gtk+/gtk+-3.18.5.ebuild | 2 +-
 x11-libs/gtk+/gtk+-3.18.6.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-3.16.7.ebuild b/x11-libs/gtk+/gtk+-3.16.7.ebuild
index 22c2a6a..3b97f90 100644
--- a/x11-libs/gtk+/gtk+-3.16.7.ebuild
+++ b/x11-libs/gtk+/gtk+-3.16.7.ebuild
@@ -133,7 +133,7 @@ src_prepare() {
strip_builddir SRC_SUBDIRS examples Makefile.{am,in}
fi
 
-   # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache 
+   # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache
epatch "${FILESDIR}"/${PN}-3.16.2-remove_update-icon-cache.patch
 
epatch_user

diff --git a/x11-libs/gtk+/gtk+-3.18.5.ebuild b/x11-libs/gtk+/gtk+-3.18.5.ebuild
index b0bc111..f81b5fd 100644
--- a/x11-libs/gtk+/gtk+-3.18.5.ebuild
+++ b/x11-libs/gtk+/gtk+-3.18.5.ebuild
@@ -128,7 +128,7 @@ src_prepare() {
strip_builddir SRC_SUBDIRS examples Makefile.{am,in}
fi
 
-   # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache 
+   # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache
epatch "${FILESDIR}"/${PN}-3.16.2-remove_update-icon-cache.patch
 
epatch_user

diff --git a/x11-libs/gtk+/gtk+-3.18.6.ebuild b/x11-libs/gtk+/gtk+-3.18.6.ebuild
index 14a40da..1033f28 100644
--- a/x11-libs/gtk+/gtk+-3.18.6.ebuild
+++ b/x11-libs/gtk+/gtk+-3.18.6.ebuild
@@ -128,7 +128,7 @@ src_prepare() {
strip_builddir SRC_SUBDIRS examples Makefile.{am,in}
fi
 
-   # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache 
+   # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache
epatch "${FILESDIR}"/${PN}-3.16.2-remove_update-icon-cache.patch
 
epatch_user



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/

2016-01-04 Thread Gilles Dartiguelongue
commit: 7f4d4adb76d763798720f7afeca1f8506959176a
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 21:59:11 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4d4adb

media-plugins/gst-plugins-smoothstreaming: fix leading whitespace

Package-Manager: portage-2.2.26

 .../gst-plugins-smoothstreaming-1.6.1.ebuild| 6 +++---
 .../gst-plugins-smoothstreaming-1.6.2.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild
 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild
index 30167d6..83b89c5 100644
--- 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild
+++ 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,10 +25,10 @@ src_prepare() {
directory="gst-libs/gst/uridownloader"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/smoothstreaming/Makefile.{am,in} || die
+   -i ext/smoothstreaming/Makefile.{am,in} || die
 
directory="gst-libs/gst/adaptivedemux"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/smoothstreaming/Makefile.{am,in} || die
+   -i ext/smoothstreaming/Makefile.{am,in} || die
 }

diff --git 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild
 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild
index 30167d6..83b89c5 100644
--- 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild
+++ 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,10 +25,10 @@ src_prepare() {
directory="gst-libs/gst/uridownloader"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/smoothstreaming/Makefile.{am,in} || die
+   -i ext/smoothstreaming/Makefile.{am,in} || die
 
directory="gst-libs/gst/adaptivedemux"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/smoothstreaming/Makefile.{am,in} || die
+   -i ext/smoothstreaming/Makefile.{am,in} || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-hls/

2016-01-04 Thread Gilles Dartiguelongue
commit: c57c75f08e20b18862e135401e0b201b8018317f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 21:58:09 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57c75f0

media-plugins/gst-plugins-hls: fix leading whitespace

Package-Manager: portage-2.2.26

 media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.1.ebuild | 6 +++---
 media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.2.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.1.ebuild 
b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.1.ebuild
index 45fa0f5..bcffd23 100644
--- a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.1.ebuild
+++ b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,10 +27,10 @@ src_prepare() {
directory="gst-libs/gst/uridownloader"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/hls/Makefile.{am,in} || die
+   -i ext/hls/Makefile.{am,in} || die
 
directory="gst-libs/gst/adaptivedemux"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/hls/Makefile.{am,in} || die
+   -i ext/hls/Makefile.{am,in} || die
 }

diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.2.ebuild 
b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.2.ebuild
index 45fa0f5..bcffd23 100644
--- a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.2.ebuild
+++ b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,10 +27,10 @@ src_prepare() {
directory="gst-libs/gst/uridownloader"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/hls/Makefile.{am,in} || die
+   -i ext/hls/Makefile.{am,in} || die
 
directory="gst-libs/gst/adaptivedemux"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/hls/Makefile.{am,in} || die
+   -i ext/hls/Makefile.{am,in} || die
 }



[gentoo-commits] proj/java:master commit in: dev-java/icedtea/

2016-01-04 Thread James Le Cuirot
commit: 5f510f935a19cf86f1e890f540749d48d6b85813
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan  4 22:37:55 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan  4 22:37:55 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=5f510f93

dev-java/icedtea: Allow usage of newer icedtea-web

Package-Manager: portage-2.2.26

 dev-java/icedtea/icedtea-3.0.0_pre07.ebuild  | 10 --
 dev-java/icedtea/icedtea-7.2.6.3-r1.ebuild   |  6 +++---
 dev-java/icedtea/icedtea-7.2.7.0_pre00-r1.ebuild |  6 +++---
 3 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/dev-java/icedtea/icedtea-3.0.0_pre07.ebuild 
b/dev-java/icedtea/icedtea-3.0.0_pre07.ebuild
index fd526e8..4cfa7fb 100644
--- a/dev-java/icedtea/icedtea-3.0.0_pre07.ebuild
+++ b/dev-java/icedtea/icedtea-3.0.0_pre07.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 # Build written by Andrew John Hughes (gnu_and...@member.fsf.org)
@@ -148,11 +148,9 @@ DEPEND="${COMMON_DEP} ${ALSA_COMMON_DEP} 
${CUPS_COMMON_DEP} ${X_COMMON_DEP}
${X_DEPEND}
pax_kernel? ( sys-apps/elfix )"
 
-PDEPEND="!ppc? ( !ppc64? ( !x86? (
-   webstart? ( dev-java/icedtea-web:0[icedtea8] )
-   nsplugin? ( dev-java/icedtea-web:0[icedtea8,nsplugin] ) )
-   pulseaudio? ( dev-java/icedtea-sound )
-) )"
+PDEPEND="webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
+   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )
+   pulseaudio? ( dev-java/icedtea-sound )"
 
 S="${WORKDIR}"/${ICEDTEA_PKG}
 

diff --git a/dev-java/icedtea/icedtea-7.2.6.3-r1.ebuild 
b/dev-java/icedtea/icedtea-7.2.6.3-r1.ebuild
index 99e91ac..1cf5037 100644
--- a/dev-java/icedtea/icedtea-7.2.6.3-r1.ebuild
+++ b/dev-java/icedtea/icedtea-7.2.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 # Build written by Andrew John Hughes (gnu_and...@member.fsf.org)
@@ -152,8 +152,8 @@ DEPEND="${COMMON_DEP} ${ALSA_COMMON_DEP} ${CUPS_COMMON_DEP} 
${X_COMMON_DEP} ${X_
virtual/pkgconfig
pax_kernel? ( sys-apps/elfix )"
 
-PDEPEND="webstart? ( dev-java/icedtea-web:0[icedtea7] )
-   nsplugin? ( dev-java/icedtea-web:0[icedtea7,nsplugin] )
+PDEPEND="webstart? ( dev-java/icedtea-web:0[icedtea7(+)] )
+   nsplugin? ( dev-java/icedtea-web:0[icedtea7(+),nsplugin] )
pulseaudio? ( dev-java/icedtea-sound )"
 
 S="${WORKDIR}"/${ICEDTEA_PKG}

diff --git a/dev-java/icedtea/icedtea-7.2.7.0_pre00-r1.ebuild 
b/dev-java/icedtea/icedtea-7.2.7.0_pre00-r1.ebuild
index 26209cb..9f8671c 100644
--- a/dev-java/icedtea/icedtea-7.2.7.0_pre00-r1.ebuild
+++ b/dev-java/icedtea/icedtea-7.2.7.0_pre00-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 # Build written by Andrew John Hughes (gnu_and...@member.fsf.org)
@@ -152,8 +152,8 @@ DEPEND="${COMMON_DEP} ${ALSA_COMMON_DEP} ${CUPS_COMMON_DEP} 
${X_COMMON_DEP} ${X_
virtual/pkgconfig
pax_kernel? ( sys-apps/elfix )"
 
-PDEPEND="webstart? ( dev-java/icedtea-web:0[icedtea7] )
-   nsplugin? ( dev-java/icedtea-web:0[icedtea7,nsplugin] )
+PDEPEND="webstart? ( dev-java/icedtea-web:0[icedtea7(+)] )
+   nsplugin? ( dev-java/icedtea-web:0[icedtea7(+),nsplugin] )
pulseaudio? ( dev-java/icedtea-sound )"
 
 S="${WORKDIR}"/${ICEDTEA_PKG}



[gentoo-commits] proj/java:master commit in: dev-java/icedtea-web/, dev-java/icedtea-web/files/

2016-01-04 Thread James Le Cuirot
commit: 65d5d6c23def721688b6b20d575b1a42ee144aec
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan  4 22:38:28 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan  4 22:38:28 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=65d5d6c2

dev-java/icedtea-web: Remove forked "icedtea8" version

1.6.1 in the tree works with any VM.

 dev-java/icedtea-web/Manifest  |   1 -
 dev-java/icedtea-web/files/README.gentoo   |  21 
 .../files/icedtea-web-1.5-respect-ldflags.patch|  11 --
 dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild   | 122 -
 dev-java/icedtea-web/metadata.xml  |  15 ---
 5 files changed, 170 deletions(-)

diff --git a/dev-java/icedtea-web/Manifest b/dev-java/icedtea-web/Manifest
deleted file mode 100644
index 6b08126..000
--- a/dev-java/icedtea-web/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST icedtea-web-1.5.1.tar.gz 1616344 SHA256 
03f16356fa84564f1ae32286e0a090a464c87ec123b40602dcea925757900195 SHA512 
ef47eecbbb52fcb44ec9585db4c4428025201b04968dfcfc26061160d80b29ee649752f21ffe891cfa5c6bf775d0bc1dbb7dbd9a79794e052bb8b865fa94d039
 WHIRLPOOL 
955b5cc565fa62d2f5eb85a3253751cd284a4cb926619afe60920123878281a77f348a7c26cdafea2c6d4cd760fe4d399041b665b86ff1bbaf441e25f9f18379

diff --git a/dev-java/icedtea-web/files/README.gentoo 
b/dev-java/icedtea-web/files/README.gentoo
deleted file mode 100644
index 0b4b644..000
--- a/dev-java/icedtea-web/files/README.gentoo
+++ /dev/null
@@ -1,21 +0,0 @@
-Manage Plugin
--
-The IcedTea browser plugin (NPPlugin) can be enabled using
-eselect java-nsplugin.
-
-Select JVM
---
-IcedTea-Web (>=1.4) supports selecting the JVM to use for the plugin. Currently
-works for all IcedTea releases. The eselect module java-nsplugin in
->=eselect-java-0.1.0 added support for this.
-
-Per user configuration
---
-IcedTea-Web also supports per user configuration which takes precedence over 
the
-global choice of JVM managed by the java-nsplugin module. If you made use of
-itweb-settings as user to set a JVM for instance and want to give control back
-to java-nsplugin to manage the JVM to use run as your user:
-'sed -i -e "/^deployment.jre.dir=/d" ~/.icedtea/deployment.properties'
-
-Per user plugin selection via eselect java-nsplugin is a longstanding feature
-request. Bug 148632

diff --git a/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch 
b/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch
deleted file mode 100644
index 72ee9eb..000
--- a/dev-java/icedtea-web/files/icedtea-web-1.5-respect-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 Makefile.am.orig   2014-08-14 12:15:46.0 +0200
-+++ Makefile.am2014-11-01 23:09:49.543555638 +0100
-@@ -322,7 +322,7 @@
- 
- $(PLUGIN_DIR)/$(BUILT_PLUGIN_LIBRARY): $(addprefix 
$(PLUGIN_DIR)/,$(PLUGIN_OBJECTS))
-   cd $(PLUGIN_DIR) && \
--  $(CXX) $(CXXFLAGS) \
-+  $(CXX) $(CXXFLAGS) $(LDFLAGS) \
- $(PLUGIN_OBJECTS) \
- $(GLIB_LIBS) \
- $(MOZILLA_LIBS) \

diff --git a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild 
b/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild
deleted file mode 100644
index 0e0dda1..000
--- a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-# Build written by Andrew John Hughes (ahug...@redhat.com)
-
-EAPI="5"
-
-inherit autotools eutils readme.gentoo java-pkg-2 java-vm-2
-
-DESCRIPTION="FOSS Java browser plugin and Web Start implementation"
-HOMEPAGE="http://icedtea.classpath.org;
-SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz;
-
-LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="doc +icedtea7 +icedtea8 javascript +nsplugin tagsoup test"
-
-COMMON_DEP="
-   icedtea8? ( || (
-   dev-java/icedtea:8 dev-java/icedtea-bin:8
-   ) )
-   !icedtea8? ( || (
- icedtea7? ( || (
- dev-java/icedtea:7 dev-java/icedtea-bin:7
- ) )
- !icedtea7? ( || (
- dev-java/icedtea:7 dev-java/icedtea-bin:7
- dev-java/icedtea:6 dev-java/icedtea-bin:6
- ) )
-   ) )
-   app-eselect/eselect-java
-   tagsoup? ( dev-java/tagsoup )
-   nsplugin? (
-   >=dev-libs/glib-2.16
-   )"
-RDEPEND="${COMMON_DEP}"
-# Need system junit 4.8+. Bug #389795
-DEPEND="${COMMON_DEP}
-   virtual/pkgconfig
-   app-arch/zip
-   javascript? ( dev-java/rhino:1.6 )
-   nsplugin? ( net-misc/npapi-sdk )
-   test? ( >=dev-java/junit-4.8:4 )"
-
-# 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2010-December/011221.html
-pkg_setup() {
-   JAVA_PKG_WANT_BUILD_VM="icedtea-8 icedtea-bin-8"
-   if ! use icedtea8; then
- 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/gphoto2/

2016-01-04 Thread Gilles Dartiguelongue
commit: 2d5c791c37f2e8de88dca9d8662956b66dfde717
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 23:13:55 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 23:14:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5c791c

media-gfx/gphoto2: version bump to 2.5.9

Package-Manager: portage-2.2.26

 media-gfx/gphoto2/Manifest |  1 +
 media-gfx/gphoto2/gphoto2-2.5.9.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/media-gfx/gphoto2/Manifest b/media-gfx/gphoto2/Manifest
index cf7316f..bdee6fe 100644
--- a/media-gfx/gphoto2/Manifest
+++ b/media-gfx/gphoto2/Manifest
@@ -1,2 +1,3 @@
 DIST gphoto2-2.5.6.tar.bz2 756926 SHA256 
55e5ec8b2bba4ed358f15eda466f61c79d6f75c220237f821ac687a3ceb336e8 SHA512 
8877a87f624c9036f3409e78e9f28cccea2bcb8218d7d46636f19c7576a7480ab0d2fabd0a486b3f75e1be7db93f5121dd90ce806a772963f49f7a0c409ffba1
 WHIRLPOOL 
28be1adce983b6029cb1c781cbc3f45e1f1bce50085d0bce67c2015eddb10deb24ab55096d76928499af4db4eab0d0fc0a7e7bc9b3fd64a1530a403aad3ae3fc
 DIST gphoto2-2.5.8.tar.bz2 777235 SHA256 
a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d SHA512 
87230aa3a6cd897da38a3f8ed11b82076a98ec5ef9fa63927b5d390b2381ce3cee9d620a2a16cbab901f22db8eb97508523ea790a9195e7c833bbcfe4a265afa
 WHIRLPOOL 
f98e183e0ccb1aee4df14ff08beecb0ec2cc271c85667ad0528e5275d3944716be50d261f4f03ddcc379e4c9cd85fac418b55a8d0f63b089e957a6a7ec97335d
+DIST gphoto2-2.5.9.tar.bz2 782566 SHA256 
0f53803ed1f4ff7ea2aed8f7c9a0932237121941705779f7d09a8fe641ff475f SHA512 
beca803692c0b174a050ab30439007d8601216d64140c8b10b01ef88e65c7ea7771ec02d8b5db02693810423e9c04e5b0140dd86a06a4b92435899e159848da5
 WHIRLPOOL 
c502f1677104e7f32e7d4ac50d209d740e25e68eba81b0036118298cc57b0a27576007ba1d542a6506b9f2abefe39acf5ce14d16ed84a8e27814056dbb2862fc

diff --git a/media-gfx/gphoto2/gphoto2-2.5.9.ebuild 
b/media-gfx/gphoto2/gphoto2-2.5.9.ebuild
new file mode 100644
index 000..b94a9c0
--- /dev/null
+++ b/media-gfx/gphoto2/gphoto2-2.5.9.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit autotools
+
+DESCRIPTION="Free, redistributable digital camera software application"
+HOMEPAGE="http://www.gphoto.org/;
+SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="aalib exif ncurses nls readline"
+
+# aalib -> needs libjpeg
+RDEPEND="
+   dev-libs/popt
+   >=media-libs/libgphoto2-2.5.6[exif?]
+   aalib? (
+   media-libs/aalib
+   virtual/jpeg:0 )
+   exif? ( media-libs/libexif )
+   ncurses? ( dev-libs/cdk )
+   readline? ( sys-libs/readline:0 )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( >=sys-devel/gettext-0.14.1 )
+"
+
+src_prepare() {
+   # Leave GCC debug builds under user control
+   sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \
+   -i configure{.ac,} || die
+   eautoreconf
+}
+
+src_configure() {
+   CPPFLAGS="-I/usr/include/cdk" \
+   econf \
+   --docdir=/usr/share/doc/${PF} \
+   $(use_with aalib) \
+   $(use_with aalib jpeg) \
+   $(use_with exif libexif auto) \
+   $(use_with ncurses cdk) \
+   $(use_enable nls) \
+   $(use_with readline)
+}
+
+src_install() {
+   emake DESTDIR="${D}" \
+   HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
+   install
+
+   dodoc ChangeLog NEWS* README AUTHORS
+   rm -rf "${D}"/usr/share/doc/${PF}/sgml/gphoto2
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libgphoto2/

2016-01-04 Thread Gilles Dartiguelongue
commit: 82fa88def9a2192f1f51e3cb2f9c65e08a50218c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 22:25:43 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 23:14:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fa88de

media-libs/libgphoto2: version bump to 2.5.9

Package-Manager: portage-2.2.26

 media-libs/libgphoto2/Manifest|   1 +
 media-libs/libgphoto2/libgphoto2-2.5.9.ebuild | 214 ++
 2 files changed, 215 insertions(+)

diff --git a/media-libs/libgphoto2/Manifest b/media-libs/libgphoto2/Manifest
index fed00e7..c2ccc3f 100644
--- a/media-libs/libgphoto2/Manifest
+++ b/media-libs/libgphoto2/Manifest
@@ -1,2 +1,3 @@
 DIST libgphoto2-2.5.7.tar.bz2 6726164 SHA256 
7260193277bdb4c319dd8f151224f87deac9fde64cbe5d2eb25d9c19e4d09894 SHA512 
eaff704eb4ccfc6f7a2890c6583ece268005d91acbf8c5e192e2ac91e5a2f5f4f6c84b4dfc95773a6e6023fb12cb0e63d75eed8cd4f8a98019069ac6ab4e60f1
 WHIRLPOOL 
87a2fa5bbff780dce0131bcca90169bc4c273a42f4b99f2d614accba42284c1a6087ff4b1dbc6bdf139b88b95df6e4367404c873ac27b8388e594af2959dd563
 DIST libgphoto2-2.5.8.tar.bz2 6941251 SHA256 
031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6 SHA512 
142957ce3c80e8ac091005ba51b24fc0b199aa46f1a196cb0cfd71e0101d6020f4dd0ec2deb7209ef9ff7b946453b5fd9faf944047c07eb9962d8d52c876b1f4
 WHIRLPOOL 
0a214237cc646dcf3902e065eae862a4d9b8a9df533e39a5508e41dabd837060a135fac79edb28394ab4638e86513abdeee6ca940ca6fe744833c94432e336c1
+DIST libgphoto2-2.5.9.tar.bz2 6964578 SHA256 
cdb0e8e3a93417eb25892c4b03e64c07e93488ce05072edb62e1b70ff3291f32 SHA512 
72cfb7969394d767cbfc63829a53c11beb11391afc7c682ae3a3b05159568b5d2a77fe03c1fac5216cb1af5e7b3e6ac78286530bf2b7b4e5b7cfbe8fca05589f
 WHIRLPOOL 
aa25b4d2e549d32865d3dd71a19e693db8664d59121af1582c8546616d8bee7931d102d158914cae7c4d954f5dee06c529a0269dc4964d5ab83b4a691969d88b

diff --git a/media-libs/libgphoto2/libgphoto2-2.5.9.ebuild 
b/media-libs/libgphoto2/libgphoto2-2.5.9.ebuild
new file mode 100644
index 000..2e949f9
--- /dev/null
+++ b/media-libs/libgphoto2/libgphoto2-2.5.9.ebuild
@@ -0,0 +1,214 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# TODO
+# 1. Track upstream bug --disable-docs does not work.
+#  
http://sourceforge.net/tracker/index.php?func=detail=1643870_id=8874=108874
+
+EAPI="5"
+
+inherit eutils multilib multilib-minimal udev user
+
+DESCRIPTION="Library that implements support for numerous digital cameras"
+HOMEPAGE="http://www.gphoto.org/;
+SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+
+# FIXME: should we also bump for libgphoto2_port.so soname version?
+SLOT="0/6" # libgphoto2.so soname version
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="doc examples exif gd jpeg nls serial"
+
+# By default, drivers for all supported cameras will be compiled.
+# If you want to only compile for specific camera(s), set CAMERAS
+# environment to a space-separated list (no commas) of drivers that
+# you want to build.
+IUSE_CAMERAS="
+   adc65 agfa_cl20 aox ax203
+   barbie
+   canon casio_qv clicksmart310
+   digigr8 digita dimagev dimera3500 directory
+   enigma13
+   fuji
+   gsmart300
+   hp215
+   iclick
+   jamcam jd11 jl2005a jl2005c
+   kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica 
konica_qm150
+   largan lg_gsm
+   mars mustek
+   panasonic_coolshot panasonic_l859 panasonic_dc1000 panasonic_dc1580 
pccam300 pccam600 pentax polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ptp2
+   ricoh ricoh_g3
+   samsung sierra sipix_blink2 sipix_web2 smal sonix sony_dscf1 
sony_dscf55 soundvision spca50x sq905 st2205 stv0674 stv0680 sx330z
+   toshiba_pdrm11 topfield tp6801
+"
+
+for camera in ${IUSE_CAMERAS}; do
+   IUSE="${IUSE} cameras_${camera}"
+done
+
+# libgphoto2 actually links to libltdl
+RDEPEND="
+   >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
+   dev-libs/libltdl:0[${MULTILIB_USEDEP}]
+   >=virtual/libusb-1-r1:1[${MULTILIB_USEDEP}]
+   cameras_ax203? ( >=media-libs/gd-2.0.35-r4:=[${MULTILIB_USEDEP}] )
+   cameras_st2205? ( >=media-libs/gd-2.0.35-r4:=[${MULTILIB_USEDEP}] )
+   exif? ( >=media-libs/libexif-0.6.21-r1:=[${MULTILIB_USEDEP}] )
+   gd? ( >=media-libs/gd-2.0.35-r4[jpeg=,${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   serial? ( >=dev-libs/lockdev-1.0.3.1.2-r2[${MULTILIB_USEDEP}] )
+   ! /dev/null 2>&1; then
+   einfo "No camera drivers will be built since you did not 
specify any."
+   fi
+}
+
+pkg_setup() {
+   enewgroup plugdev
+}
+
+src_prepare() {
+   # Handle examples ourselves
+   sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
+   

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

2016-01-04 Thread Mike Frysinger
commit: 391b8cf8bb3f06b40d108c157630657132a96131
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  5 00:24:50 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  5 00:24:50 2016 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=391b8cf8

qcheck: improve error reporting for unreadable files

We shouldn't flag files that are unreadable as AFK as that implies the
files are missing.

 qcheck.c | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/qcheck.c b/qcheck.c
index cdbc507..3718f94 100644
--- a/qcheck.c
+++ b/qcheck.c
@@ -37,7 +37,7 @@ static const char * const qcheck_opts_help[] = {
 };
 #define qcheck_usage(ret) usage(ret, QCHECK_FLAGS, qcheck_long_opts, 
qcheck_opts_help, lookup_applet_idx("qcheck"))
 
-#define qcprintf(fmt, args...) if (!state->bad_only) printf(_(fmt), ## args)
+#define qcprintf(fmt, args...) do { if (!state->bad_only) printf(_(fmt), ## 
args); } while (0)
 
 struct qcheck_opt_state {
int argc;
@@ -125,7 +125,10 @@ static int qcheck_process_contents(q_vdb_pkg_ctx *pkg_ctx, 
struct qcheck_opt_sta
if (fstatat(pkg_ctx->cat_ctx->ctx->portroot_fd, e->name + 1, 
, AT_SYMLINK_NOFOLLOW)) {
/* make sure file exists */
if (state->chk_afk) {
-   qcprintf(" %sAFK%s: %s\n", RED, NORM, e->name);
+   if (errno == ENOENT)
+   qcprintf(" %sAFK%s: %s\n", RED, NORM, 
e->name);
+   else
+   qcprintf(" %sERROR (%s)%s: %s\n", RED, 
strerror(errno), NORM, e->name);
} else {
--num_files;
++num_files_ignored;



[gentoo-commits] repo/gentoo:master commit in: /

2016-01-04 Thread Patrice Clement
commit: 99260be901aea0a07c7010fb80037279a47c1c28
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jan  4 21:30:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  4 21:30:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99260be9

Merge remote-tracking branch 'github/pr/587'.

 media-sound/mpd/mpd-0.19.11.ebuild | 2 ++
 1 file changed, 2 insertions(+)



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-javamail/

2016-01-04 Thread Patrice Clement
commit: 3cd217f4fabdfd13da564a2157a6b1ed52a9e4b4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jan  4 21:27:20 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  4 21:30:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd217f4

dev-java/oracle-javamail: Version bump. Fixes 557882.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/oracle-javamail/Manifest  |  1 +
 .../oracle-javamail/oracle-javamail-1.5.5.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-java/oracle-javamail/Manifest 
b/dev-java/oracle-javamail/Manifest
index 9583383..074e7ee 100644
--- a/dev-java/oracle-javamail/Manifest
+++ b/dev-java/oracle-javamail/Manifest
@@ -1 +1,2 @@
 DIST javamail-1.5.2-src.zip 1573447 SHA256 
76efde22a38a021baa99087be1878787bf5e72ceb684b1bc33eb260a8ddcbdd5 SHA512 
9d2ae8c38a8e7464023219dac13df95a34cab52a5ff9f19015ea0dde73a838f49ae006c9dc1538eeb978844af7ac962ce3b22d89f0f9ccda684141f7b52840bc
 WHIRLPOOL 
6c438c6569cbd689eeaa8398301b5481956443ccb9f2112891bce5e97d1a792e0176e8fb395cbadd4175e87c253db833760aff96ea61654dad3d478d386fbf7b
+DIST oracle-javamail-1.5.5.zip 1794428 SHA256 
33d0b71714931b586bbb61367fd6491f7c100b9ddca597a62e51e5d5ac308bd8 SHA512 
20eb12e757d00ceedbf45c43ddc1b6fe1155e79766e5843fbb8fd58c3ad91305edb07351b4ff9ed411aaffe977e9e4f287ac16b88ac55541f6f4f93c1c81a58a
 WHIRLPOOL 
363c62731b924ed8f48a60382ccb853789c1d0645ef77f1fe9370283d58acb3e74aa311e7e72512f80f97598c33050426865178a93d22aaf882c19581af8c241

diff --git a/dev-java/oracle-javamail/oracle-javamail-1.5.5.ebuild 
b/dev-java/oracle-javamail/oracle-javamail-1.5.5.ebuild
new file mode 100644
index 000..845cbb0
--- /dev/null
+++ b/dev-java/oracle-javamail/oracle-javamail-1.5.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="A Java-based framework to build multiplatform mail and messaging 
applications"
+HOMEPAGE="https://java.net/projects/javamail/pages/Home;
+SRC_URI="https://java.net/projects/javamail/downloads/download/source/javamail-${PV}-src.zip
 -> ${P}.zip"
+
+# either of these
+LICENSE="CDDL GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   default
+
+   # build.xml expects it here
+   mkdir -p legal/src/main/resources/META-INF || die
+   cp mail/src/main/resources/META-INF/LICENSE.txt \
+   legal/src/main/resources/META-INF || die
+}
+
+EANT_DOC_TARGET="docs"
+EANT_EXTRA_ARGS="-Dspec.dir=doc/spec"
+
+src_install() {
+   java-pkg_dojar target/release/mail.jar
+
+   dodoc doc/release/{CHANGES,COMPAT,NOTES,NTLMNOTES,README,SSLNOTES}.txt 
|| die
+   dohtml -r doc/release/{*.html,images} || die
+
+   use doc && java-pkg_dojavadoc target/release/docs/javadocs
+   use source && java-pkg_dosrc mail/src/main/java
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/

2016-01-04 Thread Patrice Clement
commit: c236ebf46354938ed9f2e9d7f076b491eda4e2de
Author: Lukáš Hrázký  email  cz>
AuthorDate: Fri Jan  1 16:29:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan  1 16:29:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c236ebf4

media-sound/mpd: add a systemd user service

This allows a user to run mpd through systemd locally, instead of a
system-wide global instance under the mpd user.

 media-sound/mpd/mpd-0.19.11.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-sound/mpd/mpd-0.19.11.ebuild 
b/media-sound/mpd/mpd-0.19.11.ebuild
index da43a94..ac380c6 100644
--- a/media-sound/mpd/mpd-0.19.11.ebuild
+++ b/media-sound/mpd/mpd-0.19.11.ebuild
@@ -223,6 +223,8 @@ src_install() {
 
newinitd "${FILESDIR}"/${PN}2.init ${PN}
 
+   systemd_newuserunit systemd/${PN}.service ${PN}.service
+
if use unicode; then
sed -i -e 's:^#filesystem_charset.*$:filesystem_charset 
"UTF-8":' \
"${ED}"/etc/mpd.conf || die "sed failed"



[gentoo-commits] proj/musl:master commit in: dev-embedded/u-boot-tools/, dev-embedded/u-boot-tools/files/

2016-01-04 Thread Jory Pratt
commit: cbac0c51832ecc772ae353910253bff66f61853d
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Jan  4 22:52:42 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jan  4 22:52:42 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=cbac0c51

dev-embedded/u-boot-tools: Add patch for missing includes for musl

 dev-embedded/u-boot-tools/ChangeLog-2015   | 193 +
 dev-embedded/u-boot-tools/Manifest |   5 +
 .../files/u-boot-tools-2015.04-musl-support.patch  |  49 ++
 dev-embedded/u-boot-tools/metadata.xml |   5 +
 .../u-boot-tools/u-boot-tools-2015.04.ebuild   |  48 +
 5 files changed, 300 insertions(+)

diff --git a/dev-embedded/u-boot-tools/ChangeLog-2015 
b/dev-embedded/u-boot-tools/ChangeLog-2015
new file mode 100644
index 000..033f78c
--- /dev/null
+++ b/dev-embedded/u-boot-tools/ChangeLog-2015
@@ -0,0 +1,193 @@
+# ChangeLog for dev-embedded/u-boot-tools
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.40 
2015/05/05 09:19:51 aballier Exp $
+
+*u-boot-tools-2015.04 (05 May 2015)
+
+  05 May 2015; Alexis Ballier 
+  +u-boot-tools-2015.04.ebuild:
+  bump to 2015.04; install mkimage man page
+
+  02 Mar 2015; Markos Chandras 
+  u-boot-tools-2015.01.ebuild:
+  unset a few KBUILD variables. Bug #540476
+
+*u-boot-tools-2015.01 (11 Feb 2015)
+
+  11 Feb 2015; Markos Chandras 
+  +u-boot-tools-2015.01.ebuild:
+  Version bump
+
+  03 May 2014; Mikle Kolyada  u-boot-tools-2014.01.ebuild:
+  x86 stable wrt bug #502646
+
+  03 May 2014; Mikle Kolyada  u-boot-tools-2014.01.ebuild:
+  amd64 stable wrt bug #502646
+
+  01 Apr 2014; Markus Meier  u-boot-tools-2014.01.ebuild:
+  arm stable, bug #502646
+
+  25 Jan 2014; Tim Harder  -u-boot-tools-2011.12.ebuild,
+  -u-boot-tools-2012.10.ebuild:
+  Remove old.
+
+*u-boot-tools-2014.01 (25 Jan 2014)
+
+  25 Jan 2014; Tim Harder  +u-boot-tools-2014.01.ebuild:
+  Version bump.
+
+  26 Dec 2013; Mike Frysinger  u-boot-tools-2013.07.ebuild:
+  Stabilize for all #495366.
+
+*u-boot-tools-2013.07 (27 Sep 2013)
+
+  27 Sep 2013; Markos Chandras 
+  +files/u-boot-no-config.h.patch, +u-boot-tools-2013.07.ebuild:
+  Version bump
+
+  10 Nov 2012; Mike Frysinger  u-boot-tools-2012.10.ebuild:
+  Clean up build.
+
+  09 Nov 2012; Markos Chandras 
+  u-boot-tools-2012.10.ebuild:
+  s/ewarn/einfo/
+
+  09 Nov 2012; Markos Chandras 
+  u-boot-tools-2012.10.ebuild:
+  Fix typo in comment
+
+*u-boot-tools-2012.10 (09 Nov 2012)
+
+  09 Nov 2012; Markos Chandras 
+  +u-boot-tools-2012.10.ebuild:
+  Version bump. Bug #437576
+
+  05 Sep 2012; Tim Harder 
+  -files/2011.09/0001-Build-timestamp_autogenerated.h-without-config.patch,
+  -u-boot-tools-2011.06.ebuild,
+  -files/2011.09/0002-Safer-timestamp_autogenerated.h-generation.patch,
+  -u-boot-tools-2011.09.ebuild,
+  -files/2011.09/0003-ublimage-NAND-block-size-isn-t-set-at-build-time.patch:
+  Remove old.
+
+  08 Aug 2012; Andreas Schuerch 
+  u-boot-tools-2011.12.ebuild:
+  x86 stable, see bug 418675
+
+  05 Aug 2012; Markus Meier  u-boot-tools-2011.12.ebuild:
+  arm stable, bug #418675
+
+  03 Aug 2012; Markos Chandras 
+  u-boot-tools-2011.12.ebuild:
+  Stable on amd64 wrt bug #418675
+
+  16 Jan 2012; Tim Harder  -u-boot-tools-2010.06.ebuild,
+  -u-boot-tools-2010.12.ebuild:
+  Remove old.
+
+*u-boot-tools-2011.12 (01 Jan 2012)
+
+  01 Jan 2012; Tim Harder  +u-boot-tools-2011.12.ebuild:
+  Version bump.
+
+*u-boot-tools-2011.09 (14 Oct 2011)
+
+  14 Oct 2011; Mike Frysinger 
+  +files/2011.09/0001-Build-timestamp_autogenerated.h-without-config.patch,
+  +files/2011.09/0002-Safer-timestamp_autogenerated.h-generation.patch,
+  +files/2011.09/0003-ublimage-NAND-block-size-isn-t-set-at-build-time.patch,
+  +u-boot-tools-2011.09.ebuild:
+  Version bump.
+
+  14 Oct 2011; Mike Frysinger  u-boot-tools-2011.06.ebuild:
+  Stabilize for all.
+
+*u-boot-tools-2011.06 (21 Aug 2011)
+
+  21 Aug 2011; Tim Harder  +u-boot-tools-2011.06.ebuild:
+  Version bump
+
+*u-boot-tools-2010.12 (14 Mar 2011)
+
+  14 Mar 2011; Tim Harder  -u-boot-tools-2009.03.ebuild,
+  -u-boot-tools-2009.11.1.ebuild, +u-boot-tools-2010.12.ebuild:
+  Version bump (bug #355669 by Jacob Galbreath) and remove old. Update to EAPI
+  4 and remove unnecessary compile setup and die usage.
+
+  07 Mar 2011; Raúl Porcel  u-boot-tools-2010.06.ebuild:
+  x86stable wrt 

[gentoo-commits] proj/musl:master commit in: net-wireless/crda/files/, net-wireless/crda/

2016-01-04 Thread Jory Pratt
commit: f3965fa7f031bed5c31a547c8c213d7eb9dfe904
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Jan  4 22:51:09 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jan  4 22:51:09 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f3965fa7

Add missing limits.h for PATH_MAX

 net-wireless/crda/Manifest |  5 ++
 net-wireless/crda/crda-1.1.3-r1.ebuild | 68 ++
 .../files/0001-add-missing-limits.h-include.patch  | 25 
 .../crda/files/crda-1.1.3-missing-include.patch| 11 
 net-wireless/crda/metadata.xml | 16 +
 5 files changed, 125 insertions(+)

diff --git a/net-wireless/crda/Manifest b/net-wireless/crda/Manifest
new file mode 100644
index 000..f6fc8a6
--- /dev/null
+++ b/net-wireless/crda/Manifest
@@ -0,0 +1,5 @@
+AUX 0001-add-missing-limits.h-include.patch 548 SHA256 
b3af448d4b5d6dedd305691fc94e2c10362e9d8e0050df042947a0c99f0ab277 SHA512 
51c42b8a05d1fc6ad0165482fcfc94794d0246489773871c7c02895ec50a5bc2ae93e94c6aa9ac999be3b7c33600fd5db57152692509ca88fc37171afa493b87
 WHIRLPOOL 
ace6a5750d1c97165fa7065315ff19c8c049642d778d1dda6590206f5f3e407afdc696c78ccdc015fe399f265f4936996bde4298fba0ccd7e06ed66f34d35b14
+AUX crda-1.1.3-missing-include.patch 231 SHA256 
82fa9006d037b42df124d334a48bf06ec75d3b510eb7c464033798c05daede9c SHA512 
d24f11a36e798e1da7951efbcd3925d7728a2519c75ff289bfaadc92090f17fb5b9b21010ad960fadfffe6c949b63eddc2b8282508fd5947486f31495cca2afc
 WHIRLPOOL 
73be5658dec27b0fb079aafde7087cbcbaeb5bdaf66d29ea2d4a4cd7f689d1305a8ff95292ab3807271882b76fc3aaee4078df110cc1762d470252816d17d6dd
+DIST crda-1.1.3.tar.bz2 38697 SHA256 
aa8a7fe92f0765986c421a5b6768a185375ac210393df0605ee132f6754825f0 SHA512 
4ec37d3d51f5988af79c2eaadc1bce344f20d4d9833533838d308533ee02cb12d5ed193391679ae1231c8afe61b21defdb368614a6238f99fdc5824f6819cfed
 WHIRLPOOL 
bbcb31277b664243f9e494c494152cf0ebcb187360ba48aa07c8e96c83dd91098bc49f1edf0b196a9bf4071565ac389b2907fcc73e348780aa890e066895c282
+EBUILD crda-1.1.3-r1.ebuild 1682 SHA256 
0c18fc45a5a95f1a15f7a89fa030b57ea2a3559c418e143d214bc90652993f04 SHA512 
22d9505cc622a6edf361094ae8fb8a630080501ea46cd7c619b7f20f2764a8bec20a225fc0b15c786351269ca4add58285f15abe28bad2a5ad88a01250b0f463
 WHIRLPOOL 
5023c18396a5333e319f9228c878fa19d11f13431acc8769267a6529b2df149ce86223cf8acd4ad9ddc4b339b94bf2dae882c6fd28901a194962f27ccbc29ff5
+MISC metadata.xml 434 SHA256 
a3ec7036405666bbb6082583502a79d55f066bcad3f1dc382eff959986acb41d SHA512 
4bdab4b4019296a1575331290ea2890c6b1fdd540011d7533a77e3781f511c06496bf7666c490c87ac725a0bef9e0936cdb8b434c24eee9709bd70329a4cf2c1
 WHIRLPOOL 
15a207c0e8c3cad6eca1f821ca90b2ab14454075662bd93dc4af5f7c9eb62d94d986103b8fb0a2f1094a3ba79c339a7d55c0609bc548313bee3a250622c866db

diff --git a/net-wireless/crda/crda-1.1.3-r1.ebuild 
b/net-wireless/crda/crda-1.1.3-r1.ebuild
new file mode 100644
index 000..5da7c0e
--- /dev/null
+++ b/net-wireless/crda/crda-1.1.3-r1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils toolchain-funcs python-any-r1 udev
+
+DESCRIPTION="Central Regulatory Domain Agent for wireless networks"
+HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory;
+SRC_URI="http://linuxwireless.org/download/crda/${P}.tar.bz2;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86"
+IUSE=""
+
+RDEPEND="dev-libs/openssl:0
+   dev-libs/libnl:3
+   net-wireless/wireless-regdb"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]')
+   virtual/pkgconfig"
+
+python_check_deps() {
+   has_version --host-root "dev-python/m2crypto[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-missing-include.patch
+   epatch "${FILESDIR}"/0001-add-missing-limits.h-include.patch
+   sed -i \
+   -e "s:\:$(tc-getPKG_CONFIG):" \
+   Makefile || die
+}
+
+_emake() {
+   # The source hardcodes /usr/lib/crda/ paths (ignoring all make vars
+   # that look like it should change it).  We want to use /usr/lib/
+   # anyways as this file is not ABI specific and we want to share it
+   # among all ABIs rather than pointlessly duplicate it.
+   #
+   # The trailing slash on SBINDIR is required by the source.
+   emake \
+   PREFIX="${EPREFIX}/usr" \
+   SBINDIR='$(PREFIX)/sbin/' \
+   UDEV_RULE_DIR="$(get_udevdir)/rules.d" \
+   REG_BIN=/usr/lib/crda/regulatory.bin \
+   USE_OPENSSL=1 \
+   CC="$(tc-getCC)" \
+   V=1 \
+   "$@"
+}
+
+src_compile() {
+   _emake all_noverify
+}
+
+src_test() {
+   _emake verify
+}
+
+src_install() {
+   _emake DESTDIR="${D}" install
+   keepdir 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Base/

2016-01-04 Thread Andreas Hüttel
commit: 7e3af30ec5007c1cd1607ac8c9c58a1d4f05b2ad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 23:53:10 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 23:53:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3af30e

dev-perl/Exception-Base: Version bump; remove old

Package-Manager: portage-2.2.26

 ...ase-0.250-r1.ebuild => Exception-Base-0.250.100.ebuild} | 14 ++
 dev-perl/Exception-Base/Manifest   |  1 +
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild 
b/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild
similarity index 68%
rename from dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild
rename to dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild
index 5f646d9..96b2ad3 100644
--- a/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild
+++ b/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=DEXTER
-MODULE_VERSION=0.25
+DIST_AUTHOR=DEXTER
+DIST_VERSION=0.2501
 inherit perl-module
 
 DESCRIPTION="Error handling with exception class"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-# Package warrants IUSE examples
 IUSE="test"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
dev-perl/Module-Build
-   test? ( >=dev-perl/Test-Unit-Lite-0.12 )"
-
-SRC_TEST="do"
+   test? ( >=dev-perl/Test-Unit-Lite-0.120.0 )
+"
 
 src_install(){
perl-module_src_install

diff --git a/dev-perl/Exception-Base/Manifest b/dev-perl/Exception-Base/Manifest
index 6af0813..efe7b2f 100644
--- a/dev-perl/Exception-Base/Manifest
+++ b/dev-perl/Exception-Base/Manifest
@@ -1 +1,2 @@
 DIST Exception-Base-0.25.tar.gz 59534 SHA256 
1c4ec484ec6154b4b3c477d1ce69f666289fe9b4c2f2318cf742ad2e0cd251e8 SHA512 
4bc416a8a4096b2149a205dc3129aabaa49bfa9f29746b31a09cbade01e15d53ed82649b75d69c508568a7fb12726e319360aba128102fdc1e0a7ba583473e65
 WHIRLPOOL 
75ccac808f019da61d3ed843ed680274cabf5a509f332bc0b13e64b075961ce383243cabe821cbf6f08d96609fd9d380604e0dd094524febaf24908519af
+DIST Exception-Base-0.2501.tar.gz 59965 SHA256 
5723dd78f4ac0b4d262a05ea46af663ea00d8096b2e9c0a43515c210760e1e75 SHA512 
848993b3d72f3a8f79467c69afdff848e61aed7d24977bafe4cfea56631a5c4746f9993330a4373a1c727f440c0cdc70e4001d7841f17125cf603772a6805acd
 WHIRLPOOL 
87ab8ad1c9909d0585af48ab02ac2013fc52b153dd08fe0be5c122014d2f859315ae90a5250d40a2fb2e6d5f1780d91c3907b1d3bf54698559f8948e799e31ed



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-scan/

2016-01-04 Thread Jason Donenfeld
commit: 6997b49d7c9133bb21d28ed181b1427ea96c3618
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Mon Jan  4 21:30:33 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Mon Jan  4 21:30:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6997b49d

net-wireless/gr-scan: add package

Package-Manager: portage-2.2.26

 net-wireless/gr-scan/Manifest|  1 +
 net-wireless/gr-scan/gr-scan-20160104.ebuild | 24 
 net-wireless/gr-scan/metadata.xml|  6 ++
 3 files changed, 31 insertions(+)

diff --git a/net-wireless/gr-scan/Manifest b/net-wireless/gr-scan/Manifest
new file mode 100644
index 000..93fa5f5
--- /dev/null
+++ b/net-wireless/gr-scan/Manifest
@@ -0,0 +1 @@
+DIST gr-scan-20160104.tar.xz 17804 SHA256 
931343e5a19786d27108b59687068d4155b2538b49780e97e7cd48c5756c3686 SHA512 
e19a2053b5fe6c4db6f397cfce6313306f4357964dc32ee6c41a7aaec9a36407d06d90cf32d3fc916ac04f74dc76d75c7b20502227559a489a99d323ea585b50
 WHIRLPOOL 
43403fb9c181db2b7103f431fe81745eb3363548525ed09e5febbb9d777b35f1395037d6e7fbb57c05dbe5196c6e5990b650eee0d285134be96251c3407e942d

diff --git a/net-wireless/gr-scan/gr-scan-20160104.ebuild 
b/net-wireless/gr-scan/gr-scan-20160104.ebuild
new file mode 100644
index 000..895da1e
--- /dev/null
+++ b/net-wireless/gr-scan/gr-scan-20160104.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Frequency scanner for GNU Radio"
+HOMEPAGE="http://git.zx2c4.com/gr-scan/about;
+SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz;
+LICENSE="GPL-3"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~amd64"
+
+RDEPEND="
+   net-wireless/gnuradio
+   net-wireless/gr-osmosdr
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}

diff --git a/net-wireless/gr-scan/metadata.xml 
b/net-wireless/gr-scan/metadata.xml
new file mode 100644
index 000..c1b4dee
--- /dev/null
+++ b/net-wireless/gr-scan/metadata.xml
@@ -0,0 +1,6 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   radio
+
+



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dash/

2016-01-04 Thread Gilles Dartiguelongue
commit: b53de5428570ff1535028d31f177a71f5dde5127
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 21:55:59 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53de542

media-plugins/gst-plugins-dash: fix leading whitespace

Package-Manager: portage-2.2.26

 media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.1.ebuild | 6 +++---
 media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.2.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.1.ebuild 
b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.1.ebuild
index 7bbdb21..4da3cdd 100644
--- a/media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.1.ebuild
+++ b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,10 +25,10 @@ src_prepare() {
directory="gst-libs/gst/uridownloader"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/dash/Makefile.{am,in} || die
+   -i ext/dash/Makefile.{am,in} || die
 
directory="gst-libs/gst/adaptivedemux"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/dash/Makefile.{am,in} || die
+   -i ext/dash/Makefile.{am,in} || die
 }

diff --git a/media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.2.ebuild 
b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.2.ebuild
index 7bbdb21..4da3cdd 100644
--- a/media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.2.ebuild
+++ b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,10 +25,10 @@ src_prepare() {
directory="gst-libs/gst/uridownloader"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/dash/Makefile.{am,in} || die
+   -i ext/dash/Makefile.{am,in} || die
 
directory="gst-libs/gst/adaptivedemux"
libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
--i ext/dash/Makefile.{am,in} || die
+   -i ext/dash/Makefile.{am,in} || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-ffmpeg/

2016-01-04 Thread Gilles Dartiguelongue
commit: 9e2c266266b916584492e1cbc48121fadb4bfe51
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 21:56:49 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2c2662

media-plugins/gst-plugins-ffmpeg: fix trailing whitespace

Package-Manager: portage-2.2.26

 .../gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r5.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r5.ebuild 
b/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r5.ebuild
index b973c8a..30f0b9b 100644
--- 
a/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r5.ebuild
+++ 
b/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -60,7 +60,7 @@ src_prepare() {
epatch "${FILESDIR}/${PV}-ffmpeg2.patch"
fi
 
-   # libav 11 migration
+   # libav 11 migration
epatch "${FILESDIR}/${PV}-r_frame_rate.patch"
epatch "${FILESDIR}/${PV}-audioresample.patch"
epatch "${FILESDIR}/${PV}-snow-codec.patch"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-light/

2016-01-04 Thread Gilles Dartiguelongue
commit: 4a5ca43936dba25bc15c153a61c556091c8e4f00
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 21:17:15 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5ca439

gnome-base/gnome-light: drop old revision

Package-Manager: portage-2.2.26

 gnome-base/gnome-light/gnome-light-3.14.0.ebuild | 51 
 1 file changed, 51 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.14.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.14.0.ebuild
deleted file mode 100644
index 81fb2fa..000
--- a/gnome-base/gnome-light/gnome-light-3.14.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
-# any apps, but shouldn't be used by users unless they know what they are 
doing.
-RDEPEND="!gnome-base/gnome
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-${PV}
-   >=gnome-base/gnome-menus-3.10.1:3
-   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
-   >=gnome-base/gnome-control-center-${PV}[cups?]
-
-   >=gnome-base/nautilus-${PV}
-
-   gnome-shell? (
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV} )
-
-   >=x11-themes/adwaita-icon-theme-${PV}
-   >=x11-themes/gnome-themes-standard-${PV}
-   >=x11-themes/gnome-backgrounds-${PV}
-
-   >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.22.0"
-S="${WORKDIR}"
-
-pkg_pretend() {
-   if ! use gnome-shell; then
-   # Users probably want to use e16, sawfish, etc
-   ewarn "You're installing neither GNOME Shell"
-   ewarn "You will have to install and manage a window manager by 
yourself"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer-editing-services/

2016-01-04 Thread Gilles Dartiguelongue
commit: 8333124a49c8522cc49bd1b21066e3ceedae9022
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Jan  4 21:53:52 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Jan  4 22:11:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8333124a

media-libs/gstreamer-editing-servers: fix leading whitespace

Package-Manager: portage-2.2.26

 .../gstreamer-editing-services-1.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild
index 7f0a6e7..aa181a5 100644
--- 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild
+++ 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -46,8 +46,8 @@ src_configure() {
$(use_enable introspection) \
--disable-examples \
--without-gtk \
-   --with-package-name="GStreamer editing services ebuild for 
Gentoo" \
-   
--with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer-editing-services;
+   --with-package-name="GStreamer editing services ebuild for 
Gentoo" \
+   
--with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer-editing-services;
 }
 
 src_compile() {



[gentoo-commits] proj/java:master commit in: dev-java/jsfapi/

2016-01-04 Thread James Le Cuirot
commit: 731604e4839305443c94e5d5a3275449ab362a97
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan  4 23:04:48 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan  4 23:04:48 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=731604e4

dev-java/jsfapi: Broken dependency and really ancient, bye!

 dev-java/jsfapi/Manifest|  2 --
 dev-java/jsfapi/jsfapi-1.1.4.ebuild | 65 -
 dev-java/jsfapi/metadata.xml|  6 
 3 files changed, 73 deletions(-)

diff --git a/dev-java/jsfapi/Manifest b/dev-java/jsfapi/Manifest
deleted file mode 100644
index 322d12f..000
--- a/dev-java/jsfapi/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jsf-1_1_01.zip 11582180 SHA256 
d40eab949d9f221598b0b0c1f559f4d260051c86078ec8fc1eee624fa58b91fb
-DIST myfaces-core-1.1.4-src.tar.gz 287353 SHA256 
4b9a64e92dddeb565d14d34364281010c16f3919d0bead59fecc23c054741379

diff --git a/dev-java/jsfapi/jsfapi-1.1.4.ebuild 
b/dev-java/jsfapi/jsfapi-1.1.4.ebuild
deleted file mode 100644
index 014e3dd..000
--- a/dev-java/jsfapi/jsfapi-1.1.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit java-pkg-2
-
-JSF_P="jsf-1_1_01"
-DOC_A="${JSF_P}.zip"
-DOWNLOADSITE="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22=jsf-1_1_01-fcs-oth-JPR=JSC=noreg;
-JAVA_PKG_FILTER_COMPILER="jikes"
-
-MY_PN="myfaces-core"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="JavaServer Faces technology is a framework for building user 
interfaces for web applications"
-HOMEPAGE="http://myfaces.apache.org/;
-SRC_URI="mirror://apache/myfaces/source/${MY_P}-src.tar.gz
-   doc? ( ${DOC_A} )"
-
-RESTRICT="fetch"
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-COMMON_DEP="
-   >=dev-java/commons-logging-1.0
-   =dev-java/servletapi-2.4*
-   =dev-java/jakarta-jstl-1.1*"
-
-DEPEND=">=virtual/jdk-1.4
-   doc? ( app-arch/unzip )
-   ${COMMON_DEP}"
-
-RDEPEND=">=virtual/jre-1.4
-   ${COMMON_DEP}"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_nofetch() {
-   einfo " Due to license restrictions, we cannot fetch the"
-   einfo " docs automagically."
-   einfo
-   einfo " 1. Visit ${DOWNLOADSITE} and follow instructions"
-   einfo " 2. Download ${DOC_A}"
-   einfo " 3. Move file to ${DISTDIR}"
-   einfo " 4. Run emerge on this package again to complete"
-}
-
-src_compile() {
-   local build_dir=${S}/build
-   local classpath="-classpath $(java-pkg_getjars 
servletapi-2.4,commons-logging,jakarta-jstl):${build_dir}:."
-   mkdir ${build_dir}
-
-   cd source
-   ejavac ${classpath} -nowarn -d ${build_dir} $(find javax/ -name 
"*.java")
-
-   cd ..
-   jar cf ${PN}.jar -C build . || die "Unable to create jar"
-}
-
-src_install() {
-   java-pkg_dojar ${PN}.jar
-   use doc && java-pkg_dojavadoc ${WORKDIR}/${JSF_P}/javadocs/
-}

diff --git a/dev-java/jsfapi/metadata.xml b/dev-java/jsfapi/metadata.xml
deleted file mode 100644
index 604e0a4..000
--- a/dev-java/jsfapi/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   java
-
-



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/

2016-01-04 Thread Robin H. Johnson
commit: 02ed97ca904569a1edc11f1571d42f69f4717a3d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jan  4 22:39:24 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jan  4 22:39:36 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=02ed97ca

Build cloud stages with bindist explictly

Signed-off-by: Robin H. Johnson  gentoo.org>

 releases/weekly/specs/amd64/stage4-cloud.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/releases/weekly/specs/amd64/stage4-cloud.spec 
b/releases/weekly/specs/amd64/stage4-cloud.spec
index 2a95e05..e396b4b 100644
--- a/releases/weekly/specs/amd64/stage4-cloud.spec
+++ b/releases/weekly/specs/amd64/stage4-cloud.spec
@@ -9,6 +9,7 @@ portage_confdir: 
/release/releng/releases/weekly/portage/cloud-stages
 
 stage4/use:
bash-completion
+   bindist
bzip2
idm
ipv6



[gentoo-commits] proj/releng:master commit in: releases/weekly/scripts/, releases/weekly/specs/amd64/

2016-01-04 Thread Robin H. Johnson
commit: e0a2e5d8861040c1709340c0e057e194b31cf94d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jan  4 22:39:07 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jan  4 22:39:36 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e0a2e5d8

Move cloud stage cleanup from fsscript to spec where possible.

Signed-off-by: Robin H. Johnson  gentoo.org>

 releases/weekly/scripts/cloud-prep.sh | 11 +-
 releases/weekly/specs/amd64/stage4-cloud.spec | 30 +++
 2 files changed, 31 insertions(+), 10 deletions(-)

diff --git a/releases/weekly/scripts/cloud-prep.sh 
b/releases/weekly/scripts/cloud-prep.sh
index 1905f11..116e64d 100644
--- a/releases/weekly/scripts/cloud-prep.sh
+++ b/releases/weekly/scripts/cloud-prep.sh
@@ -68,13 +68,4 @@ sed -i '/^USE=\"\${USE}\ \ build\"$/d' /etc/portage/make.conf
 # clean up system
 passwd -d root
 passwd -l root
-rm -R -f /usr/portage/distfiles/*
-rm -f /etc/ssh/ssh_host_*
-rm -f /root/.bash_history
-rm -f /root/.nano_history
-rm -f /root/.lesshst
-rm -f /root/.ssh/known_hosts
-rm -rf /usr/src/linux
-rm -rf /usr/src/linux*
-for i in $(find /var/log -type f); do echo > $i; done
-for i in $(find /tmp -type f); do rm -f $i; done
+for i in $(find /var/log -type f); do truncate -s 0 $i; done

diff --git a/releases/weekly/specs/amd64/stage4-cloud.spec 
b/releases/weekly/specs/amd64/stage4-cloud.spec
index 240d14e..2a95e05 100644
--- a/releases/weekly/specs/amd64/stage4-cloud.spec
+++ b/releases/weekly/specs/amd64/stage4-cloud.spec
@@ -57,3 +57,33 @@ boot/kernel/gentoo/sources: gentoo-sources
 boot/kernel/gentoo/config: 
/release/releng/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config
 boot/kernel/gentoo/extraversion: openstack
 boot/kernel/gentoo/gk_kernargs: --all-ramdisk-modules
+
+# all of the cleanup...
+stage4/unmerge:
+   sys-kernel/genkernel
+   sys-kernel/gentoo-sources
+
+stage4/empty:
+   /root/.ccache
+   /tmp
+   /usr/portage/distfiles
+   /usr/src
+   /var/cache/edb/dep
+   /var/cache/genkernel
+   /var/empty
+   /var/run
+   /var/state
+   /var/tmp
+
+stage4/rm:
+   /etc/*-
+   /etc/*.old
+   /etc/ssh/ssh_host_*
+   /root/.*history
+   /root/.lesshst
+   /root/.ssh/known_hosts
+   /root/.viminfo
+   # Remove any generated stuff by genkernel
+   /usr/share/genkernel
+   # This is 3MB of crap for each copy
+   
/usr/lib64/python*/site-packages/gentoolkit/test/eclean/testdistfiles.tar.gz



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/, releases/weekly/portage/cloud-stages/package.use/

2016-01-04 Thread Robin H. Johnson
commit: 7ff7310e30f58fb7068d9edf7bdd70ce538badec
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jan  4 22:38:46 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jan  4 22:39:34 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7ff7310e

Include iputils in cloud stages.

Signed-off-by: Robin H. Johnson  gentoo.org>

 releases/weekly/portage/cloud-stages/package.use/iputils | 1 +
 releases/weekly/specs/amd64/stage4-cloud.spec| 1 +
 2 files changed, 2 insertions(+)

diff --git a/releases/weekly/portage/cloud-stages/package.use/iputils 
b/releases/weekly/portage/cloud-stages/package.use/iputils
new file mode 100644
index 000..9cde931
--- /dev/null
+++ b/releases/weekly/portage/cloud-stages/package.use/iputils
@@ -0,0 +1 @@
+net-misc/iputils -caps -filecaps

diff --git a/releases/weekly/specs/amd64/stage4-cloud.spec 
b/releases/weekly/specs/amd64/stage4-cloud.spec
index 93fbf57..240d14e 100644
--- a/releases/weekly/specs/amd64/stage4-cloud.spec
+++ b/releases/weekly/specs/amd64/stage4-cloud.spec
@@ -26,6 +26,7 @@ stage4/packages:
app-portage/eix
app-portage/gentoolkit
net-misc/dhcpcd
+   net-misc/iputils
sys-boot/grub
sys-apps/dmidecode
sys-apps/gptfdisk



[gentoo-commits] proj/java:master commit in: dev-java/joone-engine/, dev-java/joone-engine/files/

2016-01-04 Thread James Le Cuirot
commit: 22b313ad55d8fac70670f17e6656f63b0438cc51
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan  4 22:59:32 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan  4 22:59:32 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=22b313ad

dev-java/joone-engine: Broken dependency and dead upstream, bye!

 dev-java/joone-engine/Manifest |  1 -
 dev-java/joone-engine/files/ioexception.patch  | 14 --
 dev-java/joone-engine/files/jartarget.patch| 25 --
 .../joone-engine/joone-engine-2.0.0_rc1.ebuild | 56 --
 dev-java/joone-engine/metadata.xml |  6 ---
 5 files changed, 102 deletions(-)

diff --git a/dev-java/joone-engine/Manifest b/dev-java/joone-engine/Manifest
deleted file mode 100644
index 4c6d951..000
--- a/dev-java/joone-engine/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST joone-engine-src-2.0.0RC1.zip 459198 SHA256 
191c53764c3f899a8e6e09e7da05326d61f9d0aab72c25f62f0e329db06f649d

diff --git a/dev-java/joone-engine/files/ioexception.patch 
b/dev-java/joone-engine/files/ioexception.patch
deleted file mode 100644
index 7aa1e82..000
--- a/dev-java/joone-engine/files/ioexception.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur joone/org/joone/script/JooneGroovyScript.java 
joone_fixed/org/joone/script/JooneGroovyScript.java
 joone/org/joone/script/JooneGroovyScript.java  2005-06-02 
16:42:42.0 +0300
-+++ joone_fixed/org/joone/script/JooneGroovyScript.java2007-05-16 
21:05:16.0 +0300
-@@ -86,10 +86,6 @@
- log.error( "CompilationFailedException thrown. Message is : " + 
cfe.getMessage(),
- cfe);
- } 
--catch (IOException ioe) {
--log.error( "IOException thrown. Message is : " + ioe.getMessage(),
--ioe);
--}
- }
- 
- public void set(String name, Object jObject){

diff --git a/dev-java/joone-engine/files/jartarget.patch 
b/dev-java/joone-engine/files/jartarget.patch
deleted file mode 100644
index d3e37ed..000
--- a/dev-java/joone-engine/files/jartarget.patch
+++ /dev/null
@@ -1,25 +0,0 @@
 build.xml  2007-01-17 22:21:10.0 +0200
-+++ build.xml.fixed2007-05-16 21:44:55.0 +0300
-@@ -141,6 +141,22 @@
-   
-
-   
-+  
-+  
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+  
- 
-   
- 

diff --git a/dev-java/joone-engine/joone-engine-2.0.0_rc1.ebuild 
b/dev-java/joone-engine/joone-engine-2.0.0_rc1.ebuild
deleted file mode 100644
index 554a9a5..000
--- a/dev-java/joone-engine/joone-engine-2.0.0_rc1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="Java Object Oriented Neural Engine"
-HOMEPAGE="http://www.jooneworld.com/;
-SRC_URI="mirror://sourceforge/joone/${PN}-src-${PV/_rc/RC}.zip"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="dev-java/velocity dev-java/poi dev-java/bsh =dev-java/groovy-1* 
dev-java/log4j"
-
-RDEPEND=">=virtual/jre-1.4
-   dev-java/xstream
-   ${COMMON_DEPEND}"
-
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip
-   ${COMMON_DEPEND}"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   unpack "${A}"
-   cd "${S}"
-   mkdir releases
-   rm -rv joone/org/joone/samples || die
-   # Fix for http://sourceforge.net/forum/message.php?msg_id=3632500 #
-   rm joone/org/joone/net/NestedNeuralLayerBeanInfo.java || die
-   rm joone/org/joone/util/SnapshotRecorderBeanInfo.java || die
-   ###
-   epatch "${FILESDIR}/ioexception.patch"
-   cd joone || die
-   epatch "${FILESDIR}/jartarget.patch"
-   cd ..
-   mv joone/build.xml . || die
-   java-ant_rewrite-classpath
-}
-
-EANT_GENTOO_CLASSPATH="velocity,poi,groovy-1,bsh,log4j"
-EANT_BUILD_TARGET="jar-engine"
-EANT_DOC_TARGET="doc"
-EANT_EXTRA_ARGS="-Dbase=."
-
-src_install() {
-   java-pkg_dojar ${PN}.jar
-   java-pkg_register-dependency xstream
-   use doc && java-pkg_dojavadoc doc/api
-   use source && java-pkg_dosrc joone/*
-}

diff --git a/dev-java/joone-engine/metadata.xml 
b/dev-java/joone-engine/metadata.xml
deleted file mode 100644
index 604e0a4..000
--- a/dev-java/joone-engine/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   java
-
-



[gentoo-commits] proj/java:master commit in: profiles/

2016-01-04 Thread James Le Cuirot
commit: 45078a1cc2da4aade15520889592cf9274202ed2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan  4 23:07:35 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan  4 23:07:35 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=45078a1c

profiles: Remove dead entries from package.mask

 profiles/package.mask | 34 --
 1 file changed, 34 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f30ef19..faeb3f7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -6,40 +6,6 @@
 # NOTE: Please add your entry at the top!
 #
 
-# Florian Schmaus 
-# Masked because dependency dev-java/jakarta-jstl is also masked
-dev-java/jsfapi
-# Masked because dependency java-java/cos is also masked
-dev-java/stripes
-
-# Vlastimil Babka  (12 May 2009)
 # Mask date releases to provide a downgrade path
 >=dev-lang/clojure-20080916
-
-#William L. Thomson Jr. wl...@gentoo.org (8 Mar 2007)
-# Masked due to package being incomplete and broken. Not
-# all deps are packaged, last on run into seems to be a
-# jar from Jetty which is out of date and lacks maintainer
-dev-java/htmlunit
-
-# kiorky kio...@cryptelium.net
-# just backported stuff and began working on it, don't work yet
-=www-servers/jboss-4.0.5-r1
-
-# kiorky kio...@cryptelium.net
-# This stuff is old and unusable, use jboss-bin in the mean-time
-# Only masking >=4.0 so it doesn't effect the official tree.
->=www-servers/jboss-4.0
-



[gentoo-commits] proj/java:master commit in: dev-java/abbot/files/, dev-java/abbot/

2016-01-04 Thread James Le Cuirot
commit: a349dade9da0a1473f1fb9df31b16f8783325130
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan  4 23:10:03 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan  4 23:10:03 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=a349dade

dev-java/abbot: Broken dependency and really ancient, bye!

 dev-java/abbot/Manifest|  1 -
 dev-java/abbot/abbot-0.13.1-r1.ebuild  | 60 --
 dev-java/abbot/files/abbot-0.13.1-gentoo.patch | 42 --
 dev-java/abbot/metadata.xml|  6 ---
 4 files changed, 109 deletions(-)

diff --git a/dev-java/abbot/Manifest b/dev-java/abbot/Manifest
deleted file mode 100644
index ea2a658..000
--- a/dev-java/abbot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST abbot-0.13.1-src.jar 1566719 SHA256 
e70b326450a957753f92b746263d25e6eb6aaf926e3835d5bc981d8b76a5d343

diff --git a/dev-java/abbot/abbot-0.13.1-r1.ebuild 
b/dev-java/abbot/abbot-0.13.1-r1.ebuild
deleted file mode 100644
index 348d96c..000
--- a/dev-java/abbot/abbot-0.13.1-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="Java GUI Test Framework."
-HOMEPAGE="http://abbot.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.jar"
-
-LICENSE="CPL-1.0"
-SLOT="0.13"
-# TODO need to get a package with com.apple.mrj... ie MRJToolkitStubs.zip
-KEYWORDS=""
-IUSE="doc"
-
-LDEPEND="dev-java/apple-java-extensions-bin
-   ~dev-java/jdom-1.0_beta10
-   >=dev-java/xerces-2.7
-   =dev-java/gnu-regexp-1*
-   dev-java/bsh"
-DEPEND=">=virtual/jdk-1.4
-   dev-java/ant-core
-   app-arch/unzip
-   ${LDEPEND}"
-RDEPEND=">=virtual/jre-1.4
-   ${LDEPEND}"
-
-src_unpack() {
-   mkdir -p "${S}"
-   cd "${S}"
-   unzip -qq "${DISTDIR}/${A}"
-
-   epatch "${FILESDIR}/${P}-gentoo.patch"
-
-   mkdir lib
-   cd lib
-
-   java-pkg_jar-from apple-java-extensions-bin
-   java-pkg_jar-from jdom-1.0_beta10
-   java-pkg_jar-from xerces-2 xml-apis.jar
-   java-pkg_jar-from xerces-2 xercesImpl.jar
-   java-pkg_jar-from bsh
-   java-pkg_jar-from junit
-   java-pkg_jar-from gnu-regexp-1
-}
-
-src_compile() {
-   eant jar $(use_doc)
-}
-
-src_install() {
-   java-pkg_dojar "build/${PN}.jar"
-   use doc && java-pkg_dohtml -r doc/api
-}
-
-# don't do tests, because they depend on a graphical environment!
-src_test() {
-   :;
-}

diff --git a/dev-java/abbot/files/abbot-0.13.1-gentoo.patch 
b/dev-java/abbot/files/abbot-0.13.1-gentoo.patch
deleted file mode 100644
index 283f57e..000
--- a/dev-java/abbot/files/abbot-0.13.1-gentoo.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Only in abbot-patched/: .build.xml.swp
-Only in abbot-patched/: build
-diff -ru abbot/build.xml abbot-patched/build.xml
 abbot/build.xml2004-11-11 13:09:34.0 -0500
-+++ abbot-patched/build.xml2005-09-06 22:09:31.0 -0400
-@@ -48,7 +48,8 @@
- 
- 
- 
--
-+
-+
- 
- 
-   
-Only in abbot-patched/doc/api: abbot
-Only in abbot-patched/doc/api: allclasses-frame.html
-Only in abbot-patched/doc/api: allclasses-noframe.html
-Only in abbot-patched/doc/api: constant-values.html
-Only in abbot-patched/doc/api: deprecated-list.html
-Only in abbot-patched/doc/api: help-doc.html
-Only in abbot-patched/doc/api: index-all.html
-Only in abbot-patched/doc/api: index.html
-Only in abbot-patched/doc/api: junit
-Only in abbot-patched/doc/api: overview-frame.html
-Only in abbot-patched/doc/api: overview-summary.html
-Only in abbot-patched/doc/api: overview-tree.html
-Only in abbot-patched/doc/api: package-list
-Only in abbot-patched/doc/api: packages.html
-Only in abbot-patched/doc/api: resources
-Only in abbot-patched/doc/api: serialized-form.html
-Only in abbot-patched/doc/api: stylesheet.css
-Only in abbot/doc: reports
-Only in abbot-patched/: lib

diff --git a/dev-java/abbot/metadata.xml b/dev-java/abbot/metadata.xml
deleted file mode 100644
index 604e0a4..000
--- a/dev-java/abbot/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   java
-
-



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dtc/

2016-01-04 Thread Mike Frysinger
commit: 92201b7499fb376ae9a907bfcec77b9be7157d7b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan  4 21:19:15 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan  4 22:25:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92201b74

sys-apps/dtc: update to EAPI=5 and keyword everywhere

 sys-apps/dtc/dtc-1.4.1-r1.ebuild | 11 +++
 sys-apps/dtc/dtc-.ebuild | 12 
 2 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/sys-apps/dtc/dtc-1.4.1-r1.ebuild b/sys-apps/dtc/dtc-1.4.1-r1.ebuild
index a4f80e2..4fe56df 100644
--- a/sys-apps/dtc/dtc-1.4.1-r1.ebuild
+++ b/sys-apps/dtc/dtc-1.4.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI="5"
 
 inherit multilib toolchain-funcs eutils
 if [[ ${PV} == "" ]] ; then
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="Open Firmware device tree compiler"
@@ -40,11 +40,6 @@ src_prepare() {
export V=1
 }
 
-src_test() {
-   # Enable parallel tests.
-   emake check
-}
-
 src_install() {
default
use static-libs || find "${ED}" -name '*.a' -delete

diff --git a/sys-apps/dtc/dtc-.ebuild b/sys-apps/dtc/dtc-.ebuild
index 7550c05..43d0f35 100644
--- a/sys-apps/dtc/dtc-.ebuild
+++ b/sys-apps/dtc/dtc-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI="5"
 
 inherit multilib toolchain-funcs
 if [[ ${PV} == "" ]] ; then
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="Open Firmware device tree compiler"
@@ -38,12 +38,8 @@ src_prepare() {
export V=1
 }
 
-src_test() {
-   emake check
-}
-
 src_install() {
-   emake DESTDIR="${D}" install
+   default
use static-libs || find "${ED}" -name '*.a' -delete
dodoc Documentation/manual.txt
 }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dtc/files/, sys-apps/dtc/

2016-01-04 Thread Mike Frysinger
commit: 0ea4b4f1eb9f40f926eceaa025cedf07021d0e8b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan  4 21:17:52 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan  4 22:25:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea4b4f1

sys-apps/dtc: drop old versions

 sys-apps/dtc/Manifest  |   2 -
 sys-apps/dtc/dtc-1.3.0-r1.ebuild   |  52 -
 sys-apps/dtc/dtc-1.3.0.ebuild  |  46 ---
 sys-apps/dtc/dtc-1.4.0.ebuild  |  52 -
 sys-apps/dtc/files/dtc-1.3.0-fdtdump.patch | 118 -
 5 files changed, 270 deletions(-)

diff --git a/sys-apps/dtc/Manifest b/sys-apps/dtc/Manifest
index 7fc19d2..0803f93 100644
--- a/sys-apps/dtc/Manifest
+++ b/sys-apps/dtc/Manifest
@@ -1,3 +1 @@
 DIST dtc-1.4.1.tar.xz 107920 SHA256 
77992ad8eac7b68f553d0ba58e5b51604ac803d126196c99e3ae38aaae28bb94 SHA512 
63df730e65f62b8c9648cfee5461809188f4198cbf98de25fbe5cb7f2f43c405266abb740501740f59847dc6faf0588bcbc734d08ae5430b05c2601e070d6d05
 WHIRLPOOL 
93e9ed26024e4650bb2de6323ea639a3e52622aa3891a9f9404959b600d2c1cbc633d18e30d3629ac54ae662e8c58a7d0ca7910a9b323cd8dd4ff6e43a3fdf67
-DIST dtc-v1.3.0.tgz 108540 SHA256 
4da48956d812e221f68d1d538cd58ca8ed7412af4ab9ef42a702db9173c372fe SHA512 
4506eb4c3eaccabbf6773a3b0cbf3b174560e5004cf8af9f88448ad1371d1c57d793f078b2bd99b63714df538e74d6dfe16f112bc8283d412b1026f5f5c8220e
 WHIRLPOOL 
4e87da05024d94998999a5e0090f91e4af4a66937dc6d5deec9bf7dd320fd9e732d30ccb6195dd0ce924c0f3c817d6af4731761e08dbc0e365e85ad8719e7935
-DIST dtc-v1.4.0.tar.xz 105160 SHA256 
6df33a5da65fd43e0bc265a6c99104ca2962a97cf2d78171ed10d68e546ce198 SHA512 
d0021c27e3614776db72c3d84cf05b98b1c49e14991ce12db6a90e9ac7d8aa248064f071c7a3b5bc9a20e9b22f070187778faa49bb3a5d0916afdfd9a929b743
 WHIRLPOOL 
366dd030aeaf042a7b60c7f900befaac124799d2db02c272d513615e08b208de26ab678c2dc48187f52f19bc2d5bcdf9b5694521298122706726e11ddaaa2afe

diff --git a/sys-apps/dtc/dtc-1.3.0-r1.ebuild b/sys-apps/dtc/dtc-1.3.0-r1.ebuild
deleted file mode 100644
index 02bacac..000
--- a/sys-apps/dtc/dtc-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-MY_P="${PN}-v${PV}"
-
-inherit multilib toolchain-funcs eutils
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://git.jdl.com/software/dtc.git"
-   inherit git-2
-else
-   SRC_URI="http://www.jdl.com/software/${MY_P}.tgz;
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Open Firmware device-trees compiler"
-HOMEPAGE="http://git.jdl.com/gitweb/?p=dtc.git;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="sys-devel/flex
-   sys-devel/bison"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-fdtdump.patch #372895
-   sed -i \
-   -e '/^CFLAGS =/s:=:+=:' \
-   -e '/^CPPFLAGS =/s:=:+=:' \
-   -e 's:-Werror::' \
-   -e 's:-g -Os::' \
-   -e '/^PREFIX =/s:=.*:= /usr:' \
-   -e "/^LIBDIR =/s:=.*:= /usr/$(get_libdir):" \
-   Makefile || die
-   tc-export AR CC
-   export V=1
-}
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   use static-libs || find "${ED}" -name '*.a' -delete
-   dodoc Documentation/manual.txt
-}

diff --git a/sys-apps/dtc/dtc-1.3.0.ebuild b/sys-apps/dtc/dtc-1.3.0.ebuild
deleted file mode 100644
index 3ea96bc..000
--- a/sys-apps/dtc/dtc-1.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit toolchain-funcs
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Open Firmware device-trees compiler"
-HOMEPAGE="http://www.t2-project.org/packages/dtc.html;
-SRC_URI="http://www.jdl.com/software/${MY_P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="sys-devel/flex
-   sys-devel/bison"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   sed -i -e "s:CFLAGS =:CFLAGS +=:" \
-  -e "s:CPPFLAGS =:CPPFLAGS +=:" \
-  -e "s:-Werror::" \
-  -e "s:-g -Os::" \
-   Makefile || die
-}
-
-src_compile() {
-   tc-export AR CC
-   emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)"
-}
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" \
-install
-   dodoc Documentation/manual.txt
-}

diff --git a/sys-apps/dtc/dtc-1.4.0.ebuild b/sys-apps/dtc/dtc-1.4.0.ebuild
deleted file mode 100644
index af5971f..000
--- a/sys-apps/dtc/dtc-1.4.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/

2016-01-04 Thread Mike Frysinger
commit: c6cca10a3d2219c64ef0bfba54fb82526223c252
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan  4 21:01:01 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan  4 22:25:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cca10a

sys-firmware/seabios: fix binary logic #570876#7

Previous commit here incorrectly nested the amd64 & x86 flags.

Reported-by: Mike Gilbert  gentoo.org>

 sys-firmware/seabios/seabios-1.8.2.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild 
b/sys-firmware/seabios/seabios-1.8.2.ebuild
index 02b9e6f..bc072f1 100644
--- a/sys-firmware/seabios/seabios-1.8.2.ebuild
+++ b/sys-firmware/seabios/seabios-1.8.2.ebuild
@@ -38,11 +38,14 @@ REQUIRED_USE="debug? ( !binary )
!amd64? ( !x86? ( binary ) )"
 
 # The amd64/x86 check is needed to workaround #570892.
+SOURCE_DEPEND="
+   >=sys-power/iasl-20060912
+   ${PYTHON_DEPS}"
 DEPEND="
-   amd64? ( x86? ( !binary? (
-   >=sys-power/iasl-20060912
-   ${PYTHON_DEPS}
-   ) ) )"
+   !binary? (
+   amd64? ( ${SOURCE_DEPEND} )
+   x86? ( ${SOURCE_DEPEND} )
+   )"
 RDEPEND=""
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/

2016-01-04 Thread Mike Frysinger
commit: 984385bb648fc3679c0696647ee7d7811f5288e4
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan  4 21:06:53 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan  4 22:25:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984385bb

sys-firmware/sgabios: add keywords for everyone #570876

We only permit building from source for x86 arches.  Allowing
all arches to install these binaries is straight forward.

 sys-firmware/sgabios/sgabios-0.1_pre8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild
index b79c935..f4b6bdb 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Valid/

2016-01-04 Thread Andreas Hüttel
commit: a310867311b1c8f56caa903e06b974eb5fb9b19d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 22:32:18 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 23:04:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3108673

dev-perl/Email-Valid: Version bump

Package-Manager: portage-2.2.26

 dev-perl/Email-Valid/Email-Valid-1.198.0.ebuild | 36 +
 dev-perl/Email-Valid/Manifest   |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Email-Valid/Email-Valid-1.198.0.ebuild 
b/dev-perl/Email-Valid/Email-Valid-1.198.0.ebuild
new file mode 100644
index 000..30b366d
--- /dev/null
+++ b/dev-perl/Email-Valid/Email-Valid-1.198.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.198
+inherit perl-module
+
+DESCRIPTION="Check validity of Internet email addresses"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-File-Spec
+   dev-perl/IO-CaptureOutput
+   virtual/perl-IO
+   dev-perl/MailTools
+   dev-perl/Net-DNS
+   >=dev-perl/Net-Domain-TLD-1.650.0
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   dev-perl/Test-Pod
+   dev-perl/Test-Pod-Coverage
+   dev-perl/Capture-Tiny
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Email-Valid/Manifest b/dev-perl/Email-Valid/Manifest
index ebc26fb..59953ce 100644
--- a/dev-perl/Email-Valid/Manifest
+++ b/dev-perl/Email-Valid/Manifest
@@ -1,2 +1,3 @@
 DIST Email-Valid-1.192.tar.gz 29372 SHA256 
774dd7eb3a0692e58b6d59d0e59d3515fc1a344cd009765ade8bc855f27af86e SHA512 
6edc84b863eddb878742a9b72631e3aa2f1fddd0827877ec74b977aedbc9d43d7d9f084039a406b4aecf4db83860a066bed28cf7d5d6347554d71323f648ac22
 WHIRLPOOL 
b59ba9d3e529480710ff7ee714767ce6854942837b90c9fedb452b1ab576757842117b35c14ff897f0eb9ee313ebcddd369fcbc48a8f9cf26eac2e2bd8ed3618
 DIST Email-Valid-1.196.tar.gz 32208 SHA256 
75121ce25c1a530076b65a5942326d03bfcc5d15d480e8641b6a84a83bf54268 SHA512 
afecd8932ab4479d2057620fac24ab7e211ef4ce67300bf7815156398d1dbb93113dee795ac79114bdb6e7e62f01297fd3e3f64bad11441403bde969ec20e517
 WHIRLPOOL 
2fb52bfb343d6c7a17223e178a9038c08ddb0b8795c68b1b5f3a49b42307d0325fab7a10237c74cac33180ea1b1e0f0a1dc5aaff8e8a680567d024cd01ce7333
+DIST Email-Valid-1.198.tar.gz 32952 SHA256 
ab502c4c1398b1e0700b4d03532e31aad87055b5d3be0da77d1a7cc487e02108 SHA512 
40395ae7580ddc07ef75f95a62cb23507c4749b52a6fceaf47a5014c8dd7a9d11bbbdd906925bdd9a394f6f5cbfd35422167b48e3a86c591e2da59445ebf970b
 WHIRLPOOL 
8cc4fd73dd1eebcf9633975f7074da7c04d2ed0decf4e2c59ef3e4f6bf6008693941a909b578807a3991b0267cb3bf9557cd80a50d1aeeb756f8e43840e89dda



[gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/

2016-01-04 Thread Andreas Hüttel
commit: 082d8e03a4c4fb57ccdba91694fa7544a9da5055
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 22:39:29 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 23:04:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082d8e03

dev-perl/EV: Remove old

Package-Manager: portage-2.2.26

 dev-perl/EV/EV-4.150.0-r1.ebuild | 20 
 dev-perl/EV/Manifest |  1 -
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/EV/EV-4.150.0-r1.ebuild b/dev-perl/EV/EV-4.150.0-r1.ebuild
deleted file mode 100644
index 7bc3585..000
--- a/dev-perl/EV/EV-4.150.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MLEHMANN
-MODULE_VERSION=4.15
-inherit perl-module
-
-DESCRIPTION="Perl interface to libev, a high performance full-featured event 
loop"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/common-sense"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index 5cbe099..5857132 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1,2 +1 @@
-DIST EV-4.15.tar.gz 189514 SHA256 
7bc3701a94dcfb13cfb382dc36cd3455c7497afe976c604a1e1783c032ae9975 SHA512 
792c87b0312b9ed8b9faacf83e59fb89404e68e044f475532b9e5e04a750e2adc98cc6352f4c24c3cc403f059451c72142b0e6a0fa0583ff34707b8c3bbdefff
 WHIRLPOOL 
fe7215b2713ce5ab3446f30e733c166ea438934153b2b9d0970d1a7b46f3ab9175ea9782234163bbc20ba39060371e95a29d7f8bd93072538698e5586e24c5f7
 DIST EV-4.18.tar.gz 190556 SHA256 
7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02 SHA512 
623ce15d0e569a70ce6df1fab7c7545e20a1bb2ed41b36375621cdeacbf51732f662275b31d2f50ab17de4f25e37ecfbd4aff030fd4a78aefa30b26cd9d461d0
 WHIRLPOOL 
2316572464445db226ffea5b2e1395e1272d1c60cd27fcfa06323f8335c19ca5ba03eec52875ec84c97f14fd26e3943a78717dcd4488562fed2dbf7bbd8b5443



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Error/

2016-01-04 Thread Andreas Hüttel
commit: 2cc0a402b72798593363dcdc3459983894a84259
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 22:36:59 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 23:04:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc0a402

dev-perl/Error: Remove old

Package-Manager: portage-2.2.26

 dev-perl/Error/Error-0.170.230.ebuild | 29 -
 dev-perl/Error/Manifest   |  1 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Error/Error-0.170.230.ebuild 
b/dev-perl/Error/Error-0.170.230.ebuild
deleted file mode 100644
index 4ed6d6e..000
--- a/dev-perl/Error/Error-0.170.230.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=0.17023
-inherit perl-module
-
-DESCRIPTION="Error/exception handling in an OO-ish way"
-
-LICENSE+=" MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-   virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.280.801
-   test? (
-   >=dev-perl/Test-Pod-1.140.0
-   >=dev-perl/Test-Pod-Coverage-1.40.0
-   )
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/Error/Manifest b/dev-perl/Error/Manifest
index de5350b..83750f5 100644
--- a/dev-perl/Error/Manifest
+++ b/dev-perl/Error/Manifest
@@ -1,3 +1,2 @@
 DIST Error-0.17021.tar.gz 22400 SHA256 
1c81c1b4cdf38ae089f1cd4ae5999e1ea15bbba3d259085acf829fb9874e760d SHA512 
7efd445b03e17d254a17cb1e6fb4db7d3674e9d5bc67fa075282318da8a4820dcba5ee1120b8be11a7fe27da211f97c3cae990733a9a9a7bb965b6d28ab87f10
 WHIRLPOOL 
32c3299d5e89e35261dcc9f7425f995d18c98194696c2090b566748d660311aec070dd21436332381287d9b0d98bf7ec7477dd2f088234b006efe82bf60acf9e
-DIST Error-0.17023.tar.gz 31038 SHA256 
af48e19077d8837c6377d8a9ba2ce473c100caf5eeb7b53606c3f78a0e8b5d37 SHA512 
478a18b4a9735612e1af0ba221a2c082f3522ffeb2d593e8f1bf963e5f9a4d67fc913de5bdf18d4255b1fe69f2d300fbb2a9f25ad5cf17f1b8e4932c765cc924
 WHIRLPOOL 
40f10ab10a7dcf5242f26379f0d318bb4a8193b88e9973c1acc962f56b1dfd5a48a38a9ff03a0ccb9c3691b9e17a9c6e27440447276f944f7ba607239e328140
 DIST Error-0.17024.tar.gz 31269 SHA256 
074db7c783a67b0667eca64a4f6a0c3de94998afc92c01d6453163eb04b9150d SHA512 
886ad8d527936ddca564c466bb753e29bcb203ebc32bee7c8af8db05f70fcae17d3536f1f0163d17e3d1a0669da0c559ea0e5d14a1e83c4c7e329d4368ba3e77
 WHIRLPOOL 
e860b7bc705c155787ac1c3231d1b952969790c01d7d2d9aac18ae9684cb8a3a28d6115afe2b14940b797a4da9df49819c9c78044598cf3af0a342825bd4e829



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Event-RPC/

2016-01-04 Thread Andreas Hüttel
commit: bb4c3e1f0f490d6e8ead06fa478a532d38341153
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 23:04:23 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 23:04:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4c3e1f

dev-perl/Event-RPC: Remove old

Package-Manager: portage-2.2.26

 dev-perl/Event-RPC/Event-RPC-1.30.0.ebuild | 23 ---
 dev-perl/Event-RPC/Manifest|  1 -
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/Event-RPC/Event-RPC-1.30.0.ebuild 
b/dev-perl/Event-RPC/Event-RPC-1.30.0.ebuild
deleted file mode 100644
index 58c01ca..000
--- a/dev-perl/Event-RPC/Event-RPC-1.30.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=JRED
-MODULE_VERSION=1.03
-inherit perl-module
-
-DESCRIPTION="Event based transparent Client/Server RPC framework"
-
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="|| ( dev-perl/Event dev-perl/glib-perl )
-   dev-perl/IO-Socket-SSL
-   dev-perl/Net-SSLeay
-   virtual/perl-Storable"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Event-RPC/Manifest b/dev-perl/Event-RPC/Manifest
index fcda6aa..80c88ce 100644
--- a/dev-perl/Event-RPC/Manifest
+++ b/dev-perl/Event-RPC/Manifest
@@ -1,2 +1 @@
-DIST Event-RPC-1.03.tar.gz 47011 SHA256 
e97e96bc9294d8b3466cf9fcf4a157650ad1483dda3dd02d1b11793cbc429983 SHA512 
d48f91f53dd41885163a089cd8df1b920e51b85bc972156a23bdb5112ab880b035d8759215d8c488738974a6f4ad29894073d49883f9f835d92fff9257ea0ffb
 WHIRLPOOL 
3d389c9cc433f2321569a6bb47e9dc224a485f66fef7e28307b73534f826512360ac0f0e0a389fffb2a2817c16cd7b27f710e4b89c509ed23e723952be61f979
 DIST Event-RPC-1.05.tar.gz 48716 SHA256 
6d8286cc24dc9c87d471ff8a361b471b00e7a141d6fd477d17303fe3dd634128 SHA512 
817f3c6efccc9701d091d4ddb3dc6860efbb276150f1534a40315eb668074a77dac099b0f944a7507cda98aef1a59d4a5c460a9d3cef1bd0ffe40f88d1d5b214
 WHIRLPOOL 
5fe6419cf129d8243f6162efc170f57add0f19b16b2a5086d118b7a689ed860ab4953691d17f630fc9e5b28d56fbcda02dffe6d8654809d585a3bdeb4e75b706



[gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/

2016-01-04 Thread Andreas Hüttel
commit: 971c8170d1a09a25f4b57d53519aec6f565e8c9c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 22:45:57 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 23:04:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971c8170

dev-perl/EV: Version bump

Package-Manager: portage-2.2.26

 dev-perl/EV/EV-4.220.0.ebuild | 23 +++
 dev-perl/EV/Manifest  |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
new file mode 100644
index 000..801018f
--- /dev/null
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=4.22
+inherit perl-module
+
+DESCRIPTION="Perl interface to libev, a high performance full-featured event 
loop"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-perl/common-sense
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   dev-perl/Canary-Stability
+"

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index 5857132..bb3fdd2 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1 +1,2 @@
 DIST EV-4.18.tar.gz 190556 SHA256 
7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02 SHA512 
623ce15d0e569a70ce6df1fab7c7545e20a1bb2ed41b36375621cdeacbf51732f662275b31d2f50ab17de4f25e37ecfbd4aff030fd4a78aefa30b26cd9d461d0
 WHIRLPOOL 
2316572464445db226ffea5b2e1395e1272d1c60cd27fcfa06323f8335c19ca5ba03eec52875ec84c97f14fd26e3943a78717dcd4488562fed2dbf7bbd8b5443
+DIST EV-4.22.tar.gz 193418 SHA256 
2ae7f8734e2e4945510252152c3bea4be35f4aa58aad3db0504c38844b08a991 SHA512 
0d30d1388a75ed3af24c3b854d8c2a54bfc62c274591f13205c35748f3652122bae85f46aae174ce5963395233536222c8fae35e8118cbd5af2f7ed0c45b70de
 WHIRLPOOL 
2b60c964d4b48d46363b857e0d981d12f7b694346491410f0276d3e8643fbd4ecfc653b08a60edff939b37fab85b91ecebb871e74dad9697f6bbcfbfc9fbf010



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Send/

2016-01-04 Thread Andreas Hüttel
commit: 40565eb49eb1ccb396c14f9728618d73d0890693
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 22:18:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 23:04:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40565eb4

dev-perl/Email-Send: Remove old

Package-Manager: portage-2.2.26

 dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild | 26 
 dev-perl/Email-Send/Manifest |  1 -
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild 
b/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild
deleted file mode 100644
index 4f98a98..000
--- a/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=2.199
-inherit perl-module
-
-DESCRIPTION="Simply Sending Email"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="virtual/perl-Test-Simple
-   >=dev-perl/Module-Pluggable-2.97
-   virtual/perl-Scalar-List-Utils
-   >=dev-perl/Return-Value-1.302
-   virtual/perl-File-Spec
-   dev-perl/Email-Simple
-   dev-perl/Email-Address"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Email-Send/Manifest b/dev-perl/Email-Send/Manifest
index c990cd2..62de651 100644
--- a/dev-perl/Email-Send/Manifest
+++ b/dev-perl/Email-Send/Manifest
@@ -1,3 +1,2 @@
 DIST Email-Send-2.198.tar.gz 25883 SHA256 
dddb892f540da09b9a94cf30f4b8df67a0f681555d5424162df0faa33dbed539 SHA512 
ec747c798ab74efadeeacaa0a7754be36aa5fc790f4b14b2f52360a088c04c2446719fb701a34381e382eb79ee996c22955aa1363b258592b423f3b5528fa33b
 WHIRLPOOL 
b9d62548498290c1b1315cd1ff5662b1a4d32a455739e785789725026b4361b5d08fb230b0180022060717ed3984a1ebfec242188daf46618be7dac700cc2507
-DIST Email-Send-2.199.tar.gz 28756 SHA256 
8b13ed3463a5113b3b805e9b0be4fdc2c4a16d19b99257e51752884fc08dc5c6 SHA512 
c06fcaa4ee97b5d2662c2dcd2896926227fadb158a962d1df02594a350e05968101807d2352136bbd2081adf13bc350d639f8a8a82d0eb83ab30141a953ddad7
 WHIRLPOOL 
8b99864532a86bd0757389a2054c5a1a93f4cdf5dc32dbf248fb70ffbb260ef930a4e0c9adc7648559827b03aefc9747adc76039979598b9ed56cad332d9b89e
 DIST Email-Send-2.201.tar.gz 30041 SHA256 
4bbec933558d7cc9b8152bad86dd313de277a21a89b4ea83d84e61587e95dbc6 SHA512 
4245fc5487f2f4a88ed8c7569572c52214d88e0cf96b727198503914135609c00b3839034e0cdffd32dc84a140eb1148e4de667ba74759d76cf47d7ee49cd1e5
 WHIRLPOOL 
380ab27ea5b370e964bc162a52bee151a5d0255947662462db0c9ef8c54bfe1fb9722d8aff4d888c2f01c9897b78277dbc0b495092b335ac3b584fdc2c85a6b5



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/

2016-01-04 Thread Ian Delaney
commit: 36baa1fc5958605af2d8b11e1acf632d3d14f5e9
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Jan  5 00:23:53 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Jan  5 01:00:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36baa1fc

app-emulation/xen-tools: re-add keyword x86 to latest of vns. 4.2.5, 4.2.6

These should never have been set to -x86 in xen-tools because they support
xen guests of x86

Package-Manager: portage-2.2.26

 app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild | 2 +-
 app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild 
b/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild
index a147169..d472363 100644
--- a/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild
@@ -16,7 +16,7 @@ if [[ $PV == * ]]; then
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
 else
-   KEYWORDS="~amd64 ~arm ~arm64 -x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
UPSTREAM_VER=
SECURITY_VER=7
# vars set to reflect https://dev.gentoo.org/~idella4/

diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild 
b/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild
index ceb1402..8733ee6 100644
--- a/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild
@@ -19,7 +19,7 @@ if [[ $PV == * ]]; then
EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
S="${WORKDIR}/${REPO}"
 else
-   KEYWORDS="~amd64 ~arm ~arm64 -x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
UPSTREAM_VER=0
SECURITY_VER=7
# vars set to reflect https://dev.gentoo.org/~idella4/



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/

2016-01-04 Thread Ian Delaney
commit: d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Jan  5 00:39:27 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Jan  5 01:00:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f26b68

app-emulation/xen-pvgrub: re-add keyword x86 to latest of 4.2.5, 4.2.6

These should never have been set to -x86 in xen-tools because they support
xen guests of x86

Package-Manager: portage-2.2.26

 app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild | 6 +++---
 app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
index 8e1c138..519950c 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,7 +27,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst 
laying inside guest
 HOMEPAGE="http://xen.org/;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 -x86"
+KEYWORDS="amd64 ~x86"
 IUSE="custom-cflags"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -36,7 +36,7 @@ DEPEND="sys-devel/gettext
sys-devel/bin86
sys-apps/texinfo"
 
-RDEPEND=">=app-emulation/xen-4.2.1"
+RDEPEND=">=app-emulation/xen-tools-${PV}"
 
 pkg_setup() {
python-single-r1_pkg_setup

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
index 25ada73..bf577ad 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,7 +27,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst 
laying inside guest
 HOMEPAGE="http://xen.org/;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 -x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="custom-cflags"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -37,7 +37,7 @@ DEPEND="sys-devel/gettext
sys-apps/texinfo
x11-libs/pixman"
 
-RDEPEND=">=app-emulation/xen-4.2.1"
+RDEPEND=">=app-emulation/xen-tools-${PV}"
 
 pkg_setup() {
python-single-r1_pkg_setup



[gentoo-commits] proj/musl:master commit in: sys-libs/pam/files/, sys-libs/pam/

2016-01-04 Thread Jory Pratt
commit: b880a39368148d7f7e2906a6d07d73fe606f7c8a
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Jan  5 01:49:35 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jan  5 01:49:55 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b880a393

Add pam-1.2.1 support

 sys-libs/pam/Manifest  |   8 +-
 sys-libs/pam/files/pam-1.2.1-fix-compat.patch  |  21 +++
 sys-libs/pam/files/pam-1.2.1-innetgr.patch |  54 +++
 sys-libs/pam/files/pam-1.2.1-no-strndupa.patch |  46 ++
 sys-libs/pam/metadata.xml  |   2 -
 sys-libs/pam/pam-1.2.1-r99.ebuild  | 213 +
 6 files changed, 341 insertions(+), 3 deletions(-)

diff --git a/sys-libs/pam/Manifest b/sys-libs/pam/Manifest
index db75f3a..f5f232f 100644
--- a/sys-libs/pam/Manifest
+++ b/sys-libs/pam/Manifest
@@ -1,7 +1,13 @@
 AUX pam-1.1.8-doc-install.patch 6592 SHA256 
83edb1f57e3fa579bde4cd9ba05966063106f0dc8e57458eea9857250b1a0fb5 SHA512 
335220790207c3cb9c84420f13e5e1ea8e42e2b5402def0d0f9425ae89b37c8aef66eb9906c58eeb249bd1ca27af711015c363421d4096206ea44c4c4beea302
 WHIRLPOOL 
ae6df174b9457bcfd85f41b72ec22054898c0c86f9bb0b170ec3e6c747140d1ac3fba3e684e2c4c9c12bb4a1429996a5bb999c9dc2c7693d5109e52f383d1fcf
 AUX pam-1.1.8-fix-compat.patch 402 SHA256 
c783156888287b44816b4a32c946af657c0a43d8926fe7bd9f54d9768ee8f699 SHA512 
1178ead83fdc872a626576c620876d013cbeb6199edb704c8d91cb906b9aabc1dd02e11a27a792cb87179554dcaf3080d04478317e03cf34cea23bf42b65fe2f
 WHIRLPOOL 
692d3df998b7c29f1a7ea4c75cbeabdb6a907d7a8ca0b9e22f9c02df883db6af6b2052f67f4778cf97667456d54abed7f89fb43ed1bcb01c9fdef42f63d2762f
 AUX pam-1.1.8-innetgr.patch 1662 SHA256 
fb609212837c67da7da033a0daa01d1c2e34166867530e6924102b655e00ebde SHA512 
ca32ecdacfc5b8f1482031203b616932b646a008b02080315ea2589af5962180d4ff4339c27fe9f6a878a89f47fb69429f4ac75d67b0e70ad7765a4db1dc74d9
 WHIRLPOOL 
3034a8cd10f26c303546a99c0ae7de38d016d537deae81e52cc510c515d7e8b7d703bf257fac8d737588add225e125d7a90f6f35cc811eb1330cb3cc88d67048
+AUX pam-1.2.1-fix-compat.patch 402 SHA256 
c783156888287b44816b4a32c946af657c0a43d8926fe7bd9f54d9768ee8f699 SHA512 
1178ead83fdc872a626576c620876d013cbeb6199edb704c8d91cb906b9aabc1dd02e11a27a792cb87179554dcaf3080d04478317e03cf34cea23bf42b65fe2f
 WHIRLPOOL 
692d3df998b7c29f1a7ea4c75cbeabdb6a907d7a8ca0b9e22f9c02df883db6af6b2052f67f4778cf97667456d54abed7f89fb43ed1bcb01c9fdef42f63d2762f
+AUX pam-1.2.1-innetgr.patch 1662 SHA256 
fb609212837c67da7da033a0daa01d1c2e34166867530e6924102b655e00ebde SHA512 
ca32ecdacfc5b8f1482031203b616932b646a008b02080315ea2589af5962180d4ff4339c27fe9f6a878a89f47fb69429f4ac75d67b0e70ad7765a4db1dc74d9
 WHIRLPOOL 
3034a8cd10f26c303546a99c0ae7de38d016d537deae81e52cc510c515d7e8b7d703bf257fac8d737588add225e125d7a90f6f35cc811eb1330cb3cc88d67048
+AUX pam-1.2.1-no-strndupa.patch 1452 SHA256 
49bae3a1ee81d94527c15aab766e2bb5523cdc6e9ce00126d0d7b81c5b9b47a2 SHA512 
967eb6d636fc5421ceea1ddd79de61d367cdd17b260ad3ad75da2e1af4ca87305f57776344ab53b23d1ec81d4d8b74874a0a05f68b70c54ba62f7ec23ad40a99
 WHIRLPOOL 
0cf25b0a11739493ef1b00e3d440b391ae14f88462f60a0c8d7b4d58aa7fd2ec41ed4d05a436265bbac5ab0a6529809ce2839af65b6560c4bda0b46a81cd0a92
 DIST Linux-PAM-1.1.8-docs.tar.bz2 147887 SHA256 
c4bb6a0e8307d2ab5611457fecf20fcbd6cdfff51dea524f0f06c74e4f3b4ff8 SHA512 
36aa6f8cc0640686d2af40845e18ad4b48183f18de9e1495427550ad5b61e2f59e25f6d5e8df1277cd3f171fd69bf6c49fe7c5b31f0b290e3641b65521e8
 WHIRLPOOL 
c4b373e59fac30a29c2b16f01419492c72fae2ceb15b157418bba4899b75cf4b97bac4559b688ef8d5a231cc972f72654c4e10d63a0b72a0d6573388f7125f87
 DIST Linux-PAM-1.1.8.tar.bz2 1148944 SHA256 
c4b1f23a236d169e2496fea20721578d864ba00f7242d2b41d81050ac87a1e55 SHA512 
245785ab4e187ceaab6393967352c8d2a2319c64e1e83285d0251cc02995dc2edab8e3001301b6d9f6774c441b7557d9caf4dfdf94c7cd5d44aa53ae759d9e5d
 WHIRLPOOL 
b4ec7baeb57b9d987086fe3e007e08e8b9c92b2ff86a94f8003a87c8448925835808661cd719d2445570aa8dd1c20fcbbe8bd465d73f4af8cd7edde0f650a734
+DIST Linux-PAM-1.2.0-docs.tar.bz2 490586 SHA256 
3bc9ae398f759e372dbf4065ceed2df8b1ac5ab62c6688cb5f7849ce773df2c3 SHA512 
028b7f9d6b0a5cf38f063e0f82ac3d0955e1e41d77c9f3fc803363d9ea710d71366e0a91f31b418cac397bb6639442de908fa00f02cd94cf612496d1b43c7e4c
 WHIRLPOOL 
9a329b610d840c904050b2261e5ce34ac54232b0c7d51c12ee45c9e758ab6659ea8562e032fa9815c2beab0cfa1ea455dbfbf3cdef39d30d299a8bc5286f7a14
+DIST Linux-PAM-1.2.1.tar.bz2 1279523 SHA256 
342b1211c0d3b203a7df2540a5b03a428a087bd8a48c17e49ae268f992b334d9 SHA512 
4572aa1eaf5a1312410c74b5ed055b2592c5efe2bb82f59981da4e9e93555ad40aee3a89f446d9dc6c6af79efc04c33f739f66db9edc07e02479475a14e426da
 WHIRLPOOL 
562917945b3b3a407955cc5bf5cd251ff7e257a94055d7cfbf06d5c2619b58d61624f16848de3512ddf61636ad8618315de3f7bd8e4e51b3b7d109adfa212c8a
 EBUILD pam-1.1.8-r99.ebuild 6289 SHA256 
d9fac218f4e3a095a1d7bbe62d65db2c73a5183681b28006972c2575a1473221 SHA512 

[gentoo-commits] proj/musl:master commit in: x11-libs/libpciaccess/, x11-base/xorg-server/files/, x11-base/xorg-server/

2016-01-04 Thread Jory Pratt
commit: 7a19b69187224e71b0869825d9caf528fb80bb16
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Jan  5 03:04:57 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jan  5 03:04:57 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7a19b691

x11-base/xorg-server - Fix wanrings that cause failure on arm musl

 x11-base/xorg-server/Manifest  |   5 +
 .../files/xorg-server-1.17-ia64-fix_inx_outx.patch |  59 +
 ...rver-1.17-support-multiple-Files-sections.patch |  65 ++
 .../files/xorg-server-1.17.4-arm-musl.patch|  20 ++
 x11-base/xorg-server/xorg-server-1.17.4.ebuild | 246 +
 x11-libs/libpciaccess/Manifest |   3 +-
 x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild   |   6 +-
 7 files changed, 402 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 32d6e52..544e4d0 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -4,7 +4,12 @@ AUX xdm.initd-11 6136 SHA256 
86a17c9ba172481318d5fd51c3aadfdcad9e5d52ed747837972
 AUX xorg-server-1.12-ia64-fix_inx_outx.patch 1737 SHA256 
bf996a01faf3d1e6f00f12b17373a2530e7e433d3e6c4cac8935ebddc91cd089 SHA512 
18bf9bbb973ae4e3f95ffafca8f82845f0c318c3b2dbf0cf9089a2614215ecf000b9037bfed7d80d9367be01247bf316ba2f6e16aa04fe79c54d81441c962bcd
 WHIRLPOOL 
cd133d58fc74de9d49773fe2a570d023cea38d09d7550fb9097a8c83a8393e8fc829ffaac566eee732475410e5d8063d0f99d437a68a67e8d3f65d012522240e
 AUX xorg-server-1.12-unloadsubmodule.patch 1373 SHA256 
c68c4c0749b9229c3ca11c72b5ca98b58c7dbaf5c7311ce45890204bdc637c3c SHA512 
a6a8ebbb1005f2ea9cfdfc928209a23fe213caab31a889c3290f14bcae0a9afd40176330e2e56cb5ff986d522505e7fb98fa0c71187f403e2afd33c9c919780e
 WHIRLPOOL 
7e9dce7dc4e064567e68697a2966f87cef756670db7e49da50c8d9a5379d7930c3f9642913b8482b8c7597067ef9098e1989284986b5ec605aca6a536329c05c
 AUX xorg-server-1.14.3-musl.patch 916 SHA256 
aa3d44a6b21a7991eb730d5ddf345e8ab9cf2a319648576b30a1cf5be2621fd1 SHA512 
06bc6860c6fc5508c3e7458f2a6061ad02e893d0ba6303423fe76d12b223ef609f225383da891ecbaf448d9ba82bad94f33d5854763b467c1845588fbbbafcb2
 WHIRLPOOL 
52e957f34a738fe79eb54707252642ee2a748fc10655a02d6998f5f93380766082a772f1de91d8c65042421329af70a9057580dd5f521edec48516ba58803793
+AUX xorg-server-1.17-ia64-fix_inx_outx.patch 1539 SHA256 
4c844b2d41b6412304b8a918e3cd93d8f2ab8dad8e6a22310cd87d1f3d8f5e95 SHA512 
1db65132bb04eff380d38ccc8441f9f9e5286d7a47956495c0a7de7978107d15e5638d05df0aabbcd11687dd03189a7ac50fca51d755d082869aed71e66dbda1
 WHIRLPOOL 
8f7f3d107e2f8ce5e07d5dac9bf68b7547425943c3e6b6db92eab8bebc0194da53384c953f5e823a5284025e1bbcf18000b497d31de7c5d46e43f9cc0215
+AUX xorg-server-1.17-support-multiple-Files-sections.patch 2256 SHA256 
1cc57d2e8449d50737c507005df348610bb68241fe36e997e4803b3b8b3e6d86 SHA512 
e3141727c993e02b2e067095807e96ef0cc82e2e7c8b65664d0530ef05a0f7b9170272e4e1e3523ede3f1cc23b00c4776785b8299e0b58a6e7fd56062aecefb6
 WHIRLPOOL 
078a5e30777a8f6e908421a1c7cc4a7e63c23f57b600bb1117bc1e8de2db0e6440870f811e65283acaa48da06fcc5666434d2bdce257709344e8f584d1525623
+AUX xorg-server-1.17.4-arm-musl.patch 682 SHA256 
b210a93b4d6128c0963ade3458925ff293e1c68ac20a15964357fd401f7161e0 SHA512 
b799e757a22a61ac283adbd7a8df1ad4eccce0bb6cac38a0c962ba8438bba3cf6637a65bb64859e7b32399fca672283a49960207e186c271ba574580de360d09
 WHIRLPOOL 
3a197692f3d5a7563294248784d8afb5d74eb19e8533cab5166364e96753e0c99c1cbfc236b74c9fcfa553822e277b62f19a4b7193697c9e0c991d3f00de5b8e
 AUX xorg-sets.conf 199 SHA256 
1201d0337ac69d9715f4454a86dfb8a7bd1ae6f4c2578042fc08f283a997597c SHA512 
910fe28f20909243044f079ff35136942b8790f4f28ac42ffc64a76b7f03cd22057087fa5e4e01192080b52c0d89000ea96d5a807c6f11f680d3f43312c5be41
 WHIRLPOOL 
4acac88e1688ea71df59a86a8a188b5369ad05f61e1369cd620eecd754511578e961a537ff6d0b22156f671d3485289cbc941dfe83bea24a27329b7bebb46c7d
 DIST xorg-server-1.16.4.tar.bz2 5817330 SHA256 
abb6e1cc9213a9915a121f48576ff6739a0b8cdb3d32796f9a7743c9a6efc871 SHA512 
f756fca65535aa921a85d8d8eb36ea2ba5b7af90a46d640b0ca76259a9abd9d323885087e11156528d95240937c70373045001ae20266a1b9e89909f007e9e74
 WHIRLPOOL 
63980a3e2b57d2860998344f21a6524598b3dc135c277e5a868e34b57ab5060681ae7137358b3ba8b9ca5fd622a91aeb06bd0ac9e3e5ce1f4dc55df2b2dc0e33
+DIST xorg-server-1.17.4.tar.bz2 5791384 SHA256 
0c4b45c116a812a996eb432d8508cf26c2ec8c3916ff2a50781796882f8d6457 SHA512 
4b8377b86ca88f27dcf59db2996b2ee620ce6f181a37dc47600365db588d48f2f3ca66a3149e7c856e686e5783b1cccb2ba0827aa7413299163dfca869f4d376
 WHIRLPOOL 
c5baa1b01e57eac9e18bd1890c0a7e2246836524645057d5e05a1a19225d863645616aafaadbf9d083ffb672d47ea1934ad8323d813533e9519f0d92f9a1c6ab
 EBUILD xorg-server-1.16.4-r99.ebuild 6878 SHA256 
2964b54ef3281174961903084f4c6333ced6e16f7fafc20e0655aa7a8d556694 SHA512 
1258f0db4d9b91e428e325c9ed0472792f1b34df290115aff29e3f8211d294ffbc0d4dc4b0d51ae6ffe919f89668dbeed3ea202f4477762034ae6014e634033e
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/nss/

2016-01-04 Thread Mike Frysinger
commit: fc8de6d16fe203976a1fa5d79456ad2b3b4deb13
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan  5 00:30:34 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan  5 00:38:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8de6d1

dev-libs/nss: switch to prelink.conf.d files

Avoid polluting the global environment via env.d just for prelink masks
now that the current prelink versions support prelink.conf.d fragments.

 dev-libs/nss/nss-3.21-r2.ebuild | 328 
 1 file changed, 328 insertions(+)

diff --git a/dev-libs/nss/nss-3.21-r2.ebuild b/dev-libs/nss/nss-3.21-r2.ebuild
new file mode 100644
index 000..5729f0b
--- /dev/null
+++ b/dev-libs/nss/nss-3.21-r2.ebuild
@@ -0,0 +1,328 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
+
+NSPR_VER="4.10.8"
+RTM_NAME="NSS_${PV//./_}_RTM"
+# Rev of https://git.fedorahosted.org/cgit/nss-pem.git
+PEM_GIT_REV="015ae754dd9f6fbcd7e52030ec9732eb27fc06a8"
+PEM_P="${PN}-pem-20140125"
+
+DESCRIPTION="Mozilla's Network Security Services library that implements PKI 
support"
+HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/;
+SRC_URI="http://archive.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
+   cacert? ( 
https://dev.gentoo.org/~anarchy/patches/${PN}-3.14.1-add_spi+cacerts_ca_certs.patch
 )
+   nss-pem? ( https://dev.gentoo.org/~anarchy/dist/${PEM_P}.tar.bz2 )"
+
+LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="+cacert +nss-pem utils"
+CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
+DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
+   ${CDEPEND}"
+RDEPEND=">=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
+   ${CDEPEND}
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r12
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${P}/${PN}"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/nss-config
+)
+
+src_unpack() {
+   unpack ${A}
+   if use nss-pem ; then
+   mv "${PN}"/lib/ckfw/pem/ "${S}"/lib/ckfw/ || die
+   fi
+}
+
+src_prepare() {
+   # Custom changes for gentoo
+   epatch "${FILESDIR}/${PN}-3.21-gentoo-fixups.patch"
+   epatch "${FILESDIR}/${PN}-3.21-gentoo-fixup-warnings.patch"
+   epatch "${FILESDIR}/${PN}-3.21-hppa-byte_order.patch"
+
+   if use cacert ; then
+   epatch "${DISTDIR}/${PN}-3.14.1-add_spi+cacerts_ca_certs.patch"
+   epatch "${FILESDIR}/${PN}-3.21-cacert-class3.patch" #521462
+   fi
+   use nss-pem && epatch "${FILESDIR}/${PN}-3.21-enable-pem.patch" \
+   "${FILESDIR}/${PN}-3.21-pem-werror.patch"
+
+   pushd coreconf >/dev/null || die
+   # hack nspr paths
+   echo 'INCLUDES += -I$(DIST)/include/dbm' \
+   >> headers.mk || die "failed to append include"
+
+   # modify install path
+   sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = 
$(CORE_DEPTH)/dist:' \
+   -i source.mk || die
+
+   # Respect LDFLAGS
+   sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk
+   popd >/dev/null || die
+
+   # Fix pkgconfig file for Prefix
+   sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \
+   config/Makefile || die
+
+   # use host shlibsign if need be #436216
+   if tc-is-cross-compiler ; then
+   sed -i \
+   -e 's:"${2}"/shlibsign:shlibsign:' \
+   cmd/shlibsign/sign.sh || die
+   fi
+
+   # dirty hack
+   sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../freebl/\$(OBJDIR):" \
+   lib/ssl/config.mk || die
+   sed -i -e 
"/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \
+   cmd/platlibs.mk || die
+
+   multilib_copy_sources
+
+   strip-flags
+}
+
+multilib_src_configure() {
+   # Ensure we stay multilib aware
+   sed -i -e "/@libdir@/ s:lib64:$(get_libdir):" config/Makefile || die
+}
+
+nssarch() {
+   # Most of the arches are the same as $ARCH
+   local t=${1:-${CHOST}}
+   case ${t} in
+   aarch64*)echo "aarch64";;
+   hppa*)   echo "parisc";;
+   i?86*)   echo "i686";;
+   x86_64*) echo "x86_64";;
+   *)   tc-arch ${t};;
+   esac
+}
+
+nssbits() {
+   local cc cppflags="${1}CPPFLAGS" cflags="${1}CFLAGS"
+   if [[ ${1} == BUILD_ ]]; then

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc32/, profiles/arch/powerpc/ppc64/, ...

2016-01-04 Thread Ian Delaney
commit: 38ddfcf1f4cbaab6c0c9542622544ce78507a44f
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Jan  4 18:50:32 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Jan  4 18:50:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ddfcf1

profiles: adjust sdl USE mask for mpv on powerpc

media-libs/libsdl2 wasn't stabilized on powerpc in the past.
Now it's stable on ppc64, but isn't keyworded on ppc32.

Thus mask sdl USE on ppc64 for the currently stable mpv version only and
keep sdl USE mask on ppc32.

 profiles/arch/powerpc/package.use.mask  | 4 
 profiles/arch/powerpc/ppc32/package.use.mask| 5 +
 profiles/arch/powerpc/ppc64/package.use.stable.mask | 6 ++
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 7a7cbb0..8164073 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -126,10 +126,6 @@ media-video/mpv doc-pdf
 # dependency sci-libs/vtk not keyworded on ppc yet
 media-libs/opencv vtk
 
-# Julian Ospald  (20 Apr 2014)
-# Missing keywords, bug #508226
-media-video/mpv sdl
-
 # Johannes Huber  (16 Apr 2014)
 # unkeyworded deps
 kde-apps/gwenview semantic-desktop

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index e5b68cd..2586c83 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -4,6 +4,11 @@
 
 # This file requires >=portage-2.1.1
 
+# Ian Delaney  (04 Jan 2016)
+# on behalf of Ilya Tumaykin 
+# media-libs/libsdl2 lacks ppc32 keyword. See bug #508226.
+media-video/mpv sdl
+
 # Anthony G. Basile  (26 Oct 2015)
 # Mask x265 on vlc for bug #564138
 media-video/vlc x265

diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask 
b/profiles/arch/powerpc/ppc64/package.use.stable.mask
index d806c66..ba6e9d5 100644
--- a/profiles/arch/powerpc/ppc64/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask
@@ -18,6 +18,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Ian Delaney  (04 Jan 2016)
+# on behalf of Ilya Tumaykin 
+# media-libs/libsdl2 wasn't stabilized in the past, but now
+# it's ready for the next stable mpv release after the one below.
+=media-video/mpv-0.9.2-r1 sdl
+
 # Davide Pesavento  (11 May 2015)
 # dev-qt/qtopenvg not yet stable
 dev-qt/qtdemo openvg



  1   2   3   >