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

2016-06-25 Thread Pacho Ramos
commit: 86310bb225d621830999a0efd22b460596609d8c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 17:55:49 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:42:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86310bb2

gnome-extra/gnome-logs: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-logs/Manifest |  1 +
 gnome-extra/gnome-logs/gnome-logs-3.20.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/gnome-extra/gnome-logs/Manifest b/gnome-extra/gnome-logs/Manifest
index 18d5bfb..841f9d0 100644
--- a/gnome-extra/gnome-logs/Manifest
+++ b/gnome-extra/gnome-logs/Manifest
@@ -1 +1,2 @@
 DIST gnome-logs-3.18.1.tar.xz 854700 SHA256 
3ccbd74e61af13b9ab4f8a45df9c0ff84b7c06a7baccf2150601a82b6dd662dc SHA512 
6976a931441cc82b8b87d34d3e757545055d9b1f25107e6001b774693d4be019365ccceaf27d4bb79766e028d9d58ccda87fcdb40344fec78912aae426e9c899
 WHIRLPOOL 
5d19dd2ccbc1f94ffb562540624270e6d0c0497594abbfdacb41a998bcf28332067382dd22ce223c35e2a337d7d0a3633d205d798edce1b1595fa45a24da93d0
+DIST gnome-logs-3.20.1.tar.xz 954368 SHA256 
b797841faac4e176c64497837de27b1b953d16d2482e8a773a48b38117b1367e SHA512 
99d67859c80c99ebfca4eb430cbd35b722fcb7ca80827fb2ad3f44420ad6c8978e7f0333d096933a0b2a20fbe4cd15b1fa4517bde928dae48a399c15f698e88c
 WHIRLPOOL 
5bb3ac205a8b3e8590532dcd15c6a4baefa491dea741818ea6b0705ff51dc98b27ea6227a869727acfe7b867092b9890902e06f9bfaca0023830392d618d1e43

diff --git a/gnome-extra/gnome-logs/gnome-logs-3.20.1.ebuild 
b/gnome-extra/gnome-logs/gnome-logs-3.20.1.ebuild
new file mode 100644
index 000..f3ff1b1
--- /dev/null
+++ b/gnome-extra/gnome-logs/gnome-logs-3.20.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1 virtualx
+
+DESCRIPTION="Log messages and event viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/Logs;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-libs/glib-2.43.90:2
+   sys-apps/systemd:=
+   >=x11-libs/gtk+-3.19.3:3
+"
+DEPEND="${RDEPEND}
+   ~app-text/docbook-xml-dtd-4.3
+   dev-libs/appstream-glib
+   dev-libs/libxslt
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+   test? ( dev-util/dogtail )
+"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   gnome2_src_configure $(use_enable test tests)
+}
+
+src_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/, app-arch/file-roller/files/

2016-06-25 Thread Pacho Ramos
commit: b94f4b18de38943aa790acc6bfcb5169ea438d2f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 18:42:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:43:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94f4b18

app-arch/file-roller: Move it to proper place

Package-Manager: portage-2.3.0_rc1

 app-arch/file-roller/{ => files}/3.6.0-packages.match | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-arch/file-roller/3.6.0-packages.match 
b/app-arch/file-roller/files/3.6.0-packages.match
similarity index 100%
rename from app-arch/file-roller/3.6.0-packages.match
rename to app-arch/file-roller/files/3.6.0-packages.match



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

2016-06-25 Thread Pacho Ramos
commit: c72f0bf5f124a62772f57139d2f1699cce372d5d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 18:01:17 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:42:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72f0bf5

gnome-extra/gnome-packagekit: Fix compat with latest systemd

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-packagekit/gnome-packagekit-3.20.0.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-packagekit/gnome-packagekit-3.20.0.ebuild 
b/gnome-extra/gnome-packagekit/gnome-packagekit-3.20.0.ebuild
index 3779c13..96fba26 100644
--- a/gnome-extra/gnome-packagekit/gnome-packagekit-3.20.0.ebuild
+++ b/gnome-extra/gnome-packagekit/gnome-packagekit-3.20.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit gnome2 virtualx
+inherit autotools gnome2 virtualx
 
 DESCRIPTION="PackageKit client for the GNOME desktop"
 HOMEPAGE="https://www.freedesktop.org/software/PackageKit/;
@@ -67,6 +67,10 @@ src_prepare() {
# FIXME: touching configure.ac triggers maintainer-mode
sed -e '/CPPFLAGS="$CPPFLAGS -g"/d' -i configure || die
 
+   # Fix compat with current systemd
+   sed -i -e 's/libsystemd-login/libsystemd/' configure.ac || die
+
+   eautoreconf
gnome2_src_prepare
 }
 



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

2016-06-25 Thread Pacho Ramos
commit: a003bed2cc4cb2be0066817323b8852bd127c6db
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 17:38:22 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:42:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a003bed2

gnome-extra/gnome-documents: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-documents/Manifest   |  1 -
 .../gnome-documents-3.18.2-r1.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/gnome-extra/gnome-documents/Manifest 
b/gnome-extra/gnome-documents/Manifest
index 76a3c25..393adbe 100644
--- a/gnome-extra/gnome-documents/Manifest
+++ b/gnome-extra/gnome-documents/Manifest
@@ -1,2 +1 @@
-DIST gnome-documents-3.18.2.tar.xz 2297404 SHA256 
850ddaf3366549bbe0696c2ec3a36faf16438b387b8e9cb7812c7d5266a74cd4 SHA512 
638ed9020d5204e5587e2241040fff6aa62fc7f1afd50e035f50c5038d1b72038233f2f1a001d89bf45f210344f83790a2c2358a24ee9692a30f3b663dd81dbd
 WHIRLPOOL 
8a08fd0155ec60da7d1276ee4f25be2f7e3ddcfe09e9f0785dd952ab2a58bdcddcaaea8f83c558689613eb914d848209a24f8fd9e7a1e37ead1e208306523272
 DIST gnome-documents-3.18.3.tar.xz 2297720 SHA256 
16a50d509d43009d58b44b5f6d4d92e155a55dcb22bd8e0fdfd63b8d2ab48b91 SHA512 
69129100858434c99d3a47bfa776637e8d26eda5eb40d089f1c32da6ef1ecc3265c17cbcb657e944559dbca788445a66956c7aabbb24167ec095d8af4f4d29de
 WHIRLPOOL 
b5be7ad7ed8bc1ad484a94a1b83dc53389277181a63ccf16519b7bcf798e471082fa4d133173a6dc55628ba3a7ad2e37c8063f987ffd00a38c59efdea7749942

diff --git a/gnome-extra/gnome-documents/gnome-documents-3.18.2-r1.ebuild 
b/gnome-extra/gnome-documents/gnome-documents-3.18.2-r1.ebuild
deleted file mode 100644
index 4d32372..000
--- a/gnome-extra/gnome-documents/gnome-documents-3.18.2-r1.ebuild
+++ /dev/null
@@ -1,55 +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 gnome2
-
-DESCRIPTION="A document manager application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Documents;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
-COMMON_DEPEND="
-   >=app-misc/tracker-1:=
-   >=app-text/evince-3.13.3[introspection]
-   dev-libs/gjs
-   >=dev-libs/glib-2.39.3:2
-   >=dev-libs/gobject-introspection-1.31.6:=
-   >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
-   gnome-base/gnome-desktop:3=
-   >=media-libs/clutter-1.10:1.0
-   >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
-   >=net-libs/gnome-online-accounts-3.2.0
-   >=net-libs/libsoup-2.41.3:2.4
-   >=net-libs/libzapojit-0.0.2
-   >=net-libs/webkit-gtk-2.6:4
-   >=x11-libs/gdk-pixbuf-2.25:2[introspection]
-   >=x11-libs/gtk+-3.15.5:3[introspection]
-   x11-libs/pango[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-   media-libs/clutter[introspection]
-   net-misc/gnome-online-miners
-   sys-apps/dbus
-   x11-themes/gnome-icon-theme-symbolic
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/libxslt
-   >=dev-util/intltool-0.50.1
-   dev-util/itstool
-   virtual/pkgconfig
-"
-# eautoreconf requires yelp-tools
-
-src_prepare() {
-   # Prevent sandbox violation, 
https://bugzilla.gnome.org/show_bug.cgi?id=758097
-   sed -i -e '/-rm -f $(appdir)\/org.gnome.Books.data.gresource/d' 
data/Makefile.{am,in} || die
-   gnome2_src_prepare
-}



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

2016-06-25 Thread Pacho Ramos
commit: 83cdbcaf06902be9b5dac188b3fef350733c9c4d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 17:39:04 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:42:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83cdbcaf

gnome-extra/gnome-documents: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-documents/Manifest   |  1 +
 .../gnome-documents/gnome-documents-3.20.0.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/gnome-extra/gnome-documents/Manifest 
b/gnome-extra/gnome-documents/Manifest
index 393adbe..e6d6020 100644
--- a/gnome-extra/gnome-documents/Manifest
+++ b/gnome-extra/gnome-documents/Manifest
@@ -1 +1,2 @@
 DIST gnome-documents-3.18.3.tar.xz 2297720 SHA256 
16a50d509d43009d58b44b5f6d4d92e155a55dcb22bd8e0fdfd63b8d2ab48b91 SHA512 
69129100858434c99d3a47bfa776637e8d26eda5eb40d089f1c32da6ef1ecc3265c17cbcb657e944559dbca788445a66956c7aabbb24167ec095d8af4f4d29de
 WHIRLPOOL 
b5be7ad7ed8bc1ad484a94a1b83dc53389277181a63ccf16519b7bcf798e471082fa4d133173a6dc55628ba3a7ad2e37c8063f987ffd00a38c59efdea7749942
+DIST gnome-documents-3.20.0.tar.xz 2319732 SHA256 
a5fa496c5e80eccb8d2e5bba7f4d7dc4cc6c9f53d5bc028402428771be1237d2 SHA512 
f69c48f8c343e674aca77f3334ce1a10d30f90f2dade5722d7c0b759e67d2c633199d510ff3c70a202e7ed6b309d93035eb35c4ae554a8da83aefb78fafeacaa
 WHIRLPOOL 
5d7a537bfc19130646e43239acd51fa21154b4a648e0be895252c55ea84714d2a26c876862781c56d365222d1ad36fa71bac7d6d40edd31ec5ea951b06e7edb9

diff --git a/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild 
b/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
new file mode 100644
index 000..104aee2
--- /dev/null
+++ b/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A document manager application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Documents;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
+COMMON_DEPEND="
+   >=app-misc/tracker-1:=[miner-fs]
+   >=app-text/evince-3.13.3[introspection]
+   dev-libs/gjs
+   >=dev-libs/glib-2.39.3:2
+   >=dev-libs/gobject-introspection-1.31.6:=
+   >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
+   gnome-base/gnome-desktop:3=
+   >=media-libs/clutter-1.10:1.0
+   >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
+   >=net-libs/gnome-online-accounts-3.2.0
+   >=net-libs/libsoup-2.41.3:2.4
+   >=net-libs/libzapojit-0.0.2
+   >=net-libs/webkit-gtk-2.6:4
+   >=x11-libs/gdk-pixbuf-2.25:2[introspection]
+   >=x11-libs/gtk+-3.19.1:3[introspection]
+   x11-libs/pango[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+   media-libs/clutter[introspection]
+   net-misc/gnome-online-miners
+   sys-apps/dbus
+   x11-themes/adwaita-icon-theme
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/libxslt
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
+   virtual/pkgconfig
+"
+# eautoreconf requires yelp-tools



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-color-manager/

2016-06-25 Thread Pacho Ramos
commit: 41603ea551fd62f900680ec27c12fa39d631e3a1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 17:03:45 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:42:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41603ea5

gnome-extra/gnome-color-manager: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-color-manager/Manifest   |  1 -
 .../gnome-color-manager-3.16.0.ebuild  | 69 --
 2 files changed, 70 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/Manifest 
b/gnome-extra/gnome-color-manager/Manifest
index e2e562c..958b756 100644
--- a/gnome-extra/gnome-color-manager/Manifest
+++ b/gnome-extra/gnome-color-manager/Manifest
@@ -1,2 +1 @@
-DIST gnome-color-manager-3.16.0.tar.xz 2632592 SHA256 
408890ae1d15cff6385b61b61e1a2de0b4236ef706eddd96181b227fda1daf0f SHA512 
cdd6c2170d3335610cc32250ccd6c214e700e5f27d211757730e1b3a794d6651ec3b06bbae3b3e2782a784c175b4666d3b4761b47ebaecced84667d6c8dbaa4d
 WHIRLPOOL 
fd51703609f4a6d7125cc07c08cf96b0cf0d206a726d5885c4494f2311d2a2f2c9bb494007440f9beecb43a96d0d73561091f69e52368dfc740c269c3215
 DIST gnome-color-manager-3.18.0.tar.xz 2647648 SHA256 
83d06f3b76b89b6c56bd6e4f792e15c67b561682fa9d59b60cbf716f6130a435 SHA512 
4f1259681ee5f3762b1e4212e7b48c2caaa371d5cec00aa1ee4506f908310c8bbe4ff3e05e857707573475bfae0e61364d72c2d942d1d3fe5d978d2ca02c627c
 WHIRLPOOL 
24e90187d17591450ac23da6afce3736e9380c2be75f0e3e7c470cebd5c849e8a40adf697cf42cc9269c419190379395d450fbe4a60eace40e16fe5ecf3ad8ae

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild 
b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
deleted file mode 100644
index 9a2702f..000
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
+++ /dev/null
@@ -1,69 +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 gnome2 virtualx
-
-DESCRIPTION="Color profile manager for the GNOME desktop"
-HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="packagekit raw"
-
-# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
-COMMON_DEPEND="
-   >=dev-libs/glib-2.31.10:2
-   >=media-libs/lcms-2.2:2
-   >=media-libs/libcanberra-0.10[gtk3]
-   media-libs/libexif
-   media-libs/tiff:0=
-
-   >=x11-libs/gtk+-3.3.8:3
-   >=x11-libs/vte-0.25.1:2.91
-   >=x11-misc/colord-0.1.34:0=
-   >=x11-libs/colord-gtk-0.1.20
-
-   packagekit? ( app-admin/packagekit-base )
-   raw? ( media-gfx/exiv2 )
-"
-RDEPEND="${COMMON_DEPEND}"
-
-# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-sgml-dtd:4.1
-   app-text/docbook-sgml-utils
-   dev-libs/appstream-glib
-   dev-libs/libxslt
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-"
-
-src_configure() {
-   # Always enable tests since they are check_PROGRAMS anyway
-   # appstream does not want to be relax by default !
-   gnome2_src_configure \
-   --disable-static \
-   --enable-tests \
-   $(use_enable packagekit) \
-   $(use_enable raw exiv) \
-   APPSTREAM_UTIL=$(type -P true) \
-   ITSTOOL=$(type -P true)
-}
-
-src_test() {
-   Xemake check
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-
-   if ! has_version media-gfx/argyllcms ; then
-   elog "If you want to do display or scanner calibration, you 
will need to"
-   elog "install media-gfx/argyllcms"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions-topicons/

2016-06-25 Thread Pacho Ramos
commit: 2883388d45f10a199a3f857f405b84936f81d82e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 18:11:56 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:42:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2883388d

gnome-extra/gnome-shell-extensions-topicons: Drop old

Package-Manager: portage-2.3.0_rc1

 .../gnome-shell-extensions-topicons/Manifest   |  1 -
 .../gnome-shell-extensions-topicons-26.ebuild  | 34 --
 2 files changed, 35 deletions(-)

diff --git a/gnome-extra/gnome-shell-extensions-topicons/Manifest 
b/gnome-extra/gnome-shell-extensions-topicons/Manifest
index 8e2d433..156f056 100644
--- a/gnome-extra/gnome-shell-extensions-topicons/Manifest
+++ b/gnome-extra/gnome-shell-extensions-topicons/Manifest
@@ -1,2 +1 @@
 DIST gnome-shell-extensions-topicons-28.tar.xz 2116 SHA256 
d73f2c57e6b22088a981a101cc1c4960acc6612e81b365ac6f54031e068a0c41 SHA512 
666c47bc342021db98f11d7bf2a77a805d34f98f940c4facf46e9eb7255e3d8ee0384cb88eb007390bfd0595a9bf8974a3aecfe0ef5661940d00dfaf7df81c62
 WHIRLPOOL 
be794587c62e973aa9dfd0d7e17126564b5fafbd2982eecda3b51c659d96f5e5453b2c8a0d2f7472b66442855bf4f27957860d42a2a58dcce638bd3064c6066d
-DIST topicons-26.tar.xz 2112 SHA256 
e8c937d9029f59717b3b67cb6f44f065f4d01622a71a38bdc16f1886ad537a32 SHA512 
82974c444c1ceb23f6d290b3ec2d99b0505b38d39f90033ec8efece7ba5820e578ca53af6413bfa448ea1593522ff1a1aad46e5feafc5e8a8daebbf8873275e4
 WHIRLPOOL 
bcdc3d4dbe074d7f07753cba1341160441161decb58e76934a338a1bf3ae0febf7b9eae4d156a78491e0b2fcfaa7f1cb455155a010872a60e8a7f8f90c0606cf

diff --git 
a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild
 
b/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild
deleted file mode 100644
index ca699e5..000
--- 
a/gnome-extra/gnome-shell-extensions-topicons/gnome-shell-extensions-topicons-26.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Shows legacy tray icons on top"
-HOMEPAGE="https://extensions.gnome.org/extension/495/topicons/;
-SRC_URI="http://94.247.144.115/repo/topicons/snapshot/topicons-${PV}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   app-eselect/eselect-gnome-shell-extensions
-   >=gnome-base/gnome-shell-3.10
-"
-DEPEND="app-arch/xz-utils"
-
-S="${WORKDIR}/topicons-${PV}"
-
-src_install() {
-   local uuid='topIcons@adel.gadl...@gmail.com'
-   insinto "/usr/share/gnome-shell/extensions/${uuid}"
-   doins *
-}
-
-pkg_postinst() {
-   ebegin "Updating list of installed extensions"
-   eselect gnome-shell-extensions update
-   eend $?
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-system-monitor/

2016-06-25 Thread Pacho Ramos
commit: 7e2270be783c020e22588bb10573ab0561b72e10
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 18:32:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:43:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2270be

gnome-extra/gnome-system-monitor: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-system-monitor/Manifest  |  1 +
 .../gnome-system-monitor-3.20.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-system-monitor/Manifest 
b/gnome-extra/gnome-system-monitor/Manifest
index f353488..a8a4a56 100644
--- a/gnome-extra/gnome-system-monitor/Manifest
+++ b/gnome-extra/gnome-system-monitor/Manifest
@@ -1 +1,2 @@
 DIST gnome-system-monitor-3.18.2.tar.xz 883704 SHA256 
9e4a5d6aefa362448f301907fe07f3889e3dd7824922ceef8c48a7808be3e666 SHA512 
4eb39e8df68e734ea06dbd46b093435eb6ae6fb35c6bafefef8f2d355717065bd019d3adc0310e32a7425f3d0dc53a752a1e321db40ebd46b25ddec7ec05a5f9
 WHIRLPOOL 
f5370ed77286ccb2de25f489b7060132041a09cfef176bad8775fb7940d5cac633b36a67eef0b6e43dab58a7ca36268803513cd9cf4fe7267d0e45f50f29a343
+DIST gnome-system-monitor-3.20.1.tar.xz 895800 SHA256 
9b23ab443fd92050b95c03a0ab321bbd41696a0ffc89c06e79c8798dca0a44f9 SHA512 
ad01d947ac027c2483be6c44e7a890be8da7f0473cc5e9237aa01f3f0570a2144c15dbd12287dbb905a3c128319b15ff2e11198aa132946974b0ea6f4ada07e9
 WHIRLPOOL 
d27d462fd8f389e96c41bf3876c652e57130c665fabae234f789e42f88d6c8eb3e1db7280191f5d269243ab81794598898b7169101dd8fc284edc424d66d9001

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.1.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.1.ebuild
new file mode 100644
index 000..421a6f4
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.20.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="The Gnome System Monitor"
+HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="systemd X"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=dev-libs/glib-2.37.3:2
+   >=gnome-base/libgtop-2.28.2:2=
+   >=x11-libs/gtk+-3.12:3[X(+)]
+   >=dev-cpp/gtkmm-3.3.18:3.0
+   >=dev-cpp/glibmm-2.34:2
+   >=dev-libs/libxml2-2.0:2
+   >=gnome-base/librsvg-2.35:2
+   systemd? ( >=sys-apps/systemd-44:0= )
+   X? ( >=x11-libs/libwnck-2.91.0:3 )
+"
+# eautoreconf requires gnome-base/gnome-common
+DEPEND="${RDEPEND}
+   >=app-text/gnome-doc-utils-0.20
+   >=dev-util/intltool-0.41.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable systemd) \
+   $(use_enable X wnck)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-getting-started-docs/

2016-06-25 Thread Pacho Ramos
commit: 95f66990b8217cf8e827f101c0f5481fd070ee1a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 17:53:42 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:42:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f66990

gnome-extra/gnome-getting-started-docs: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-getting-started-docs/Manifest|  1 +
 .../gnome-getting-started-docs-3.20.0.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/gnome-extra/gnome-getting-started-docs/Manifest 
b/gnome-extra/gnome-getting-started-docs/Manifest
index 83949a5..d88809a 100644
--- a/gnome-extra/gnome-getting-started-docs/Manifest
+++ b/gnome-extra/gnome-getting-started-docs/Manifest
@@ -1 +1,2 @@
 DIST gnome-getting-started-docs-3.18.2.tar.xz 119077532 SHA256 
5f4a39d51aba3669d84ce2cb06619a09a92103f58d4bc6728db448398b1f308b SHA512 
0fc770204a26508a3f33c63b7807cd498e21c9e3b3d6bd54618fcfeb109cf8cb9d230a00b6c889f64742186233da0ea93930e8d7183cbad9265bfd65a1016667
 WHIRLPOOL 
553533fbf82e8d4246aba0c75325dbbba8aac60d457e28cb7b386279c029e2e2de282f79cfcda40bebb528008d6a81633a76cfccacc51b3f72e713f7fcfb6f41
+DIST gnome-getting-started-docs-3.20.0.tar.xz 119078112 SHA256 
0dc3a69d646c3ee3c6ef1a34dbc7f469d66275bd20215071fd495ae5900fcfdc SHA512 
41195f3969b8c0c9850da8896be9279898183ed3e3886e6f2640618319dd336313d32644830cb62eb7214b03f1c860d5b1ff8999e52e4c6c452846f81355fd95
 WHIRLPOOL 
7bedd5e5d446a232850a398233069d643979fcee9e8bd1248231475eae60394592a6b67f9b7611c304830dd3be3601c93533de2be0fa40661047c7c254eccb38

diff --git 
a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.20.0.ebuild
 
b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.20.0.ebuild
new file mode 100644
index 000..553a4d5
--- /dev/null
+++ 
b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.20.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Help a new user get started in GNOME"
+HOMEPAGE="https://help.gnome.org/;
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="gnome-extra/gnome-user-docs"
+DEPEND="
+   app-text/yelp-tools
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-system-monitor/

2016-06-25 Thread Pacho Ramos
commit: 284f040c2c4130e8bbe3aa4d7d52f841f9d25a9b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 18:32:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:43:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284f040c

gnome-extra/gnome-system-monitor: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-system-monitor/Manifest  |  1 -
 .../gnome-system-monitor-3.16.0.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/gnome-extra/gnome-system-monitor/Manifest 
b/gnome-extra/gnome-system-monitor/Manifest
index b0ebc70..f353488 100644
--- a/gnome-extra/gnome-system-monitor/Manifest
+++ b/gnome-extra/gnome-system-monitor/Manifest
@@ -1,2 +1 @@
-DIST gnome-system-monitor-3.16.0.tar.xz 856044 SHA256 
00936e8b5d29fc01cd6daf6c119242877d81b2dcca33fb0ee9ce4adec8675391 SHA512 
22722150478c6d449908b16bfe4683e29151023e8f47407ea76ed09d4612ffee74c190f22e89153b1e21ad990b9fca6e3c42295dee16e16685a08e9349a6a68c
 WHIRLPOOL 
21b96c33c1ea38b58f1fb5a1c8b18147e5c6ff60effe41cfa50b2410b60a378be23d4223ba9d8c83e7ca3e86ca5474a70ede065e27b57eb88f62d162e5c01453
 DIST gnome-system-monitor-3.18.2.tar.xz 883704 SHA256 
9e4a5d6aefa362448f301907fe07f3889e3dd7824922ceef8c48a7808be3e666 SHA512 
4eb39e8df68e734ea06dbd46b093435eb6ae6fb35c6bafefef8f2d355717065bd019d3adc0310e32a7425f3d0dc53a752a1e321db40ebd46b25ddec7ec05a5f9
 WHIRLPOOL 
f5370ed77286ccb2de25f489b7060132041a09cfef176bad8775fb7940d5cac633b36a67eef0b6e43dab58a7ca36268803513cd9cf4fe7267d0e45f50f29a343

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild
deleted file mode 100644
index 1bc052c..000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild
+++ /dev/null
@@ -1,44 +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 gnome2
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="systemd +X"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2
-   >=gnome-base/libgtop-2.28.2:2=
-   >=x11-libs/gtk+-3.12:3[X(+)]
-   >=dev-cpp/gtkmm-3.3.18:3.0
-   >=dev-cpp/glibmm-2.34:2
-   >=dev-libs/libxml2-2.0:2
-   >=gnome-base/librsvg-2.35:2
-
-   systemd? ( >=sys-apps/systemd-38:0= )
-   X? ( >=x11-libs/libwnck-2.91.0:3 )
-"
-#eautoreconf requires gnome-base/gnome-common
-DEPEND="${RDEPEND}
-   >=app-text/gnome-doc-utils-0.20
-   >=dev-util/intltool-0.41.0
-   virtual/pkgconfig
-
-   systemd? ( !=sys-apps/systemd-43* )
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable systemd) \
-   $(use_enable X wnck) \
-   ITSTOOL=$(type -P true)
-}



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

2016-06-25 Thread Michael Palimaka
commit: e8ecf8e32790fec99329c16cb2be96ce4f5ff513
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Jun 23 17:16:16 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jun 25 18:30:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ecf8e3

kde-plasma/kscreen: Add fix for multiscreen config persistance

Reported-by: gorg86 (forums.gentoo.org)

https://forums.gentoo.org/viewtopic-t-1046956.html

Upstream bug: https://bugs.kde.org/show_bug.cgi?id=346961

Package-Manager: portage-2.2.28

 .../kscreen/files/kscreen-5.6.5-config-fix.patch   | 159 +
 kde-plasma/kscreen/kscreen-5.6.5-r1.ebuild |  40 ++
 2 files changed, 199 insertions(+)

diff --git a/kde-plasma/kscreen/files/kscreen-5.6.5-config-fix.patch 
b/kde-plasma/kscreen/files/kscreen-5.6.5-config-fix.patch
new file mode 100644
index 000..56474aa
--- /dev/null
+++ b/kde-plasma/kscreen/files/kscreen-5.6.5-config-fix.patch
@@ -0,0 +1,159 @@
+From: Sebastian Kügler 
+Date: Wed, 01 Jun 2016 14:54:16 +
+Subject: address race condition around setoperation
+X-Git-Tag: v5.6.95
+X-Git-Url: 
http://quickgit.kde.org/?p=kscreen.git=commitdiff=17199d32f292f7c44eb8cdce5b35396d3bd19eb8
+---
+address race condition around setoperation
+
+Summary:
+Use a timer to avoid catching configChanged signals after we set
+changes.
+
+The long version:
+
+TL;DR: We have a race condition when the kscreen daemon starts. It looks
+up a known config, then applies it and subsequently resaves the config.
+The same happens on config changes, it writes, then re-reads and then
+re-writes the config change.
+I've managed to prevent this from happening by adding a timer that does
+avoids saving the config as a direct reaction to our own config changes.
+
+So what happens on kded5 startup after loading the kscreen2 module:
+
+- the kscreen config is requested and received
+- the kscreen daemon (KD) looks into its config directory for a suitable
+config file
+(a config file is identified by a combined hash of all screen
+attached, so unique per connected set of outputs)
+- KD usually finds a config
+- KD ignores configChanged events before it starts ...
+- a KScreen::SetConfigOperation to apply the "known config"
+- SetConfigOperation returns after a while (say 100ms later)
+- we re-enable the change monitor
+- we receive a configChanged signal
+- we save the new config (usually to the existing config file)
+
+I don't think this behavior is desirable. I don't see a reason why the
+daemon should save its config right after applying it. I think this
+causes more problems than we want, since the startup may overwrite the
+user's config. This behavior seems to be desired by the code in KD, it's
+already blocking configChanged signals during the SetOperation (which,
+to be honest may result in nightmarish behavior in any way, so it might
+be a kludge which aims too short).
+
+From libkscreen perspective, SetConfigOperation::finished cannot
+guarantee that all configChanged signals are already fired and that it's
+safe to watch for new, independent changes now. At least on X11, we
+simply don't know, and what we can do is wait a bit and cross fingers
+that we're not catching our own noise. The changed signal *may* come
+from a re-request of the edid information, but this is a bit hard to
+track down, and not too useful, anyway, since changed Edid may affect a
+large number of a screen's properties.
+In the Wayland backend, that's a different story and we can prevent this
+behavior at an earlier stage, so this timer is "probably not needed" (I
+haven't tested that).
+
+This effectively prevents KD from catching reactions to its own changes
+and does not trigger saving the config file on every login. It still
+reacts to changes from libkscreen, but will avoid re-saving the config a
+few times. The timer may not be the neatest of solutions for this, but
+it does help narrowing down the problem and may be a last resort action.
+Most importantly, it avoids the re-writing of the config on startup and
+plugging/unplugging a monitor effectively.
+
+The timer value of 100ms is also used in kwin, which should make the
+behavior (which is no problem in kwin) more solid.
+
+CCBUG:346961
+CCBUG:358011
+
+Reviewers: graesslin
+
+Reviewed By: graesslin
+
+Subscribers: plasma-devel, #plasma
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D1730
+---
+
+
+--- a/kded/daemon.cpp
 b/kded/daemon.cpp
+@@ -23,6 +23,7 @@
+ #include "kscreenadaptor.h"
+ #include "debug.h"
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -52,6 +53,7 @@
+  , m_buttonTimer(new QTimer())
+  , m_saveTimer(new QTimer())
+  , m_lidClosedTimer(new QTimer())
++ , m_changeBlockTimer(new QElapsedTimer())
+  
+ {
+ QMetaObject::invokeMethod(this, "requestConfig", Qt::QueuedConnection);
+@@ -82,6 +84,7 @@
+ delete m_saveTimer;
+ delete m_buttonTimer;
+ delete m_lidClosedTimer;
++delete 

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

2016-06-25 Thread Agostino Sarubbo
commit: b8abf9edc64790e979d6f59305f992376a78f0c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 25 18:22:46 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 25 18:22:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8abf9ed

sys-kernel/vanilla-sources: Automated version bump to {3.14.73,4.4.14,4.6.3} - 
remove old.

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

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...anilla-sources-3.14.72.ebuild => vanilla-sources-3.14.73.ebuild} | 0
 ...{vanilla-sources-4.4.13.ebuild => vanilla-sources-4.4.14.ebuild} | 0
 .../{vanilla-sources-4.6.2.ebuild => vanilla-sources-4.6.3.ebuild}  | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 05f8d9d..3a577c7 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,12 +11,12 @@ DIST linux-4.5.tar.xz 88375040 SHA256 
a40defb401e01b37d6b8c8ad5c1bbab665be6ac631
 DIST linux-4.6.tar.xz 89461728 SHA256 
a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866 SHA512 
df5ee40b0ebd89914a900f63c32a481cb4f405d8f792b2d03ea167ce9c5bdf75154c7bd8ecd7ebac77a8dbf2b077c972cbfe6b95163e27c38c1fefc6ddbdfa0b
 WHIRLPOOL 
50ee28a06930ffb29ade1aa5fb4e3bf165ead92cb660dc6771a265cdbc2240713ebf14fe235fa153d8b6e3ab853852ea06c2525209cd7989aa3d6f6fad5b7edf
 DIST patch-3.10.102.xz 1295268 SHA256 
148be5b90ce84a86bf23f8984808680696db19c08e97dcbb2a76bea2c9568c5d SHA512 
bbe6d9c416ec34e34f6fc695b066c6b4b1be1737a5f263e7e3a3d41044f0c4b702008a75c0da00148b9550e4a3e927025d3463f5cb2229b4e19413f3aa1c2b6d
 WHIRLPOOL 
f0dda5840d0927d68731695eb80bab0531f5a7d1570bd916b8b884801c410e0e603e82f0220f78f65e4abd96a24ae072c394231fa3f39c52594cb3cc701f9ff1
 DIST patch-3.12.61.xz 1570236 SHA256 
f4a88d410f1b6de87b9b7fbcfd3f5f4f02ce8fcb0b62922ab6a0ef1c33f6e537 SHA512 
3391d53553e583430f423b0349b0e5b46f3832bcabc6e889da3d99d1ed6e36c15d53796cf5ac98d3c38aaa1696b82e2abf985157df09d4df52ffac502927f33f
 WHIRLPOOL 
d89a9873aadb02dc3a1d22bd82d7e171da8655ca934951ed84c0d69f644571d63ba70ce5f7b0fc09b75d90ebbd7e97d5b9b6e144ad4ff065274e966c13207e42
-DIST patch-3.14.72.xz 1173464 SHA256 
8069809c0b47f62d789676f660d2049314f5d4d8a8ad24e2567dd7a541d3174c SHA512 
3b491a9aa9102d442429eb49eb97a6f2460ea9142b17f40a929c58f1604cead87b6e484deae60d6c9ee8770b6c3a8f37d12a0146901345d096077d998c3904b6
 WHIRLPOOL 
719de3fbeeba4cb014c79940fd0c9cf49856d99d85934d694ddc79e0cf05ec4b8199f41bafbbfdb72420c1d2b59ccdbb12fb1ba6810c8c2b7aea561cdd55bf5c
+DIST patch-3.14.73.xz 1184888 SHA256 
f51bf0acdfd1ba9aaf33643f35dce834c0da01187cc75a5cbad469a10412bcf7 SHA512 
0c879520b308bcc40cda926a5275cdf898cf4dd6c87d2d6cd9b0ef63b82b7aad6b6eefc16711eb13a41a680428629d5dcc55af13308524e09795a53dde4c4af6
 WHIRLPOOL 
54f81f5b74ab1e59f66d61b3a992307fc7d687d9cdbb13587f172c9ebe3c92c9626fe676918c7b426c340056d8272d46da09d1c78869387a528146eae7684b2e
 DIST patch-3.16.36.xz 1233420 SHA256 
45e78049c6ea88f617680acafeef0dd2a17543c7e83c2988d7554946baef0761 SHA512 
05c7c5a10e0bde14a49798ca7fa0c07556f5de1dea2a753a940ae7f73114e3111684c6e0664efae7b6be80b0f6bc50529568aa800259de2743e240ef76c1
 WHIRLPOOL 
0d9ca4d7acacfdd3cf5a38452b124b1f57e3065fa26ce23e90e29270b982ad20c7408d11da79d6d0321958e9a72f385092a994ae0a4c26971e47b00ce9df519c
 DIST patch-3.18.36.xz 935484 SHA256 
989ce0e31c54547203e39ebc80a3d8aed4b2f6ba0c97e8970b67c0aeac594ceb SHA512 
57be3c3eac421c199d4608ce70f8be7fd5434ca79cffa5da9120e08ca32131ab645c118a8974c0e727427793c0f6d10d3f9a077df86bc200527222d8a1e8e1a6
 WHIRLPOOL 
b4045cf2e895561877ec0564288beefbe53520405d3f4e004ec1a23bf2f10c8570341575c4fa8679b8aa9368edd4814c172d21b849634de28c0a4c24d085
 DIST patch-3.2.81.xz 1602300 SHA256 
cda93fea8239f6be12dfe4133614aa9d2545b6864281812e473b605330808b79 SHA512 
7b2e7672fb422158b06af3e6d0d6031200b011ca1ac54649ce356f26865e0b4b31ccbed2e0f8c628224ce17d00f5d760ee02582b89c2bde7e9979adbf777aa81
 WHIRLPOOL 
c3704fa700a54861886bdb06c2622a0358577d0e724e91366b08b0946d792991a8bfef4b7dfae656f2094fd39a69bdd7a532c320504c9c15cdba22c64a84dfe2
 DIST patch-3.4.112.xz 1337588 SHA256 
01d33e0582be65f75835599ebf659f46c0ad0b7f64b826c78e5402550f2224c8 SHA512 
474bb722b4c5adcb81d73df2091f4a0873be01a7f287a34bed7d68b134bcdc8dee3ef7a658f2e9f0e3572bb1ca83ed8b06ece31346fe3685476a1fabb9bc0a2e
 WHIRLPOOL 
5bb15bb566ed73dc5f316d2e57b655733de4263c1bf78f2af61c34097cce49ebf5480d4d4748e5725a7ed83dac4230a083135e30b19379ec05ffd84cc96f
 DIST patch-4.1.27.xz 750396 SHA256 
18259667ddd31c21568d9172e784c194fc613c62678131e446683e0ad81c690c SHA512 
1b49e0fecc65c761bc7dde1ca769de8a9b4c601ff7a1bf69068e31aa7e0a269c1b909a6a41667efd07cecab4b8ab3abca0bd94b9cc71097f672c2af45f19106b
 WHIRLPOOL 
5add2898449d8e57c619c7be320ebe943a57a2c697aa8d689bacb25e72021e385769529460cf7f96564eac4a60310cddb954df9a9539e5c884d698f530db5199
-DIST patch-4.4.13.xz 456576 SHA256 

[gentoo-commits] repo/gentoo:master commit in: net-libs/aqbanking/

2016-06-25 Thread Hanno Boeck
commit: 9b2da1bbc5c906e3688fa687ab11d356f8f02ed5
Author: Hanno  gentoo  org>
AuthorDate: Sat Jun 25 18:14:44 2016 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Jun 25 18:14:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2da1bb

net-libs/aqbanking: fix deletion of doc dir

This fixes bug #582842 and also does not try to build
the obsolete paypal backend.

Package-Manager: portage-2.3.0

 net-libs/aqbanking/aqbanking-5.6.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/aqbanking/aqbanking-5.6.10.ebuild 
b/net-libs/aqbanking/aqbanking-5.6.10.ebuild
index f84bad5..b7acebf 100644
--- a/net-libs/aqbanking/aqbanking-5.6.10.ebuild
+++ b/net-libs/aqbanking/aqbanking-5.6.10.ebuild
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
 MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
 
 src_configure() {
-   local backends="aqhbci aqnone aqpaypal"
+   local backends="aqhbci aqnone"
use ofx && backends="${backends} aqofxconnect"
use ebics && backends="${backends} aqebics"
 
@@ -49,7 +49,7 @@ src_configure() {
 src_install() {
emake DESTDIR="${D}" install
 
-   rm -rv "${ED}"/usr/share/doc/aq{banking,hbci,paypal} || die
+   rm -rv "${ED}"/usr/share/doc/ || die
 
dodoc AUTHORS ChangeLog NEWS README TODO
 



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

2016-06-25 Thread Patrice Clement
commit: 8e8c1a45d8b2c6a894f482e938d627b7b2abc74b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 25 16:59:44 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 16:59:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8c1a45

app-misc/wyrd: Clean up old.

Package-Manager: portage-2.2.28

 app-misc/wyrd/wyrd-1.4.6.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/app-misc/wyrd/wyrd-1.4.6.ebuild b/app-misc/wyrd/wyrd-1.4.6.ebuild
deleted file mode 100644
index a6f5789..000
--- a/app-misc/wyrd/wyrd-1.4.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Text-based front-end to Remind"
-HOMEPAGE="http://pessimization.com/software/wyrd/;
-SRC_URI="http://pessimization.com/software/wyrd/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="unicode"
-
-RDEPEND="
-   sys-libs/ncurses[unicode?]
-   >=app-misc/remind-03.01
-   || ( dev-ml/camlp4:= 

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

2016-06-25 Thread Patrice Clement
commit: b18c7f24e7f6ffd7f9d34745c618cbb34f6bb3e4
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 25 16:49:52 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 16:57:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18c7f24

app-misc/wyrd: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28
Gentoo-Bug: https://bugs.gentoo.org/586900

 app-misc/wyrd/wyrd-1.4.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/wyrd/wyrd-1.4.6-r1.ebuild 
b/app-misc/wyrd/wyrd-1.4.6-r1.ebuild
index d772784..d5a4faa 100644
--- a/app-misc/wyrd/wyrd-1.4.6-r1.ebuild
+++ b/app-misc/wyrd/wyrd-1.4.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://pessimization.com/software/wyrd/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="unicode"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2016-06-25 Thread Mike Gilbert
commit: 353e63ebc5a13b7d768180cb6a2193a6d037a29f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 25 17:05:53 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 25 17:10:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353e63eb

www-client/google-chrome-beta: automated update

Package-Manager: portage-portage_p2.3.0

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-52.0.2743.41.ebuild => google-chrome-beta-52.0.2743.49.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index f2bfd8c..e0240d2 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_52.0.2743.41-1_amd64.deb 53757684 SHA256 
ec0fd8e3deae513feb136dec24349c925c529b867a74252ca41505a74adcaeb1 SHA512 
573489a7d0321f868e96b546ebec56a46803c53665367fc2fe082cf491be001800c5c183e437b4675ea9cc19a9c55bb0316b2af407c1793a98a3f94b9620a9f1
 WHIRLPOOL 
8d29ef8ab9bd80fec145052b6add704d194d64726579ab58559da24de94691f20c8d9db70636f943b9fe1faf0e71796f25f6c173734fe532c47165059e643ebb
+DIST google-chrome-beta_52.0.2743.49-1_amd64.deb 53505548 SHA256 
ef057db9380e3b0332191612d283a3fd8c003095881ecef803f6821ea90da094 SHA512 
c6d4f156121e5c11f202103bc1fc679d2b90943ab0b486ad24dc45e8b5b5a2a75ddd5f02bb90459ca834f3c6710aa347eb214787c3c375fde8a15ed30dada243
 WHIRLPOOL 
98a70424d76d4c72a66b04999fe9ed990e9dfc3538ad12ab87d4f17d44a5ca09ff3d12c15a322bc4414153def098723c9d0ad4a448d370be670fedef05615422

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.41.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.49.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-52.0.2743.41.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-52.0.2743.49.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2016-06-25 Thread Mike Gilbert
commit: dcedfdab4f7cf7cbef560f684219e4275b03f801
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 25 17:05:35 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 25 17:10:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcedfdab

www-client/google-chrome-unstable: automated update

Package-Manager: portage-portage_p2.3.0

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-53.0.2767.4.ebuild => google-chrome-unstable-53.0.2774.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 50aada6..7cbeb6f 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_53.0.2767.4-1_amd64.deb 51718752 SHA256 
a88ad06ad3eaedf9767441c82d84d6fe383c507eeac5c8e42a7000a98987044d SHA512 
1c62e4f426178739080fcd8054be2c5f90d849f15471d8949d0bb6f59c7dfe9aa01baae121fbaadf28700a8aad9411af94d853dd741a8dbf0bb1d145d74e081d
 WHIRLPOOL 
1f93345dcf7556b5dc8e735d1bcda846e751a1a092659a84d6503abd41a6186f061076fbb9bb6d5a17058238180cb705e5a7329bfa8d8462bac54b0c65e9b413
+DIST google-chrome-unstable_53.0.2774.3-1_amd64.deb 52326730 SHA256 
211a15f0a0bae4608f889f27276df754ed253dd681209c65b1f1327deb011982 SHA512 
dc38e31def19e7d4087e3dc4bedc2650f4a78691647babce26aaaf8938382a63562ec26eb1952d86dbae0819058840b527375f2b19637890681467a76dee16ff
 WHIRLPOOL 
97a94328e6d2d26bb862a0d338c87ba60b072fa7f29cd929032371dec5ed7151662e51a651ab2fa9d93afcfc53dde7397419b36242a435f2c719433306d131ef

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2767.4.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2774.3.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-53.0.2767.4.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-53.0.2774.3.ebuild



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

2016-06-25 Thread Mike Gilbert
commit: adc2376d59635986ea8706fccdf25257c5e7218e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 25 17:06:17 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 25 17:10:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc2376d

www-client/google-chrome: automated update

Package-Manager: portage-portage_p2.3.0

 www-client/google-chrome/Manifest   | 2 +-
 ...e-chrome-51.0.2704.103.ebuild => google-chrome-51.0.2704.106.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 34e3b93..5d8976e 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_51.0.2704.103-1_amd64.deb 49170204 SHA256 
2842969278776b69cd6abb8967078757f0639021fcf0263b40840ad4b44927b0 SHA512 
9568a6249850e83f98394ba052ff6817142b6ca254bc31c78181fcd1420274ef90e32cda3c87eea0286d1d7f552b2816a2e741f1f2fc49d768feb0b4fb0b9871
 WHIRLPOOL 
aac995ad74b2af3c71b91df5622043cd72a3369425eef1819d2529b5be7d9fea34cde4b0ba1049f107e82447fc8f4adde5f288fa1b05b9b2e896d302dc66b516
+DIST google-chrome-stable_51.0.2704.106-1_amd64.deb 49288366 SHA256 
af8f1243deed908140bb2f18a3c25f7dd658acef9a1246bb17d82e07dcad6f62 SHA512 
32a024252182575707fad2977ebae0250cb1793cacbdd5477a00a31e9a7311e9f165b16f5b2585eed00c3252318fe169ef47ff054ac3a4184a754959a4f5d021
 WHIRLPOOL 
2829f7b25cbfc3341fd9c04c0d62edda7f432350ecc4bd08c4bd38033681e66079f05dc7d057cbb7266909881d3a08b74297f7b8d6bdb1cd6b6669860960caaa

diff --git a/www-client/google-chrome/google-chrome-51.0.2704.103.ebuild 
b/www-client/google-chrome/google-chrome-51.0.2704.106.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-51.0.2704.103.ebuild
rename to www-client/google-chrome/google-chrome-51.0.2704.106.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-06-25 Thread Mike Gilbert
commit: 570fda1cfa1844f7eaaa083acbd4d0bcbc1c1c18
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 25 17:06:09 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 25 17:10:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570fda1c

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-portage_p2.3.0

 www-plugins/chrome-binary-plugins/Manifest  | 6 +++---
 ...0.2704.103.ebuild => chrome-binary-plugins-51.0.2704.106.ebuild} | 0
 ...1_beta.ebuild => chrome-binary-plugins-52.0.2743.49_beta.ebuild} | 0
 ..._alpha.ebuild => chrome-binary-plugins-53.0.2774.3_alpha.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index dee0b3f..64bb2a4 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_52.0.2743.41-1_amd64.deb 53757684 SHA256 
ec0fd8e3deae513feb136dec24349c925c529b867a74252ca41505a74adcaeb1 SHA512 
573489a7d0321f868e96b546ebec56a46803c53665367fc2fe082cf491be001800c5c183e437b4675ea9cc19a9c55bb0316b2af407c1793a98a3f94b9620a9f1
 WHIRLPOOL 
8d29ef8ab9bd80fec145052b6add704d194d64726579ab58559da24de94691f20c8d9db70636f943b9fe1faf0e71796f25f6c173734fe532c47165059e643ebb
-DIST google-chrome-stable_51.0.2704.103-1_amd64.deb 49170204 SHA256 
2842969278776b69cd6abb8967078757f0639021fcf0263b40840ad4b44927b0 SHA512 
9568a6249850e83f98394ba052ff6817142b6ca254bc31c78181fcd1420274ef90e32cda3c87eea0286d1d7f552b2816a2e741f1f2fc49d768feb0b4fb0b9871
 WHIRLPOOL 
aac995ad74b2af3c71b91df5622043cd72a3369425eef1819d2529b5be7d9fea34cde4b0ba1049f107e82447fc8f4adde5f288fa1b05b9b2e896d302dc66b516
-DIST google-chrome-unstable_53.0.2767.4-1_amd64.deb 51718752 SHA256 
a88ad06ad3eaedf9767441c82d84d6fe383c507eeac5c8e42a7000a98987044d SHA512 
1c62e4f426178739080fcd8054be2c5f90d849f15471d8949d0bb6f59c7dfe9aa01baae121fbaadf28700a8aad9411af94d853dd741a8dbf0bb1d145d74e081d
 WHIRLPOOL 
1f93345dcf7556b5dc8e735d1bcda846e751a1a092659a84d6503abd41a6186f061076fbb9bb6d5a17058238180cb705e5a7329bfa8d8462bac54b0c65e9b413
+DIST google-chrome-beta_52.0.2743.49-1_amd64.deb 53505548 SHA256 
ef057db9380e3b0332191612d283a3fd8c003095881ecef803f6821ea90da094 SHA512 
c6d4f156121e5c11f202103bc1fc679d2b90943ab0b486ad24dc45e8b5b5a2a75ddd5f02bb90459ca834f3c6710aa347eb214787c3c375fde8a15ed30dada243
 WHIRLPOOL 
98a70424d76d4c72a66b04999fe9ed990e9dfc3538ad12ab87d4f17d44a5ca09ff3d12c15a322bc4414153def098723c9d0ad4a448d370be670fedef05615422
+DIST google-chrome-stable_51.0.2704.106-1_amd64.deb 49288366 SHA256 
af8f1243deed908140bb2f18a3c25f7dd658acef9a1246bb17d82e07dcad6f62 SHA512 
32a024252182575707fad2977ebae0250cb1793cacbdd5477a00a31e9a7311e9f165b16f5b2585eed00c3252318fe169ef47ff054ac3a4184a754959a4f5d021
 WHIRLPOOL 
2829f7b25cbfc3341fd9c04c0d62edda7f432350ecc4bd08c4bd38033681e66079f05dc7d057cbb7266909881d3a08b74297f7b8d6bdb1cd6b6669860960caaa
+DIST google-chrome-unstable_53.0.2774.3-1_amd64.deb 52326730 SHA256 
211a15f0a0bae4608f889f27276df754ed253dd681209c65b1f1327deb011982 SHA512 
dc38e31def19e7d4087e3dc4bedc2650f4a78691647babce26aaaf8938382a63562ec26eb1952d86dbae0819058840b527375f2b19637890681467a76dee16ff
 WHIRLPOOL 
97a94328e6d2d26bb862a0d338c87ba60b072fa7f29cd929032371dec5ed7151662e51a651ab2fa9d93afcfc53dde7397419b36242a435f2c719433306d131ef

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.103.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.106.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.103.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.106.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.41_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.41_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2767.4_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2774.3_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2767.4_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2774.3_alpha.ebuild



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

2016-06-25 Thread Pacho Ramos
commit: 810a1a189e3533e175e82850fd7ee27b9cc683af
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:45:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:45:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810a1a18

gnome-extra/gnome-characters: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-characters/Manifest  |  1 -
 .../gnome-characters-3.16.2.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/gnome-extra/gnome-characters/Manifest 
b/gnome-extra/gnome-characters/Manifest
index 452dea3..9e58557 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1,2 +1 @@
-DIST gnome-characters-3.16.2.tar.xz 1364196 SHA256 
84616563f3c6c381bcbf5e059ed603f422af9775f744b19826f1ca4ac59845bf SHA512 
0809f77bfcc173984fc45476f9766b4a3917247ab5d4cb957169b192eb5648a34bf73525c51a5f94681929d18d586f4e890f063df24395c65bde50344205d19e
 WHIRLPOOL 
47cea0477e9a9fda228f07c3171c4c3427beeda977e559c17d9d7a4654791e444c74d0c5e2a552f10f726218e7cc4d9b1efe38fa7fee6d25556560c3eea1255d
 DIST gnome-characters-3.18.1.tar.xz 1358396 SHA256 
161839bb6c1ffca78b6c11b8d4f3f32b8263705911df0aed3268672c050b9bac SHA512 
c26808eff240fa6c89768c7a7aa1ccacada5fb732a18d004842cf927cd0bea3da9816fd1d1bd243bde70e668d3c6cb0fba6e3fb922b3d337eb0583a30140b4a9
 WHIRLPOOL 
a02417286025ef5333e642c7b98f9c6c594e0f576d9fed8b8dcd15483f5eccd51506b241496bdfe6e35dd37763f43f79ffc7afa1940130f20b57a53bd79df4a5

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.16.2.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.16.2.ebuild
deleted file mode 100644
index af1b274..000
--- a/gnome-extra/gnome-characters/gnome-characters-3.16.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-VALA_MIN_API_VERSION="0.16"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="Unicode character map viewer and library"
-HOMEPAGE="https://live.gnome.org/Gucharmap;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="${COMMON_DEPEND}
-   >=dev-libs/gjs-1.43.3
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.35.9
-   >=dev-libs/libunistring-0.9.5
-   >=x11-libs/gtk+-3:3[introspection]
-   >=x11-libs/pango-1.36[introspection]
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( dev-util/dogtail )
-"
-
-src_configure() {
-   gnome2_src_configure $(use_enable test dogtail)
-}
-
-src_test() {
-   Xemake check
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/desc/, gnome-extra/cinnamon-translations/

2016-06-25 Thread Pacho Ramos
commit: d5bc4d9e4ce58cd840970589bc692f683dc9c493
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:01:19 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bc4d9e

desc/linguas.desc: add new locales needed by cinnamon-translations

 .../cinnamon-translations-3.0.3.ebuild | 35 ++
 profiles/desc/linguas.desc |  3 ++
 2 files changed, 38 insertions(+)

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild
new file mode 100644
index 000..9aaea87
--- /dev/null
+++ b/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PLOCALES="af am an ar as ast az be be@latin bg bn bn_IN br bs ca ca@valencia 
crh cs csb cy da de dz el en@shaw en_AU en_CA en_GB eo es es_AR et eu fa fi fil 
fo fr fr_CA frp fy ga gd gl gu he hi hr hu hy ia id ii is it ja jv ka kk km kn 
ko ksw ku ky la li lo lt lv mai mg mk ml mn mr ms my nb nds ne nl nn nso oc om 
or pa pap pl ps pt pt_BR ro ru rue rw sa sc sco shn si sk sl so sq sr 
sr@ijekavianlatin sr@latin sv sw ta te tg th tl tlh tpi tr ts tt ug uk ur uz 
uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW zu"
+
+inherit l10n
+
+DESCRIPTION="Translation data for Cinnamon"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+RESTRICT="test" # tests are for upstream translators and need network access
+
+src_configure() { :; }
+
+src_install() {
+   # Cannot run before since locales are not in the expected place for 
this to work
+   l10n_find_plocales_changes "${S}"/usr/share/locale "" ""
+
+   install_locale() {
+   dodir /usr/share/locale
+   insinto /usr/share/locale
+   doins -r usr/share/locale/${1}
+   }
+   l10n_for_each_locale_do install_locale
+}

diff --git a/profiles/desc/linguas.desc b/profiles/desc/linguas.desc
index 3434239..528cd76 100644
--- a/profiles/desc/linguas.desc
+++ b/profiles/desc/linguas.desc
@@ -120,6 +120,7 @@ hy_AM - Armenian locale
 ia - Interlingua locale
 id - Indonesian locale
 id_ID - Indonesian locale
+ii - Nousu locale
 is - Icelandic locale
 is_IS - Icelandic locale for Iceland
 it - Italian locale
@@ -187,6 +188,7 @@ or - Oriya locale
 pa - Punjabi locale for India
 pa_IN - Punjabi locale for India
 pam - Kapampangan locale
+pap - Papiamento locale
 pl - Polish locale
 pl_PL - Polish locale
 ps - Pushto locale
@@ -205,6 +207,7 @@ sa - Sanskrit locale
 sa_IN - Sanskrit locale for India
 sah - Sakha (Yakut) locale
 sat - Santali locale
+sc - Sardinian locale
 sco - Scots locale
 sd - Sindhi locale
 se - Northern Saami locale



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/files/, gnome-extra/cinnamon-screensaver/

2016-06-25 Thread Pacho Ramos
commit: 18e77c5d17b5f13700754fbc5a155890f3a0b5fd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:29:49 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e77c5d

gnome-extra/cinnamon-screensaver: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-screensaver/Manifest  |   1 +
 .../cinnamon-screensaver-3.0.1.ebuild  | 105 +
 .../files/cinnamon-screensaver-2.8.0-webkit4.patch |   4 +-
 ...nnamon-screensaver-3.0.1-automagic-logind.patch |  21 +
 4 files changed, 129 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/cinnamon-screensaver/Manifest 
b/gnome-extra/cinnamon-screensaver/Manifest
index 8e27e02..3a921d5 100644
--- a/gnome-extra/cinnamon-screensaver/Manifest
+++ b/gnome-extra/cinnamon-screensaver/Manifest
@@ -1 +1,2 @@
 DIST cinnamon-screensaver-2.8.0.tar.gz 146275 SHA256 
595c787bdc9d3a7189d603fe065475e39ac09f957de2da8423b685ade1441036 SHA512 
438ce35145d29b2cee8bb2f07191e0aeb5803e21a67ddd0a4bb13e113ac12e2e1be6b8780c657a67e9c27f8cb09aaec1e261f478432aa9fdbd1f21229294df6d
 WHIRLPOOL 
61a2af9bdfcc4be850ff4455782f00048d12ee1d1f36cd35acdc498e4054d450946a064db8b09b6c6000b897af21cfa0a3acc699eefdef437a699e454e252dcc
+DIST cinnamon-screensaver-3.0.1.tar.gz 147036 SHA256 
de32ab1852b605835ea0ca41f248d18b32d7805d479eb6fd5877d4de92dbb784 SHA512 
d9ad3f5c09d35388811387e3a7d1a8637d59390c4f797dedc4f6ff97cff631deb009d1cd1288317ca119f5db6456c05fd99c87c135595b2b1f07882892447427
 WHIRLPOOL 
6b4094cff650234933d82248fc671e399956bc435d1c47aa3b6869f2ba7c3eaaf9d973e05d29f1c274b269b6be62beca0ff0b3babc3804a73d62b9329be568f2

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild
new file mode 100644
index 000..a8c339a
--- /dev/null
+++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools gnome2 multilib python-single-r1
+
+DESCRIPTION="Screensaver for Cinnamon"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="debug doc pam systemd"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.37.3:2[dbus]
+   >=x11-libs/gtk+-3.1.4:3[introspection]
+   >=gnome-extra/cinnamon-desktop-2.6.3:0=[systemd=]
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   >=gnome-base/libgnomekbd-3.6
+   >=dev-libs/dbus-glib-0.78
+
+   net-libs/webkit-gtk:4[introspection]
+
+   sys-apps/dbus
+   x11-libs/libxklavier
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrandr
+   x11-libs/libXScrnSaver
+   x11-libs/libXxf86misc
+   x11-libs/libXxf86vm
+   x11-themes/adwaita-icon-theme
+
+   ${PYTHON_DEPS}
+
+   pam? ( virtual/pam )
+   systemd? ( >=sys-apps/systemd-31:0= )
+"
+# our cinnamon-1.8 ebuilds installed a cinnamon-screensaver.desktop hack
+RDEPEND="
+   !~gnome-extra/cinnamon-1.8.8.1
+   !systemd? ( sys-auth/consolekit )
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.35
+   gnome-base/gnome-common
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-proto/xextproto
+   x11-proto/randrproto
+   x11-proto/scrnsaverproto
+   x11-proto/xf86miscproto
+   doc? (
+   app-text/xmlto
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xml-dtd:4.4 )
+"
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PN}-3.0.1-automagic-logind.patch
+   eapply "${FILESDIR}"/${PN}-2.8.0-webkit4.patch #566572
+
+   # Fix xscreensaver paths for gentoo
+   sed -e 
"s#/usr/lib/xscreensaver/#${EPREFIX}/usr/$(get_libdir)/misc/xscreensaver/#" \
+   -i data/screensavers/xscreensa...@cinnamon.org/main || die
+
+   python_fix_shebang data/screensavers
+
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(usex debug --enable-debug ' ') \
+   $(use_enable doc docbook-docs) \
+   $(use_enable pam locking) \
+   $(use_enable systemd logind) \
+   --with-mit-ext \
+   --with-pam-prefix=/etc \
+   --with-xf86gamma-ext \
+   --with-kbd-layout-indicator
+   # Do not use --without-console-kit, it would provide no benefit: there 
is
+   # no build-time or run-time check for consolekit, $PN merely listens to
+   # consolekit's messages over dbus.
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   if ! 

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

2016-06-25 Thread Pacho Ramos
commit: d21d7d80d3c876ffeb938ac8c51f952c7c81ff62
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:42:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:42:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21d7d80

gnome-extra/gnome-calendar: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-calendar/Manifest|  1 -
 .../gnome-calendar/gnome-calendar-3.18.2.1.ebuild  | 32 --
 2 files changed, 33 deletions(-)

diff --git a/gnome-extra/gnome-calendar/Manifest 
b/gnome-extra/gnome-calendar/Manifest
index 545f05a..f84a736 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1,2 +1 @@
-DIST gnome-calendar-3.18.2.1.tar.xz 2290232 SHA256 
eedd9b10da837db6e7dc02794a942e9a98b3cdaa975b0d46226aa0cdaf88c0f6 SHA512 
4d9af8ac2eb003e82aa2c0264783792a0c0d42d668d7326cb7f40efc30b2047ec3c440c94b5773e2b43790c27c35338cd375cfc9c2848baee7632fa9aea0d005
 WHIRLPOOL 
4bd99847d5e011feb0d8d2161dd7aeb588c7674b031be3bc01069a57f6768fa5eb714d383f3e34c864176727c35a3552ba62f9357dae61e14ba7bafd53ef4be8
 DIST gnome-calendar-3.18.3.tar.xz 2299900 SHA256 
db5b76059725acec18e54b6b8becbbaac2cc6093790ae744d7c93b3afe879575 SHA512 
cc3c9bc7eb691f590bb88dd6c8304f2cb5165d87f8f110632e74475ee2a96036ae61f9b1f79e130e4799da27d43ca20c80a4165a38fd21112db8abc7bf303e83
 WHIRLPOOL 
4c5a74a44242b0bb9d62aade16d07bd31de2400b5b9d7e62127cd94ba951aa88db559067ff4b89c8350825dcfe5c2d979d887aab2795bc92dbed41638c1406b5

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.18.2.1.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-3.18.2.1.ebuild
deleted file mode 100644
index 6e8e809..000
--- a/gnome-extra/gnome-calendar/gnome-calendar-3.18.2.1.ebuild
+++ /dev/null
@@ -1,32 +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 gnome2
-
-DESCRIPTION="Manage your online calendars with simple and modern interface"
-HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
-RDEPEND="
-   >=dev-libs/glib-2.43.4:2
-   >=dev-libs/libical-1.0.1
-   >=gnome-extra/evolution-data-server-3.17.1:=
-   >=net-libs/gnome-online-accounts-3.2.0:=
-   >=x11-libs/gtk+-3.15.4:3
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-util/gdbus-codegen
-   >=dev-util/intltool-0.40.6
-   sys-devel/gettext
-   virtual/pkgconfig
-"



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

2016-06-25 Thread Pacho Ramos
commit: bc1b349748529d930cda9584d6546dcda3d1c9ed
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:44:11 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:44:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1b3497

gnome-extra/gnome-calendar: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-calendar/Manifest|  1 +
 .../gnome-calendar/gnome-calendar-3.20.2.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/gnome-extra/gnome-calendar/Manifest 
b/gnome-extra/gnome-calendar/Manifest
index f84a736..f1eb5cb 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1 +1,2 @@
 DIST gnome-calendar-3.18.3.tar.xz 2299900 SHA256 
db5b76059725acec18e54b6b8becbbaac2cc6093790ae744d7c93b3afe879575 SHA512 
cc3c9bc7eb691f590bb88dd6c8304f2cb5165d87f8f110632e74475ee2a96036ae61f9b1f79e130e4799da27d43ca20c80a4165a38fd21112db8abc7bf303e83
 WHIRLPOOL 
4c5a74a44242b0bb9d62aade16d07bd31de2400b5b9d7e62127cd94ba951aa88db559067ff4b89c8350825dcfe5c2d979d887aab2795bc92dbed41638c1406b5
+DIST gnome-calendar-3.20.2.tar.xz 2330912 SHA256 
f132cff56310b83cf086628e949685b04cdaf872e989d67dbb8a3e4e9943deee SHA512 
6e7d2bfdc465d76660c6b3ad6db3f4e7f76b957664185f915bd6d74348b6dbe4cf07fafa07989055d6196d63dc60b72d5c07e9456f912f23e7ad7f4af553d168
 WHIRLPOOL 
bc12e06c9ce38f27985cf9040706a626826d00e61f0b5f33656887510f0a69b151010b77a30a1aaf57d77d1288f1e8aef549c37f26ff33476d843b98de723da2

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild
new file mode 100644
index 000..28860fd
--- /dev/null
+++ b/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Manage your online calendars with simple and modern interface"
+HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
+RDEPEND="
+   >=dev-libs/glib-2.43.4:2
+   >=dev-libs/libical-1.0.1
+   >=gnome-extra/evolution-data-server-3.17.1:=
+   >=net-libs/gnome-online-accounts-3.2.0:=
+   >=x11-libs/gtk+-3.19.1:3
+"
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-util/gdbus-codegen
+   >=dev-util/intltool-0.40.6
+   sys-devel/gettext
+   virtual/pkgconfig
+"



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

2016-06-25 Thread Pacho Ramos
commit: 14c2668a016db22ae3d9afc23791c70609ea04b7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:45:59 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:45:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c2668a

gnome-extra/gnome-characters: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-characters/Manifest  |  1 +
 .../gnome-characters-3.20.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/gnome-extra/gnome-characters/Manifest 
b/gnome-extra/gnome-characters/Manifest
index 9e58557..f82110d 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1 +1,2 @@
 DIST gnome-characters-3.18.1.tar.xz 1358396 SHA256 
161839bb6c1ffca78b6c11b8d4f3f32b8263705911df0aed3268672c050b9bac SHA512 
c26808eff240fa6c89768c7a7aa1ccacada5fb732a18d004842cf927cd0bea3da9816fd1d1bd243bde70e668d3c6cb0fba6e3fb922b3d337eb0583a30140b4a9
 WHIRLPOOL 
a02417286025ef5333e642c7b98f9c6c594e0f576d9fed8b8dcd15483f5eccd51506b241496bdfe6e35dd37763f43f79ffc7afa1940130f20b57a53bd79df4a5
+DIST gnome-characters-3.20.1.tar.xz 1391224 SHA256 
6891eed27a5b023200992540266a9216d081eef890d6d0836380dc3c0033857c SHA512 
eb71f6bfc52ed761a7469bb3be14377e6f71a032ce6a6ba0ac75a5037cb104e687f91fb203444babfd070cec3a320b4a80c636a9734db8ea71546e59af05732d
 WHIRLPOOL 
65534e5466f13b6842a4fd654a1f5560e93aa37be740cd8b0318ada254282d36e2e3746b5e80d6809636276d0719ec77b71796ff2041172ed58bacd6e6826ded

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild
new file mode 100644
index 000..d997465
--- /dev/null
+++ b/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="Unicode character map viewer and library"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-libs/gjs-1.43.3
+   >=dev-libs/glib-2.32:2
+   >=dev-libs/gobject-introspection-1.35.9:=
+   >=dev-libs/libunistring-0.9.5
+   >=x11-libs/gtk+-3:3[introspection]
+   >=x11-libs/pango-1.36[introspection]
+"
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50.1
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( dev-util/dogtail )
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure $(use_enable test dogtail)
+}
+
+src_test() {
+   virtx emake check
+}



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

2016-06-25 Thread Pacho Ramos
commit: 5abc8863af23a1631a00421176fb367c035f7a0e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:18:11 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abc8863

gnome-extra/gnome-boxes: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-boxes/Manifest  |   1 -
 gnome-extra/gnome-boxes/gnome-boxes-3.16.2.ebuild | 108 --
 2 files changed, 109 deletions(-)

diff --git a/gnome-extra/gnome-boxes/Manifest b/gnome-extra/gnome-boxes/Manifest
index 524f323..1189d2d 100644
--- a/gnome-extra/gnome-boxes/Manifest
+++ b/gnome-extra/gnome-boxes/Manifest
@@ -1,2 +1 @@
-DIST gnome-boxes-3.16.2.tar.xz 1604664 SHA256 
f5fecb1ba0769e2a3dbec31e6149fffbcbd59946e4dbab31fb3ec28a16e41995 SHA512 
40fcb79cedfa070e6beed905ec814caff2764361a9b5205e68dbe8b6bbdc737a550d1c1695446ac053813b77e24bb2a6087a2eca352c9d28d13c0655142454c0
 WHIRLPOOL 
37cfbaafdaa724eaee10485415dac5e16161a41bfbdca83f86b806bd3f0b6143900e30154939db481e546b0bd87db8d32e505f482e1bd1a0f81ec051936be7b5
 DIST gnome-boxes-3.18.1.tar.xz 1655760 SHA256 
0235d7f76cf3faa3889b302c743d608759e84506657ed4e374592c39f768fb2b SHA512 
eb8cd1c4dde02435f8ac0c02181e37e5523a2d67b5a2196d0ba6a1af798392a59ac3706879331cc969f8e74ec476b1be478592413383683a316e95934e02087b
 WHIRLPOOL 
68c1dac4545e71d8902d3b2efaa6cbd074ed7f97fa5cc2263fe2e28b9e166f439208f78fc179f375b574e70e81895b82fd59be310638bdab984c2ffb7e8da60b

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.16.2.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-3.16.2.ebuild
deleted file mode 100644
index cd4b607..000
--- a/gnome-extra/gnome-boxes/gnome-boxes-3.16.2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.26"
-
-inherit linux-info gnome2 readme.gentoo vala
-
-DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems"
-HOMEPAGE="https://wiki.gnome.org/Apps/Boxes;
-
-LICENSE="LGPL-2"
-SLOT="0"
-
-# We force 'bindist' due to licenses from gnome-boxes-nonfree
-IUSE="smartcard usbredir" #bindist
-KEYWORDS="amd64" # qemu-kvm[spice] is 64bit-only
-
-# NOTE: sys-fs/* stuff is called via exec()
-# FIXME: ovirt is not available in tree
-# FIXME: use vala.eclass but only because of libgd not being able
-#to use its pre-generated files so do not copy all the
-#vala deps like live ebuild has.
-RDEPEND="
-   >=app-arch/libarchive-3:=
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/gobject-introspection-0.9.6
-   >=dev-libs/libxml2-2.7.8:2
-   >=sys-libs/libosinfo-0.2.11
-   >=app-emulation/qemu-1.3.1[spice,smartcard?,usbredir?]
-   >=app-emulation/libvirt-0.9.3[libvirtd,qemu]
-   >=app-emulation/libvirt-glib-0.2
-   >=x11-libs/gtk+-3.13.2:3
-   >=net-libs/gtk-vnc-0.4.4[gtk3]
-   >=net-misc/spice-gtk-0.27[gtk3,smartcard?,usbredir?]
-   virtual/libusb:1
-
-   >=app-misc/tracker-0.16:0=[iso]
-
-   >=sys-apps/util-linux-2.20
-   >=net-libs/libsoup-2.38:2.4
-
-   sys-fs/fuse
-   sys-fs/fuseiso
-   sys-fs/mtools
-   virtual/libgudev:=
-"
-#  !bindist? ( gnome-extra/gnome-boxes-nonfree )
-
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.40
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="Before running gnome-boxes, you will need to load the KVM 
modules.
-If you have an Intel Processor, run:
-# modprobe kvm-intel
-
-If you have an AMD Processor, run:
-# modprobe kvm-amd"
-
-pkg_pretend() {
-   linux-info_get_any_version
-
-   if linux_config_exists; then
-   if ! { linux_chkconfig_present KVM_AMD || \
-   linux_chkconfig_present KVM_INTEL; }; then
-   ewarn "You need KVM support in your kernel to use GNOME 
Boxes!"
-   fi
-   fi
-}
-
-src_prepare() {
-   # Do not change CFLAGS, wondering about VALA ones but appears to be
-   # needed as noted in configure comments below
-   sed 's/CFLAGS="$CFLAGS -O0 -ggdb3"//' -i configure{.ac,} || die
-
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # debug needed for splitdebug proper behavior (cardoe), bug #
-   gnome2_src_configure \
-   --enable-debug \
-   --disable-strict-cc \
-   $(use_enable usbredir) \
-   $(use_enable smartcard) \
-   --enable-ovirt=no
-}
-
-src_install() {
-   gnome2_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}



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

2016-06-25 Thread Pacho Ramos
commit: 6903e4be6697be4987f83c05268e05c927262eb2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:40:35 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:40:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6903e4be

gnome-extra/gnome-calculator: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-calculator/Manifest  |  1 +
 .../gnome-calculator-3.20.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-calculator/Manifest 
b/gnome-extra/gnome-calculator/Manifest
index 395fbd6..c46f409 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1 +1,2 @@
 DIST gnome-calculator-3.18.3.tar.xz 1339496 SHA256 
c376a4a14a3f7946b799b8458ac4cf2694735fc7c20e90cfda29e209439e32ff SHA512 
74ee2e22dc199a1beb8526bfa11174caaaeed0c2568f5e122f1c1c7f09b75926d30b5bdfa61a1e8495de9c2a449ee632e62fbbc11c04d5c44c83f819a6c409b5
 WHIRLPOOL 
c371233a98ec28a3aa2a956d69b834a97508e0d6a58a43f918ca1d992b7efb434533926cd2d72a610c1c00cfbb101139c1db44a7771549da463c882cc0702c98
+DIST gnome-calculator-3.20.1.tar.xz 1454768 SHA256 
02edcf99857599ac10ecd2faaf33ad20a9f11f7c5a89a52ee1b511d99b594b90 SHA512 
28198343422d61eec40938e35659e92bec1a67c4a6f16bdafd7a13f0b3a449d884f33daa9cf6c61bd56e9859ae3554522a02c0650ffcfaf64fb69b69671e347e
 WHIRLPOOL 
51940f923548c9a262d03dea1d263e4b2e6f92e1b0616947ca10fb8e50ce2425abff2baf76b934585e22ca5f81e3a99e433ca535949ed2121975a5415230

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild
new file mode 100644
index 000..230f371
--- /dev/null
+++ b/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A calculator application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40:2
+   dev-libs/libxml2:2
+   dev-libs/mpfr:0
+   >=net-libs/libsoup-2.42:2.4
+   >=x11-libs/gtk+-3.11.6:3
+   >=x11-libs/gtksourceview-3.15.1:3.0
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/files/, gnome-extra/cinnamon-session/

2016-06-25 Thread Pacho Ramos
commit: 86145eec87a70dab411262a0de691a0100a3d2ff
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:38:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86145eec

gnome-extra/cinnamon-session: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-session/Manifest  |  1 +
 .../cinnamon-session/cinnamon-session-3.0.1.ebuild | 66 ++
 .../files/cinnamon-session-3.0.1-automagic.patch   | 38 +
 3 files changed, 105 insertions(+)

diff --git a/gnome-extra/cinnamon-session/Manifest 
b/gnome-extra/cinnamon-session/Manifest
index d50a561..cd45b12 100644
--- a/gnome-extra/cinnamon-session/Manifest
+++ b/gnome-extra/cinnamon-session/Manifest
@@ -1,2 +1,3 @@
 DIST cinnamon-session-2.8.2.tar.gz 591438 SHA256 
0a7236c75fef67c1a1c173e184c083ff2879e870428bdc3cb53a892cb0bfaf79 SHA512 
4f713cc5d9ec21bb118a2761792b1a86b43c386e0042f3f1c57ab6fa01fb7fd34463d83e63c794950dfe8358e757277a87d649340cda33f72fe4c89c7cf099bc
 WHIRLPOOL 
6f202a79a27cdf6a8bbe1ed62d5b4a6c6edd5746b8b50a448fc8874cb5de4b45c4201e1bce25760072ee2874438e87505405810b45c7e10019fdbfc4c7cc9b6b
 DIST cinnamon-session-2.8.3.tar.gz 591500 SHA256 
306eb9448500b15b0d06826b66f438d767d001b706fd345c53b4a91d308ae4a9 SHA512 
a581af6a00a5273ab4cf7b91ac4770b78d8ab670cf238c396e2087113795de059b4eaa3abcc8440b5eaa5cf0c4edc9696b183f9ce81803af36b9a3a37b5d5977
 WHIRLPOOL 
d3c9d0f6791522c2c24801faacb0a5be34d658cceeaed2459d5f006c24e683d1ea39876045c505dd526ec972912e6c8bde8fffe703da6fa0f69a43f2e579ab61
+DIST cinnamon-session-3.0.1.tar.gz 592265 SHA256 
d8935747bc8aa70518e70a7d338eaf9109b5307d8a44d49dc57e0f15d69e9c89 SHA512 
cdbf9f910954976854aa1b90033781269dc9d521b86edd3e97ae936b59a9ac4ffa956ba37a51ba11beac73e38a732913ce147557e999484bd68529677eed21e8
 WHIRLPOOL 
9af4cf92685e6a07220779ed8ef73c7435dff08e3771bbc87994d5294f998129b0d114a3092987b8fc59b49f936616d135ca59327d9979c70d9aec55238a0332

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.0.1.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-3.0.1.ebuild
new file mode 100644
index 000..9d709f3
--- /dev/null
+++ b/gnome-extra/cinnamon-session/cinnamon-session-3.0.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils gnome2
+
+DESCRIPTION="Cinnamon session manager"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc ipv6 systemd"
+
+COMMON_DEPEND="
+   >=dev-libs/dbus-glib-0.88
+   >=dev-libs/glib-2.37.3:2
+   media-libs/libcanberra
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3:3
+   x11-libs/cairo
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXcomposite
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+   virtual/opengl
+   systemd? ( >=sys-apps/systemd-183 )
+   !systemd? ( >=sys-power/upower-pm-utils-0.9.23 )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-extra/cinnamon-desktop-2.6[systemd=]
+   !systemd? ( sys-auth/consolekit )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/libxslt
+   >=dev-util/intltool-0.40.6
+   virtual/pkgconfig
+   doc? ( app-text/xmlto )
+
+   gnome-base/gnome-common
+"
+#  gnome-base/gnome-common for eautoreconf
+
+src_prepare() {
+   # make upower and logind check non-automagic
+   eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch"
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-gconf \
+   --disable-static \
+   $(use_enable doc docbook-docs) \
+   $(use_enable ipv6) \
+   $(use_enable systemd logind) \
+   $(usex systemd --disable-old-upower --enable-old-upower)
+}

diff --git 
a/gnome-extra/cinnamon-session/files/cinnamon-session-3.0.1-automagic.patch 
b/gnome-extra/cinnamon-session/files/cinnamon-session-3.0.1-automagic.patch
new file mode 100644
index 000..9ca3137
--- /dev/null
+++ b/gnome-extra/cinnamon-session/files/cinnamon-session-3.0.1-automagic.patch
@@ -0,0 +1,38 @@
+--- a/configure.ac~2016-05-20 13:03:13.0 +0200
 b/configure.ac 2016-06-25 17:36:55.389583194 +0200
+@@ -56,7 +56,15 @@
+ 
+ dnl We can only support old upower
+ dnl https://bugzilla.gnome.org/show_bug.cgi?id=710383
+-PKG_CHECK_MODULES(UPOWER, upower-glib < 0.99.0, have_old_upower=yes, 
have_old_upower=no)
++AC_ARG_ENABLE([old-upower],
++  AS_HELP_STRING([--disable-old-upower], [Do not check for old UPower API]),
++  [enable_old_upower=$enableval],
++  [enable_old_upower=auto])
++

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

2016-06-25 Thread Pacho Ramos
commit: c112ad925f9b3f6748ec5a99d44d00acafc4c99c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:27:07 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:27:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c112ad92

gnome-extra/gnome-boxes: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-boxes/Manifest  |   1 +
 gnome-extra/gnome-boxes/gnome-boxes-3.20.2.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/gnome-extra/gnome-boxes/Manifest b/gnome-extra/gnome-boxes/Manifest
index 1189d2d..5b1ca5a 100644
--- a/gnome-extra/gnome-boxes/Manifest
+++ b/gnome-extra/gnome-boxes/Manifest
@@ -1 +1,2 @@
 DIST gnome-boxes-3.18.1.tar.xz 1655760 SHA256 
0235d7f76cf3faa3889b302c743d608759e84506657ed4e374592c39f768fb2b SHA512 
eb8cd1c4dde02435f8ac0c02181e37e5523a2d67b5a2196d0ba6a1af798392a59ac3706879331cc969f8e74ec476b1be478592413383683a316e95934e02087b
 WHIRLPOOL 
68c1dac4545e71d8902d3b2efaa6cbd074ed7f97fa5cc2263fe2e28b9e166f439208f78fc179f375b574e70e81895b82fd59be310638bdab984c2ffb7e8da60b
+DIST gnome-boxes-3.20.2.tar.xz 1686172 SHA256 
c0379ce1de9d2a43a6875cbe1f2ef7ef69161b284926d59c44246a9142130fc5 SHA512 
3ead46d8b65777e43bf55b04b9488a1a8c5d4a0bc46f582a46ae2d5ff883c01b5540739091c2f3065d3db666d38761dee6dacbde9d5c9042f5b79f1ad4769247
 WHIRLPOOL 
6545ae607965d51bea04335acb4050ccc606f764cb12e3a44a670007bd7d2387ca69f59539877ebce6ea8357dfcde6d6d786d2effac691f4ee1e8021a1ca64df

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.20.2.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-3.20.2.ebuild
new file mode 100644
index 000..65f1daf
--- /dev/null
+++ b/gnome-extra/gnome-boxes/gnome-boxes-3.20.2.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.28"
+
+inherit linux-info gnome2 readme.gentoo-r1 vala
+
+DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems"
+HOMEPAGE="https://wiki.gnome.org/Apps/Boxes;
+
+LICENSE="LGPL-2"
+SLOT="0"
+
+# We force 'bindist' due to licenses from gnome-boxes-nonfree
+IUSE="smartcard usbredir" #bindist
+
+KEYWORDS="~amd64" # qemu-kvm[spice] is 64bit-only
+
+# NOTE: sys-fs/* stuff is called via exec()
+# FIXME: ovirt is not available in tree
+# FIXME: use vala.eclass but only because of libgd not being able
+#to use its pre-generated files so do not copy all the
+#vala deps like live ebuild has.
+RDEPEND="
+   >=app-arch/libarchive-3:=
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/gobject-introspection-0.9.6:=
+   >=dev-libs/libxml2-2.7.8:2
+   >=sys-libs/libosinfo-0.2.12
+   >=app-emulation/qemu-1.3.1[spice,smartcard?,usbredir?]
+   >=app-emulation/libvirt-0.9.3[libvirtd,qemu]
+   >=app-emulation/libvirt-glib-0.2.3
+   >=x11-libs/gtk+-3.19.4:3
+   >=net-libs/gtk-vnc-0.4.4[gtk3]
+   >=net-misc/spice-gtk-0.27[gtk3,smartcard?,usbredir?]
+   virtual/libusb:1
+
+   >=app-misc/tracker-0.16:0=[iso]
+
+   >=sys-apps/util-linux-2.20
+   >=net-libs/libsoup-2.38:2.4
+
+   sys-fs/fuse
+   sys-fs/fuseiso
+   sys-fs/mtools
+   virtual/libgudev:=
+"
+#  !bindist? ( gnome-extra/gnome-boxes-nonfree )
+
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.40
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="Before running gnome-boxes, you will need to load the KVM 
modules.
+If you have an Intel Processor, run:
+# modprobe kvm-intel
+
+If you have an AMD Processor, run:
+# modprobe kvm-amd"
+
+pkg_pretend() {
+   linux-info_get_any_version
+
+   if linux_config_exists; then
+   if ! { linux_chkconfig_present KVM_AMD || \
+   linux_chkconfig_present KVM_INTEL; }; then
+   ewarn "You need KVM support in your kernel to use GNOME 
Boxes!"
+   fi
+   fi
+}
+
+src_prepare() {
+   # Do not change CFLAGS, wondering about VALA ones but appears to be
+   # needed as noted in configure comments below
+   sed 's/CFLAGS="$CFLAGS -O0 -ggdb3"//' -i configure{.ac,} || die
+
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # debug needed for splitdebug proper behavior (cardoe), bug #
+   gnome2_src_configure \
+   --enable-debug \
+   --disable-strict-cc \
+   $(use_enable usbredir) \
+   $(use_enable smartcard) \
+   --enable-ovirt=no
+}
+
+src_install() {
+   gnome2_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/

2016-06-25 Thread Pacho Ramos
commit: 5812e743818b7f6dde497f2c66cc397b6a8c1d76
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:18:20 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5812e743

gnome-extra/cinnamon-menus: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-menus/Manifest|  1 +
 .../cinnamon-menus/cinnamon-menus-3.0.2.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/cinnamon-menus/Manifest 
b/gnome-extra/cinnamon-menus/Manifest
index a42d126..2b77a6d 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1 +1,2 @@
 DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 
06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 
fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09
 WHIRLPOOL 
a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6
+DIST cinnamon-menus-3.0.2.tar.gz 211077 SHA256 
e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7 SHA512 
a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f
 WHIRLPOOL 
2bf6b26a40e45121c8adb40df0a3873aaf171beca14af8759adc725313b97fcce3ff150551bfe43d72e6caa835ebac9d1fe379852b280b967828486cd2951edf

diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild 
b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
new file mode 100644
index 000..4cc55fc
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.29.15:2
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+   dev-libs/gobject-introspection-common
+   >=dev-util/intltool-0.40
+   gnome-base/gnome-common
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(usex debug --enable-debug=yes ' ') \
+   $(use_enable introspection) \
+   --disable-static
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-translations/

2016-06-25 Thread Pacho Ramos
commit: 44b24748ed52546d19d51f09f024df85097be79d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:01:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b24748

gnome-extra/cinnamon-translations: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-translations/Manifest   | 1 +
 gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/cinnamon-translations/Manifest 
b/gnome-extra/cinnamon-translations/Manifest
index 358fb89..b07693e 100644
--- a/gnome-extra/cinnamon-translations/Manifest
+++ b/gnome-extra/cinnamon-translations/Manifest
@@ -1 +1,2 @@
 DIST cinnamon-translations-2.8.3.tar.gz 7701375 SHA256 
8585670a2765ac6580b98477b2eb02ed3afe64be0ba09f8c3e61613c0a987cad SHA512 
9902d79439624e4fb445cb41f6ff55076875fd9080abaf6c3debc7dfad0ea94d0d611bb6631717e4e15cb2b817d0e454df680d8c55d3a678acc87c04bf443b22
 WHIRLPOOL 
6984aef96d872a3e2cbe3b912ca2555ab44853d306a37c6e55d368438848fbef4aac01dd73d513cf386ffd6909fd64b448cfe98df18de7d371021f7a45d8a200
+DIST cinnamon-translations-3.0.3.tar.gz 7938822 SHA256 
5f8eeb3c2d4af9ecd6a42cdf79cea6e6c92194aad6d37cf0a37724505da971a8 SHA512 
f639f310a954a3b310117d324cdc627554b82833ad66b76395e8ead26cf8337998b665bea92c4263c20275440e6fc529a4b770e85d12d84b8b74529154c29b0c
 WHIRLPOOL 
ff9f0cdbdad0a01f64a851547bb3451b7b89e65b89816e113abbea42d48c672615445794e8e242367701a93c80daccb1af1028841039866ea55b2a7371787212

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild
index 9aaea87..77def6d 100644
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.ebuild
+++ b/gnome-extra/cinnamon-translations/cinnamon-translations-3.0.3.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$
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""



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

2016-06-25 Thread Pacho Ramos
commit: e03932d0ca9363f7a53ef565dfa36d16de5a4d4f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:47:19 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:47:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03932d0

gnome-extra/gnome-clocks: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-clocks/Manifest  |  1 -
 .../gnome-clocks/gnome-clocks-3.16.2.ebuild| 39 --
 2 files changed, 40 deletions(-)

diff --git a/gnome-extra/gnome-clocks/Manifest 
b/gnome-extra/gnome-clocks/Manifest
index 9f2f005..090bfee 100644
--- a/gnome-extra/gnome-clocks/Manifest
+++ b/gnome-extra/gnome-clocks/Manifest
@@ -1,2 +1 @@
-DIST gnome-clocks-3.16.2.tar.xz 872816 SHA256 
cdfa74a02796cfea00182664775457d10e3e91e93301f16a59e538679e98 SHA512 
3a137c3b68b3fa54353f8664ea1b5825cad5126cecf0f408e479bcdefd35404d79ce3c194565e0c77de1b707f7471b8f41c0a93c793f4619394f2619b736ebc6
 WHIRLPOOL 
ab3276d3b68e28e41d467f8747480f98ed17c9650b7291aaa6f6466af2f3d3dc48583e9933a2522df2e1bcdd7e2782f1bbe88298d6c4e33036f8608a1f8dd43e
 DIST gnome-clocks-3.18.0.tar.xz 870864 SHA256 
ca0818ec89e3539201da6b5388365e3d66df815198beccc90e2be44c7822baa0 SHA512 
70e0b21c9dbacc4ad74150724dcde038737ad4bbb38d76c2ac18b07d6afcfc7c60a34224de684f8cb52e3f621ff533872c5b423953ac3ba726511d6eb9b348d7
 WHIRLPOOL 
82f8ce77aa8e28df3d0481c0e35282d2156b4c9c3e1e5266e1a9bc120bf59710ee1cc29694d53d21dd2e8cb704f1779e4287a64b2cc592e0a670e6cacdd07d9a

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.16.2.ebuild 
b/gnome-extra/gnome-clocks/gnome-clocks-3.16.2.ebuild
deleted file mode 100644
index c4ed0d4..000
--- a/gnome-extra/gnome-clocks/gnome-clocks-3.16.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome2 vala
-
-DESCRIPTION="Clocks application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Clocks;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=app-misc/geoclue-1.99.3:2.0
-   >=dev-libs/glib-2.39:2
-   >=dev-libs/libgweather-3.13.91:2=
-   >=gnome-base/gnome-desktop-3.7.90:3=
-   >=media-libs/gsound-0.98
-   >=sci-geosciences/geocode-glib-0.99.4
-   >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   >=dev-util/intltool-0.50.1
-   dev-util/itstool
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}



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

2016-06-25 Thread Pacho Ramos
commit: f0d2267663d0e010d619b375982ffcfa8b85b1c2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:04:37 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d22676

gnome-extra/cjs: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cjs/Manifest |  1 +
 gnome-extra/cjs/cjs-3.0.1.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/gnome-extra/cjs/Manifest b/gnome-extra/cjs/Manifest
index 2746dcf..7871e9e 100644
--- a/gnome-extra/cjs/Manifest
+++ b/gnome-extra/cjs/Manifest
@@ -1 +1,2 @@
 DIST cjs-2.8.0.tar.gz 325238 SHA256 
eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73 SHA512 
c03e2fcb7bd49d3a1f556b4be7fa8282939607e3b33f2f8784bbd1d9fac6abc8f3634be7f9659ed6938cf88b3dfd2fcd4d5f6068aac23fa329c1f830f96d0735
 WHIRLPOOL 
f42d7ddf2b087643f8035d96aba0d2ddbfe09fc8deaee906736010545a54e8c56718dceffcca47382a92f97e5b38a262c833bf2a2c4d603f90147466f09f116d
+DIST cjs-3.0.1.tar.gz 325349 SHA256 
cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f SHA512 
3980e60ca005e616be264ec5bf6cb920452eec538da266dc0645ec1c340506b864886007b371b96830efa379e8ed9dd9127dc205b45e004705fd5c181d82e538
 WHIRLPOOL 
9368a53f9284d0f234d6e816f27dd6893338b4c6807f7fa0f44403ec0fbcaea3cc6908f86ad1e528f12351e008e93942f0769779f3c271e46e994d6ea7139b5f

diff --git a/gnome-extra/cjs/cjs-3.0.1.ebuild b/gnome-extra/cjs/cjs-3.0.1.ebuild
new file mode 100644
index 000..a964f56
--- /dev/null
+++ b/gnome-extra/cjs/cjs-3.0.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools gnome2 pax-utils virtualx
+
+DESCRIPTION="Linux Mint's fork of gjs for Cinnamon"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
+SLOT="0"
+IUSE="+cairo examples gtk test"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-lang/spidermonkey:24
+   >=dev-libs/glib-2.37.3:2
+   >=dev-libs/gobject-introspection-1.38:=
+   sys-libs/readline:0
+   virtual/libffi
+   cairo? ( x11-libs/cairo[X,glib] )
+   gtk? ( x11-libs/gtk+:3 )
+"
+DEPEND="${RDEPEND}
+   gnome-base/gnome-common
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( sys-apps/dbus )
+"
+# Cinnamon 2.2 does not work with this release.
+RDEPEND="${RDEPEND}
+   !

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

2016-06-25 Thread Pacho Ramos
commit: d7a910f4164ffe1b33c9947e95e854fbb33fcbd6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:39:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:39:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a910f4

gnome-extra/gnome-calculator: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-calculator/Manifest  |  2 --
 .../gnome-calculator-3.16.2.ebuild | 39 -
 .../gnome-calculator-3.18.2.ebuild | 40 --
 3 files changed, 81 deletions(-)

diff --git a/gnome-extra/gnome-calculator/Manifest 
b/gnome-extra/gnome-calculator/Manifest
index 4010116..395fbd6 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1,3 +1 @@
-DIST gnome-calculator-3.16.2.tar.xz 1437060 SHA256 
f4c6ca7e0eda0dbb7d5cfb85ee9fe3351b1d8bd1bf05ce890939374b95e230a0 SHA512 
f8141eca9eafa42277abd86fab4913e41c432471596f009c344915fc7f481172fcce240ab463597a70ff61c95e225fd0c618ca0fcb15b08c6f14e29b023cf218
 WHIRLPOOL 
0aca9c143d0c1334aa7c63061eba1606e16bb1593122f3d1d952118d1b8aa2f702c960ba875ac9b11ea1a5b74decae8d9eac7cea53040c34bb26fa0a7731d5a5
-DIST gnome-calculator-3.18.2.tar.xz 1353708 SHA256 
c86c5857409ce1d01896904e97ccf0a1a880f3dcf428a524e5c0fec27b274d64 SHA512 
be067ba231256cc90bb710ca12c863ef73d671da198ea9c6b6e8797b0bd7ccf3800831ba2603bd1cb352ce384172e54deb30199974a9e3d766d2e46a38246eab
 WHIRLPOOL 
8a01a26d0fe82d564bc29b6ada413767ee654dd1a639be6f196a704abba36ee2e5ad831951139dd15adc7279eb548bc764d101c4c91582f33d81876062c1de9f
 DIST gnome-calculator-3.18.3.tar.xz 1339496 SHA256 
c376a4a14a3f7946b799b8458ac4cf2694735fc7c20e90cfda29e209439e32ff SHA512 
74ee2e22dc199a1beb8526bfa11174caaaeed0c2568f5e122f1c1c7f09b75926d30b5bdfa61a1e8495de9c2a449ee632e62fbbc11c04d5c44c83f819a6c409b5
 WHIRLPOOL 
c371233a98ec28a3aa2a956d69b834a97508e0d6a58a43f918ca1d992b7efb434533926cd2d72a610c1c00cfbb101139c1db44a7771549da463c882cc0702c98

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.16.2.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-3.16.2.ebuild
deleted file mode 100644
index d3e2349..000
--- a/gnome-extra/gnome-calculator/gnome-calculator-3.16.2.ebuild
+++ /dev/null
@@ -1,39 +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 gnome2
-
-DESCRIPTION="A calculator application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   dev-libs/libxml2:2
-   dev-libs/mpfr:0
-   >=x11-libs/gtk+-3.11.6:3
-   >=x11-libs/gtksourceview-3.15.1:3.0
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Apps/Calculator;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   dev-libs/libxml2:2
-   dev-libs/mpfr:0
-   >=x11-libs/gtk+-3.11.6:3
-   >=x11-libs/gtksourceview-3.15.1:3.0
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/files/, gnome-extra/cinnamon/

2016-06-25 Thread Pacho Ramos
commit: 0ee44a691cc7d89a97230afd67e5d729c0b164d7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:00:04 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee44a69

gnome-extra/cinnamon: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon/Manifest  |   1 -
 gnome-extra/cinnamon/cinnamon-2.8.6.ebuild | 247 -
 .../cinnamon/files/cinnamon-2.4.5-background.patch |  26 ---
 .../cinnamon/files/cinnamon-2.4.5-gnome-3.14.patch |  43 
 .../cinnamon-2.4.5-optional-networkmanager.patch   |  89 
 .../cinnamon/files/cinnamon-2.4.5-set-wheel.patch  |  70 --
 .../cinnamon-2.6.13-test-recorder-includes.patch   |  36 ---
 .../cinnamon/files/cinnamon-2.6.7-set-wheel.patch  |  73 --
 8 files changed, 585 deletions(-)

diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index 0bece92..a48cff1 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-2.8.6.tar.gz 3025161 SHA256 
c262ae64320d4db8bffdfa7f05ab5a82449e96035b35dd8fb9353741323cb9a2 SHA512 
fb683aaea1704eec5a1d2221d55c5e0e6530897f7aefc6ff9b9ff9d15818737a0d5d15aaa1d1f830e1f01e462324db026ac8c4475e39630cd6fd4a67dca9bddf
 WHIRLPOOL 
488c215daf441be87d8f552bd4f0d8e55683286db143b2fbe5f8dd43a53df8e5c1e03b9230708ca149b85e3d9a93df58618b50afa014755a5ea943e33123edb8
 DIST cinnamon-2.8.8.tar.gz 3026643 SHA256 
33f838cb9c1d4213ebb18d5869949757dda97a6e0745f224d06be75de69caee7 SHA512 
e41fae744ea2dfcb3589a47f689b230369a8dc4c3682f3cc15836a9be6c67fd1cd872223084b518cd422057431ea77f7df67055757b5cd43e5e96cb3cb3a2ec5
 WHIRLPOOL 
1cb5e0b13814d4b21e7711ad0d5754aa85c36e4616d48e7dbebad1bd7d34b928a5b4d4d55b6fd12fb2b44c96b22535ca68b3b6542af99306a609cbc58ea59784

diff --git a/gnome-extra/cinnamon/cinnamon-2.8.6.ebuild 
b/gnome-extra/cinnamon/cinnamon-2.8.6.ebuild
deleted file mode 100644
index 6601403..000
--- a/gnome-extra/cinnamon/cinnamon-2.8.6.ebuild
+++ /dev/null
@@ -1,247 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-PYTHON_REQ_USE="xml"
-
-inherit autotools eutils flag-o-matic gnome2 multilib pax-utils python-r1
-
-DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
-HOMEPAGE="http://cinnamon.linuxmint.com/;
-
-MY_PV="${PV/_p/-UP}"
-MY_P="${PN}-${MY_PV}"
-
-SRC_URI="https://github.com/linuxmint/Cinnamon/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-# bluetooth support dropped due bug #511648
-IUSE="+nls +networkmanager" #+bluetooth
-
-# We need *both* python 2.7 and 3.x
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   python_targets_python2_7
-   || ( python_targets_python3_3 python_targets_python3_4 
python_targets_python3_5 )
-"
-
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-misc/ca-certificates
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.35.0:2[dbus]
-   >=dev-libs/gobject-introspection-0.10.1:=
-   >=dev-libs/json-glib-0.13.2
-   >=dev-libs/libcroco-0.6.2:0.6
-   dev-libs/libxml2:2
-   gnome-base/gconf:2[introspection]
-   gnome-base/librsvg
-   >=gnome-extra/cinnamon-desktop-2.4:0=[introspection]
-   gnome-extra/cinnamon-menus[introspection]
-   >=gnome-extra/cjs-2.8.0
-   >=media-libs/clutter-1.10:1.0[introspection]
-   media-libs/cogl:1.0=[introspection]
-   >=gnome-base/gsettings-desktop-schemas-2.91.91
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-sound/pulseaudio:0=[glib]
-   net-libs/libsoup:2.4[introspection]
-   >=sys-auth/polkit-0.100[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.9.12:3[introspection]
-   x11-libs/pango[introspection]
-   >=x11-libs/startup-notification-0.11
-   x11-libs/libX11
-   >=x11-libs/libXfixes-5.0
-   >=x11-wm/muffin-2.5[introspection]
-   ${PYTHON_DEPS}
-   networkmanager? (
-   gnome-base/libgnome-keyring
-   >=net-misc/networkmanager-0.8.999[introspection] )
-"
-#bluetooth? ( >=net-wireless/gnome-bluetooth-3.1:=[introspection] )
-
-# Runtime-only deps are probably incomplete and approximate.
-# Each block:
-# 2. Introspection stuff + dconf needed via imports.gi.*
-# 3. gnome-session is needed for gnome-session-quit
-# 4. Control shell settings
-# 5. accountsservice is needed for GdmUserManager (0.6.14 needed for fast
-#user switching with gdm-3.1.x)
-# 6. caribou needed for on-screen keyboard
-# 7. xdg-utils needed for xdg-open, used by extension tool
-# 8. gconf-python, imaging, lxml needed for cinnamon-settings
-# 9. gnome-icon-theme-symbolic needed for various icons
-# 10. pygobject needed for menu 

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

2016-06-25 Thread Pacho Ramos
commit: 75047ecbef4fa2c00a444ff090882c4f636bbb8a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 16:48:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:48:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75047ecb

gnome-extra/gnome-clocks: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-clocks/Manifest  |  1 +
 .../gnome-clocks/gnome-clocks-3.20.1.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-clocks/Manifest 
b/gnome-extra/gnome-clocks/Manifest
index 090bfee..4bc6600 100644
--- a/gnome-extra/gnome-clocks/Manifest
+++ b/gnome-extra/gnome-clocks/Manifest
@@ -1 +1,2 @@
 DIST gnome-clocks-3.18.0.tar.xz 870864 SHA256 
ca0818ec89e3539201da6b5388365e3d66df815198beccc90e2be44c7822baa0 SHA512 
70e0b21c9dbacc4ad74150724dcde038737ad4bbb38d76c2ac18b07d6afcfc7c60a34224de684f8cb52e3f621ff533872c5b423953ac3ba726511d6eb9b348d7
 WHIRLPOOL 
82f8ce77aa8e28df3d0481c0e35282d2156b4c9c3e1e5266e1a9bc120bf59710ee1cc29694d53d21dd2e8cb704f1779e4287a64b2cc592e0a670e6cacdd07d9a
+DIST gnome-clocks-3.20.1.tar.xz 905072 SHA256 
92ad7b409c5118464af49ca28262ae43e9d377435ad2b10048b23e6e11ae476f SHA512 
8e7ea791f40d2bff0634e70f48baa57965a293f039de38df56fb6de00920bf3b7d1ce33e1d1643798aae0650fff13d4f4e4100d03654257461861c12a6dbf7d5
 WHIRLPOOL 
97edbf161be830eef18b3c3bb3afb6c8dfac6d21d5085e84ff66243cabc2af36b3745603bb02d4a8451c557a8c067d7bbaa10100771cf11e44f30fcb97c90ad3

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.20.1.ebuild 
b/gnome-extra/gnome-clocks/gnome-clocks-3.20.1.ebuild
new file mode 100644
index 000..e117a92
--- /dev/null
+++ b/gnome-extra/gnome-clocks/gnome-clocks-3.20.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.24"
+
+inherit gnome2 vala
+
+DESCRIPTION="Clocks application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Clocks;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-misc/geoclue-2.3.1:2.0
+   >=dev-libs/glib-2.44:2
+   >=dev-libs/libgweather-3.13.91:2=
+   >=gnome-base/gnome-desktop-3.7.90:3=
+   >=media-libs/gsound-0.98
+   >=sci-geosciences/geocode-glib-0.99.4
+   >=x11-libs/gtk+-3.19.8:3
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/

2016-06-25 Thread Pacho Ramos
commit: e2e2176e8ba700de99f72ff86f14db0a112d21be
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:09:47 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e2176e

gnome-extra/cinnamon-control-center: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-control-center/Manifest   |  1 +
 .../cinnamon-control-center-3.0.1.ebuild   | 93 ++
 2 files changed, 94 insertions(+)

diff --git a/gnome-extra/cinnamon-control-center/Manifest 
b/gnome-extra/cinnamon-control-center/Manifest
index 74c10e5..b0d3aaa 100644
--- a/gnome-extra/cinnamon-control-center/Manifest
+++ b/gnome-extra/cinnamon-control-center/Manifest
@@ -1 +1,2 @@
 DIST cinnamon-control-center-2.8.1.tar.gz 4090162 SHA256 
595076ef89949c31357cd45f41818df1f6b7350a2b810f107e0b88cd9870e273 SHA512 
e0f21bc29128b56d2024ea5bd9dff70a917259437804f4aad0942ee1313090b70e6811d1b54513b4639c0bff0230efcb2847a42fcf9ad183b24a3cbfeda976de
 WHIRLPOOL 
47d3255eeddd782fb5c87ff82ed5d8ab8588b8066b9da9344abcfa259d0b481e06f676cefa43563f28ddc75d2c8112b30712b4ae52f750e03f779b1a73108c7b
+DIST cinnamon-control-center-3.0.1.tar.gz 3834138 SHA256 
3d9f0eb45168a91101f99452b38184dd6417dd89064be4523e565bd721a521fe SHA512 
97f726cddb12afd697a542bf40b89c84e8256cc7e1bff31eaf3ed86ba9ffe23660085e4e4123f955f1aa4aa31930b209c2a26649f2dec55d10a4803d86942e46
 WHIRLPOOL 
68f0d2292d4fa43de31d9ed8cf4d15f1fc887e26ebc7c21cfec9c180ca01f6b7b11be0e88c5a4f2f84b35c2a6162565cb5b8eb647d563d8cd939e700dc76f4ff

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
new file mode 100644
index 000..267afa4
--- /dev/null
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes" # gmodule is used, which uses dlopen
+
+inherit autotools eutils gnome2
+
+DESCRIPTION="Cinnamons's main interface to configure various aspects of the 
desktop"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+colord +cups debug input_devices_wacom"
+KEYWORDS="~amd64 ~x86"
+
+# False positives caused by nested configure scripts
+QA_CONFIGURE_OPTIONS=".*"
+
+# FIXME: modemmanager is not optional
+#networkmanager is not optional
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.31:2
+   >=gnome-base/libgnomekbd-2.91.91:0=
+   >=gnome-extra/cinnamon-desktop-1.0:0=
+   >=gnome-extra/cinnamon-menus-1.0:0=
+   >=gnome-extra/cinnamon-settings-daemon-1.0:0=
+   >=gnome-extra/nm-applet-0.9.8
+   media-libs/fontconfig
+   >=net-misc/modemmanager-0.7
+   >=net-misc/networkmanager-0.9.8[modemmanager]
+   >=sys-auth/polkit-0.103
+   >=x11-libs/gdk-pixbuf-2.23.0:2
+   >=x11-libs/gtk+-3.4.1:3
+   >=x11-libs/libnotify-0.7.3:0=
+   x11-libs/libX11
+   x11-libs/libxklavier
+   colord? ( >=x11-misc/colord-0.1.14:0= )
+   cups? ( >=net-print/cups-1.4[dbus] )
+   input_devices_wacom? (
+   >=dev-libs/libwacom-0.7
+   >=x11-libs/gtk+-3.8:3
+   >=x11-libs/libXi-1.2 )
+"
+# 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/files/, ...

2016-06-25 Thread Pacho Ramos
commit: 7eb357e5a42ea85e176d10f6a2087b26b09153ed
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:49:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb357e5

gnome-extra/cinnamon-settings-daemon: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-settings-daemon/Manifest  |  1 +
 .../cinnamon-settings-daemon-3.0.1.ebuild  | 89 ++
 .../cinnamon-settings-daemon-3.0.1-optional.patch  | 84 
 3 files changed, 174 insertions(+)

diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest 
b/gnome-extra/cinnamon-settings-daemon/Manifest
index c2e5758..5139189 100644
--- a/gnome-extra/cinnamon-settings-daemon/Manifest
+++ b/gnome-extra/cinnamon-settings-daemon/Manifest
@@ -1,2 +1,3 @@
 DIST cinnamon-settings-daemon-2.8.3.tar.gz 2935149 SHA256 
bc04333674ee10886b6c2644bd74c21ce6d3f6f1e005ebce63693cb14bb1a298 SHA512 
a66ab0943f4a370fb203ba73dfa9f938ab2fc418c7876b7a048fc438ed8eaef3f5f7789ce86c0c2039ed61473c1b3fb9c60205571140291448854c03cba36f76
 WHIRLPOOL 
93ecc021ffa76a493d65fcd001253da6ebbd2c8f92be716f4d0de0df53867fb24177a6f31027611586e965d1e378a8b53662dd3c5a73df026d13d3a7fd5ae080
 DIST cinnamon-settings-daemon-2.8.4.tar.gz 2935478 SHA256 
2f7e8764a842d9b4f21c1e6d5321e4101720f1600462b5452d14a061b608c584 SHA512 
fab449efdfe4f12d17d61299b9c264d0bd70d88811406da68eab48943dbcd75ef3a87551eba653660efc4006c45f7eaa59d9ac3616a6da6808d35e59dd0a6d7f
 WHIRLPOOL 
bcdd93d53352d649f81a43730f4116508ad24379ba5e5c46a1dc9b867a653b9172b50b78b06450159f4e785bab8e2a604f172d2553dd949d693c358695ba4f17
+DIST cinnamon-settings-daemon-3.0.1.tar.gz 2912459 SHA256 
0abe839e04a36a052bb486f90e84c25ae6ccc92b74223813d9666eaac257677b SHA512 
848f1bc38e84edf9a8af48e55b7581881fbc9920dce9a4fc38627456dea7cbfe330bebba4bb46d1c231dd85bd3445d365b5e415485ac202e72335fe337a800e8
 WHIRLPOOL 
91b5b0455c2dcde8868eb8e1adf52229e3dd94fb4c4842d537b89e1c72cd8f8f54af854765c62eb382015b8f3299400f21a9034974440ce9b7d305be4ffb82fb

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild
new file mode 100644
index 000..f87a78d
--- /dev/null
+++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit autotools eutils gnome2 virtualx
+
+DESCRIPTION="Cinnamon's settings daemon"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+colord cups input_devices_wacom smartcard systemd"
+
+# udev is non-optional since lots of plugins, not just gudev, pull it in
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=gnome-base/libgnomekbd-3.6
+   >=gnome-base/librsvg-2.36.2
+   >=gnome-extra/cinnamon-desktop-2.8.0:0=
+   media-libs/fontconfig
+   >=media-libs/lcms-2.2:2
+   media-libs/libcanberra:0=[gtk3]
+   sys-apps/dbus
+   >=sys-auth/polkit-0.97
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.9.10:3
+   >=x11-libs/libnotify-0.7.3:0=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libxklavier
+   virtual/libgudev:=
+
+   colord? ( >=x11-misc/colord-0.1.27:= )
+   cups? ( >=net-print/cups-1.4[dbus] )
+   input_devices_wacom? (
+   >=dev-libs/libwacom-0.7
+   x11-drivers/xf86-input-wacom
+   x11-libs/libXtst )
+   smartcard? ( >=dev-libs/nss-3.11.2 )
+   systemd? (
+   sys-apps/systemd:0=
+   >=sys-power/upower-0.9.11:= )
+   !systemd? (
+   sys-auth/consolekit:0=
+   || ( >=sys-power/upower-0.9.11 sys-power/upower-pm-utils ) )
+"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=dev-util/intltool-0.37.1
+   x11-proto/kbproto
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # make colord and wacom optional
+   eapply "${FILESDIR}"/${PN}-3.0.1-optional.patch
+
+   # Disable broken test
+   sed -e '/g_test_add_func ("\/color\/edid/d' \
+   -i plugins/color/gcm-self-test.c || die
+
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # no point in disabling gudev since other plugins pull it in
+   gnome2_src_configure \
+   --disable-static \
+   --enable-gudev \
+   --enable-man \
+   --enable-polkit \
+   $(use_enable colord color) \
+   $(use_enable cups) \
+   $(use_enable smartcard smartcard-support) \
+   $(use_enable systemd logind) \
+  

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-desktop/

2016-06-25 Thread Pacho Ramos
commit: 77c27b2e7142594bbc1b8ac05e9d6a38595ae6ef
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:13:37 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c27b2e

gnome-extra/cinnamon-desktop: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-desktop/Manifest  |  1 +
 .../cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/gnome-extra/cinnamon-desktop/Manifest 
b/gnome-extra/cinnamon-desktop/Manifest
index abbef78..b8f7e6e 100644
--- a/gnome-extra/cinnamon-desktop/Manifest
+++ b/gnome-extra/cinnamon-desktop/Manifest
@@ -1 +1,2 @@
 DIST cinnamon-desktop-2.8.1.tar.gz 529226 SHA256 
e3eb7210013992db9de050bc6c26f405d66a6c4f0363812deaf191b1fbab595b SHA512 
2f1447232ed11bca7507aa0af1de1f0843c5161665a42c9382b402695fa1f0b42972fb29d6d02cf8f951a7573f44fa9771e82f5bad6aa714419bf4a690e35dae
 WHIRLPOOL 
729b191ecf237ae3bc0bfe68c63c650b596ff76347457ce15b267cb01e52dcd13f39b0d21ea1d5164ee841dc0065393587da1f51868338bd71af753891c24860
+DIST cinnamon-desktop-3.0.2.tar.gz 56 SHA256 
a8bbf148b9ee25f21fb2c196a54c957e35cd23b32f25919516f08e8f4dda SHA512 
0adcc7bd9f9dace245a7d7528893f729947228e4c454e423cdb1d3ac2ae3c04d010226e340d5d9315cc45a84f96f7b0bb173ee1589169ddcfbfadba59e0787a6
 WHIRLPOOL 
039e080ae6e43d356d0c22fce2b18ba1f382d31273a51f1c07daa0e2d0572a3b14426ec44d5e402b987676f36e606a381816396c2f466da593faeabf27d87c12

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild
new file mode 100644
index 000..86a31b8
--- /dev/null
+++ b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils gnome2 python-single-r1
+
+DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
+SLOT="0/4" # subslot = libcinnamon-desktop soname version
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection systemd"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.37.3:2[dbus]
+   media-sound/pulseaudio[glib]
+   >=x11-libs/gdk-pixbuf-2.22:2[introspection?]
+   >=x11-libs/gtk+-3.3.16:3[introspection?]
+   >=x11-libs/libXext-1.1
+   >=x11-libs/libXrandr-1.3
+   x11-libs/cairo:=[X]
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   >=gnome-base/gsettings-desktop-schemas-3.5.91
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/gtk-doc-am-1.4
+   >=dev-util/intltool-0.40.6
+   gnome-base/gnome-common
+   x11-proto/randrproto
+   x11-proto/xproto
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   eautoreconf
+   python_fix_shebang files
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable introspection)
+}
+
+src_install() {
+   gnome2_src_install
+
+   # set sane default gschema values for systemd users
+   if use systemd; then
+   insinto /usr/share/glib-2.0/schemas/
+   newins "${FILESDIR}"/${PN}-2.6.4.systemd.gschema.override 
${PN}.systemd.gschema.override
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/

2016-06-25 Thread Pacho Ramos
commit: a486ef9b35a80237c4299fda6b5b00db44a410e8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 14:53:55 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:25:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a486ef9b

x11-wm/muffin: Drop old

Package-Manager: portage-2.3.0_rc1

 x11-wm/muffin/Manifest|  1 -
 x11-wm/muffin/muffin-2.8.4.ebuild | 87 ---
 2 files changed, 88 deletions(-)

diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
index 7e31ce6..4901e35 100644
--- a/x11-wm/muffin/Manifest
+++ b/x11-wm/muffin/Manifest
@@ -1,2 +1 @@
-DIST muffin-2.8.4.tar.gz 2714879 SHA256 
b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d SHA512 
2966c52a6a4e57151479d6a6e7d8a54625f5ba833fd77451a8f4a0628a660c444dfc7bfbeb14b009f9666218db40d1e5cdd888eb3f90b52b7668720e455018b7
 WHIRLPOOL 
cf3c331e2a72012fbfed827d7af9ae5479331cb6881cb3bf406441fdc0a1b02fdc9d88afd07baf6a10f3944663e1a11da130cae38c6c00fddd699a1cdd182845
 DIST muffin-2.8.5.tar.gz 2715965 SHA256 
0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4 SHA512 
a285e076f27e3a52ba4c6d813578e780f7f900e0ed3fa009951d908ffef3b0ded3678f6d298dd08f80b1cd61f20c90b0acd8607d53ad2accc27e16bf1bc14221
 WHIRLPOOL 
6493050ea667b354324511818a692cf0fca33ef83701dfee38f3bf4cec738276f885cfbdf65efa769e5bd0c0870b6359acb3fd6de583e9ab66ef09daaeeba8ff

diff --git a/x11-wm/muffin/muffin-2.8.4.ebuild 
b/x11-wm/muffin/muffin-2.8.4.ebuild
deleted file mode 100644
index 2ce94a2..000
--- a/x11-wm/muffin/muffin-2.8.4.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-any-r1
-
-DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
-HOMEPAGE="http://cinnamon.linuxmint.com/;
-SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+introspection test xinerama"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-   >=x11-libs/pango-1.2[X,introspection?]
-   >=x11-libs/cairo-1.14:=[X]
-   x11-libs/gdk-pixbuf:2[introspection?]
-   >=x11-libs/gtk+-3.9.12:3[X,introspection?]
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=gnome-extra/cinnamon-desktop-2.4:0=[introspection?]
-   >=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
-   >=media-libs/clutter-1.14.3:1.0=[introspection?]
-   >=media-libs/cogl-1.13.3:1.0=[introspection?]
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/libXcomposite-0.3
-   >=x11-libs/startup-notification-0.7:=
-
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   virtual/opengl
-
-   gnome-extra/zenity
-
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-   xinerama? ( x11-libs/libXinerama )
-"
-# needs gtk-doc, not just -am, for gtk-doc.make
-DEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   >=app-text/gnome-doc-utils-0.8
-   sys-devel/gettext
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-   test? ( app-text/docbook-xml-dtd:4.5 )
-   xinerama? ( x11-proto/xineramaproto )
-   x11-proto/xextproto
-   x11-proto/xproto
-"
-RDEPEND="${COMMON_DEPEND}
-   !x11-misc/expocity
-"
-
-src_prepare() {
-   epatch_user
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt 
doc/*.txt"
-   gnome2_src_configure \
-   --disable-static \
-   --enable-shape \
-   --enable-sm \
-   --enable-startup-notification \
-   --enable-xsync \
-   --enable-verbose-mode \
-   --with-libcanberra \
-   $(use_enable introspection) \
-   $(use_enable xinerama)
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/, gnome-extra/cinnamon-control-center/files/

2016-06-25 Thread Pacho Ramos
commit: c5df152887a3531158b277c4b93d1da877749dc7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:05:45 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5df1528

gnome-extra/cinnamon-control-center: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-control-center/Manifest   |   2 -
 .../cinnamon-control-center-2.6.0-r1.ebuild| 107 -
 .../cinnamon-control-center-2.6.0-optional.patch   |  99 ---
 3 files changed, 208 deletions(-)

diff --git a/gnome-extra/cinnamon-control-center/Manifest 
b/gnome-extra/cinnamon-control-center/Manifest
index a298eb0..74c10e5 100644
--- a/gnome-extra/cinnamon-control-center/Manifest
+++ b/gnome-extra/cinnamon-control-center/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-control-center-2.6.0-pyongyang.tar.xz 32912 SHA256 
d26e31c1377abc1c3e47e1c8e78572e0169d21bdfddb920ab839bec4e1bbe8a7 SHA512 
3c6d6a970382a8e0429cc78873e4d230d5848f2a6ae4feee4d28db28cb21124f59cd7b4632f3a427f91dd7e497ee32dd3f7ba5139a3c1566264904939007d28e
 WHIRLPOOL 
a1a4102ddb13e00414b58352c3eabbd02dc425f2b3a59027a579d9ac78bdd0fd7dcacc8c204ceaeb858944202af72bbfcecabb48aa1e7ddf4ff6ec4e682fb97d
-DIST cinnamon-control-center-2.6.0.tar.gz 4169903 SHA256 
bbc39ac8ddcbc06b6aada1ef271f95f5f0d0fe439bec38b9cd847af420305c49 SHA512 
ed383484b751a9d98de7f136c21c5eb6ce7cfe1418945bd0725aa9e9f08397eb78854b38db258434ed8895dbadd2ce29b5a423a9025dea17fb4876f8847ff125
 WHIRLPOOL 
7e6d3373e97116d5b531f4fcff85984050fd5d7ad343137b76e30089b3c6f4ff5409f68867289f3967a257a67cd04059f2aa02c48a4e0e4c29b43755d6f4cd84
 DIST cinnamon-control-center-2.8.1.tar.gz 4090162 SHA256 
595076ef89949c31357cd45f41818df1f6b7350a2b810f107e0b88cd9870e273 SHA512 
e0f21bc29128b56d2024ea5bd9dff70a917259437804f4aad0942ee1313090b70e6811d1b54513b4639c0bff0230efcb2847a42fcf9ad183b24a3cbfeda976de
 WHIRLPOOL 
47d3255eeddd782fb5c87ff82ed5d8ab8588b8066b9da9344abcfa259d0b481e06f676cefa43563f28ddc75d2c8112b30712b4ae52f750e03f779b1a73108c7b

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.6.0-r1.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.6.0-r1.ebuild
deleted file mode 100644
index 3eab01b..000
--- 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.6.0-r1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes" # gmodule is used, which uses dlopen
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Cinnamons's main interface to configure various aspects of the 
desktop"
-HOMEPAGE="http://cinnamon.linuxmint.com/;
-SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz
-   
https://dev.gentoo.org/~tetromino/distfiles/${PN}/${PN}-2.6.0-pyongyang.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+colord +cups input_devices_wacom"
-KEYWORDS="amd64 x86"
-
-# False positives caused by nested configure scripts
-QA_CONFIGURE_OPTIONS=".*"
-
-# FIXME: modemmanager is not optional
-#networkmanager is not optional
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.31:2
-   dev-libs/libxml2:2
-   >=gnome-base/libgnomekbd-2.91.91:0=
-   >=gnome-extra/cinnamon-desktop-1.0:0=
-   >=gnome-extra/cinnamon-menus-1.0:0=
-   >=gnome-extra/cinnamon-settings-daemon-1.0:0=
-   >=gnome-extra/nm-applet-0.9.8
-   media-libs/fontconfig
-   >=media-libs/libcanberra-0.13[gtk3]
-   >=media-sound/pulseaudio-1.1[glib]
-   >=net-misc/modemmanager-0.7
-   >=net-misc/networkmanager-0.9.8[modemmanager]
-   >=sys-auth/polkit-0.103
-   >=x11-libs/gdk-pixbuf-2.23.0:2
-   >=x11-libs/gtk+-3.4.1:3
-   >=x11-libs/libnotify-0.7.3:0=
-   x11-libs/libX11
-   x11-libs/libxklavier
-   colord? ( >=x11-misc/colord-0.1.14:0= )
-   cups? ( >=net-print/cups-1.4[dbus] )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7
-   >=x11-libs/gtk+-3.8:3
-   >=x11-libs/libXi-1.2 )
-"
-# = 0.1.14)
- PKG_CHECK_MODULES(REGION_PANEL, $COMMON_MODULES libgnomekbd >= 2.91.91
-   polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION
-   libxklavier >= 5.1 libgnomekbdui >= 2.91.91)
-@@ -197,15 +196,51 @@ if test x"$enable_cups" != x"no" ; then
-   AC_SUBST(CUPS_LIBS)
- fi
- 
-+build_color=false
-+AC_ARG_ENABLE(color,
-+   AC_HELP_STRING([--disable-color],
-+   [disable color management panel]),
-+   [case "${enableval}" in
-+   yes) WANT_COLOR=yes ;;
-+   no) WANT_COLOR=no ;;
-+   *) AC_MSG_ERROR(bad value ${enableval} for --disable-color) ;;
-+   esac],
-+   [WANT_COLOR=yes]) dnl Default value
-+
-+if test x$WANT_COLOR = xyes; then
-+   PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES colord 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/

2016-06-25 Thread Pacho Ramos
commit: 41eea6d10f96813a0dd9127b2643f2dd3380a6e8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 14:54:24 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41eea6d1

x11-wm/muffin: Version bump

Package-Manager: portage-2.3.0_rc1

 x11-wm/muffin/Manifest|  1 +
 x11-wm/muffin/muffin-3.0.5.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
index 4901e35..a8f1a6fe 100644
--- a/x11-wm/muffin/Manifest
+++ b/x11-wm/muffin/Manifest
@@ -1 +1,2 @@
 DIST muffin-2.8.5.tar.gz 2715965 SHA256 
0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4 SHA512 
a285e076f27e3a52ba4c6d813578e780f7f900e0ed3fa009951d908ffef3b0ded3678f6d298dd08f80b1cd61f20c90b0acd8607d53ad2accc27e16bf1bc14221
 WHIRLPOOL 
6493050ea667b354324511818a692cf0fca33ef83701dfee38f3bf4cec738276f885cfbdf65efa769e5bd0c0870b6359acb3fd6de583e9ab66ef09daaeeba8ff
+DIST muffin-3.0.5.tar.gz 2717820 SHA256 
11c27abedad6952aaa446d37ad23e910c3c51dc0dd8d29298cfae2c3ad917e64 SHA512 
2d4d37099e33ee5b0817970f5f7e264d679752ef5a256916e54a7072419e8c75a67d8609c541238bd76c462a85c9841167e051b3ced968a557aa4a90f41b2d5c
 WHIRLPOOL 
e57f4ab9970cabae7039bdedeb3f02abfb1b4311824af39eb8022cff694f3c34d19183b133f81cc0663e195ea66b32602462e145f1ecb77c63d17d4ce2b065e7

diff --git a/x11-wm/muffin/muffin-3.0.5.ebuild 
b/x11-wm/muffin/muffin-3.0.5.ebuild
new file mode 100644
index 000..3abdc51
--- /dev/null
+++ b/x11-wm/muffin/muffin-3.0.5.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils gnome2
+
+DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+introspection test xinerama"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   >=x11-libs/pango-1.2[X,introspection?]
+   >=x11-libs/cairo-1.14:=[X]
+   x11-libs/gdk-pixbuf:2[introspection?]
+   >=x11-libs/gtk+-3.9.12:3[X,introspection?]
+   >=dev-libs/glib-2.37.3:2[dbus]
+   >=gnome-extra/cinnamon-desktop-2.4:0=[introspection?]
+   >=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
+   >=media-libs/clutter-1.14.3:1.0=[introspection?]
+   >=media-libs/cogl-1.13.3:1.0=[introspection?]
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/libXcomposite-0.3
+   >=x11-libs/startup-notification-0.7:=
+
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   virtual/opengl
+
+   gnome-extra/zenity
+
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+   xinerama? ( x11-libs/libXinerama )
+"
+# needs gtk-doc, not just -am, for gtk-doc.make
+DEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   >=app-text/gnome-doc-utils-0.8
+   sys-devel/gettext
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.35
+   virtual/pkgconfig
+   test? ( app-text/docbook-xml-dtd:4.5 )
+   xinerama? ( x11-proto/xineramaproto )
+   x11-proto/xextproto
+   x11-proto/xproto
+"
+RDEPEND="${COMMON_DEPEND}
+   !x11-misc/expocity
+"
+
+src_prepare() {
+   eautoreconf
+   gnome2_src_prepare
+}
+
+src_configure() {
+   DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt 
doc/*.txt"
+   gnome2_src_configure \
+   --disable-static \
+   --enable-shape \
+   --enable-sm \
+   --enable-startup-notification \
+   --enable-xsync \
+   --enable-verbose-mode \
+   --with-libcanberra \
+   $(use_enable introspection) \
+   $(use_enable xinerama)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-desktop/

2016-06-25 Thread Pacho Ramos
commit: 99465da515308ff65ca2134a9ef56323feedecce
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:12:46 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99465da5

gnome-extra/cinnamon-desktop: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon-desktop/Manifest  |  1 -
 .../cinnamon-desktop/cinnamon-desktop-2.8.0.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/gnome-extra/cinnamon-desktop/Manifest 
b/gnome-extra/cinnamon-desktop/Manifest
index 3b4ff86..abbef78 100644
--- a/gnome-extra/cinnamon-desktop/Manifest
+++ b/gnome-extra/cinnamon-desktop/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-desktop-2.8.0.tar.gz 529136 SHA256 
39c2800d882f2970afbd8e4552f99ba591429fdd66dbeafffe66957053995872 SHA512 
594d0de91fce0f26264148b273809cb69aa808bb65768e4a7e44a2d4abf6513889fc70718d6cbc50fb3ca0cc4d8fff8380159be758f72153b2cb20a7793fd3f1
 WHIRLPOOL 
ce4ad642a4097463baa264aa609366740ffef07bf56c7c2bbae47bd66b49970246472033ffb5782c2587649ca0b06d15599e4cd1b61e582c54789503f25f797c
 DIST cinnamon-desktop-2.8.1.tar.gz 529226 SHA256 
e3eb7210013992db9de050bc6c26f405d66a6c4f0363812deaf191b1fbab595b SHA512 
2f1447232ed11bca7507aa0af1de1f0843c5161665a42c9382b402695fa1f0b42972fb29d6d02cf8f951a7573f44fa9771e82f5bad6aa714419bf4a690e35dae
 WHIRLPOOL 
729b191ecf237ae3bc0bfe68c63c650b596ff76347457ce15b267cb01e52dcd13f39b0d21ea1d5164ee841dc0065393587da1f51868338bd71af753891c24860

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-2.8.0.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-2.8.0.ebuild
deleted file mode 100644
index d62c8da..000
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-2.8.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-single-r1
-
-DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
-HOMEPAGE="http://cinnamon.linuxmint.com/;
-SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="0/4" # subslot = libcinnamon-desktop soname version
-KEYWORDS="amd64 x86"
-IUSE="+introspection systemd"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=x11-libs/gdk-pixbuf-2.22:2[introspection?]
-   >=x11-libs/gtk+-3.3.16:3[introspection?]
-   >=x11-libs/libXext-1.1
-   >=x11-libs/libXrandr-1.3
-   x11-libs/cairo:=[X]
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-misc/xkeyboard-config
-   >=gnome-base/gsettings-desktop-schemas-3.5.91
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-
-   ${PYTHON_DEPS}
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/gtk-doc-am-1.4
-   >=dev-util/intltool-0.40.6
-   gnome-base/gnome-common
-   x11-proto/randrproto
-   x11-proto/xproto
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   python_setup
-}
-
-src_prepare() {
-   epatch_user
-   eautoreconf
-
-   python_fix_shebang files
-   gnome2_src_prepare
-}
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog HACKING MAINTAINERS README"
-
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection)
-}
-
-src_install() {
-   gnome2_src_install
-
-   # set sane default gschema values for systemd users
-   if use systemd; then
-   insinto /usr/share/glib-2.0/schemas/
-   newins "${FILESDIR}"/${PN}-2.6.4.systemd.gschema.override 
${PN}.systemd.gschema.override
-   fi
-}



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

2016-06-25 Thread Pacho Ramos
commit: 4ee2645d4e63a78eea6f1ab20c0ddd03acfdc2f5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 15:01:35 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 16:26:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee2645d

gnome-extra/cinnamon: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/cinnamon/Manifest  |   1 +
 gnome-extra/cinnamon/cinnamon-3.0.6.ebuild | 239 +
 2 files changed, 240 insertions(+)

diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index a48cff1..ecb1caf 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1 +1,2 @@
 DIST cinnamon-2.8.8.tar.gz 3026643 SHA256 
33f838cb9c1d4213ebb18d5869949757dda97a6e0745f224d06be75de69caee7 SHA512 
e41fae744ea2dfcb3589a47f689b230369a8dc4c3682f3cc15836a9be6c67fd1cd872223084b518cd422057431ea77f7df67055757b5cd43e5e96cb3cb3a2ec5
 WHIRLPOOL 
1cb5e0b13814d4b21e7711ad0d5754aa85c36e4616d48e7dbebad1bd7d34b928a5b4d4d55b6fd12fb2b44c96b22535ca68b3b6542af99306a609cbc58ea59784
+DIST cinnamon-3.0.6.tar.gz 3065823 SHA256 
1a3aafe4339948e44b2866b25ac6ecc70b021ef8edb674a9e2af0a59ef42d405 SHA512 
ed97986d688281055d14896e1f6bd2c2835b5c87b7f756e9385c91ab05554ccb638b925156032147bd784a7f96acfc7bf3d922db27397c1de3315b15cae5f8c4
 WHIRLPOOL 
bb60479a72b9c0a5537419e497b4c877e4d900c2131b4e7dab78d72cd61e152a4c7134112fa88dfc5cd5107cbade9d466ede82223f4e97107dcaaf081d9bf92c

diff --git a/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild 
b/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild
new file mode 100644
index 000..0efad74
--- /dev/null
+++ b/gnome-extra/cinnamon/cinnamon-3.0.6.ebuild
@@ -0,0 +1,239 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_REQ_USE="xml"
+
+inherit autotools eutils flag-o-matic gnome2 multilib pax-utils python-r1
+
+DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
+HOMEPAGE="http://cinnamon.linuxmint.com/;
+
+MY_PV="${PV/_p/-UP}"
+MY_P="${PN}-${MY_PV}"
+
+SRC_URI="https://github.com/linuxmint/Cinnamon/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+# bluetooth support dropped due to bug #511648
+IUSE="+nls +networkmanager" #+bluetooth
+
+# We need *both* python 2.7 and 3.x
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   python_targets_python2_7
+   || ( python_targets_python3_3 python_targets_python3_4 
python_targets_python3_5 )
+"
+
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   app-accessibility/at-spi2-atk:2
+   app-misc/ca-certificates
+   dev-libs/dbus-glib
+   >=dev-libs/glib-2.35.0:2[dbus]
+   >=dev-libs/gobject-introspection-0.10.1:=
+   >=dev-libs/json-glib-0.13.2
+   >=dev-libs/libcroco-0.6.2:0.6
+   dev-libs/libxml2:2
+   gnome-base/gconf:2[introspection]
+   gnome-base/librsvg
+   >=gnome-extra/cinnamon-desktop-2.4:0=[introspection]
+   gnome-extra/cinnamon-menus[introspection]
+   >=gnome-extra/cjs-2.8.0
+   >=media-libs/clutter-1.10:1.0[introspection]
+   media-libs/cogl:1.0=[introspection]
+   >=gnome-base/gsettings-desktop-schemas-2.91.91
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   net-libs/libsoup:2.4[introspection]
+   >=sys-auth/polkit-0.100[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=x11-libs/gtk+-3.9.12:3[introspection]
+   x11-libs/pango[introspection]
+   >=x11-libs/startup-notification-0.11
+   x11-libs/libX11
+   >=x11-libs/libXfixes-5.0
+   >=x11-wm/muffin-3.0.0[introspection]
+   networkmanager? (
+   gnome-base/libgnome-keyring
+   >=net-misc/networkmanager-0.8.999[introspection] )
+"
+#bluetooth? ( >=net-wireless/gnome-bluetooth-3.1:=[introspection] )
+
+# Runtime-only deps are probably incomplete and approximate.
+# Each block:
+# 2. Introspection stuff + dconf needed via imports.gi.*
+# 3. gnome-session is needed for gnome-session-quit
+# 4. Control shell settings
+# 5. accountsservice is needed for GdmUserManager (0.6.14 needed for fast
+#user switching with gdm-3.1.x)
+# 6. caribou needed for on-screen keyboard
+# 7. xdg-utils needed for xdg-open, used by extension tool
+# 8. gconf-python, imaging, lxml needed for cinnamon-settings
+# 9. gnome-icon-theme-symbolic needed for various icons
+# 10. pygobject needed for menu editor
+# 11. nemo - default file manager, tightly integrated with cinnamon
+# 12. polkit-gnome - explicitly autostarted by us
+# TODO(lxnay): fix error: libgnome-desktop/gnome-rr-labeler.h: No such file or 
directory
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/dconf-0.4.1
+   >=gnome-base/libgnomekbd-2.91.4[introspection]
+   || ( sys-power/upower[introspection] 
sys-power/upower-pm-utils[introspection] )
+
+   

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

2016-06-25 Thread Ulrich Müller
commit: 78cbc32faad6229c78540ad75d9f702900c761fb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 15:59:23 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 15:59:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cbc32f

sys-fs/mhddfs: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 sys-fs/mhddfs/mhddfs-0.1.39.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-fs/mhddfs/mhddfs-0.1.39.ebuild 
b/sys-fs/mhddfs/mhddfs-0.1.39.ebuild
index 79be5d0..611cef6 100644
--- a/sys-fs/mhddfs/mhddfs-0.1.39.ebuild
+++ b/sys-fs/mhddfs/mhddfs-0.1.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="http://mhddfs.uvw.ru/downloads/${MY_P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE="linguas_ru suid"
+IUSE="l10n_ru suid"
 
 RDEPEND=">=sys-fs/fuse-2.7.0"
 DEPEND="${RDEPEND}
@@ -32,7 +32,7 @@ src_install() {
dobin mhddfs
doman mhddfs.1
dodoc ${DOCS}
-   use linguas_ru && dodoc README.ru.UTF-8
+   use l10n_ru && dodoc README.ru.UTF-8
use suid && fperms u+s /usr/bin/${PN}
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/

2016-06-25 Thread Ulrich Müller
commit: 4a93562f5149d62ce4794e4961876bed2e6416fb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 15:57:29 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 15:57:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a93562f

sys-process/fcron: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 sys-process/fcron/fcron-3.1.1.ebuild| 6 +++---
 sys-process/fcron/fcron-3.1.2-r2.ebuild | 6 +++---
 sys-process/fcron/fcron-3.2.0.ebuild| 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-process/fcron/fcron-3.1.1.ebuild 
b/sys-process/fcron/fcron-3.1.1.ebuild
index 357683b..b41d4ab 100644
--- a/sys-process/fcron/fcron-3.1.1.ebuild
+++ b/sys-process/fcron/fcron-3.1.1.ebuild
@@ -15,11 +15,11 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz;
 
 LICENSE="GPL-2"
 KEYWORDS="amd64 arm hppa ia64 ~mips ppc sparc x86 ~x86-fbsd"
-IUSE="debug pam selinux linguas_fr +system-crontab readline"
+IUSE="debug pam selinux l10n_fr +system-crontab readline"
 
 DEPEND="selinux? ( sys-libs/libselinux )
pam? ( virtual/pam )
-   readline? ( sys-libs/readline )"
+   readline? ( sys-libs/readline:= )"
 
 RDEPEND="${DEPEND}
>=app-misc/editor-wrapper-3
@@ -160,7 +160,7 @@ src_install() {
doman doc/en/man/*.{1,5,8}
 
for lang in fr; do
-   use linguas_${lang} || continue
+   use l10n_${lang} || continue
 
doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die
docinto html/${lang}

diff --git a/sys-process/fcron/fcron-3.1.2-r2.ebuild 
b/sys-process/fcron/fcron-3.1.2-r2.ebuild
index b6d86b5..2bf7e56 100644
--- a/sys-process/fcron/fcron-3.1.2-r2.ebuild
+++ b/sys-process/fcron/fcron-3.1.2-r2.ebuild
@@ -15,12 +15,12 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz;
 
 LICENSE="GPL-2"
 KEYWORDS="amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE="debug pam selinux linguas_fr +mta +system-crontab readline"
+IUSE="debug pam selinux l10n_fr +mta +system-crontab readline"
 
 DEPEND="selinux? ( sys-libs/libselinux )
mta? ( virtual/mta )
pam? ( virtual/pam )
-   readline? ( sys-libs/readline )"
+   readline? ( sys-libs/readline:= )"
 
 RDEPEND="${DEPEND}
>=app-misc/editor-wrapper-3
@@ -164,7 +164,7 @@ src_install() {
doman doc/en/man/*.{1,5,8}
 
for lang in fr; do
-   use linguas_${lang} || continue
+   use l10n_${lang} || continue
 
doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die
docinto html/${lang}

diff --git a/sys-process/fcron/fcron-3.2.0.ebuild 
b/sys-process/fcron/fcron-3.2.0.ebuild
index 7f50be1..341eb8f 100644
--- a/sys-process/fcron/fcron-3.2.0.ebuild
+++ b/sys-process/fcron/fcron-3.2.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz;
 
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug pam selinux linguas_fr +mta +system-crontab readline"
+IUSE="debug pam selinux l10n_fr +mta +system-crontab readline"
 
 DEPEND="selinux? ( sys-libs/libselinux )
mta? ( virtual/mta )
@@ -164,7 +164,7 @@ src_install() {
doman doc/en/man/*.{1,5,8}
 
for lang in fr; do
-   use linguas_${lang} || continue
+   use l10n_${lang} || continue
 
doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die
docinto html/${lang}



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

2016-06-25 Thread Brian Dolbec
commit: 8cf9e10774576c75777633e79bd2173c291e95cc
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jun 25 14:59:20 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jun 25 14:59:20 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8cf9e107

stagebase.py: Add support for a single pkg to be listed in the specs 
stage?/packages

The code previously only supported packages as a list, but teh spec parser 
always makes a 
single item into a string, only multiple entries were a list.
This allows the packages list to be either a single string or a list of strings.

 catalyst/base/stagebase.py | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 6695ac4..904103f 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1473,14 +1473,18 @@ class StageBase(TargetBase, ClearBase, GenBase):
log.notice('Resume point detected, skipping 
build_packages operation...')
else:
if self.settings["spec_prefix"]+"/packages" in 
self.settings:
+   target_pkgs = self.settings["spec_prefix"] + 
'/packages'
if "autoresume" in self.settings["options"] \
and 
self.resume.is_enabled("build_packages"):
log.notice('Resume point detected, 
skipping build_packages operation...')
else:
+   command = 
[self.settings['controller_file'], 'build_packages']
+   if 
isinstance(self.settings[target_pkgs], str):
+   
command.append(self.settings[target_pkgs])
+   else:
+   
command.extend(self.settings[target_pkgs])
try:
-   
cmd([self.settings['controller_file'], 'build_packages'] +
-   
self.settings[self.settings["spec_prefix"] + '/packages'],
-   env=self.env)
+   cmd(command, env=self.env)

fileutils.touch(build_packages_resume)

self.resume.enable("build_packages")
except CatalystError:



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

2016-06-25 Thread Brian Dolbec
commit: 727d8118db98549b0cc48f3c56db842cf82b0c27
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jun 25 15:44:40 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jun 25 15:44:40 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=727d8118

fileops.py: Fix a traceback clearing teh old profile link

The isdir() cconditional was not enough, it also needed to make sure it was not 
a symlink.

25 Jun 2016 08:02:45 PDT: NOTICE  : --- Running action sequence: 
config_profile_link
25 Jun 2016 08:02:45 PDT: ERROR   : clear_dir failed
Traceback (most recent call last):
  File "/home/brian/Dev/git/catalyst/catalyst/fileops.py", line 84, in clear_dir
shutil.rmtree(target)
  File "/usr/lib64/python3.4/shutil.py", line 478, in rmtree
onerror(os.path.islink, path, sys.exc_info())
  File "/usr/lib64/python3.4/shutil.py", line 476, in rmtree
raise OSError("Cannot call rmtree on a symbolic link")
OSError: Cannot call rmtree on a symbolic link

 catalyst/fileops.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index 6971911..d2bd453 100644
--- a/catalyst/fileops.py
+++ b/catalyst/fileops.py
@@ -70,7 +70,7 @@ def clear_dir(target, mode=0o755, chg_flags=False, 
remove=False,
return False
 
mystat = None
-   if os.path.isdir(target):
+   if os.path.isdir(target) and not os.path.islink(target):
log.info('Emptying directory: %s', target)
# stat the dir, delete the dir, recreate the dir and set
# the proper perms and ownership
@@ -87,6 +87,7 @@ def clear_dir(target, mode=0o755, chg_flags=False, 
remove=False,
return False
elif os.path.exists(target):
if clear_nondir:
+   log.debug("Clearing (unlinking) non-directory: %s", 
target)
os.unlink(target)
else:
log.info('clear_dir failed: %s: is not a directory', 
target)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/

2016-06-25 Thread Ulrich Müller
commit: 3102634ae10bf6d9c0a0745867de6b449cdb003f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 15:26:31 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 15:39:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3102634a

app-i18n/nkf: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-i18n/nkf/nkf-2.1.3-r1.ebuild | 10 +-
 app-i18n/nkf/nkf-2.1.3.ebuild|  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-i18n/nkf/nkf-2.1.3-r1.ebuild b/app-i18n/nkf/nkf-2.1.3-r1.ebuild
index c2b2e22..b80be95 100644
--- a/app-i18n/nkf/nkf-2.1.3-r1.ebuild
+++ b/app-i18n/nkf/nkf-2.1.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$
 
@@ -9,13 +9,13 @@ inherit eutils distutils-r1 perl-module toolchain-funcs
 DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support"
 HOMEPAGE="http://sourceforge.jp/projects/nkf/;
 SRC_URI="mirror://sourceforge.jp/nkf/59912/${P}.tar.gz
-   linguas_ja? ( https://dev.gentoo.org/~naota/files/nkf.1j )
+   l10n_ja? ( https://dev.gentoo.org/~naota/files/nkf.1j )
python? ( https://dev.gentoo.org/~naota/files/NKF_python20090602.tgz )"
 
 LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-macos"
-IUSE="perl python linguas_ja"
+IUSE="perl python l10n_ja"
 
 src_prepare() {
sed -i \
@@ -23,7 +23,7 @@ src_prepare() {
-e '/-o nkf/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
Makefile || die
 
-   if use linguas_ja; then
+   if use l10n_ja; then
cp "${DISTDIR}"/nkf.1j "${S}" || die
fi
 
@@ -57,7 +57,7 @@ src_install() {
dobin nkf || die
doman nkf.1
 
-   if use linguas_ja; then
+   if use l10n_ja; then
./nkf -e nkf.1j > nkf.1
doman -i18n=ja nkf.1
fi

diff --git a/app-i18n/nkf/nkf-2.1.3.ebuild b/app-i18n/nkf/nkf-2.1.3.ebuild
index 44cd1e6..68520ee 100644
--- a/app-i18n/nkf/nkf-2.1.3.ebuild
+++ b/app-i18n/nkf/nkf-2.1.3.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://sourceforge.jp/nkf/59912/${P}.tar.gz
 LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-macos"
-IUSE="perl python linguas_ja"
+IUSE="perl python l10n_ja"
 
 src_prepare() {
sed -i \
@@ -52,7 +52,7 @@ src_install() {
dobin nkf || die
doman nkf.1
 
-   if use linguas_ja; then
+   if use l10n_ja; then
./nkf -e nkf.1j > nkf.1
doman -i18n=ja nkf.1
fi



[gentoo-commits] repo/gentoo:master commit in: app-text/namazu/

2016-06-25 Thread Ulrich Müller
commit: 3b9dd08dad90477bba7c8c837223d87e67983198
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 15:38:42 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 15:39:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9dd08d

app-text/namazu: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-text/namazu/namazu-2.0.21.ebuild| 8 
 app-text/namazu/namazu-2.0.22_p1.ebuild | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-text/namazu/namazu-2.0.21.ebuild 
b/app-text/namazu/namazu-2.0.21.ebuild
index fecdf0f..025fe24 100644
--- a/app-text/namazu/namazu-2.0.21.ebuild
+++ b/app-text/namazu/namazu-2.0.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/stable/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="emacs nls tk linguas_ja"
+IUSE="emacs nls tk l10n_ja"
 
 RDEPEND=">=dev-perl/File-MMagic-1.20
emacs? ( virtual/emacs )
-   linguas_ja? (
+   l10n_ja? (
app-i18n/nkf
|| (
dev-perl/Text-Kakasi
@@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20
)
nls? ( virtual/libintl )
tk? (
-   dev-lang/tk
+   dev-lang/tk:0
www-client/lynx
)"
 DEPEND="${RDEPEND}

diff --git a/app-text/namazu/namazu-2.0.22_p1.ebuild 
b/app-text/namazu/namazu-2.0.22_p1.ebuild
index 2634665..366920e 100644
--- a/app-text/namazu/namazu-2.0.22_p1.ebuild
+++ b/app-text/namazu/namazu-2.0.22_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/test/${P/_p/pre}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="emacs nls tk linguas_ja"
+IUSE="emacs nls tk l10n_ja"
 
 RDEPEND=">=dev-perl/File-MMagic-1.20
emacs? ( virtual/emacs )
-   linguas_ja? (
+   l10n_ja? (
app-i18n/nkf
|| (
dev-perl/Text-Kakasi
@@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20
)
nls? ( virtual/libintl )
tk? (
-   dev-lang/tk
+   dev-lang/tk:0
www-client/lynx
)"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/

2016-06-25 Thread Patrice Clement
commit: 2b4e2caf10e293adbbc940cacf4f108e3cc22154
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 25 15:00:01 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 15:00:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4e2caf

dev-perl/Gentoo-App-Pram: Fix typo.

Package-Manager: portage-2.2.28

 dev-perl/Gentoo-App-Pram/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gentoo-App-Pram/metadata.xml 
b/dev-perl/Gentoo-App-Pram/metadata.xml
index 04b749e..d875279 100644
--- a/dev-perl/Gentoo-App-Pram/metadata.xml
+++ b/dev-perl/Gentoo-App-Pram/metadata.xml
@@ -12,6 +12,6 @@
   
 Gentoo-App-Pram
 Gentoo::App::Pram
-monsieur/Gentoo-App-Pram
+monsieurp/Gentoo-App-Pram
   
 



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

2016-06-25 Thread Patrice Clement
commit: 4d3c4d8199988e057b75f0c09929b823cbae223b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 25 14:55:27 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 14:57:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3c4d81

media-gfx/displaycal: Clean up old.

Package-Manager: portage-2.2.28

Gentoo-Bug: https://bugs.gentoo.org/586808

 media-gfx/displaycal/Manifest  |  1 -
 media-gfx/displaycal/displaycal-3.0.6.0.ebuild | 79 --
 2 files changed, 80 deletions(-)

diff --git a/media-gfx/displaycal/Manifest b/media-gfx/displaycal/Manifest
index 164e024..c732731 100644
--- a/media-gfx/displaycal/Manifest
+++ b/media-gfx/displaycal/Manifest
@@ -1,3 +1,2 @@
-DIST DisplayCAL-3.0.6.0.tar.gz 16228 SHA256 
ff19c4299e33a587103ab475d136e446bfc7a5b631c8b90563227fe6b9898077 SHA512 
003110ddb26b01e1517a2605d341649600b64dfa4b55c3cb8e38b5160c5d2b0d876ae76e6a5b4571740b0030c3c713958bc1d7723d5c0c31e626ac4c702e91ee
 WHIRLPOOL 
30ebaf130f0ae3765fd2ada8852d4bd9443ce24b3b53cdd3c111abe9d5b4715e42214ddf69747b2dc806f119106f93436d3f894fc0dcf00c5748b701f08af8a7
 DIST DisplayCAL-3.1.2.0.tar.gz 9361108 SHA256 
78dbfd2be1cf7542657cc0f5ed9e16e27558206a4878ffae5ce68bd62460680d SHA512 
2c14ed0230e6bdd6f8876a5e8887498e3005941e2f68aedad2926f9b8dda642e909f9aa70205977123b1b7c1376dd3f361ad08ecc5015bfae77342ff1b848837
 WHIRLPOOL 
74f311618190974e6e9c0c5b895ab7f0dba18de06e52dcf1cca4df0373a278b4c4e170b6add51bdf550b21499ff1ecf249cae6f2eb2f3e0813c666bd0bc4f941
 DIST DisplayCAL-3.1.3.1.tar.gz 9555280 SHA256 
d48e0b12c0b4fe75e0c99eb5fd85c8651afc2c3a2e72d29ade9bb0a76e61f645 SHA512 
ef560155cf0eebf4fcd9beab699afd6f0e766901e44d6aba8f33242662aae68a5644e6e253f3bdfe2bb687b30e967190ddf746ef4467c41c9cda06c6bd9326ef
 WHIRLPOOL 
b696c68d7b25388b51c056534ca37f7e14d0f918b2471cd1e6662cfadc186eb989ad9429c3a40bc74992c9352d762c40e05add69773a834e99971ac46339f015

diff --git a/media-gfx/displaycal/displaycal-3.0.6.0.ebuild 
b/media-gfx/displaycal/displaycal-3.0.6.0.ebuild
deleted file mode 100644
index 5fd3dff..000
--- a/media-gfx/displaycal/displaycal-3.0.6.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 fdo-mime eutils
-
-MY_PN="DisplayCAL"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
-HOMEPAGE="https://dispcalgui.hoech.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-gfx/argyllcms-1.1.0
-   dev-python/wxpython:2.8
-   >=x11-libs/libX11-1.3.3
-   >=x11-apps/xrandr-1.3.2
-   >=x11-libs/libXxf86vm-1.1.0
-   >=x11-proto/xineramaproto-1.2
-   >=x11-libs/libXinerama-1.1"
-RDEPEND="${DEPEND}
-   >=dev-python/numpy-1.2.1"
-
-# Just in case someone renames the ebuild
-S=${WORKDIR}/${MY_P}
-
-DOCS=(
-   README.html
-)
-
-src_prepare() {
-   # Prohibit setup from running xdg-* programs, resulting to sandbox 
violation
-   cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
-   sed -e 's/if which(\"xdg-icon-resource\"):/if 
which(\"xdg-icon-resource-non-existant\"):/' \
-   -e 's/if which(\"xdg-desktop-menu\"):/if 
which(\"xdg-desktop-menu-non-existant\"):/' \
-   -i postinstall.py || die "sed'ing out the xdg-* setup functions 
failed"
-
-   # Remove deprecated Encoding key from .desktop file
-   cd "${S}" || die "Cannot cd to work directory."
-   for offendingFile in $(grep -r -l "Encoding=UTF-8" .); do
-   sed -e '/Encoding=UTF-8/d' -i "${offendingFile}" || \
-   die "removing deprecated Encoding key from .desktop files 
failed"
-   done
-
-   # Remove x-world Media Type
-   cd "${S}/misc" || die "Cannot cd to misc directory."
-   sed -e 's/x\-world\/x\-vrml\;//g' -i 
"dispcalGUI-VRML-to-X3D-converter.desktop" \
-   || die "removing x-world media type failed"
-
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   distutils-r1_src_install
-   #remove udev files
-   rm -rf "${D}"/etc/udev/rules.d
-}
-
-pkg_postinst() {
-   # Run xdg-* programs the Gentoo way since we removed this
-   # functionality from the original package
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-   # Run xdg-* programs the Gentoo way since we removed this
-   # functionality from the original package
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/

2016-06-25 Thread Patrice Clement
commit: f58a73b05b7e557158aba221543277b4f6b466ff
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 25 14:46:43 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 14:46:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58a73b0

mail-mta/opensmtpd: Regenerate Manifest file.

Package-Manager: portage-2.2.28

 mail-mta/opensmtpd/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index 8af3860..82e3f5c 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1,3 +1,2 @@
-DIST opensmtpd-201606071034p1.tar.gz 692683 SHA256 
e4a63195cb67fd705bc0ddfc3b7bcaff63b16ec141782fff1f5056050b1ad3f3 SHA512 
5cb40279222a7fd610bc40ab20f28cc5d638497815a6c25b0dcae6ee1ffd0e1d35a9942c853cca4970e34a9ffb91f419e8c245bbcbbd9487e6128af8969569cb
 WHIRLPOOL 
e644854a6341fb962006d4b33522a9a3f22e8b4a6dc7d636cd34c854878d4c067577caecc24b4f95b5ff8fd467cf086df5fcee4cffcc00b8c237f2a91b5c98af
 DIST opensmtpd-201606220754p1.tar.gz 692879 SHA256 
4057ab61396b0a9de50fb2087aac3997757fa95f49de5d71db3a8ad49a9ae163 SHA512 
33eba331d2dcbdf00e69f213b17175ad378108a7e8344e379a042bc6308300eda9c0d16cf15617beda003938b806937575ccad579113bc978877c212e87d3089
 WHIRLPOOL 
a6f446fbfdec7ad017e9347ae0a452ab6d1e9f4dbb775acc781022c226c9423aa43aa5dd8f79726d5d202fe6d93cca94077a987817425c283c5f3337a7440b09
 DIST opensmtpd-5.9.2p1.tar.gz 681855 SHA256 
3522f273c1630c781facdb2b921228e338ed4e651909316735df775d6a70a71d SHA512 
99ca15101557848aa6d642f0c0171b152d805192e6839a97410b19431c981a21a5c0dc011e2c8cd91f3e6f6acb37a77f0f4c8e68114bf9808240392fe2b5d375
 WHIRLPOOL 
4d50474eb9f845633d152c065a0e70f3d41fba97134b33d3eb5164d39bdc58eeb4133b2f951a1815143a468144fb631f5f0b2960f57e7ba18a65321413fb5b6f



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

2016-06-25 Thread Patrice Clement
commit: 11574dfca40a80dea200780dbbd4c35564422da6
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 25 14:36:41 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 14:37:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11574dfc

app-admin/verynice: EAPI 6 bump.

Package-Manager: portage-2.2.28

Closes: https://github.com/gentoo/gentoo/pull/1702

 app-admin/verynice/verynice-1.1-r3.ebuild | 34 +++
 1 file changed, 34 insertions(+)

diff --git a/app-admin/verynice/verynice-1.1-r3.ebuild 
b/app-admin/verynice/verynice-1.1-r3.ebuild
new file mode 100644
index 000..6a1b122
--- /dev/null
+++ b/app-admin/verynice/verynice-1.1-r3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils systemd toolchain-funcs
+
+DESCRIPTION="A tool for dynamically adjusting the nice-level of processes"
+HOMEPAGE="https://web.archive.org/web/20130621090315/ 
http://thermal.cnde.iastate.edu/~sdh4/verynice/;
+SRC_URI="http://gentoo/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   default
+   epatch "${FILESDIR}"/${P}-build.patch
+}
+
+src_compile() {
+   tc-export CC
+   emake RPM_BUILD_ROOT="${D}" PREFIX=/usr
+}
+
+src_install(){
+   emake RPM_BUILD_ROOT="${D}" PREFIX=/usr VERSION=${PVR} install
+   doinitd "${FILESDIR}"/verynice
+   systemd_dounit "${FILESDIR}"/verynice.service
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/contest/

2016-06-25 Thread Patrice Clement
commit: 5843d0e6373e2bc9e0f9ae093af8a41a451bb02c
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Jun 21 18:54:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 14:31:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5843d0e6

app-benchmarks/contest: update Homepage

Closes: https://github.com/gentoo/gentoo/pull/1708

Signed-off-by: Patrice Clement  gentoo.org>

 app-benchmarks/contest/contest-0.61-r1.ebuild | 2 +-
 app-benchmarks/contest/contest-0.61.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-benchmarks/contest/contest-0.61-r1.ebuild 
b/app-benchmarks/contest/contest-0.61-r1.ebuild
index 27bf44b..89849fd 100644
--- a/app-benchmarks/contest/contest-0.61-r1.ebuild
+++ b/app-benchmarks/contest/contest-0.61-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Test system responsiveness to compare different kernels"
-HOMEPAGE="http://members.optusnet.com.au/ckolivas/contest/;
+HOMEPAGE="http://users.tpg.com.au/ckolivas/contest/;
 SRC_URI="http://members.optusnet.com.au/ckolivas/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"

diff --git a/app-benchmarks/contest/contest-0.61.ebuild 
b/app-benchmarks/contest/contest-0.61.ebuild
index 149c9db..458ac93 100644
--- a/app-benchmarks/contest/contest-0.61.ebuild
+++ b/app-benchmarks/contest/contest-0.61.ebuild
@@ -5,7 +5,7 @@
 inherit toolchain-funcs eutils
 
 DESCRIPTION="Test system responsiveness to compare different kernels"
-HOMEPAGE="http://members.optusnet.com.au/ckolivas/contest/;
+HOMEPAGE="http://users.tpg.com.au/ckolivas/contest/;
 SRC_URI="http://members.optusnet.com.au/ckolivas/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/contest/

2016-06-25 Thread Patrice Clement
commit: 327a86184c4ce00da74bf45270e27c7f9481e4df
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Jun 21 18:54:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 14:31:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327a8618

app-benchmarks/contest: Minor changes.

- Update HOMEPAGE.
- Update SRC_URI.
- Update Manifest file.

Closes: https://github.com/gentoo/gentoo/pull/1708
Signed-off-by: Patrice Clement  gentoo.org>

 app-benchmarks/contest/Manifest   | 2 +-
 app-benchmarks/contest/contest-0.61-r1.ebuild | 2 +-
 app-benchmarks/contest/contest-0.61.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-benchmarks/contest/Manifest b/app-benchmarks/contest/Manifest
index d179d78..54ce729 100644
--- a/app-benchmarks/contest/Manifest
+++ b/app-benchmarks/contest/Manifest
@@ -1 +1 @@
-DIST contest-0.61.tar.gz 33676 SHA256 
f35f89cc46c9a826c218e305e8580bfce7a4a8cb05392792ac623a410ecbfdac SHA512 
94da72227af07909fe4bcbbbe303cc3a04bf871a7e2f2c133b2ac7974250528e7cfbb40ae98f80f392c8b65b37f42812a46c11c77ba985702a383eda1d3682f2
 WHIRLPOOL 
762d56bc71a84ede16da78b757449ad226a40b64413ebc81aa7c29f40ced2dd223ae09d4eb7fba50e2d8d81b34cf6a0168afd367ef85da1e1265f6b272473423
+DIST contest-0.61.tar.bz2 29204 SHA256 
d98d2811bcab0dd3e3e8623daf99bd4625234615cda18a113a34e55c2d5ba140 SHA512 
34fb83a3b37d67d9729ce14fdd066010c7360a401d21f3566be8dae7271a30f01cc5b84092405ddfb6961a2284af0a18ce6709ab6d4ab68607aa98f975815131
 WHIRLPOOL 
0cd4eb0793391bac2db3297d0fd61dfd2564d966f7125de68aa2de73f789a35d6874d4709780551d04ead4b90c6f45eea7cea15f28858d9710aa7d88aa4f1afc

diff --git a/app-benchmarks/contest/contest-0.61-r1.ebuild 
b/app-benchmarks/contest/contest-0.61-r1.ebuild
index 89849fd..0a35fee 100644
--- a/app-benchmarks/contest/contest-0.61-r1.ebuild
+++ b/app-benchmarks/contest/contest-0.61-r1.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Test system responsiveness to compare different kernels"
 HOMEPAGE="http://users.tpg.com.au/ckolivas/contest/;
-SRC_URI="http://members.optusnet.com.au/ckolivas/${PN}/${P}.tar.gz;
+SRC_URI="http://www.tux.org/pub/kernel/people/ck/apps/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/app-benchmarks/contest/contest-0.61.ebuild 
b/app-benchmarks/contest/contest-0.61.ebuild
index 458ac93..d5ff203 100644
--- a/app-benchmarks/contest/contest-0.61.ebuild
+++ b/app-benchmarks/contest/contest-0.61.ebuild
@@ -6,7 +6,7 @@ inherit toolchain-funcs eutils
 
 DESCRIPTION="Test system responsiveness to compare different kernels"
 HOMEPAGE="http://users.tpg.com.au/ckolivas/contest/;
-SRC_URI="http://members.optusnet.com.au/ckolivas/${PN}/${P}.tar.gz;
+SRC_URI="http://www.tux.org/pub/kernel/people/ck/apps/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/files/, mail-mta/opensmtpd/

2016-06-25 Thread Jason Donenfeld
commit: 5f4012dfa79841e434eaac595d78759ce8f56bfa
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Jun 25 14:54:08 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Sat Jun 25 14:55:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4012df

mail-mta/opensmtpd: snapshot version bump

Package-Manager: portage-2.3.0_rc1

 mail-mta/opensmtpd/Manifest|  2 +-
 ...smtpd-5.9.2.201606071034_p1-ipv6-net-pton.patch | 50 
 .../opensmtpd-5.9.2.201606071034_p1-r1.ebuild  | 94 --
 ...uild => opensmtpd-5.9.2.201606220754_p1.ebuild} |  0
 4 files changed, 1 insertion(+), 145 deletions(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index 0ddb06a..8af3860 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1,3 +1,3 @@
 DIST opensmtpd-201606071034p1.tar.gz 692683 SHA256 
e4a63195cb67fd705bc0ddfc3b7bcaff63b16ec141782fff1f5056050b1ad3f3 SHA512 
5cb40279222a7fd610bc40ab20f28cc5d638497815a6c25b0dcae6ee1ffd0e1d35a9942c853cca4970e34a9ffb91f419e8c245bbcbbd9487e6128af8969569cb
 WHIRLPOOL 
e644854a6341fb962006d4b33522a9a3f22e8b4a6dc7d636cd34c854878d4c067577caecc24b4f95b5ff8fd467cf086df5fcee4cffcc00b8c237f2a91b5c98af
-DIST opensmtpd-201606152203p1.tar.gz 692715 SHA256 
f91a91a6936bd634ba0643dea91b189d454b03d3c454f38f365bf73921aaf222 SHA512 
3573424d7ac32ad2061c8c46a947377825c907368d060d14b16a886e46de90ce3b11b4be097bce692fce86f54072133a39d9644566a1e10e33d7a21bccf08f0f
 WHIRLPOOL 
1fa23b57ef2700d4c21cc60ee37083afeb0270749db65a18eebf69f9ad72e0c38e1ec7aa27c5ee5e88bfeff0855ce4d39860cc431867febdaf97d0fbd1b4b6b6
+DIST opensmtpd-201606220754p1.tar.gz 692879 SHA256 
4057ab61396b0a9de50fb2087aac3997757fa95f49de5d71db3a8ad49a9ae163 SHA512 
33eba331d2dcbdf00e69f213b17175ad378108a7e8344e379a042bc6308300eda9c0d16cf15617beda003938b806937575ccad579113bc978877c212e87d3089
 WHIRLPOOL 
a6f446fbfdec7ad017e9347ae0a452ab6d1e9f4dbb775acc781022c226c9423aa43aa5dd8f79726d5d202fe6d93cca94077a987817425c283c5f3337a7440b09
 DIST opensmtpd-5.9.2p1.tar.gz 681855 SHA256 
3522f273c1630c781facdb2b921228e338ed4e651909316735df775d6a70a71d SHA512 
99ca15101557848aa6d642f0c0171b152d805192e6839a97410b19431c981a21a5c0dc011e2c8cd91f3e6f6acb37a77f0f4c8e68114bf9808240392fe2b5d375
 WHIRLPOOL 
4d50474eb9f845633d152c065a0e70f3d41fba97134b33d3eb5164d39bdc58eeb4133b2f951a1815143a468144fb631f5f0b2960f57e7ba18a65321413fb5b6f

diff --git 
a/mail-mta/opensmtpd/files/opensmtpd-5.9.2.201606071034_p1-ipv6-net-pton.patch 
b/mail-mta/opensmtpd/files/opensmtpd-5.9.2.201606071034_p1-ipv6-net-pton.patch
deleted file mode 100644
index 9841a7e..000
--- 
a/mail-mta/opensmtpd/files/opensmtpd-5.9.2.201606071034_p1-ipv6-net-pton.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 988cff352d6b3dd5fe3224d7ebce361fca5c0b4f Mon Sep 17 00:00:00 2001
-From: gilles 
-Date: Wed, 8 Jun 2016 08:23:02 +0200
-Subject: [PATCH] on systems with a broken inet_net_pton() that does not
- support IPv6, fallback to broken_net_inet_pton_ipv6() when errno ==
- EAFNOSUPPORT
-

- smtpd/to.c | 14 ++
- 1 file changed, 10 insertions(+), 4 deletions(-)
-
-diff --git a/smtpd/to.c b/smtpd/to.c
-index 4a6a765..4b592be 100644
 a/smtpd/to.c
-+++ b/smtpd/to.c
-@@ -60,7 +60,7 @@ static int alias_is_filename(struct expandnode *, const char 
*, size_t);
- static int alias_is_include(struct expandnode *, const char *, size_t);
- static int alias_is_error(struct expandnode *, const char *, size_t);
- 
--static int temp_inet_net_pton_ipv6(const char *, void *, size_t);
-+static int broken_inet_net_pton_ipv6(const char *, void *, size_t);
- 
- const char *
- sockaddr_to_text(struct sockaddr *sa)
-@@ -301,8 +301,14 @@ text_to_netaddr(struct netaddr *netaddr, const char *s)
-   } else {
-   bits = inet_net_pton(AF_INET6, s, _addr,
-   sizeof(struct in6_addr));
--  if (bits == -1)
--  return 0;
-+  if (bits == -1) {
-+  if (errno != EAFNOSUPPORT)
-+  return 0;
-+  bits = broken_inet_net_pton_ipv6(s, _addr,
-+  sizeof(struct in6_addr));
-+  if (bits == -1)
-+  return 0;
-+  }
-   ssin6.sin6_family = AF_INET6;
-   memcpy(, , sizeof(ssin6));
- #ifdef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN
-@@ -896,7 +902,7 @@ alias_is_error(struct expandnode *alias, const char *line, 
size_t len)
- }
- 
- static int
--temp_inet_net_pton_ipv6(const char *src, void *dst, size_t size)
-+broken_inet_net_pton_ipv6(const char *src, void *dst, size_t size)
- {
-   int ret;
-   int bits;

diff --git a/mail-mta/opensmtpd/opensmtpd-5.9.2.201606071034_p1-r1.ebuild 
b/mail-mta/opensmtpd/opensmtpd-5.9.2.201606071034_p1-r1.ebuild
deleted file mode 100644
index bec67bd..000
--- 

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

2016-06-25 Thread Fabian Groffen
commit: b10473f2ab307c10e5496278617899cca98c1568
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jun 25 14:53:18 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jun 25 14:53:18 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b10473f2

dev-util/ctags: migrated to gx86

 dev-util/ctags/Manifest|   2 -
 dev-util/ctags/ctags-5.8-r1.ebuild |  66 
 dev-util/ctags/ctags-5.8.ebuild|  66 
 dev-util/ctags/files/ctags-5.5.4-ebuilds.patch |  23 --
 dev-util/ctags/files/ctags-5.5.4-haskell.patch |  71 -
 dev-util/ctags/files/ctags-5.5.4-objc.patch|  68 -
 .../ctags/files/ctags-5.5.4-ruby-classes.patch |  20 --
 dev-util/ctags/files/ctags-5.5.4-vim-c.patch   | 340 -
 dev-util/ctags/files/ctags-5.6-ebuilds.patch   |  22 --
 dev-util/ctags/files/ctags-5.6-php5.patch  |  91 --
 dev-util/ctags/files/ctags-5.7-f95-pointers.patch  |  15 -
 dev-util/ctags/files/ctags-5.7-netbsd.patch|  15 -
 .../ctags-5.7-python-vars-starting-with-def.patch  |  11 -
 dev-util/ctags/files/ctags-5.8-ada.patch   |  28 --
 dev-util/ctags/files/ctags-5.8-f95-pointers.patch  |  12 -
 .../ctags-5.8-python-vars-starting-with-def.patch  |  13 -
 dev-util/ctags/files/ctags-ada.patch   |  30 --
 dev-util/ctags/metadata.xml|   8 -
 18 files changed, 901 deletions(-)

diff --git a/dev-util/ctags/Manifest b/dev-util/ctags/Manifest
deleted file mode 100644
index 92c8948..000
--- a/dev-util/ctags/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ctags-5.8.tar.gz 479927 SHA256 
0e44b45dcabe969e011e30c246f81abe5d32012db37395eb57d66e9e99c7 SHA512 
981912cd335978cde22864e977947fc75326572fb29518e559cc4a8ac1edc84b3604165218a666e36353f17da4f89f8e967acdb88696f816748eb946d79eaa15
 WHIRLPOOL 
04506a4495025907ee5fe41b9c4ff104dd234fc9ef39bd594158b36c550bf511b6ab5980a98736f9857dc47b99f1718a7ae2928fd4a1d1c0b57dfd3d79fce2ea
-DIST ctags-ada-mode-4.3.11.tar.bz2 14060 SHA256 
d25a3fd26b356adbd068f10a0b68691d36c154c04b96304b96386e169e4b6b57 SHA512 
51c71e13ef658cd6682f04c94485315c4a702080ef2c7786fc9881b03c86f1c1d43aa1a69c452e4b0b2f7a78383804b66b159542cb4eae0cd309bc1ddbe2eb6e
 WHIRLPOOL 
7e0ded8c97d3651e1afe48ec836697a4a19264baf3b203f6e98c134b88e3ab0eee7ac660789f5b955f0f827128996988694aa6c4bc78f18adf52724c5230da5d

diff --git a/dev-util/ctags/ctags-5.8-r1.ebuild 
b/dev-util/ctags/ctags-5.8-r1.ebuild
deleted file mode 100644
index 96b1a1a..000
--- a/dev-util/ctags/ctags-5.8-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.8-r1.ebuild,v 1.2 
2015/03/31 17:44:26 ulm Exp $
-
-EAPI="5"
-
-inherit eutils
-
-DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
-HOMEPAGE="http://ctags.sourceforge.net;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   ada? ( mirror://sourceforge/gnuada/ctags-ada-mode-4.3.11.tar.bz2 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ada"
-
-RDEPEND="app-eselect/eselect-ctags"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-5.6-ebuilds.patch"
-   # Upstream fix for python variables starting with def
-   epatch "${FILESDIR}/${P}-python-vars-starting-with-def.patch"
-
-   epatch "${FILESDIR}"/ctags-5.7-netbsd.patch
-
-   # Bug #273697
-   epatch "${FILESDIR}/${P}-f95-pointers.patch"
-
-   # enabling Ada support
-   if use ada ; then
-   cp "${WORKDIR}/${PN}-ada-mode-4.3.11/ada.c" "${S}" || die
-   epatch "${FILESDIR}/${P}-ada.patch"
-   fi
-}
-
-src_configure() {
-   econf \
-   --with-posix-regex \
-   --without-readlib \
-   --disable-etags \
-   --enable-tmpdir="${EPREFIX}"/tmp
-}
-
-src_install() {
-   emake prefix="${ED}"/usr mandir="${ED}"/usr/share/man install
-
-   # namepace collision with X/Emacs-provided /usr/bin/ctags -- we
-   # rename ctags to exuberant-ctags (Mandrake does this also).
-   mv "${ED}"/usr/bin/{ctags,exuberant-ctags} || die
-   mv "${ED}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die
-
-   dodoc FAQ NEWS README
-   dohtml EXTENDING.html ctags.html
-}
-
-pkg_postinst() {
-   eselect ctags update
-   elog "You can set the version to be started by /usr/bin/ctags through"
-   elog "the ctags eselect module. \"man ctags.eselect\" for details."
-}
-
-pkg_postrm() {
-   eselect ctags update
-}

diff --git a/dev-util/ctags/ctags-5.8.ebuild b/dev-util/ctags/ctags-5.8.ebuild
deleted file mode 100644
index 2fce083..000
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-util/ctags/

2016-06-25 Thread Fabian Groffen
commit: 325cbba4bc6e0b361b8e70be75d075558719b39f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jun 25 14:48:56 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jun 25 14:48:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325cbba4

dev-util/ctags: merge Prefix changes, bug #586998

Package-Manager: portage-2.2.28

 dev-util/ctags/ctags-5.8-r1.ebuild| 10 +-
 dev-util/ctags/ctags-5.8_p20140919.ebuild | 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-util/ctags/ctags-5.8-r1.ebuild 
b/dev-util/ctags/ctags-5.8-r1.ebuild
index c2fb30b..d0dbce9 100644
--- a/dev-util/ctags/ctags-5.8-r1.ebuild
+++ b/dev-util/ctags/ctags-5.8-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${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 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ada"
 
 RDEPEND="app-eselect/eselect-ctags"
@@ -38,16 +38,16 @@ src_configure() {
--with-posix-regex \
--without-readlib \
--disable-etags \
-   --enable-tmpdir=/tmp
+   --enable-tmpdir="${EPREFIX}"/tmp
 }
 
 src_install() {
-   emake prefix="${D}"/usr mandir="${D}"/usr/share/man install
+   emake prefix="${ED}"/usr mandir="${ED}"/usr/share/man install
 
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we
# rename ctags to exuberant-ctags (Mandrake does this also).
-   mv "${D}"/usr/bin/{ctags,exuberant-ctags} || die
-   mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die
+   mv "${ED}"/usr/bin/{ctags,exuberant-ctags} || die
+   mv "${ED}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die
 
dodoc FAQ NEWS README
dohtml EXTENDING.html ctags.html

diff --git a/dev-util/ctags/ctags-5.8_p20140919.ebuild 
b/dev-util/ctags/ctags-5.8_p20140919.ebuild
index fbb97bb..6be0df3 100644
--- a/dev-util/ctags/ctags-5.8_p20140919.ebuild
+++ b/dev-util/ctags/ctags-5.8_p20140919.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/universal-ctags/ctags/archive/9fce9dd0afd3dd261c6818
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ada"
 
 RDEPEND="app-eselect/eselect-ctags"
@@ -40,16 +40,16 @@ src_configure() {
--with-posix-regex \
--without-readlib \
--disable-etags \
-   --enable-tmpdir=/tmp
+   --enable-tmpdir="${EPREFIX}"/tmp
 }
 
 src_install() {
-   emake prefix="${D}"/usr mandir="${D}"/usr/share/man install
+   emake prefix="${ED}"/usr mandir="${ED}"/usr/share/man install
 
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we
# rename ctags to exuberant-ctags (Mandrake does this also).
-   mv "${D}"/usr/bin/{ctags,exuberant-ctags} || die
-   mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die
+   mv "${ED}"/usr/bin/{ctags,exuberant-ctags} || die
+   mv "${ED}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die
 
dodoc FAQ NEWS README EXTENDING.html
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/ctags/

2016-06-25 Thread Fabian Groffen
commit: 30c5fd50b72924ff468f54432cae1819b706e06f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jun 25 14:49:50 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jun 25 14:49:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c5fd50

dev-util/ctags: fix copyright

Package-Manager: portage-2.2.28

 dev-util/ctags/ctags-5.8-r1.ebuild| 2 +-
 dev-util/ctags/ctags-5.8_p20140919.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ctags/ctags-5.8-r1.ebuild 
b/dev-util/ctags/ctags-5.8-r1.ebuild
index d0dbce9..48fea6e 100644
--- a/dev-util/ctags/ctags-5.8-r1.ebuild
+++ b/dev-util/ctags/ctags-5.8-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$
 

diff --git a/dev-util/ctags/ctags-5.8_p20140919.ebuild 
b/dev-util/ctags/ctags-5.8_p20140919.ebuild
index 6be0df3..0f0fff2 100644
--- a/dev-util/ctags/ctags-5.8_p20140919.ebuild
+++ b/dev-util/ctags/ctags-5.8_p20140919.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] repo/gentoo:master commit in: net-im/pidgin/

2016-06-25 Thread Lars Wendler
commit: 731600c1dc09d55aee8f5549dc1d2406f3c754f0
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 25 14:35:45 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 25 14:35:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731600c1

net-im/pidgin: Security bump (bug #586698).

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

 net-im/pidgin/Manifest |   1 +
 net-im/pidgin/pidgin-2.11.0.ebuild | 263 +
 2 files changed, 264 insertions(+)

diff --git a/net-im/pidgin/Manifest b/net-im/pidgin/Manifest
index 8776394..5467f61 100644
--- a/net-im/pidgin/Manifest
+++ b/net-im/pidgin/Manifest
@@ -1,4 +1,5 @@
 DIST pidgin-2.10.11.tar.bz2 9458050 SHA256 
f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007 SHA512 
774710ab087cb56e349dc1d5e45dbfcbe06b9a8f792abe5d201b0860620d502009f31563cfe5316f4c815345427b6c273b8f9694deb600848957c825fd967029
 WHIRLPOOL 
24f31ee6ce40e69f644d55f2135644172e8314a64080384eb901ae2b7aba631fbde98cab6cb798f10dd870ecd96374b451cb3ad11d567dc48dcb25f5cf499223
 DIST pidgin-2.10.12.tar.bz2 9837598 SHA256 
2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd SHA512 
4756bed3ae78b48bfeaa586def3c7a0014db76ce14ae8c6773c96bdca24b65e92b2805270af43960e2a11a600aeac35e030faa3f79dbe3301084ca9d970a5f03
 WHIRLPOOL 
52f16cdd76b1aa3e76a877136070e3c4875827df621757d35656eb79e7d9921635f9373d33f9bc87275200e91c25a2763b4a64d90953322fd82d03860ce6a0da
 DIST pidgin-2.10.9-irc_join_sleep.patch 534 SHA256 
ee061505d04c994a36ea1d5eef346b7cbb2512afafa4985a678205ea69d87857 SHA512 
8de0d6f05e48cd5a3e894576e06c7fb82e4bfc778cce8bb179fa22e2a05f5c2390a0e4c5b626ee4b910a18eab170d8f4be200f435ce408a86575af99e51e3bdf
 WHIRLPOOL 
7aa9aa9e5ee7d97445da2c330329c6bfd4ad21347f43220e8377b7ec40eb5eac417be08cddfcdd48c7f847aac00a0f9ab39d0add09f1bee519f96f7586bdf5c9
+DIST pidgin-2.11.0.tar.bz2 10037480 SHA256 
f72613440586da3bdba6d58e718dce1b2c310adf8946de66d8077823e57b SHA512 
d6a9bb8075b475e5204d730075b432ca0f1cb91b6337f98e506587132581e6928a826b47e0b94fb9eaedc79c5be0a8237c4671fc26dba97dedad1adb74c9abfa
 WHIRLPOOL 
e7f91d92bece8611986c35f17d3d263a197f8c7cf71d514d1f409fbe31fd57cf8a1beabab3d028a0882a79a115ae021b2e64dd2c6b3ec6c29a783a3df28af948
 DIST pidgin-eds-3.6.patch.bz2 2352 SHA256 
321185dd5f44e502f671b17e84fa1ca2e08a3f7c79ed211c0bb92710700bcc41 SHA512 
a0195679ab55ed9c7ea18ace6dbf0fc994698f1f4eea9d8335dfdcdcd6a68975c0191bd22f150bf5a9a0a691ce7e9e73d79598e1e8be541efa1d9824a633d877
 WHIRLPOOL 
5c1d3e933bdfa4b1f20f98dbf8b5c1669eb857b9db60dacae488fa04331300618df2f1265e4fb2e58ed31b24229df0edb8c30970d8172fd65ca7fa03bc0e3805

diff --git a/net-im/pidgin/pidgin-2.11.0.ebuild 
b/net-im/pidgin/pidgin-2.11.0.ebuild
new file mode 100644
index 000..f83158c
--- /dev/null
+++ b/net-im/pidgin/pidgin-2.11.0.ebuild
@@ -0,0 +1,263 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+GENTOO_DEPEND_ON_PERL=no
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-module 
python-single-r1
+
+DESCRIPTION="GTK Instant Messenger client"
+HOMEPAGE="http://pidgin.im/;
+SRC_URI="
+   mirror://sourceforge/${PN}/${P}.tar.bz2
+   https://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2
+   
https://gist.githubusercontent.com/imcleod/77f38d11af11b2413ada/raw/46e9d6cb4d2f839832dad2d697bb141a88028e04/pidgin-irc-join-sleep.patch
 -> ${PN}-2.10.9-irc_join_sleep.patch"
+
+LICENSE="GPL-2"
+SLOT="0/2" # libpurple version
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd 
~amd64-linux ~x86-linux ~x86-macos"
+IUSE="dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile mxit pie"
+IUSE+=" networkmanager nls perl silc tcl tk spell sasl ncurses"
+IUSE+=" groupwise prediction python +xscreensaver zephyr zeroconf" # mono"
+IUSE+=" aqua"
+
+# dbus requires python to generate C code for dbus bindings (thus DEPEND only).
+# finch uses libgnt that links with libpython - {R,}DEPEND. But still there is
+# no way to build dbus and avoid libgnt linkage with python. If you want this
+# send patch upstream.
+# purple-url-handler and purple-remote require dbus-python thus in reality we
+# rdepend on python if dbus enabled. But it is possible to separate this dep.
+RDEPEND="
+   >=dev-libs/glib-2.16
+   >=dev-libs/libxml2-2.6.18
+   ncurses? ( sys-libs/ncurses:0=[unicode]
+   dbus? ( ${PYTHON_DEPS} )
+   python? ( ${PYTHON_DEPS} ) )
+   gtk? (
+   >=x11-libs/gtk+-2.10:2[aqua=]
+   x11-libs/libSM
+   xscreensaver? ( x11-libs/libXScrnSaver )
+   spell? ( >=app-text/gtkspell-2.0.2:2 )
+   eds? ( >=gnome-extra/evolution-data-server-3.6:= )
+   prediction? ( >=dev-db/sqlite-3.3:3 )
+   )
+   gstreamer? ( media-libs/gstreamer:1.0
+  

[gentoo-commits] repo/gentoo:master commit in: sys-process/htop/

2016-06-25 Thread Lars Wendler
commit: a8d5d06220e4e851a69ebb849f7a5b6cf299342d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 25 13:47:38 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 25 13:47:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d5d062

sys-process/htop: Added myself as maintainer.

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

 sys-process/htop/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-process/htop/metadata.xml b/sys-process/htop/metadata.xml
index 5d219cd1..31af477 100644
--- a/sys-process/htop/metadata.xml
+++ b/sys-process/htop/metadata.xml
@@ -5,6 +5,10 @@
id...@gentoo.org
Christian Ruppert

+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   

Add column to track the OOM-killer score of 
processes
Enable openvz support



[gentoo-commits] repo/gentoo:master commit in: app-vim/cream/

2016-06-25 Thread Ulrich Müller
commit: 52a1ec79094458c61e697938f91a59437f0327ae
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 13:21:14 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 13:21:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a1ec79

app-vim/cream: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-vim/cream/cream-0.43.ebuild | 24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild
index a470bf2..3a6fc68 100644
--- a/app-vim/cream/cream-0.43.ebuild
+++ b/app-vim/cream/cream-0.43.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,12 +15,12 @@ DICT_ES="spa_3.0"
 DICT_DE="ger_2.0.1"
 
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   linguas_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip )
-   linguas_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip )
-   linguas_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip )
-   linguas_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )"
+   l10n_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )
+   l10n_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip )
+   l10n_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip )
+   l10n_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip )"
 
-IUSE="linguas_en linguas_fr linguas_es linguas_de"
+IUSE="l10n_de l10n_en l10n_fr l10n_es"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
@@ -68,16 +68,14 @@ pkg_setup() {
elog "all cases, at least a small English dictionary will be installed."
elog
elog "To specify which optional dictionaries are installed, set the"
-   elog "LINGUAS variable in /etc/make.conf. For example, to install full"
+   elog "L10N variable in /etc/make.conf. For example, to install full"
elog "English and French dictionaries, use:"
-   elog "LINGUAS=\"en fr\""
+   elog "L10N=\"en fr\""
elog
elog "Available dictionaries are:"
for dict in "English en" "French fr" "German de" "Spanish es" ; do
-   # portage bug: shouldn't get a QA notice for linguas stuff...
-   elog "${dict% *} \t(${dict#* }) $( ( \
-   use linguas_${dict#* } &>/dev/null && \
-   echo '(Will be installed)' ) || echo '(Will not be 
installed)' )"
+   elog "${dict% *} \t(${dict#* }) $(usex l10n_${dict#* } \
+   "(Will be installed)" "(Will not be installed)")"
done
elog
 }
@@ -135,7 +133,7 @@ src_install() {
doins ${dir}/*
done
 
-   if [[ -n ${LINGUAS} ]] ; then
+   if [[ -n ${L10N} ]] ; then
insinto /usr/share/vim/cream/spelldicts
doins spelldicts/*
fi



[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/

2016-06-25 Thread Thomas Beierlein
commit: 9458fe0ebc541ed7f685db00c02d4558bd2cb1b8
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Jun 25 13:13:57 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Jun 25 13:15:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9458fe0e

app-backup/bacula: Maintenance release

Package-Manager: portage-2.3.0

 app-backup/bacula/Manifest|   1 +
 app-backup/bacula/bacula-7.4.1.ebuild | 410 ++
 2 files changed, 411 insertions(+)

diff --git a/app-backup/bacula/Manifest b/app-backup/bacula/Manifest
index fb06b5b..5f73667 100644
--- a/app-backup/bacula/Manifest
+++ b/app-backup/bacula/Manifest
@@ -2,3 +2,4 @@ DIST bacula-5.2.13.tar.gz 4243395 SHA256 
a4bed458bf001889bd06bf31671b5d9908055a1
 DIST bacula-7.0.5.tar.gz 3216406 SHA256 
1457849eb33011b43371801b62ffa13d29bebe51be8d5a36da563b87bb094a49 SHA512 
df7908769fd13a1cb2e0491d3773577db40c0f1c010b887c6dc6d7e0bc0b408fbfc260e6d5a2a34975e5b424152c7f558b33aeedea45f366636739295641394b
 WHIRLPOOL 
47642c52928d84a50c01adfb8afa49c0c9376cba3b0f709d0c5113cba3380e047ded04980ffad339deeb1ce6d3a8ec59f58cf1968223973def7074a446a09da5
 DIST bacula-7.2.0.tar.gz 3301720 SHA256 
818606fe69c50c3ca21b91e609d4ac6ca08e4189419b89d3ec2e81c8c0389e1c SHA512 
ff50db48039c9040d4995f53a8d83ad6e5568da254527d07cfe450bf0e4a25717387b5e4aa9f29197c284f513240e714c48d8232d7d7edb9159afbc13cd0cd54
 WHIRLPOOL 
17f5b19a6fb9bf2a05e79663c7810358cf79aebad7f2709a01fadf15d5d494a243290e9c66e30c8b9bde6a627e238b77c1853a0d40891c5f5f4b390ae0ded1e5
 DIST bacula-7.4.0.tar.gz 3314218 SHA256 
fe850b783523edb19fb4dbfa8c44752d20955121b71a52b0740a9e765bfd73cb SHA512 
615cb4d9a4fd597bc794b6d4c901c777d544472f3f5b6e1cdc74d8e41279a3fd0bd6d2c30511095933a3a47a7f24da4372c538ab472eb48c0fb1db59c2a59e1a
 WHIRLPOOL 
669d0e4de172fb1c35a3a5a91e371aa2b87cd90f664974de8dcdf1677f442ac269f66c430627c81ea8a17bf02dd54590158b8b09e0c110ac32e83e0a0d41861d
+DIST bacula-7.4.1.tar.gz 3310144 SHA256 
d0874e94c0534274455efd91d6f9477c57c7f14882138f03b3572eff2660e861 SHA512 
38d03d437c43fea18160ec9e1d0367e08dca3831bc90b52c2f357cc47da4d4cd00bbfdadad4cd61c684c7729a99c76dd153d00bd3b581e91fc485a7480d35e8a
 WHIRLPOOL 
5c6708ff00ee83580c56e2979865f66864c5eca9fe67fecdbf3537eac357d6737d147002e76d193ea90db7c842bb58feb944043ab18b75072caef717ecbb8f9d

diff --git a/app-backup/bacula/bacula-7.4.1.ebuild 
b/app-backup/bacula/bacula-7.4.1.ebuild
new file mode 100644
index 000..da822d4
--- /dev/null
+++ b/app-backup/bacula/bacula-7.4.1.ebuild
@@ -0,0 +1,410 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib qt4-r2 systemd user libtool
+
+MY_PV=${PV/_beta/-b}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Featureful client/server network backup suite"
+HOMEPAGE="http://www.bacula.org/;
+SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 libressl 
logwatch mysql postgres qt4 readline +sqlite ssl static tcpd vim-syntax X"
+
+DEPEND="
+   dev-libs/gmp:0
+   !bacula-clientonly? (
+   postgres? ( dev-db/postgresql:*[threads] )
+   mysql? ( virtual/mysql )
+   sqlite? ( dev-db/sqlite:3 )
+   !bacula-nodir? ( virtual/mta )
+   )
+   qt4? (
+   dev-qt/qtsvg:4
+   x11-libs/qwt:5
+   )
+   logwatch? ( sys-apps/logwatch )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   readline? ( sys-libs/readline:0 )
+   static? (
+   acl? ( virtual/acl[static-libs] )
+   sys-libs/zlib[static-libs]
+   dev-libs/lzo[static-libs]
+   sys-libs/ncurses:=[static-libs]
+   ssl? (
+   !libressl? ( dev-libs/openssl:0=[static-libs] )
+   libressl? ( dev-libs/libressl:0=[static-libs] )
+   )
+   )
+   !static? (
+   acl? ( virtual/acl )
+   sys-libs/zlib
+   dev-libs/lzo
+   sys-libs/ncurses:=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )"
+RDEPEND="${DEPEND}
+   !bacula-clientonly? (
+   !bacula-nosd? (
+   sys-block/mtx
+   app-arch/mt-st
+   )
+   )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+
+REQUIRED_USE="|| ( ^^ ( mysql postgres sqlite ) bacula-clientonly )
+   static? ( bacula-clientonly )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   #XOR and !bacula-clientonly controlled by REQUIRED_USE
+   use mysql && export mydbtype="mysql"
+   use postgres && export mydbtype="postgresql"
+   use sqlite && export mydbtype="sqlite3"
+
+   # 

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2016-06-25 Thread Pacho Ramos
commit: 57facadacc99bea932295e510d7c7d372434793f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:49:45 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57facada

games-puzzle/lightsoff: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.20.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 9cb26fd..dd13608 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.18.0.tar.xz 1955488 SHA256 
cd5126dae4506363d9196ce8ba083a769d9f8c287fb0008db53cecf6cdc55d61 SHA512 
3ec2a17bd9d4eab2255214844f3d166dc134ab7c2e2a1231e1f0f3f580ece465104d6090dcbf3c1bb822fc95f9ad67264438c5a371624e6a9b5364dc947bd0e1
 WHIRLPOOL 
0c16020083c13590d54a07542fc989dbe8bd2ee92030a25d5ccf8c93f9c9c3a7f2cfc04e234b43af0af1dd3fcf6de863ecd004a1353f64793438150c4bf0ac91
+DIST lightsoff-3.20.0.tar.xz 1939384 SHA256 
d3603891afe7ca3b3b2c509cad3e32ef6cdac3a7e80fff3b48ca72ea739852bf SHA512 
ae4ea31d9b9a387cbacc1dc7b7447da7e80d2021b8d46df3ec7e9110f1a2f1e4c902d396819c2f2e2d9a4e0692a0c286e43bb806e4fa08bf1644ec21a0ecdaf9
 WHIRLPOOL 
1c719e317810438930e5864074f847f4459ebd3b2cbb5dd121fd2ee9d8f569fdfd60117b41336412fbc059b8dca3b18328996e53492476a6d995a8238e4e909c

diff --git a/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild
new file mode 100644
index 000..538bc32
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 vala
+
+DESCRIPTION="Turn off all the lights"
+HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/glib:2
+   >=gnome-base/librsvg-2.32:2
+   >=media-libs/clutter-1.14:1.0
+   >=media-libs/clutter-gtk-1.5.5:1.0
+   >=x11-libs/gtk+-3.13.4:3
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



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

2016-06-25 Thread Pacho Ramos
commit: 361240b9796dcfc360b160e3de3dcbd1fd726a27
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 12:14:01 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:22:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361240b9

gnome-base/dconf-editor: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-base/dconf-editor/Manifest   |  1 +
 gnome-base/dconf-editor/dconf-editor-3.20.2.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
index 3432fd7..ead8be7 100644
--- a/gnome-base/dconf-editor/Manifest
+++ b/gnome-base/dconf-editor/Manifest
@@ -1,2 +1,3 @@
 DIST dconf-editor-3.16.1.tar.xz 255532 SHA256 
085d1d4f2acc0400b096d0dfbfcb118fd0de61a5647010ce988b2e04d7f3856e SHA512 
a52cb737023fea2617a8dbaf80a5b6455f57d3b6804f82c4d74b771dfb02898d120385312a8e13ede42d9d0f6cd94f7d853d9c50da6b1dbe6f584f2b2c31465a
 WHIRLPOOL 
41a1cbafaced73255b8ff09a578b5eb604cfd470ecd543beb54cd15dd65b38c97669ef6e1d0d03951e5cf102b4d129f802cb5fec7631962070dfdc2ab0040583
 DIST dconf-editor-3.18.2.tar.xz 255824 SHA256 
a7957f5274b5b20c2dfdead5ebf42321c82fae1326465413cbafb61ede89bc75 SHA512 
f38f54a955ac51c39f46117c45737e615441fe6ceb2bc940088159e6561d013db53be03d4e105f9f6ede5762a38e5f2d57de3b1e38136791aeb771e56c33c792
 WHIRLPOOL 
a87d1318d8f199e6278aaa44507c37a9bf2525aa27430ad1e6d015fff9a8ce3ea398f1b4d6ecaea9af7841db9b462eff38f9ab05793f4fb07a0cb225cbaffd48
+DIST dconf-editor-3.20.2.tar.xz 337336 SHA256 
486dcb60001b934186f3c3591897d986459bf240f35641fbb59ee957c15af2be SHA512 
351b4054f4160e1f56526ec5c9010cc9975e985a51e5808f97685c90e8f59fa409bb7b1af1602dbc28a5fffd3fe7f14de86b791f9e2bdb0689240ba2689e2d4e
 WHIRLPOOL 
c057774d9a8c91ef407655d8fed5c360190c658d8d62b78f7dc0d580ce6bb3839b77a9640abb0ca7da50f31cedc47296a3a27adc8bef13a4027fb49d96f5d6b4

diff --git a/gnome-base/dconf-editor/dconf-editor-3.20.2.ebuild 
b/gnome-base/dconf-editor/dconf-editor-3.20.2.ebuild
new file mode 100644
index 000..73813ec
--- /dev/null
+++ b/gnome-base/dconf-editor/dconf-editor-3.20.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Graphical tool for editing the dconf configuration database"
+HOMEPAGE="https://git.gnome.org/browse/dconf-editor;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~arm-linux ~x86-linux"
+
+COMMON_DEPEND="
+   dev-libs/appstream-glib
+   >=dev-libs/glib-2.46.0:2
+   >=gnome-base/dconf-0.23.2
+   >=x11-libs/gtk+-3.19.5:3
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/quadrapassel/

2016-06-25 Thread Pacho Ramos
commit: ba95313f4d323577af47b14cba3d7386ee113c45
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:51:16 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba95313f

games-puzzle/quadrapassel: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/quadrapassel/Manifest |  1 -
 .../quadrapassel/quadrapassel-3.16.1.ebuild| 39 --
 2 files changed, 40 deletions(-)

diff --git a/games-puzzle/quadrapassel/Manifest 
b/games-puzzle/quadrapassel/Manifest
index 94b02a8..ec62b82 100644
--- a/games-puzzle/quadrapassel/Manifest
+++ b/games-puzzle/quadrapassel/Manifest
@@ -1,2 +1 @@
-DIST quadrapassel-3.16.1.tar.xz 1742988 SHA256 
3dbf3377c1e5207f53fcaeb58632f58275e9d5cf355ba84a3072aafa646b869d SHA512 
bd4a12324900d2868220a4645fbe93b5808b724c0e2b2ae25bd62e46100e29cac18c0e187547e0dc1b8700ddf6567e5ac30a2ab27a723c084037987acdd2ab0e
 WHIRLPOOL 
9af487d8e7b7910eba0bd569d9e30948a8e4ad034a5c1bb75b80279dfd1d4b5e313252682e8010608cd5e4bafc6244a17713f26c6017c8395fc1bbdd3029df8e
 DIST quadrapassel-3.18.0.tar.xz 1722288 SHA256 
2cd1d5328ab9e2c7041936e8e7e01157f292aa4428da81175fb1aa15d40ef8e1 SHA512 
0285e033b22201545b7d89781aaa608304a7b734db40ab609392acc05ce77d21a54341fb88841af9f9807b5629a477b22978dd3bf06d255945fd61e7e869243b
 WHIRLPOOL 
f624cc72f541504cd99c1c4d3343d414246009d2e3c3ceeb859737436a2c3d2a48695073d8661dde1aea7765f2323fec58afd267a20956fb962d5e7f5475148b

diff --git a/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild 
b/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild
deleted file mode 100644
index 43419e8..000
--- a/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome-games vala
-
-DESCRIPTION="Fit falling blocks together"
-HOMEPAGE="https://wiki.gnome.org/Apps/Quadrapassel;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   >=gnome-base/librsvg-2.32.0:2
-   >=media-libs/clutter-1:1.0
-   >=media-libs/clutter-gtk-0.91.6:1.0
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome-games_src_prepare
-   vala_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/swell-foop/

2016-06-25 Thread Pacho Ramos
commit: a1f786f4cb813b8c9aec72a84fbceeddf1d5824c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:54:13 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:22:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f786f4

games-puzzle/swell-foop: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/swell-foop/Manifest |  1 +
 games-puzzle/swell-foop/swell-foop-3.20.0.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest
index 413dce9..6fb1f66 100644
--- a/games-puzzle/swell-foop/Manifest
+++ b/games-puzzle/swell-foop/Manifest
@@ -1 +1,2 @@
 DIST swell-foop-3.18.1.tar.xz 2329916 SHA256 
b454fb8ccc1d040a7ae08d632a07feecf88a2bf0c172b75b863f2a05e97179f6 SHA512 
8b5a9de96989f60e5e6addcef5f326a1ebb1c98339da2b6ee5cf5f0065e8c24a3bd46dcb400ca16a9353171eb539cf370592a323ea0e896b59fa3c1f75061b4f
 WHIRLPOOL 
90da0e77a64a0f756d2c2e5cf494ec4911f087b245db0aa05ff8a0b513698e7414dea6560fe7dfad66d2f4d07124b1f3325e847e407b5db6a4e166d17c2395ad
+DIST swell-foop-3.20.0.tar.xz 2310976 SHA256 
40532a734dcae6d42a1e4692fd94e395442ff07c134acacf5fce3396c1e352a4 SHA512 
522c39eb906701d9e849442e62b27e8aa1072d79bb7f4d4216eeb7e436c46a2b252575fa399416bfd9cc18469797e15096e426fd3ffd68111cc213f0307ac413
 WHIRLPOOL 
e3d37f840259e85bf1ffb7054e8b27cd4e86daf4b2701a442c9f4e29f68b9fdfc4a3bec0376a1a0aad40f616c6dca3d833bf4a145dffb65d8a50a63e6105013e

diff --git a/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild 
b/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
new file mode 100644
index 000..6a0b678
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 vala
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=media-libs/clutter-1.14:1.0
+   >=media-libs/clutter-gtk-1.5:1.0
+   >=x11-libs/gtk+-3.12:3
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/

2016-06-25 Thread Pacho Ramos
commit: 95312004ec6b05191d238839d1704530ebfc8623
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:40:45 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95312004

games-puzzle/gnome-sudoku: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-sudoku/Manifest |  1 +
 .../gnome-sudoku/gnome-sudoku-3.20.2.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/games-puzzle/gnome-sudoku/Manifest 
b/games-puzzle/gnome-sudoku/Manifest
index 37c72b0..f6fa9b4 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -1 +1,2 @@
 DIST gnome-sudoku-3.18.2.tar.xz 3056932 SHA256 
4eefde04145d9f4bf30f4327b83929f6bfb8a19b604337c1d75f66e984f8c0ac SHA512 
0c88ac689dd52cde69b20820235a1601dcb631f9ceb64c07e14b6b0c55b53e5ecd2a4d370f66834d7530dee3e8a6727f2ebd6bfa3c2dbe607aa64235e740
 WHIRLPOOL 
992f2a6251b096a2ae9ac5d51526e673a419b956287e7fc370f6d814c13ed97d99929a8ea22e17e997a64c927adb53b7c70552ac7736be48415d303bd349a912
+DIST gnome-sudoku-3.20.2.tar.xz 3027968 SHA256 
9c7e737686e88c20e83ca366bfc0a20194b7fe4af7c74ab752d98f0af1df3553 SHA512 
6bfb553c7db81555d7f62301f893776c55bad03e1efe473f04df943bd5037b532effc3ef6d90ac4d064557eba109a4228eb77c4283971b28877acbac1e60be8d
 WHIRLPOOL 
ea0a487315fa32689f279094f7b955815bca359ffc96f7f1bc1f4b82d636a3c6a3bfac6f6ef638abaa6da9bdbc5d30688223edd76ad902660ead38a656383503

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.2.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.2.ebuild
new file mode 100644
index 000..f2c1c9a
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.20.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# fixed vala & gtk+ from gnome-3.16 branch
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   dev-libs/libgee:0.8=[introspection]
+   dev-libs/json-glib
+   >=dev-libs/qqwing-1.3.4
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=x11-libs/gtk+-3.19.0:3[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/quadrapassel/

2016-06-25 Thread Pacho Ramos
commit: a0ebf6a3678f0eb70118cfa6a4f43e0033ee7b67
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:52:17 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ebf6a3

games-puzzle/quadrapassel: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/quadrapassel/Manifest |  1 +
 .../quadrapassel/quadrapassel-3.20.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/games-puzzle/quadrapassel/Manifest 
b/games-puzzle/quadrapassel/Manifest
index ec62b82..54c4b1f 100644
--- a/games-puzzle/quadrapassel/Manifest
+++ b/games-puzzle/quadrapassel/Manifest
@@ -1 +1,2 @@
 DIST quadrapassel-3.18.0.tar.xz 1722288 SHA256 
2cd1d5328ab9e2c7041936e8e7e01157f292aa4428da81175fb1aa15d40ef8e1 SHA512 
0285e033b22201545b7d89781aaa608304a7b734db40ab609392acc05ce77d21a54341fb88841af9f9807b5629a477b22978dd3bf06d255945fd61e7e869243b
 WHIRLPOOL 
f624cc72f541504cd99c1c4d3343d414246009d2e3c3ceeb859737436a2c3d2a48695073d8661dde1aea7765f2323fec58afd267a20956fb962d5e7f5475148b
+DIST quadrapassel-3.20.0.tar.xz 1706584 SHA256 
e6fdd182b15aaef5af06604eb48ad883ac19977f2fcf6ebb43b41d9ed13f1eb0 SHA512 
cb2547acae77c234899707c147ce4b3e4cf4e15efd7a91cfed335eeb69dd466cee00bfd9d74e58fbc13dc540aae046d6eb4f6a67f44ebd794c90db39c9d0e07c
 WHIRLPOOL 
1856f7882d50846a8d67abb8fc391c8194d94fc8f5950b4ae44df70f973fa28f4357da44b2f645ee05fb4eeda5d229f15c9b932265401e94af8977a9ab91b622

diff --git a/games-puzzle/quadrapassel/quadrapassel-3.20.0.ebuild 
b/games-puzzle/quadrapassel/quadrapassel-3.20.0.ebuild
new file mode 100644
index 000..2850275
--- /dev/null
+++ b/games-puzzle/quadrapassel/quadrapassel-3.20.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
+VALA_MIN_API_VERSION="0.24"
+
+inherit gnome2 vala
+
+DESCRIPTION="Fit falling blocks together"
+HOMEPAGE="https://wiki.gnome.org/Apps/Quadrapassel;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/glib:2
+   >=gnome-base/librsvg-2.32.0:2
+   >=media-libs/clutter-1:1.0
+   >=media-libs/clutter-gtk-0.91.6:1.0
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.12:3
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-taquin/

2016-06-25 Thread Pacho Ramos
commit: f87c0fc967c9fd255de86567c4a0d4ad5462f8ec
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:42:07 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87c0fc9

games-puzzle/gnome-taquin: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-taquin/Manifest |  1 -
 .../gnome-taquin/gnome-taquin-3.16.1.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 5023707..674a901 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1 @@
-DIST gnome-taquin-3.16.1.tar.xz 5514336 SHA256 
f1a25ea1d26e10fcb74f1025a08f7f9b2065bbd197ee12a1af94c5f06c0c8a08 SHA512 
4d6b3d5b2ae765cd3dd12b766f381aa3d800e5ba9da31acd487440b4ea2607ee2b99f17c1daa9926084cde370afa82a911591e448dd80167835b335b1d20440e
 WHIRLPOOL 
b8d6074c633ede2dce2d85277a57c8cdbab1081b1354519f3e7383b3959b411b4f5a41217a54db0be9b8353f3d8c8ab9c3049d5069e008b726fe62537302d9bc
 DIST gnome-taquin-3.18.2.tar.xz 5528180 SHA256 
26154f5fd9f75b6e9e6857d6a31a9d2ce4814ec81afc6ca3e4643058877d1155 SHA512 
a2a3370b8ba8863d9208fb204dea366e2cfd626a2e6c7b8d8e839e2d98d460fe1529f282e8621cdd5f8a1e4183b4d6e67099918afd4699e9035b52c01a75c4ce
 WHIRLPOOL 
464b136f83156a28dfbc160a63af01ebd4603b45a481d066fd1b47fb22a128afdbe044635a93486317931e5892b5fc07c4ec7ac2e9ea7f2b4700b8e6442727ac

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild
deleted file mode 100644
index 6cb0987..000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32
-   >=media-libs/libcanberra-0.26
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-   $(vala_depend)
-"
-
-src_prepare() {
-   vala_src_prepare
-   gnome-games_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-klotski/

2016-06-25 Thread Pacho Ramos
commit: 1f7fafa2ac34e9a496d698850ce4e4a25b75c1e6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:38:25 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7fafa2

games-puzzle/gnome-klotski: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-klotski/Manifest|  1 +
 .../gnome-klotski/gnome-klotski-3.20.2.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/games-puzzle/gnome-klotski/Manifest 
b/games-puzzle/gnome-klotski/Manifest
index 47aaacf..56aab41 100644
--- a/games-puzzle/gnome-klotski/Manifest
+++ b/games-puzzle/gnome-klotski/Manifest
@@ -1 +1,2 @@
 DIST gnome-klotski-3.18.2.tar.xz 1787848 SHA256 
e22b7136c4646b1aa6a9cefa8206bc92aed4ac389e891e48551e1804a2748192 SHA512 
18f8d3e6a36a607d39f6fa5603192631e50df7a10fbdaca5e7f8a383119c518afec1427d4f8c73f5a7833e73f123cda91a9201124fa182be918b3de715eebf72
 WHIRLPOOL 
8ad84f7253cc049c4650bccfca0fbf29a0ca820125b38967e2cfb035f1caec7e80589cb20d0ec6959ca963d60c82a6197c136d33016e04dba606365c1f7f785c
+DIST gnome-klotski-3.20.2.tar.xz 1748852 SHA256 
5c517534da14bb9b8c90dd76b8c7169557a6876318780677a0e451f982028493 SHA512 
2ede92bf6aa016b69e4e5f3dc3059312676e099aef71794195b52db24972d8c1c8f69d1df6dedbd64df3eb61dcbe4c70daadebec6872cba575aff5638700c361
 WHIRLPOOL 
8395ce6279f7ff799b3347bca4eabcf6dcd658a3d2baf46a189126ef89203fff3e1789c58b67dc693b8a17eadc66cdddef38c2e069c385a5251da7356ae3

diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.20.2.ebuild 
b/games-puzzle/gnome-klotski/gnome-klotski-3.20.2.ebuild
new file mode 100644
index 000..a80f2bc
--- /dev/null
+++ b/games-puzzle/gnome-klotski/gnome-klotski-3.20.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Slide blocks to solve the puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Klotski;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgee:0.8=
+   dev-libs/libgames-support
+   >=gnome-base/librsvg-2.32.0:2
+   >=x11-libs/gtk+-3.19.0:3
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



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

2016-06-25 Thread Pacho Ramos
commit: 5f05b1cee7af2f4a4c528fdbba52bd2b73839222
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 12:10:40 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:22:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f05b1ce

gnome-base/dconf: bash-completion hacks look to not be needed anymore

Package-Manager: portage-2.3.0_rc1

 gnome-base/dconf/dconf-0.26.0.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/gnome-base/dconf/dconf-0.26.0.ebuild 
b/gnome-base/dconf/dconf-0.26.0.ebuild
index 91e5778..1007567 100644
--- a/gnome-base/dconf/dconf-0.26.0.ebuild
+++ b/gnome-base/dconf/dconf-0.26.0.ebuild
@@ -49,10 +49,6 @@ src_install() {
echo 'CONFIG_PROTECT_MASK="/etc/dconf"' >> 51dconf
echo 'GSETTINGS_BACKEND="dconf"' >> 51dconf
doenvd 51dconf
-
-   # Install bash-completion file properly to the system
-   rm -rv "${ED}usr/share/bash-completion" || die
-   dobashcomp "${S}/bin/completion/dconf"
 }
 
 pkg_postinst() {



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

2016-06-25 Thread Pacho Ramos
commit: 3cb7174b3767a7b4c9cb31fdb7d5bd36c99c70af
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 12:05:19 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:22:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb7174b

gnome-base/dconf: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-base/dconf/Manifest|  1 +
 gnome-base/dconf/dconf-0.26.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/gnome-base/dconf/Manifest b/gnome-base/dconf/Manifest
index 613a03e..ebfc03b 100644
--- a/gnome-base/dconf/Manifest
+++ b/gnome-base/dconf/Manifest
@@ -1 +1,2 @@
 DIST dconf-0.24.0.tar.xz 218512 SHA256 
4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2 SHA512 
8c2092f1a3002df386686473e6841d600665b3d2ae0e24625c9943b1a636706ecafc31e05f0db48958bbfd80bb107f47978a9d867b151d1c61fc3c3b591a
 WHIRLPOOL 
16f2fbf706247ad980c7c7cb3d937f060d4ed7c94209427eecd96d8ca55566e7da60d65d9dbf65b7476824215a0fa3bf0614ecfc6f4749ad017c515991bf9891
+DIST dconf-0.26.0.tar.xz 219688 SHA256 
8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9 SHA512 
ea225397a486815c90a113c064d943f113490dfc754e4acba049b033115aa3a6a3849a5cdc133663de09811cde41c963041bc244cfd9ed32d65399889e415d1e
 WHIRLPOOL 
5e4e24aa6083ad5a7a50041772bb7d466eb9cee93725311516fd6070a1b31b8db137772a3c55fa7cfca1675f72f9ab35b70d6aec1b67666eeedfbdfdebd9ac7a

diff --git a/gnome-base/dconf/dconf-0.26.0.ebuild 
b/gnome-base/dconf/dconf-0.26.0.ebuild
new file mode 100644
index 000..91e5778
--- /dev/null
+++ b/gnome-base/dconf/dconf-0.26.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 bash-completion-r1 virtualx
+
+DESCRIPTION="Simple low-level configuration system"
+HOMEPAGE="https://wiki.gnome.org/action/show/Projects/dconf;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+# TODO: coverage ?
+IUSE="test"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~arm-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.15
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-gcov \
+   --enable-man \
+   VALAC=$(type -P true)
+}
+
+src_test() {
+   virtx emake check
+}
+
+src_install() {
+   gnome2_src_install
+
+   # GSettings backend may be one of: memory, gconf, dconf
+   # Only dconf is really considered functional by upstream
+   # must have it enabled over gconf if both are installed
+   echo 'CONFIG_PROTECT_MASK="/etc/dconf"' >> 51dconf
+   echo 'GSETTINGS_BACKEND="dconf"' >> 51dconf
+   doenvd 51dconf
+
+   # Install bash-completion file properly to the system
+   rm -rv "${ED}usr/share/bash-completion" || die
+   dobashcomp "${S}/bin/completion/dconf"
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   # Kill existing dconf-service processes as recommended by upstream due 
to
+   # possible changes in the dconf private dbus API.
+   # dconf-service will be dbus-activated on next use.
+   pids=$(pgrep -x dconf-service)
+   if [[ $? == 0 ]]; then
+   ebegin "Stopping dconf-service; it will automatically restart 
on demand"
+   kill ${pids}
+   eend $?
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/swell-foop/

2016-06-25 Thread Pacho Ramos
commit: a7ea9e93dc77324367aaeb805a60e8463a58b651
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:53:47 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ea9e93

games-puzzle/swell-foop: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/swell-foop/Manifest |  1 -
 games-puzzle/swell-foop/swell-foop-3.16.2.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest
index c0f382a..413dce9 100644
--- a/games-puzzle/swell-foop/Manifest
+++ b/games-puzzle/swell-foop/Manifest
@@ -1,2 +1 @@
-DIST swell-foop-3.16.2.tar.xz 2394508 SHA256 
0f37a55c29e15678ba0fb04bebca9ddf02ad85fdf8e87a169ba2eb5d073bb790 SHA512 
62036032ab938088656d14f40a8e80e3881e17ea25c93ee2dd5cb744865b7cc7e88f191226a71dd4f65b2971d25b125b948cb1b4128cce15c66ec47f764aad3d
 WHIRLPOOL 
af961982db3396b91b564bd40385c3ff6b667c3b2072c74106dd94710bce3d3ec04cee1599de3c1824a4cd6dfe454a611c8a082620e209ec8b225cb945d154c6
 DIST swell-foop-3.18.1.tar.xz 2329916 SHA256 
b454fb8ccc1d040a7ae08d632a07feecf88a2bf0c172b75b863f2a05e97179f6 SHA512 
8b5a9de96989f60e5e6addcef5f326a1ebb1c98339da2b6ee5cf5f0065e8c24a3bd46dcb400ca16a9353171eb539cf370592a323ea0e896b59fa3c1f75061b4f
 WHIRLPOOL 
90da0e77a64a0f756d2c2e5cf494ec4911f087b245db0aa05ff8a0b513698e7414dea6560fe7dfad66d2f4d07124b1f3325e847e407b5db6a4e166d17c2395ad

diff --git a/games-puzzle/swell-foop/swell-foop-3.16.2.ebuild 
b/games-puzzle/swell-foop/swell-foop-3.16.2.ebuild
deleted file mode 100644
index 065624f..000
--- a/games-puzzle/swell-foop/swell-foop-3.16.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.22"
-
-inherit gnome-games vala
-
-DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   >=media-libs/clutter-1.14:1.0
-   >=media-libs/clutter-gtk-1.5:1.0
-   >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome-games_src_prepare
-   vala_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2016-06-25 Thread Pacho Ramos
commit: d0ecae016d6cb0e6cc513f8950cab34224e09e82
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:49:25 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ecae01

games-puzzle/lightsoff: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/lightsoff/Manifest  |  1 -
 games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 5da5c3c..9cb26fd 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,2 +1 @@
-DIST lightsoff-3.16.1.1.tar.xz 1957368 SHA256 
80113f0e2e16db30b62c699f984f5349907f35078a6f75e6cfdd99cccf964201 SHA512 
708374c5fcb8627c009b24d3310d37e50c88f6eec8ba942753ce14c40de28135ba1656d628730246b7bb8549bcdafbe318f21dc1f8c89079aefe017e19f8542b
 WHIRLPOOL 
53935dfaad2342f0f5b83a6ecad3581a81ff779eca4daf627a11eddc7983f88b59616dbdac8cbf6f61f6ffa531871ff96e6f72d2537d27f508e3b35661c550ee
 DIST lightsoff-3.18.0.tar.xz 1955488 SHA256 
cd5126dae4506363d9196ce8ba083a769d9f8c287fb0008db53cecf6cdc55d61 SHA512 
3ec2a17bd9d4eab2255214844f3d166dc134ab7c2e2a1231e1f0f3f580ece465104d6090dcbf3c1bb822fc95f9ad67264438c5a371624e6a9b5364dc947bd0e1
 WHIRLPOOL 
0c16020083c13590d54a07542fc989dbe8bd2ee92030a25d5ccf8c93f9c9c3a7f2cfc04e234b43af0af1dd3fcf6de863ecd004a1353f64793438150c4bf0ac91

diff --git a/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild
deleted file mode 100644
index ee4005c..000
--- a/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.22"
-
-inherit gnome-games vala
-
-DESCRIPTION="Turn off all the lights"
-HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   >=gnome-base/librsvg-2.32:2
-   >=media-libs/clutter-1.14:1.0
-   >=media-libs/clutter-gtk-1.5.5:1.0
-   >=x11-libs/gtk+-3.13.2:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome-games_src_prepare
-   vala_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/

2016-06-25 Thread Pacho Ramos
commit: c6a94d524ce77d860ad5963754c9078892386c79
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:46:55 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a94d52

games-puzzle/hitori: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/hitori/Manifest |  1 -
 games-puzzle/hitori/hitori-3.16.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest
index 30241c0..a148db0 100644
--- a/games-puzzle/hitori/Manifest
+++ b/games-puzzle/hitori/Manifest
@@ -1,2 +1 @@
-DIST hitori-3.16.1.tar.xz 494796 SHA256 
a169af5f74dcc7622dae2dfd69c5dcaeb653ae1232cc504247ebc902681ff51e SHA512 
c051662eeccd1b453501ed6d461de72c049f432af14359dedbe13f7e8ebbfd659f1788d7795dd936db191e492f1ea06954d8bfe84232a70d80bdb3a147835742
 WHIRLPOOL 
cab783f003d511841160024d8087a86fc729169e357dcffe0a98ec60d3da52e6ded58ed2ff38ef877c3f6b6fc54943e39f505b61529d5c2c06f9489fce7ed63c
 DIST hitori-3.16.2.tar.xz 510988 SHA256 
d86db15bbefb04697263b576d0a118b7607fda0dc345f5d7581f1dec54452b6c SHA512 
44cada5040fba86ce4272cbf788d75832e28a26ebc6c09adb4fafe64b48490a5cba8bdeb94a448ad6f372e4b0d1dcff70dcbadaefa8a411dbf0cd5bd995ed6f6
 WHIRLPOOL 
10a89a9db5b298fa945a42a019c84ec1beaf5922e255bcac24042f4f1c599af9a090685101bce22dd31a66ae611d786246866ca84fe0dabe60a82ca2e29c7e79

diff --git a/games-puzzle/hitori/hitori-3.16.1.ebuild 
b/games-puzzle/hitori/hitori-3.16.1.ebuild
deleted file mode 100644
index bbc7071..000
--- a/games-puzzle/hitori/hitori-3.16.1.ebuild
+++ /dev/null
@@ -1,30 +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 gnome-games
-
-DESCRIPTION="Logic puzzle game for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Hitori;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=x11-libs/cairo-1.4
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50.2
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-tetravex/

2016-06-25 Thread Pacho Ramos
commit: 933702361c6b8e0dbe8aaf3b1747053997bf4a05
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:45:09 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93370236

games-puzzle/gnome-tetravex: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-tetravex/Manifest   |  1 +
 .../gnome-tetravex/gnome-tetravex-3.20.0.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/games-puzzle/gnome-tetravex/Manifest 
b/games-puzzle/gnome-tetravex/Manifest
index a666084..edaf84b 100644
--- a/games-puzzle/gnome-tetravex/Manifest
+++ b/games-puzzle/gnome-tetravex/Manifest
@@ -1 +1,2 @@
 DIST gnome-tetravex-3.18.0.tar.xz 2193776 SHA256 
ea00ff5ea9a3b583c4d755cefa2725dd7b3b0781972af1c56377c7eda48cb579 SHA512 
001ba810b0633dcc0064c3c82e312945413d33164c16a3e1e6c20f281cd2b22b86f3eac1467a9ecb8b680da2cf11c389dfac782fc2fb17afbfa682545057e30c
 WHIRLPOOL 
79f5aadf5e07466c8685647165b940893ba4f83946f47ccc0c89bb92d201eebc96c529a25ffe27e8cb6731a8e1cf045a14baa0991a9096efa5cc2317b373b9f8
+DIST gnome-tetravex-3.20.0.tar.xz 2162348 SHA256 
a1bdfa4233484566a01373b19f8c0fb126b7c5728227916a48d2ee012c3cbd62 SHA512 
6ecf52a446bdd3f267b489a62e90e5344b7da6a0859dc4e842911858e58585b517395946beb73a3abd44ed04b359afc342d27f8ee9b76144db68bb02059987af
 WHIRLPOOL 
f4e4e6a87b0120093884fc08b265a70c12782d99c74bb09c8b5ccc83753b2b64a1b6291e2ef16b8e6edfea2f565464926153ce24deee8a27186d88662249ba3d

diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.20.0.ebuild 
b/games-puzzle/gnome-tetravex/gnome-tetravex-3.20.0.ebuild
new file mode 100644
index 000..9427e7e
--- /dev/null
+++ b/games-puzzle/gnome-tetravex/gnome-tetravex-3.20.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.24"
+
+inherit gnome2 vala
+
+DESCRIPTION="Complete the puzzle by matching numbered tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Tetravex;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32:2
+   >=x11-libs/gtk+-3.13.4:3
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/five-or-more/

2016-06-25 Thread Pacho Ramos
commit: b6b77da74de2396d5bfe19b95e0303325daf4d8c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:35:16 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b77da7

games-puzzle/five-or-more: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/five-or-more/Manifest |  1 -
 .../five-or-more/five-or-more-3.16.1.ebuild| 32 --
 2 files changed, 33 deletions(-)

diff --git a/games-puzzle/five-or-more/Manifest 
b/games-puzzle/five-or-more/Manifest
index 165a898..e7957bd 100644
--- a/games-puzzle/five-or-more/Manifest
+++ b/games-puzzle/five-or-more/Manifest
@@ -1,2 +1 @@
-DIST five-or-more-3.16.1.tar.xz 3186212 SHA256 
e38999be3c385958875bce86d2cdb4cab8345ecf4ecda0fb96d1012cf8100705 SHA512 
6f160b3dedba0e3b4a9e52a49bbf3105339f57b73b13acfdce1f851cf6f9ebeb3a7d632f9bed71e111a8aaa277c2ae1d0289b6ca69b3005481045d8bfd4773ff
 WHIRLPOOL 
e4b26505a8d40521a962d15099aafabb05a8049a5d1f32ad26fa857b65196e7774ac0e1540c3cacaf86bcf796a38bd0b962e94b3dfddc705d0317215598e3be6
 DIST five-or-more-3.18.0.tar.xz 3180696 SHA256 
e1e7cc81b1281382da9a6ab466d97f09561dbaf39031a9b93f0a45221234fe62 SHA512 
6021fe6cc22b99e5e9df08a61df6ed9aa64547acc41d0fc7e9037b49d2aa65e47e49911ee2280b05dfc4646b132be1920c25f07791188ff4c621b067b330408c
 WHIRLPOOL 
f941e6989a3762af7cf9b9b73cdaaae97d5345d7954240df82c82152e73dc51757da4786a8d965a259bf1f697f721fa9a57e595c40c2af453c74c3f419635e43

diff --git a/games-puzzle/five-or-more/five-or-more-3.16.1.ebuild 
b/games-puzzle/five-or-more/five-or-more-3.16.1.ebuild
deleted file mode 100644
index fa6bc6f..000
--- a/games-puzzle/five-or-more/five-or-more-3.16.1.ebuild
+++ /dev/null
@@ -1,32 +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 gnome-games
-
-DESCRIPTION="Five or More Game for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Five%20or%20more;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.32:2
-   >=gnome-base/librsvg-2.32
-   >=x11-libs/gtk+-3.12:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-taquin/

2016-06-25 Thread Pacho Ramos
commit: ecfe7e41bfce42593458056a3076b0375b9e7ec4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:43:08 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfe7e41

games-puzzle/gnome-taquin: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.20.2.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 674a901..539b242 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.18.2.tar.xz 5528180 SHA256 
26154f5fd9f75b6e9e6857d6a31a9d2ce4814ec81afc6ca3e4643058877d1155 SHA512 
a2a3370b8ba8863d9208fb204dea366e2cfd626a2e6c7b8d8e839e2d98d460fe1529f282e8621cdd5f8a1e4183b4d6e67099918afd4699e9035b52c01a75c4ce
 WHIRLPOOL 
464b136f83156a28dfbc160a63af01ebd4603b45a481d066fd1b47fb22a128afdbe044635a93486317931e5892b5fc07c4ec7ac2e9ea7f2b4700b8e6442727ac
+DIST gnome-taquin-3.20.2.tar.xz 5028404 SHA256 
95a9c5ebc7fc87b58cd08b978acc09071da9b274934e0ec2abe9b5439554b3a2 SHA512 
d550c8fabc5764cd2299af1854a8c8ca1ab712242fbf85239c100b13b5e0627caed8d38622e9b60864c4e14c8575d91c5fd02b36b7d5586f9ea694e8ae9ff900
 WHIRLPOOL 
dae96d7e835a864e01ad6babfc798c6bd070be23346908c34661efda12ab12ed5d40d60f10ca079c54be82cda138d813f3cc279b2738e387214bcebdfae41e8e

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild
new file mode 100644
index 000..716911a
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32:2
+   >=media-libs/libcanberra-0.26
+   >=x11-libs/gtk+-3.15:3
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/

2016-06-25 Thread Pacho Ramos
commit: 17b05ab9a3a8bac9245cf51b120e294a0b5ab42c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:47:37 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b05ab9

games-puzzle/hitori: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/hitori/Manifest |  1 +
 games-puzzle/hitori/hitori-3.20.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest
index a148db0..1b27bad 100644
--- a/games-puzzle/hitori/Manifest
+++ b/games-puzzle/hitori/Manifest
@@ -1 +1,2 @@
 DIST hitori-3.16.2.tar.xz 510988 SHA256 
d86db15bbefb04697263b576d0a118b7607fda0dc345f5d7581f1dec54452b6c SHA512 
44cada5040fba86ce4272cbf788d75832e28a26ebc6c09adb4fafe64b48490a5cba8bdeb94a448ad6f372e4b0d1dcff70dcbadaefa8a411dbf0cd5bd995ed6f6
 WHIRLPOOL 
10a89a9db5b298fa945a42a019c84ec1beaf5922e255bcac24042f4f1c599af9a090685101bce22dd31a66ae611d786246866ca84fe0dabe60a82ca2e29c7e79
+DIST hitori-3.20.0.tar.xz 391496 SHA256 
877cae48144b7f6908fde55104f589788b42acaa5956d62fd32b4026fde3769d SHA512 
c8724453ed4bbd83fb7e50d9249d1b2ec490f65a207f8b319c70a9d8cbefa1008c3e7c65da1fa5e2b7d427e75ad44a74cafccf7a27385eed2f5e268be1d4c839
 WHIRLPOOL 
c41750cbdff6ad5856c11d332f9f71833f84ec274c2625765f9f0814e99d835314cca887a7d4f2572bb6a224d12c109e5a82e7834590a2f33b566bc04502c518

diff --git a/games-puzzle/hitori/hitori-3.20.0.ebuild 
b/games-puzzle/hitori/hitori-3.20.0.ebuild
new file mode 100644
index 000..ebe42b9
--- /dev/null
+++ b/games-puzzle/hitori/hitori-3.20.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Logic puzzle game for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Hitori;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=x11-libs/cairo-1.4
+   >=x11-libs/gtk+-3.15:3
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50.2
+   sys-devel/gettext
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-klotski/

2016-06-25 Thread Pacho Ramos
commit: 52a211a2c341215490334b98cce81ce5256a4afe
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:37:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a211a2

games-puzzle/gnome-klotski: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-klotski/Manifest|  2 --
 .../gnome-klotski/gnome-klotski-3.16.1.ebuild  | 36 --
 .../gnome-klotski/gnome-klotski-3.16.2.ebuild  | 36 --
 3 files changed, 74 deletions(-)

diff --git a/games-puzzle/gnome-klotski/Manifest 
b/games-puzzle/gnome-klotski/Manifest
index 22ee768..47aaacf 100644
--- a/games-puzzle/gnome-klotski/Manifest
+++ b/games-puzzle/gnome-klotski/Manifest
@@ -1,3 +1 @@
-DIST gnome-klotski-3.16.1.tar.xz 1413744 SHA256 
5ddd6778d3bd293bce7998ff9155d1d1e94f3809a7a00ce5dec3ca48c428 SHA512 
9e3f03df1453634ab8e847921bba94f240c940f30f48824dac214bf106df7a2186912537186c5ba6af14456540578fd2d82da47161ecc49991bbe630425f2462
 WHIRLPOOL 
8d19b2be1f3b152f446f2761c59e1050751ba337f30f34d41c6197f94a6941b4989017b94cefea56caee0a7b51766e7a64538e897de1dcdd667c5812e5309671
-DIST gnome-klotski-3.16.2.tar.xz 1790856 SHA256 
af38e163e4ed4396410c8ca80cef63dfc04148669681798aa8bdf5c709eae87d SHA512 
06bf3ae636554ed6cba7b7a67a12725cc0f0e45a42a8fae6efba4f9cab39ef43f26009aa8911361789078668573d67fe253e906bcc9dd9c70edb65a944de9732
 WHIRLPOOL 
929969b9f9051df0433379583945ed92f4a6b3f685695d15a8b111e4ebe682be63f2ce86807875d0ee8e7f7e56db18dcd3167bdd1a8b1d36f6f0b42c21cbe251
 DIST gnome-klotski-3.18.2.tar.xz 1787848 SHA256 
e22b7136c4646b1aa6a9cefa8206bc92aed4ac389e891e48551e1804a2748192 SHA512 
18f8d3e6a36a607d39f6fa5603192631e50df7a10fbdaca5e7f8a383119c518afec1427d4f8c73f5a7833e73f123cda91a9201124fa182be918b3de715eebf72
 WHIRLPOOL 
8ad84f7253cc049c4650bccfca0fbf29a0ca820125b38967e2cfb035f1caec7e80589cb20d0ec6959ca963d60c82a6197c136d33016e04dba606365c1f7f785c

diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.16.1.ebuild 
b/games-puzzle/gnome-klotski/gnome-klotski-3.16.1.ebuild
deleted file mode 100644
index 8bc657d..000
--- a/games-puzzle/gnome-klotski/gnome-klotski-3.16.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Slide blocks to solve the puzzle"
-HOMEPAGE="https://wiki.gnome.org/Apps/Klotski;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=gnome-base/librsvg-2.32.0
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome-games_src_prepare
-   vala_src_prepare
-}

diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.16.2.ebuild 
b/games-puzzle/gnome-klotski/gnome-klotski-3.16.2.ebuild
deleted file mode 100644
index 8bc657d..000
--- a/games-puzzle/gnome-klotski/gnome-klotski-3.16.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Slide blocks to solve the puzzle"
-HOMEPAGE="https://wiki.gnome.org/Apps/Klotski;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=gnome-base/librsvg-2.32.0
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome-games_src_prepare
-   vala_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/five-or-more/

2016-06-25 Thread Pacho Ramos
commit: 4830a8cce39bcc90efb68a885f50787b0ce6226d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:35:40 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4830a8cc

games-puzzle/five-or-more: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/five-or-more/Manifest |  1 +
 .../five-or-more/five-or-more-3.20.0.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/games-puzzle/five-or-more/Manifest 
b/games-puzzle/five-or-more/Manifest
index e7957bd..bf0d3bd 100644
--- a/games-puzzle/five-or-more/Manifest
+++ b/games-puzzle/five-or-more/Manifest
@@ -1 +1,2 @@
 DIST five-or-more-3.18.0.tar.xz 3180696 SHA256 
e1e7cc81b1281382da9a6ab466d97f09561dbaf39031a9b93f0a45221234fe62 SHA512 
6021fe6cc22b99e5e9df08a61df6ed9aa64547acc41d0fc7e9037b49d2aa65e47e49911ee2280b05dfc4646b132be1920c25f07791188ff4c621b067b330408c
 WHIRLPOOL 
f941e6989a3762af7cf9b9b73cdaaae97d5345d7954240df82c82152e73dc51757da4786a8d965a259bf1f697f721fa9a57e595c40c2af453c74c3f419635e43
+DIST five-or-more-3.20.0.tar.xz 3310604 SHA256 
4290a0e4a1817d76db2f042854efbc580d6ac06f2c42176afac2b412dcd456e0 SHA512 
9ef4f897bc1fb3e91fd8d012c59828745f2beb494000438081d19f4a947e14cbbe7afbf7d760c05709a167b184e191f017e9212108408c01335070b3c8145bb4
 WHIRLPOOL 
01cbb061676dbc88bee58714f29b53afcef6ab8920719a67fda9c9c3a3aa743db66fd7546e534ac78102b9f8e661bcaf914d44559bfa38e63ffe61579d4da696

diff --git a/games-puzzle/five-or-more/five-or-more-3.20.0.ebuild 
b/games-puzzle/five-or-more/five-or-more-3.20.0.ebuild
new file mode 100644
index 000..602f45d
--- /dev/null
+++ b/games-puzzle/five-or-more/five-or-more-3.20.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Five or More Game for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Five%20or%20more;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.32:2
+   >=gnome-base/librsvg-2.32:2
+   >=x11-libs/gtk+-3.12:3
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2016-06-25 Thread Pacho Ramos
commit: da116a111e4bcbb831c3f2bb13232c5e687b497c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:31:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da116a11

games-board/iagno: Drop old

Package-Manager: portage-2.3.0_rc1

 games-board/iagno/Manifest|  1 -
 games-board/iagno/iagno-3.16.1.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index a49683c..0cdaeff 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,2 +1 @@
-DIST iagno-3.16.1.tar.xz 1868964 SHA256 
33f88afade4c2bdc6177a783bc0a6fbadd67f261c8f68ec752aec57344d7e45d SHA512 
c0387567c8cb48721ec370852a51c9f97849fe3ac609763cdc07e6e0a70969e8cb0de44a2ae4c40f78856370bcafd600589b9e4453877aa8e0bb46f122d7cf3d
 WHIRLPOOL 
c6122854f76574ba72cca651fc0e7da722ec4a9aed574ffdab46621f70f3d2731368b8644e39e07542c344f782e58eb8c0ee7603ac8baea6c4b491079c102e4c
 DIST iagno-3.18.2.tar.xz 1865912 SHA256 
2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb SHA512 
f84b404cc2508f622891b7e6cca289256ff2cb1639f346ae5aa58143195a7eb0415dd0c9da8743456c1da7727f4b7cb57da2d6d5e3037cd823a33811a120bb8c
 WHIRLPOOL 
b3677c297662862710d5108d2c8041a61b728fa58270adcd43cbae4a86db3a2f440772e640732c8a9be9e4dbcd5262e269a35eec2b1a2db570760bf7393f1653

diff --git a/games-board/iagno/iagno-3.16.1.ebuild 
b/games-board/iagno/iagno-3.16.1.ebuild
deleted file mode 100644
index d30aee5..000
--- a/games-board/iagno/iagno-3.16.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32.0
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-tetravex/

2016-06-25 Thread Pacho Ramos
commit: f48fd17013f420fb9c55813109ffbbe01f71dcd4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:44:36 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48fd170

games-puzzle/gnome-tetravex: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-tetravex/Manifest   |  1 -
 .../gnome-tetravex/gnome-tetravex-3.16.0.ebuild| 36 --
 2 files changed, 37 deletions(-)

diff --git a/games-puzzle/gnome-tetravex/Manifest 
b/games-puzzle/gnome-tetravex/Manifest
index fbd30e5..a666084 100644
--- a/games-puzzle/gnome-tetravex/Manifest
+++ b/games-puzzle/gnome-tetravex/Manifest
@@ -1,2 +1 @@
-DIST gnome-tetravex-3.16.0.tar.xz 2229476 SHA256 
e9d37bf923db8f446d94ef0d1b40e712c92d547e2421814cdd48bad27265951d SHA512 
656be65f75514e407c7acc0357b418dc77fd158a4b36cf985295fd14697e6bcf8019d137bdaa029870af266ba0b107d038562ec6656a0d7f672429fdcbe1e147
 WHIRLPOOL 
36c8ac9c5d4e625f76551c8870e5de5434b6af91ac7e89a6a151177cd4133067d07633457ef00581a975793a2763e6ba72a615c256ac80cb25b89e996a5a51b2
 DIST gnome-tetravex-3.18.0.tar.xz 2193776 SHA256 
ea00ff5ea9a3b583c4d755cefa2725dd7b3b0781972af1c56377c7eda48cb579 SHA512 
001ba810b0633dcc0064c3c82e312945413d33164c16a3e1e6c20f281cd2b22b86f3eac1467a9ecb8b680da2cf11c389dfac782fc2fb17afbfa682545057e30c
 WHIRLPOOL 
79f5aadf5e07466c8685647165b940893ba4f83946f47ccc0c89bb92d201eebc96c529a25ffe27e8cb6731a8e1cf045a14baa0991a9096efa5cc2317b373b9f8

diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.16.0.ebuild 
b/games-puzzle/gnome-tetravex/gnome-tetravex-3.16.0.ebuild
deleted file mode 100644
index 88f7b74..000
--- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.16.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome-games vala
-
-DESCRIPTION="Complete the puzzle by matching numbered tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tetravex;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32
-   >=x11-libs/gtk+-3.13.4:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome-games_src_prepare
-   vala_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2016-06-25 Thread Pacho Ramos
commit: b59205456b92d3c3a4b156532815e6a4f979997e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:32:09 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5920545

games-board/iagno: Version bump

Package-Manager: portage-2.3.0_rc1

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.20.2.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index 0cdaeff..b49d88c 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.18.2.tar.xz 1865912 SHA256 
2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb SHA512 
f84b404cc2508f622891b7e6cca289256ff2cb1639f346ae5aa58143195a7eb0415dd0c9da8743456c1da7727f4b7cb57da2d6d5e3037cd823a33811a120bb8c
 WHIRLPOOL 
b3677c297662862710d5108d2c8041a61b728fa58270adcd43cbae4a86db3a2f440772e640732c8a9be9e4dbcd5262e269a35eec2b1a2db570760bf7393f1653
+DIST iagno-3.20.2.tar.xz 1815316 SHA256 
73f0f201ebf12b88e05cdefbaa72ccd5309bb592a9690d076285dbb800e965d2 SHA512 
1e3eccb7df2dce94ea9700cf352a6023020cda9639a3f42693a2d231e53278d8e55d334ef3017868c75330dedd5b8d3af9fefa8a1fe77d2db4fd558c4c64a4cc
 WHIRLPOOL 
153842c75a10bcb0aea226f439ae553e855aa62311007f603c8630a67c0680064e7d2e622d9435799d05df2b2a3e07e243948d053943becd3b9a0821fabcab8e

diff --git a/games-board/iagno/iagno-3.20.2.ebuild 
b/games-board/iagno/iagno-3.20.2.ebuild
new file mode 100644
index 000..a8b8b35
--- /dev/null
+++ b/games-board/iagno/iagno-3.20.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32.0:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.15:3
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: games-board/tali/

2016-06-25 Thread Pacho Ramos
commit: 9c6a7610e04fbdd401f299b025012623f9633d1a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:33:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6a7610

games-board/tali: Version bump

Package-Manager: portage-2.3.0_rc1

 games-board/tali/Manifest   |  1 +
 games-board/tali/tali-3.20.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest
index 5f025f6..1678b37 100644
--- a/games-board/tali/Manifest
+++ b/games-board/tali/Manifest
@@ -1 +1,2 @@
 DIST tali-3.18.0.tar.xz 2786792 SHA256 
fe785ed2c3eeca8706834a967c0011cfee016008b4e55c1f5e0529b348bc9864 SHA512 
6805cfee02887c3824748e681fd0d4dd276baabbd32e370e6368aaafe7131f3fce5261c9fc8a747c3be35307db46e729bd8ec8023001cd58191749b50c21fd78
 WHIRLPOOL 
71832d64f94e0441622be4c8e2b5558257e13d0ee4ca670c09a330352eb4fd1c641fb9a6ee157785bf3f842e6e27241ed1bceea1baf17496e73850161f711d37
+DIST tali-3.20.0.tar.xz 2939824 SHA256 
6437ab66672c331098e6df44ad708397b6363182d5c08c9ededf711cbf5cb818 SHA512 
8435547879ba1bc218146345878b7d580a03b50339ecedaf141970426982b5e8c70f41862030a7000b950a9f415298b7e0086da4e718d8ff899d5d71c8d57794
 WHIRLPOOL 
1da7eb6b556eb717a8c960fd812f748ea5eb4bb1428392d8c965e9fe7f796306a81307ff4122f860a5099719ce4653d805c9e10007cd581132d586d96e59fdb5

diff --git a/games-board/tali/tali-3.20.0.ebuild 
b/games-board/tali/tali-3.20.0.ebuild
new file mode 100644
index 000..f03a0f1
--- /dev/null
+++ b/games-board/tali/tali-3.20.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Beat the odds in a poker-style dice game"
+HOMEPAGE="https://wiki.gnome.org/Apps/Tali;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/glib:2
+   >=gnome-base/librsvg-2.32:2
+   >=x11-libs/gtk+-3.15:3
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: games-board/tali/

2016-06-25 Thread Pacho Ramos
commit: dd28c2fb6822ca444b4d228567f587fe2d819818
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:33:19 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd28c2fb

games-board/tali: Drop old

Package-Manager: portage-2.3.0_rc1

 games-board/tali/Manifest   |  1 -
 games-board/tali/tali-3.16.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest
index 598f618..5f025f6 100644
--- a/games-board/tali/Manifest
+++ b/games-board/tali/Manifest
@@ -1,2 +1 @@
-DIST tali-3.16.2.tar.xz 2809224 SHA256 
d375c163b0fe40f52114548cdd3b2523f83e244e538823f983f9a8ea324be373 SHA512 
b53c452159a06d2f333e4f6972970a3b643ce3d1aebd2f62a965e1d7066c50a2287c71a783fda8cd588865d1c54c324be6ef4f461a5b4558b153e29823a0a6c0
 WHIRLPOOL 
bbf5490593b143e5a107338369a5a0612b75da211fdfb60252bfa42e35de8041f2d4db75d53ff94f92e11fb2e237b905e0402e30dacf1005ecb66ead1c3bf38e
 DIST tali-3.18.0.tar.xz 2786792 SHA256 
fe785ed2c3eeca8706834a967c0011cfee016008b4e55c1f5e0529b348bc9864 SHA512 
6805cfee02887c3824748e681fd0d4dd276baabbd32e370e6368aaafe7131f3fce5261c9fc8a747c3be35307db46e729bd8ec8023001cd58191749b50c21fd78
 WHIRLPOOL 
71832d64f94e0441622be4c8e2b5558257e13d0ee4ca670c09a330352eb4fd1c641fb9a6ee157785bf3f842e6e27241ed1bceea1baf17496e73850161f711d37

diff --git a/games-board/tali/tali-3.16.2.ebuild 
b/games-board/tali/tali-3.16.2.ebuild
deleted file mode 100644
index 5d481be..000
--- a/games-board/tali/tali-3.16.2.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"
-GCONF_DEBUG="no"
-
-inherit gnome-games
-
-DESCRIPTION="Beat the odds in a poker-style dice game"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tali;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   >=gnome-base/librsvg-2.32:2
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/

2016-06-25 Thread Pacho Ramos
commit: a770741992fef786abb3a521afb5546708eb9bd2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:39:58 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7707419

games-puzzle/gnome-sudoku: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-sudoku/Manifest |  1 -
 .../gnome-sudoku/gnome-sudoku-3.16.0.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/games-puzzle/gnome-sudoku/Manifest 
b/games-puzzle/gnome-sudoku/Manifest
index 6a2abe3..37c72b0 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -1,2 +1 @@
-DIST gnome-sudoku-3.16.0.tar.xz 3063340 SHA256 
bbeb4c410ac690df967fe494da92a40ded473ed28b2565c5e2f34af91be53dad SHA512 
26567f0eeaa03dedaa22a86ed74404d70fb6954087222d3c5f0dc1f1aa3ad89307aec9c136c829dc4b0c39d028214c146d7c0c4b0080043f2f89405534da6914
 WHIRLPOOL 
8373e59f9763381888d162d62584e3ddaa45697261d29951849b99331cac712d155ff5671d73bec593b9e0736fb19132280bf13153b75d022f58af6747adf88f
 DIST gnome-sudoku-3.18.2.tar.xz 3056932 SHA256 
4eefde04145d9f4bf30f4327b83929f6bfb8a19b604337c1d75f66e984f8c0ac SHA512 
0c88ac689dd52cde69b20820235a1601dcb631f9ceb64c07e14b6b0c55b53e5ecd2a4d370f66834d7530dee3e8a6727f2ebd6bfa3c2dbe607aa64235e740
 WHIRLPOOL 
992f2a6251b096a2ae9ac5d51526e673a419b956287e7fc370f6d814c13ed97d99929a8ea22e17e997a64c927adb53b7c70552ac7736be48415d303bd349a912

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.16.0.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-3.16.0.ebuild
deleted file mode 100644
index 7c7c2c3..000
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.16.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Test your logic skills in this number grid puzzle"
-HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-# fixed vala & gtk+ from gnome-3.16 branch
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   dev-libs/libgee:0.8[introspection]
-   dev-libs/json-glib
-   >=dev-libs/qqwing-1.2
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.15:3[introspection]
-   x11-libs/pango[introspection]
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-   $(vala_depend)
-"
-
-src_prepare() {
-   vala_src_prepare
-   gnome-games_src_prepare
-}
-
-src_configure() {
-   # Workaround until we know how to fix bug #475318
-   gnome-games_src_configure \
-   --prefix="${EPREFIX}/usr" \
-   --bindir="${GAMES_BINDIR}"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/

2016-06-25 Thread Ulrich Müller
commit: ef7700943ea4e06ee164a169fb8b407be8799e4e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 12:08:05 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 12:10:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef770094

x11-misc/treeline: [QA] Fix loop over TLLINGUAS in src_unpack.

Also specify LICENSE more precisely.

Package-Manager: portage-2.3.0

 x11-misc/treeline/treeline-1.4.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild 
b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
index cdc989f..39f3bb5 100644
--- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild
+++ b/x11-misc/treeline/treeline-1.4.1-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$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TreeLine is a structured information storage 
program"
 HOMEPAGE="http://treeline.bellz.org/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
@@ -37,7 +37,7 @@ S="${WORKDIR}/TreeLine"
 src_unpack() {
unpack ${P}.tar.gz
local lingua
-   for lingua in ${TLLINGUAS}; do
+   for lingua in "${TLLINGUAS[@]}"; do
if use linguas_${lingua}; then
tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \

TreeLine/doc/{readme_${lingua}.trl,README_${lingua}.html} \



[gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/

2016-06-25 Thread Ulrich Müller
commit: 5b694de11c4ec00bfc8b2240dca9d40c2f51eca4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 12:09:53 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 12:10:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b694de1

x11-misc/treeline: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 x11-misc/treeline/treeline-1.4.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild 
b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
index 39f3bb5..722f2b4 100644
--- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild
+++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
@@ -18,9 +18,9 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
 TLLINGUAS=( de fr )
-IUSE+=" ${TLLINGUAS[@]/#/linguas_}"
+IUSE+=" ${TLLINGUAS[@]/#/l10n_}"
 for lingua in ${TLLINGUAS[@]}; do
-   SRC_URI+=" linguas_${lingua}? ( 
mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )"
+   SRC_URI+=" l10n_${lingua}? ( 
mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )"
 done
 unset lingua
 
@@ -38,7 +38,7 @@ src_unpack() {
unpack ${P}.tar.gz
local lingua
for lingua in "${TLLINGUAS[@]}"; do
-   if use linguas_${lingua}; then
+   if use l10n_${lingua}; then
tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \

TreeLine/doc/{readme_${lingua}.trl,README_${lingua}.html} \

TreeLine/translations/{treeline_${lingua}.{qm,ts},qt_${lingua}.{qm,ts}} || die



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/

2016-06-25 Thread Manuel Rüger
commit: 47738aacfb6d56c8c544fd10da6fb8bc4a813faa
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jun 25 12:02:19 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jun 25 12:02:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47738aac

x11-drivers/xf86-video-intel: Add new snapshot

Package-Manager: portage-2.2.28

 x11-drivers/xf86-video-intel/Manifest  |  1 +
 .../xf86-video-intel-2.99.917_p20160621.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/x11-drivers/xf86-video-intel/Manifest 
b/x11-drivers/xf86-video-intel/Manifest
index 6068a9a..ba5c8e8 100644
--- a/x11-drivers/xf86-video-intel/Manifest
+++ b/x11-drivers/xf86-video-intel/Manifest
@@ -4,3 +4,4 @@ DIST xf86-video-intel-2.99.917.tar.bz2 2259040 SHA256 
00b781eea055582820a123c47b
 DIST xf86-video-intel-2.99.917_p20160423.tar.xz 939860 SHA256 
69f9a731d95b88615ae4a27cdd053f8a4dee73031ed28238a95d978eb10440a6 SHA512 
1fb306cc59a7d68bf3f861820647f06d00953d984bca2ef01be8fef07facbea53deca0b10e5aa63adcf014bb4ffbbcc4e8627822dc891966ccb4f49dccd1dd41
 WHIRLPOOL 
bdaec581b399e51df899acc88bd636e2b6214a4288cb536dc7684200be2600b983b568da36a721681f69ecb9cd732818845abd05e5db2e860eed4dd4fcddd0c0
 DIST xf86-video-intel-2.99.917_p20160507.tar.xz 940460 SHA256 
1826e2611bb9abdea59ce442e2fb1885ecb48966b9496d7d12ff10d89f91c2ae SHA512 
95d0c838e29a3aa443bddf6b7945eba7eae6a7dbc5b13e2fc97f1e1b612c7e46543e37972b54e0667634c1dbeabaa24eb04467a55b455b67ee2a9e2379fc24a8
 WHIRLPOOL 
3ae8002e069c918f2a0f5ce86f2e442f91508bf31289f467eb1fcf3b9a7e86a3a5d55131182b89fbfaf307979fd51c92986ab7f70d1daff6fec76178bcfb1f91
 DIST xf86-video-intel-2.99.917_p20160518.tar.xz 940760 SHA256 
04d31ab0947aa4979ae678d012c132f5f5198e8b0104029423230756a8a0c2d7 SHA512 
a8fe8fe71d91de50f07b8459fdad6eab018ccd15b2fd4cb225271febb60870c38be1dc1ee80d2f7fecb4201fcd098d8f954a258fd54d1e0903361c5a1afc2fda
 WHIRLPOOL 
95e9f381dbedd54f35e60f25112d087c7ad2f4e2ab21e7c7e4a88e7cf3846903b658417fee26163c2e2abcf60f771e1856ad017ac12cf9fdc663695f80b41962
+DIST xf86-video-intel-2.99.917_p20160621.tar.xz 941280 SHA256 
1dcb1ba06321921f7de84d95ba25e18277df74bb09d143b3ec759ffe5c6be392 SHA512 
9face5d348a0805b9bdd98fa42a466ad4dcca1050f8abdc114f8475e713ae7315d2ac19ff50756071f305bcca8526fe9be0d448d2d10fab51300d0d2d50fe60a
 WHIRLPOOL 
886064d7f75c59be7a24429eb04dc70f47ae48a580734234a71f1a570c39926f11b8d6807082b537f0bb843ae677c54b3a303dbd1830b29186d0338ce88a36ba

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621.ebuild
new file mode 100644
index 000..be14770
--- /dev/null
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DRI=dri
+XORG_EAUTORECONF=yes
+inherit linux-info xorg-2
+
+DESCRIPTION="X.Org driver for Intel cards"
+
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd"
+IUSE="debug +dri3 +sna +udev uxa xvmc"
+COMMIT_ID="c28e62f94f15c9f5c4fb0744588f08ae18e4a9b5"
+SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz
 -> ${P}.tar.xz"
+
+S=${WORKDIR}/${COMMIT_ID}
+
+REQUIRED_USE="
+   || ( sna uxa )
+"
+RDEPEND="x11-libs/libXext
+   x11-libs/libXfixes
+   >=x11-libs/pixman-0.27.1
+   >=x11-libs/libdrm-2.4.29[video_cards_intel]
+   dri3? (
+   >=x11-base/xorg-server-1.18
+   )
+   sna? (
+   >=x11-base/xorg-server-1.10
+   )
+   udev? (
+   virtual/udev
+   )
+   xvmc? (
+   x11-libs/libXvMC
+   >=x11-libs/libxcb-1.5
+   x11-libs/xcb-util
+   )
+"
+DEPEND="${RDEPEND}
+   >=x11-proto/dri2proto-2.6
+   x11-proto/dri3proto
+   x11-proto/presentproto
+   x11-proto/resourceproto"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable debug)
+   $(use_enable dri)
+   $(use_enable dri3)
+   $(usex dri3 "--with-default-dri=3")
+   $(use_enable sna)
+   $(use_enable udev)
+   $(use_enable uxa)
+   $(use_enable xvmc)
+   )
+   xorg-2_src_configure
+}
+
+pkg_postinst() {
+   if linux_config_exists && \
+   kernel_is -lt 4 3 && ! linux_chkconfig_present DRM_I915_KMS; 
then
+   echo
+   ewarn "This driver requires KMS support in your kernel"
+   ewarn "  Device Drivers --->"
+   ewarn "Graphics support --->"
+   ewarn "  Direct Rendering Manager (XFree86 4.1.0 and higher 
DRI support)  --->"
+   ewarn "  <*>   Intel 830M, 845G, 852GM, 855GM, 865G (i915 
driver)  --->"
+   ewarn "   i915 driver"
+   ewarn "  [*]   Enable modesetting on 

[gentoo-commits] repo/gentoo:master commit in: app-office/geierlein/

2016-06-25 Thread Hanno Boeck
commit: f671ce866a2b0e48109aec81ec266fe58cb193c5
Author: Hanno  gentoo  org>
AuthorDate: Sat Jun 25 12:00:49 2016 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Jun 25 12:00:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f671ce86

app-office/geierlein: Bump to 0.9.4

Package-Manager: portage-2.3.0

 app-office/geierlein/Manifest   |  1 +
 app-office/geierlein/geierlein-0.9.4.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/app-office/geierlein/Manifest b/app-office/geierlein/Manifest
index a5c3a48..8066339 100644
--- a/app-office/geierlein/Manifest
+++ b/app-office/geierlein/Manifest
@@ -1,2 +1,3 @@
 DIST geierlein-0.8.0.tar.gz 1123882 SHA256 
1eeb1d0e055a92a4c5e2a102280e7488c292981a0575865e2df2c364d9aa294b SHA512 
6df69690c94a94f69cb7d22dc62dca6cbc48dbd7701cf1751b179afadd7bf642fe6b8dcb1da77caf094c4b351049ee2d6aa40eb6cb019b66c132af4b1416c3e8
 WHIRLPOOL 
170633fefdb87f94ef8aa5525aa211b6784012f623ae69dee6dc94a4d6b456d2cd8ad563727497abadbb76401c2cb940274e5682aa4c7672f4806d27752ef4cf
 DIST geierlein-0.9.1.tar.gz 1123700 SHA256 
5b221134bf80b3102e82fd68d57c33531f594ca2ef9b88ffbeafe849921171b0 SHA512 
4db9aa6d201727d30efe03f12d83de1d2f0218a4955eb206bd1490c00a51cd4f3dc3dc0598c1f95ab0cd4975d8cb24177472cc468e1a5b68577fb71caf319cfc
 WHIRLPOOL 
ecc95b5d931930f5c33292f1094ecc6cfc5f4d06ed3aa0b47cf53ed2e15ddc03821e1aa6c7ad250013872c40da77c198422aec64729c8d9c4287e1b775a64f29
+DIST geierlein-0.9.4.tar.gz 1124800 SHA256 
2c15de8dba1b436157ba9effd094f489b12876f4d3a2d3599e7906bbea66ae9e SHA512 
502341596addd498c3042d0ba6a885d7c4765871d2e08cef3b41961866c212caa91891c822a8b002fd4052ab9c8f9eeb9a875f158766088a305d233ccd6fcfa4
 WHIRLPOOL 
bfee2eca8d3cb94283db51d567aa1f52b4a74a10c0fe639e238a62579d645279f6d44ec7b80cd5701e2862a0a6639c44d24d4ddc21dd3a607fdd2519612a89a2

diff --git a/app-office/geierlein/geierlein-0.9.4.ebuild 
b/app-office/geierlein/geierlein-0.9.4.ebuild
new file mode 100644
index 000..e2958a2
--- /dev/null
+++ b/app-office/geierlein/geierlein-0.9.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to German ELSTER"
+HOMEPAGE="https://stesie.github.com/geierlein/;
+SRC_URI="https://github.com/stesie/geierlein/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND="|| ( www-client/firefox www-client/firefox-bin )"
+DEPEND=""
+
+# needs nodejs and a couple of modules we don't have packaged
+RESTRICT="test"
+
+src_compile() {
+   emake prefix=/usr
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   prefix=/usr \
+   install || die
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/adobeps/

2016-06-25 Thread Ulrich Müller
commit: afec825f3597521a72e43bcc1c312f83ad557886
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 11:52:57 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 11:52:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afec825f

net-print/adobeps: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 net-print/adobeps/Manifest|  1 +
 net-print/adobeps/adobeps-1.0.6-r1.ebuild | 45 ---
 2 files changed, 25 insertions(+), 21 deletions(-)

diff --git a/net-print/adobeps/Manifest b/net-print/adobeps/Manifest
index ad500f8..6e5de25 100644
--- a/net-print/adobeps/Manifest
+++ b/net-print/adobeps/Manifest
@@ -1,6 +1,7 @@
 DIST Winstchs.exe 7763014 SHA256 
4af84c26ad901cde09571930b7d228dfc88327711b5360f6441147443afcbcad SHA512 
cf8041b9212adcabff6c3d5e547b9bb5d9c2d36ecec175cb7fff71185e8805909dc6ec7b42e68f794d66b5a4f3ce6d5b7f602c42926ffea57674f0f4597665e8
 WHIRLPOOL 
0d2c6613e27682fff5fc1528cc764eed67b165a4ca1cdeee6691b554859b754c858e88d453790c06bb6bbfb74e8af2f6ae6a15c28ff47901feab38d91ac1d911
 DIST winstDan.exe 7815273 SHA256 
a95c420208cb90be6d741214c56d130793eaad415a6fcece120516c993f5340f SHA512 
7981fe9655c798210de58a797227c7891c3355d29df8bd525bc99f8dacb7d235b1599e6b6a12136d78d63729827481edc2f8bb7eb60b728f0ae05861d925320a
 WHIRLPOOL 
5cbef4a5c8724ea01241b0c4f05e2b0e5ad5e83250605434045ed004222fb49af9f89ba32a3d4258622de6bb7bc04fefd6e89624bd896c24fbae3b946710481f
 DIST winstbrz.exe 7820627 SHA256 
4585b2749e1bc227cabcfebdd1729183deb769ba4c18f12df58defc59545559d SHA512 
72f24812841945d49d0d1ccb99e2f906062f37ff9c0764b9ac58d999c85ce6e8c0348d09c638c01a82f68dc99dbb17abdbc11f0d1f712d2ee6b181d611d3b413
 WHIRLPOOL 
997bb2463f039cf58a732331c6c9b585e335d316bf485e21192ccac94fe62ab52ca2566507e93867ab02b4f29d18b8a79fcf879b1f5757a8df28153cd15bb0d2
+DIST winstcht.exe 7780767 SHA256 
9142da863b63dda763bc850472133097f7312f2a500cbea2060314b80b30633b SHA512 
61d7957560edbe19928be5a55709156e3c55dc671bb0bbe4ddad0b0529a483281a24d6b37d29d2d202d672457a705715c1b52bb6e2187de353666bd4e2649dbc
 WHIRLPOOL 
bc4a1c5d69bfc6ab77058a5f23fa8c914209fa7c2e4bb281d9b3e2923366f405914e78657bf34e2189e43059224ed0c8003bc92d22e035bf89a0eb980dab15c2
 DIST winstdut.exe 7835281 SHA256 
bd82ad3616c3572262c03590832f19cd872afb07b8eea4e6540d33a6906ac815 SHA512 
0a125d98fb12a2ac7eb47d5a2e8649f09c9e4bb50803b68b891b9403d5655debeb22cca35d29b7544494ad71a6b5eb28efa2d9b1a34856584afeac1ed86c600d
 WHIRLPOOL 
29fa339cd635fa6edc3618c6f8346c501ce04ce4b0750ae2bc736b83a080152bdf20252b27c6c70ac42b6b7082aaeab6e9bd77a3449a624c5f9bbe3cdfef8c9f
 DIST winsteng.exe 7740765 SHA256 
45a66f17f7c34e268fac4f40e829a3fb676c50d137e38fdee225ee1bcda189d0 SHA512 
4da2460a85b9d86acdef20ed564ca1e19213f125487ec197eae9c88caf540fce123d2c2decf32978c2a3e55f52a5441cacd7826a7e916557087678532296f889
 WHIRLPOOL 
0206472a1ac133ddfa967f6c42e8c6399a428f5b01df65ff71e3b8b5d4cb761c09073ccf0779cf1c3ac1a9b1dbf8929d442e3bca89ba380982efd9b8fb41453d
 DIST winstfin.exe 7821985 SHA256 
ecd28749632525287b562817580eea81e3cdef31c585d8a81a25bdca013e79d7 SHA512 
6eaf6ae2ff0e476cee3b75d476bf56078dad2c04194eb17e780add94c1a667836e950737054e0efd7a274e46f966852f3b2dcdeb26742a5c8fbdaa404d686224
 WHIRLPOOL 
054f378f2da3faab47db74f1796c1fb2c24fd21bace350b01ba41225350fa5d9f04d3eaeed0d8b26019a8effbbe4dc3bee945a423d41368ce1f0cfb745a48cfb

diff --git a/net-print/adobeps/adobeps-1.0.6-r1.ebuild 
b/net-print/adobeps/adobeps-1.0.6-r1.ebuild
index 9e6dee7..fef00ed 100644
--- a/net-print/adobeps/adobeps-1.0.6-r1.ebuild
+++ b/net-print/adobeps/adobeps-1.0.6-r1.ebuild
@@ -20,17 +20,17 @@ IUSE="cups"
 DEPEND="app-arch/cabextract"
 RDEPEND="cups? ( >=net-print/cups-1.2 )"
 
-IUSE_LINGUAS=( en da de es fi fr it ja ko nl no pt_BR sv zh_CN )
+IUSE_L10N=( en da de es fi fr it ja ko nl no pt-BR sv zh-CN zh-TW )
 IUSE_FILES=( winsteng winstDan winstger winstspa winstfin winstfre winstita
-   winstjpn winstkor winstdut winstnor winstbrz winstswe Winstchs ) # 
winstcht
+   winstjpn winstkor winstdut winstnor winstbrz winstswe Winstchs winstcht 
)
 
 IUSE_LANGS=""
 IUSE_CLOSE=""
-for ((X=0; X < ${#IUSE_LINGUAS[*]}; X++)); do
-   IUSE="${IUSE} linguas_${IUSE_LINGUAS[X]}"
-   SRC_URI="${SRC_URI} linguas_${IUSE_LINGUAS[X]}? ( 
${SRC_URI_BASE}/${IUSE_FILES[X]}.exe )"
-   IUSE_LANGS="${IUSE_LANGS} !linguas_${IUSE_LINGUAS[X]}? ("
-   IUSE_CLOSE="${IUSE_CLOSE} )"
+for (( X=0; X < ${#IUSE_L10N[@]}; X++ )); do
+   IUSE+=" l10n_${IUSE_L10N[X]}"
+   SRC_URI+=" l10n_${IUSE_L10N[X]}? ( ${SRC_URI_BASE}/${IUSE_FILES[X]}.exe 
)"
+   IUSE_LANGS+=" !l10n_${IUSE_L10N[X]}? ("
+   IUSE_CLOSE+=" )"
 done
 SRC_URI="${SRC_URI} ${IUSE_LANGS} 
${SRC_URI_BASE}/${IUSE_FILES[0]}.exe${IUSE_CLOSE}"
 
@@ -39,14 +39,16 @@ S="${WORKDIR}"
 pkg_setup() {
local X L=""
ADOBEPS_LANG=""
-   for X in ${LINGUAS}; do
-   if [[ " ${IUSE_LINGUAS[*]} " =~ " ${X} " ]]; then
-   [ -z 

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

2016-06-25 Thread Aaron Bauman
commit: a736ec753f6f72dc789bbaa0f1ffe98676a770ec
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Jun 25 11:52:14 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun 25 11:52:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a736ec75

package.mask: revert mask on dev-java/smack

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 71f1671..708e0a8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,11 +30,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Aaron Bauman  (25 Jun 2016)
-# Unpatched security vulnerabilities per bugs
-# 509354 and 519216
-dev-java/smack
-
 # Michał Górny  (23 Jun 2016)
 # Integrated in media-video/bashnapi. Removal in 30 days.
 media-video/subotage



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

2016-06-25 Thread Aaron Bauman
commit: 4f6c0395aed4bf90af611b0f3a1dbcae359f840a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Jun 25 11:35:53 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun 25 11:35:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6c0395

package.mask: mask dev-java/smack per security bugs #509354 and 519216

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 708e0a8..71f1671 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (25 Jun 2016)
+# Unpatched security vulnerabilities per bugs
+# 509354 and 519216
+dev-java/smack
+
 # Michał Górny  (23 Jun 2016)
 # Integrated in media-video/bashnapi. Removal in 30 days.
 media-video/subotage



[gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/

2016-06-25 Thread Ole Reifschneider
commit: 0aa9f88d2832ae35bf34c57dad4fa77464780110
Author: Vindex17  outlook  it>
AuthorDate: Mon Jun 20 09:48:22 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sat Jun 25 11:33:38 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0aa9f88d

gnome-extra/evolution-data-server: remove unused runtime dependencies

Signed-off-by: Ole Reifschneider  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild | 2 --
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild   | 2 --
 2 files changed, 4 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
index cc9b480..f8380be 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
@@ -30,14 +30,12 @@ RDEPEND="
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.40:2
-   >=dev-libs/json-glib-1.0.4
>=dev-libs/libgdata-0.10:=
>=dev-libs/libical-0.43:=
>=dev-libs/libxml2-2
>=dev-libs/nspr-4.4:=
>=dev-libs/nss-3.9:=
>=net-libs/libsoup-2.42:2.4
-   >=net-libs/webkit-gtk-2.4.9:3
 
dev-libs/icu:=
sys-libs/zlib:=

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 19daf6c..13fabcc 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -39,14 +39,12 @@ RDEPEND="
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.40:2
-   >=dev-libs/json-glib-1.0.4
>=dev-libs/libgdata-0.10:=
>=dev-libs/libical-0.43:=
>=dev-libs/libxml2-2
>=dev-libs/nspr-4.4:=
>=dev-libs/nss-3.9:=
>=net-libs/libsoup-2.42:2.4
-   >=net-libs/webkit-gtk-2.4.9:3
 
dev-libs/icu:=
sys-libs/zlib:=



[gentoo-commits] repo/gentoo:master commit in: net-irc/irker/files/, net-irc/irker/

2016-06-25 Thread Patrice Clement
commit: 4fc22142eec1950e4359d46e4fde1e7d58fec448
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Sat Apr  9 17:48:16 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 25 11:03:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc22142

net-irc/irker: Version bump

Add an option USE flag for new SOCKS support.
Update irkerhook-Remove-file-listing.patch with a rebased version that apply on 
this new version

Package-Manager: portage-2.2.26
Gentoo-Bug: https://bugs.gentoo.org/579524
Closes: https://github.com/gentoo/gentoo/pull/1223

Signed-off-by: Patrice Clement  gentoo.org>

 net-irc/irker/Manifest |   1 +
 .../files/2.17-irkerhook-Remove-file-listing.patch | 104 +
 net-irc/irker/irker-2.17.ebuild|  56 +++
 3 files changed, 161 insertions(+)

diff --git a/net-irc/irker/Manifest b/net-irc/irker/Manifest
index 95aab95..78b21e6 100644
--- a/net-irc/irker/Manifest
+++ b/net-irc/irker/Manifest
@@ -3,4 +3,5 @@ DIST irker-2.12.tar.gz 41693 SHA256 
cf76cc289e54c4d0d745e73a2cd9b8d0e40651890f93
 DIST irker-2.13.tar.gz 42733 SHA256 
12e8d28f682c6e0bc66d33e8ec69b90db30edef4520ab2ffb26e3b4ff49609c4 SHA512 
5aa86354b5f3dabd7e2b46c62df4298b3bc675757b71ee03e2068d9ad14dc35127fb4076ef819ddd0ae84d82937c540516ed77ab5f1177af6dc7381df56af3ac
 WHIRLPOOL 
1cd1da51d5d5834ccdda295833fef20edc4bcae6706b58fdb0fbc1a986e02401c777e8a229b3b074826060554713803201d5fce87878ce6811df7e6f6e1ef52e
 DIST irker-2.15.tar.gz 43765 SHA256 
b4055ae0eb39140481a2b637a64b9d49df1d615f687f6fe05d64b6048e7739fb SHA512 
94f4bb33a320f4284d03e75c7090ea4714d30d879e1abbf757c3e6eff8898ca5664f718c6ab2f35cae8377c348d41bc9100832b8a70f1b9f1a03c6f7487c2bfe
 WHIRLPOOL 
15cd397c114f3ef44a2ecc04ae3e511328068c753ac5ff45f0e9bd550732a0bdcd4de181f2eb50ee718130cbb1d9c7dc9ecab2699e589e8b755be4084c280308
 DIST irker-2.16.tar.gz 43824 SHA256 
3203bdf765fdf70ec9369fce15f52910676f76f1c1714ade3a0411c46f7b38b7 SHA512 
6a58938e1d458ad9183d750b4f6d1a4827fffd85caf7c0215c2fa1a9ef5692570c5181ade28f59701bef7398fdc0cfa760fe70d9432b7e54dc7fa663a558fed4
 WHIRLPOOL 
a5de277a01bcd79d7d5951406bacb0346c288860d1265ce99271b6d124bc7bf05e651a9a0ad2f78ddb158061aea142c3579a4d9d4e4944197a72d3f762f73486
+DIST irker-2.17.tar.gz 44139 SHA256 
71150b019345c4963d7b94aa38e173c070939ec45360e9ba42a24d9cb25bb2d4 SHA512 
030b45c1d64e3c3ebd89aabf99e86d4f3824c8b749ecca02447c0aa1248d928b9c640c3b65ca22f1412d9a9b0609157f7708323234f559111097ee6aa67abac0
 WHIRLPOOL 
f2ff6035ab3080508bc36ccc98b2662d8f63a976c931e5d3ad4a61eb4605dfc10916b98fc39ae8b7afecef8e8f0d2cd132c993a7ab9e0173dfbde4cda91c1312
 DIST irker-2.9.tar.gz 41050 SHA256 
1c743a86275e8bf91f133b70943a1296d960e2dcc8c5e8dd894bc9a3c9a824b5 SHA512 
bdb632414c87ebc3f0d480605a29823d9259defe63a6c6de8f5d1876c13f5a4ab90ef7956a83f62aedf08f17494be7a67bc414e2e30101608f565afd115c5c0f
 WHIRLPOOL 
d1c76f1bcc329b4720a823714b1bb6aae81af5913f627474f5b938ac54e09da22f3fbb58f89d79dba0f4833e3a47efeb8f13d2dfffd7a8a2f97c49cf8db200cd

diff --git a/net-irc/irker/files/2.17-irkerhook-Remove-file-listing.patch 
b/net-irc/irker/files/2.17-irkerhook-Remove-file-listing.patch
new file mode 100644
index 000..356bc9a
--- /dev/null
+++ b/net-irc/irker/files/2.17-irkerhook-Remove-file-listing.patch
@@ -0,0 +1,104 @@
+From a5fca5ebbede155329e44fd4b4a4268c0c86ff3f Mon Sep 17 00:00:00 2001
+From: Bertrand Jacquin 
+Date: Mon, 7 Oct 2013 13:33:30 +0200
+Subject: [PATCH 2/2] irkerhook: Remove file listing
+
+---
+ irkerhook.py | 28 +++-
+ 1 file changed, 3 insertions(+), 25 deletions(-)
+
+diff --git a/irkerhook.py b/irkerhook.py
+index 18c9b01..0ba6834 100755
+--- a/irkerhook.py
 b/irkerhook.py
+@@ -66,7 +66,6 @@ class Commit:
+ self.rev = None
+ self.mail = None
+ self.author = None
+-self.files = None
+ self.logmsg = None
+ self.url = None
+ self.author_date = None
+@@ -237,7 +236,7 @@ class GitExtractor(GenericExtractor):
+ self.channels = do("git config --get irker.channels")
+ self.email = do("git config --get irker.email")
+ self.tcp = do("git config --bool --get irker.tcp")
+-self.template = '%(bold)s%(project)s:%(reset)s 
%(green)s%(author)s%(reset)s %(repo)s:%(yellow)s%(branch)s%(reset)s * 
%(bold)s%(rev)s%(reset)s / %(bold)s%(files)s%(reset)s: %(logmsg)s 
%(brown)s%(url)s%(reset)s'
++self.template = '%(bold)s%(project)s:%(reset)s 
%(green)s%(author)s%(reset)s %(repo)s:%(yellow)s%(branch)s%(reset)s * 
%(bold)s%(rev)s%(reset)s: %(logmsg)s %(brown)s%(url)s%(reset)s'
+ self.tinyifier = do("git config --get irker.tinyifier") or 
default_tinyifier
+ self.color = do("git config --get irker.color")
+ self.urlprefix = do("git config --get irker.urlprefix") or "gitweb"
+@@ -286,9 +285,6 @@ class GitExtractor(GenericExtractor):
+ if self.urlprefix in ('gitweb', 'cgit'):
+

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

2016-06-25 Thread Ulrich Müller
commit: 3ee6f3d6af2534cb0e153cc8863058f5f8674941
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 11:00:35 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 11:06:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee6f3d6

profiles: Add "es-419" and "fil" to l10n.desc.

Needed for www-client/chromium and dev-util/netbeans.

 profiles/desc/l10n.desc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index e78a632..21dfa59 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -56,6 +56,7 @@ en-US - English (United States)
 en-ZA - English (South Africa)
 eo - Esperanto
 es - Spanish
+es-419 - Spanish (Latin America)
 es-AR - Spanish (Argentina)
 es-CL - Spanish (Chile)
 es-ES - Spanish (Spain)
@@ -64,6 +65,7 @@ et - Estonian
 eu - Basque
 fa - Persian
 fi - Finnish
+fil - Filipino
 fo - Faroese
 fr - French
 fy - Western Frisian



[gentoo-commits] repo/gentoo:master commit in: dev-util/netbeans/

2016-06-25 Thread Ulrich Müller
commit: 918832aec84e778d86cb11182f773fec1ba34b54
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun 25 11:06:34 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jun 25 11:06:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918832ae

dev-util/netbeans: Use L10N value "fil" rather than "tl" for Filipino.

Package-Manager: portage-2.3.0

 dev-util/netbeans/netbeans-8.0.2.ebuild | 21 -
 dev-util/netbeans/netbeans-8.1.ebuild   | 21 -
 2 files changed, 16 insertions(+), 26 deletions(-)

diff --git a/dev-util/netbeans/netbeans-8.0.2.ebuild 
b/dev-util/netbeans/netbeans-8.0.2.ebuild
index 4ad72ba..5176a35 100644
--- a/dev-util/netbeans/netbeans-8.0.2.ebuild
+++ b/dev-util/netbeans/netbeans-8.0.2.ebuild
@@ -131,14 +131,14 @@ pkg_setup() {
lang=${lang/-/_}
 
case ${lang} in
-   ar) lang="ar_EG,ar_SA" ;;
-   es) lang="es,es_CO";;
-   gl) lang="gl_ES"   ;;
-   hi) lang="hi_IN"   ;;
-   id) lang="in_ID"   ;;
-   nl) lang="nl_BE,nl_NL" ;;
-   ta) lang="ta_IN"   ;;
-   tl) lang="fil_PH"  ;;
+   ar)  lang="ar_EG,ar_SA" ;;
+   es)  lang="es,es_CO";;
+   fil) lang="fil_PH"  ;;
+   gl)  lang="gl_ES"   ;;
+   hi)  lang="hi_IN"   ;;
+   id)  lang="in_ID"   ;;
+   nl)  lang="nl_BE,nl_NL" ;;
+   ta)  lang="ta_IN"   ;;
esac
 
if use ${lingua} ; then
@@ -249,9 +249,4 @@ pkg_postinst() {
einfo
einfo "You selected Dutch locale so you can choose either nl:BE 
or nl:NL variant."
fi
-
-   if use l10n_tl ; then
-   einfo
-   einfo "You selected Tagalog locale which has for Filipino 
locale code fil:PH in Netbeans."
-   fi
 }

diff --git a/dev-util/netbeans/netbeans-8.1.ebuild 
b/dev-util/netbeans/netbeans-8.1.ebuild
index c302477..786491e 100644
--- a/dev-util/netbeans/netbeans-8.1.ebuild
+++ b/dev-util/netbeans/netbeans-8.1.ebuild
@@ -131,14 +131,14 @@ pkg_setup() {
lang=${lang/-/_}
 
case ${lang} in
-   ar) lang="ar_EG,ar_SA" ;;
-   es) lang="es,es_CO";;
-   gl) lang="gl_ES"   ;;
-   hi) lang="hi_IN"   ;;
-   id) lang="in_ID"   ;;
-   nl) lang="nl_BE,nl_NL" ;;
-   ta) lang="ta_IN"   ;;
-   tl) lang="fil_PH"  ;;
+   ar)  lang="ar_EG,ar_SA" ;;
+   es)  lang="es,es_CO";;
+   fil) lang="fil_PH"  ;;
+   gl)  lang="gl_ES"   ;;
+   hi)  lang="hi_IN"   ;;
+   id)  lang="in_ID"   ;;
+   nl)  lang="nl_BE,nl_NL" ;;
+   ta)  lang="ta_IN"   ;;
esac
 
if use ${lingua} ; then
@@ -249,9 +249,4 @@ pkg_postinst() {
einfo
einfo "You selected Dutch locale so you can choose either nl:BE 
or nl:NL variant."
fi
-
-   if use l10n_tl ; then
-   einfo
-   einfo "You selected Tagalog locale which has for Filipino 
locale code fil:PH in Netbeans."
-   fi
 }



<    1   2   3   >