diff --git a/games-arcade/gnome-robots/Manifest b/games-arcade/gnome-robots/Manifest index 32f635f9f561..3ea320ac3504 100644 --- a/games-arcade/gnome-robots/Manifest +++ b/games-arcade/gnome-robots/Manifest @@ -1,2 +1,3 @@ DIST gnome-robots-3.18.1.tar.xz 1626872 SHA256 2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090 SHA512 f03eeeb39692c0c1660c6597aeeae3f05f91bb5e5370ff181a0665820d2d27525fb86623870c786c56cf046bff5516ef1735dcaa93fc3b0946126dac19210e8f WHIRLPOOL 900075412578bc370244c27586ff89ea6205beab921bd2f6b190bae84ffd743a99ea0d39980fac700be5a4052dcbfa2230efe5bb0cfca6c9c76b3658e53bc22b DIST gnome-robots-3.20.2.tar.xz 1610556 SHA256 d98f2ba5a7086e2dc3f3754819b557c12a98a0fb2492efd9912d9dd34ad9cfce SHA512 74281cf3c53812dc8d4d00e6edffb5dee39bfbf14d3cf3d705b64d54bb22c733e449bdc45f388200b9f69bf2c8f70ce3f9f125e0f07d9d35a51a2bc84ef091ec WHIRLPOOL 0e2c258c286af8dc855470492da44f9ad53a9ea11e9e330ce4d2205de17b25f8c73c930751204ccfbb87afaa978bbd6038cc99ab150de89fd1359cc2116ad5df +DIST gnome-robots-3.22.0.tar.xz 1623132 SHA256 ddb02f9d04c970354d1836813f8c0d9ffc3ff509091d2580384e2275663e6f73 SHA512 64f9d216a4c527e23be764bc2c26fc08df4cc993fa7f91d6adf26ae8faa54871c893bc7dab159313c2dd42bf49fc517981e66668276eb8977d05aef4783d7d86 WHIRLPOOL 8400cfe07bccc552b2ee4933edfe8ea1f20ed973ccbe0f2b6146f23a4455edf52c88fb59d9645f8e7e51b05ee837d698fbfb47361da0df8abca7bf289f2f8584 diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild b/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild new file mode 100644 index 000000000000..858db3988e52 --- /dev/null +++ b/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Avoid the robots and make them crash into each other" +HOMEPAGE="https://wiki.gnome.org/Apps/Robots" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.32:2 + dev-libs/libgnome-games-support:1 + >=gnome-base/librsvg-2.36.2:2 + >=media-libs/libcanberra-0.26[gtk3] + >=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 +" diff --git a/games-board/gnome-mines/Manifest b/games-board/gnome-mines/Manifest index 2958650a29ed..4ff889751973 100644 --- a/games-board/gnome-mines/Manifest +++ b/games-board/gnome-mines/Manifest @@ -1,2 +1,2 @@ -DIST gnome-mines-3.18.2.tar.xz 3193148 SHA256 7e1e0778eb623bb96063944b0397503f964b898c234d30936c24ca1c9063f347 SHA512 681495193137e46a1ee97cdc03b1dea43009e277a24d870c0d913d9504f858e8bca14bd75ffc7616120995b40f04b64a9c6d6683e5e86c89d040fd6c8a6abb91 WHIRLPOOL 3f6dbd1b4c29a6e86dbbcfb43d0fa3218adc1a26de8f03dab0abdc00b7c542a36b19e53740d4952e210590002a5ee562e1e8d47e0d85d36b477ee669e8924887 DIST gnome-mines-3.20.1.tar.xz 3147092 SHA256 5815e886d92817d4127b9e94bf63cb91e2bf371029d18efdf9f195e2400e2b3b SHA512 cdde771736b9110a416ec68d6e4ce2ce10e3de36915b57905f6f5d86a937c75a2dbfafd1ecc0c5f31dd5e267d13444a8a95d38815f400d4597e2fe73a908bd13 WHIRLPOOL 6db289ddf7508fc479586f574e9706f62bc1ac54f1d7543a200c4907f1379b95e7da05bc4ba04e3444c431385563258eb50d99bf18a19b5305ffac9f89309d58 +DIST gnome-mines-3.22.1.tar.xz 1695224 SHA256 302daf2378729f49adf3652d1c86aa2591784c2f00b3c014e77a977d441ff566 SHA512 a900929f0e610c9385e0a381b120a28dbc572eda70a77c770d2b55fb79a5a0097037a2e5d17a6d4d60e2b2a32381c842d15a2ba6e9b44650610e03e4bbed0ea0 WHIRLPOOL 790b8c44e316fcdb465dfd9c1bcd072fbdb12a7c730ad93b5f1478f86bc71352b2575988abcbcd7418d54d0d770f8fd8ef72e05bb0138b950af9b2fc249c97c2 diff --git a/games-board/gnome-mines/gnome-mines-3.18.2.ebuild b/games-board/gnome-mines/gnome-mines-3.22.1.ebuild similarity index 75% rename from games-board/gnome-mines/gnome-mines-3.18.2.ebuild rename to games-board/gnome-mines/gnome-mines-3.22.1.ebuild index c62a67e52058..ffe7e4c14414 100644 --- a/games-board/gnome-mines/gnome-mines-3.18.2.ebuild +++ b/games-board/gnome-mines/gnome-mines-3.22.1.ebuild @@ -2,23 +2,21 @@ # 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 +EAPI=6 +inherit gnome2 vala DESCRIPTION="Clear hidden mines from a minefield" HOMEPAGE="https://wiki.gnome.org/Apps/Mines" -LICENSE="GPL-2+" +LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPEND=" >=dev-libs/glib-2.40:2 - >=gnome-base/librsvg-2.32.0 + dev-libs/libgnome-games-support:1 + >=gnome-base/librsvg-2.32.0:2 >=x11-libs/gtk+-3.12:3 " RDEPEND="${COMMON_DEPEND} @@ -34,6 +32,6 @@ DEPEND="${COMMON_DEPEND} " src_prepare() { - gnome-games_src_prepare + gnome2_src_prepare vala_src_prepare } diff --git a/games-puzzle/gnome-klotski/Manifest b/games-puzzle/gnome-klotski/Manifest index 56aab41c6b96..b9bd86840c1f 100644 --- a/games-puzzle/gnome-klotski/Manifest +++ b/games-puzzle/gnome-klotski/Manifest @@ -1,2 +1,3 @@ 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 8395ce6279f7ff799b3347bca46666eabcf6dcd658a3d2baf46a189126ef89203fff3e1789c58b67dc693b8a17eadc66cdddef38c2e069c385a5251da7356ae3 +DIST gnome-klotski-3.22.0.tar.xz 1420972 SHA256 25e35369d1b5d2f9e6b92d44568d21df631b5b23dd7b12ca226a04f58cb54700 SHA512 4a1c1cb8fd820cd94da3a76677d33abb525822bb58ef38fdda268188428034821e3444a208a0b82eaf18171773242b9a8a6088372cfed228f2ff07af63be4c81 WHIRLPOOL a5133277d4ae4ad9856d3a177bdaaa6aeda4ded991f0651a33c018dc163ff8097b1eee429ba7a1d4020fe0fe1ef256fbf1fed614001dcb0e7659f46784fe310c diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.22.0.ebuild b/games-puzzle/gnome-klotski/gnome-klotski-3.22.0.ebuild new file mode 100644 index 000000000000..6e7ed66a71cf --- /dev/null +++ b/games-puzzle/gnome-klotski/gnome-klotski-3.22.0.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/libgnome-games-support:1 + >=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 +} diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest index 995f2b2905e7..23f26a079b64 100644 --- a/media-gfx/shotwell/Manifest +++ b/media-gfx/shotwell/Manifest @@ -1,2 +1,3 @@ DIST shotwell-0.23.7.tar.xz 5348360 SHA256 daa627aa69f17b1b9bef4ad5d4813c32e9a05f5b5aa2762b4f91d837ed14c7aa SHA512 b3d80d01ec5ac2f3245512926302e6b5e4e1d468e98d7567ec8788d35bdc9ecc839b43eca1a2fa2333deb047c760d165e2f2a9913951f0bcbbcd6404927374dc WHIRLPOOL 6ff8722f7d4007c37d6b7e1da388dd28853921f8e5740f3ac6dd4e70cdc7fe0eafdc889a4c8493948c4643f409847f34c6e915d0b79b4f9039298de8f671d4aa DIST shotwell-0.24.0.tar.xz 5344220 SHA256 95d60e30b52c5f8a9633c98cbbcd1ad0889fe94b7a036bb4880450fa6d44fe75 SHA512 151ba94b429e41f6ff7085dbecf008679e4522b5be19577a914996e11636ba67ceba978f8b223dd562014bbacefad4bdc1c477e660352c4a963a3c80794b7e32 WHIRLPOOL 79ad5052d2fd0ed095be010df061f63b7dab1f118386a659d908df38f884413266d44dca4a670051b9847a6646877c0b419c4dd0938985ffb5bc23cea8310dae +DIST shotwell-0.24.1.tar.xz 5348976 SHA256 60359b6203a78fc229d22aca3b643e267f012d4c3c5fe9524084147e3870f0d6 SHA512 dfb51f6e039329101caa3398c9acc5fe073f8421d179750222a965193789d68b4233a9529ac90fbd8f6642620f29e5390fe5150eb6308edd3592daa8d8349a47 WHIRLPOOL 903160b622f540f4809512b1fd00368a63e0f626bb67bb099539f6f95051722f85b2be3cde75b65514e8707ba448016afee18929e92ef17f00b8d1e3b7f80444 diff --git a/media-gfx/shotwell/shotwell-0.24.1.ebuild b/media-gfx/shotwell/shotwell-0.24.1.ebuild new file mode 100644 index 000000000000..16ac045ad98e --- /dev/null +++ b/media-gfx/shotwell/shotwell-0.24.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +GNOME2_LA_PUNT="yes" +VALA_MIN_API_VERSION="0.28" + +inherit gnome2 multilib toolchain-funcs vala versionator + +MY_PV=$(get_version_component_range 1-2) +DESCRIPTION="Open source photo manager for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + app-text/gnome-doc-utils + >=dev-db/sqlite-3.5.9:3 + >=dev-libs/glib-2.30.0:2 + >=dev-libs/json-glib-0.7.6 + >=dev-libs/libgee-0.8.5:0.8 + >=dev-libs/libxml2-2.6.32:2 + >=dev-util/desktop-file-utils-0.13 + gnome-base/dconf + >=media-libs/gexiv2-0.4.90 + media-libs/gst-plugins-base:1.0 + media-libs/gst-plugins-good:1.0 + media-libs/gstreamer:1.0 + media-libs/lcms:2 + >=media-libs/libexif-0.6.16:= + >=media-libs/libgphoto2-2.5:= + >=media-libs/libraw-0.13.2:= + media-plugins/gst-plugins-gdkpixbuf:1.0 + >=net-libs/libsoup-2.26.0:2.4 + net-libs/webkit-gtk:4 + virtual/libgudev:=[introspection] + >=x11-libs/gtk+-3.12.2:3[X] +" +DEPEND="${RDEPEND} + $(vala_depend) + dev-util/itstool + >=sys-devel/gettext-0.19.7 + >=sys-devel/m4-1.4.13 +" + +# This probably comes from libraries that +# shotwell-video-thumbnailer links to. +# Nothing we can do at the moment. #435048 +QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer" + +src_prepare() { + vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure --disable-static +} diff --git a/media-video/gaupol/Manifest b/media-video/gaupol/Manifest index 8efc1c3b3041..3035be08f1c9 100644 --- a/media-video/gaupol/Manifest +++ b/media-video/gaupol/Manifest @@ -1,2 +1,3 @@ DIST gaupol-0.91.tar.gz 518493 SHA256 cb7d2d3fa4dfd321802eb6c3dd0a2f9582a9195a70b153d0ce65f2dfa9048add SHA512 92459ec0a7d77c8e4a34f44489ae8fc01feeb2d34f6fd152c8bfeaf72b8235c680155698c55e7f9d46ce82bee8274b14313b6a43167f65f784511e583d4858fb WHIRLPOOL 7d46d9bb20d104355f16a966a46e25eb76e8cb72fa5082b9526a6ee3b012312dc1e5a6a74d6fe850cce40d9ce993b4a06471ec93ac907bb1f3de30409217ff43 DIST gaupol-0.92.tar.gz 519991 SHA256 790928bb7863d4f1484bcd907f23f8b938f71b491860d51e497e63729e1e3bf8 SHA512 828bba44b8fbf2c2ab074a1479b1b9cc4e42eee98d87e5f32f049bc2c34ccfbdf9488256b794a134f93d4c01249c42361f72bf9df5819e528d59e9e7285f9dd3 WHIRLPOOL 7acb87b80e7a534fee19b40fbebaf99ae586bce49957122211ead814a9c597dbea76bda52c539414f01bfacb5a5e235d7116ac1337b1d30083d5582ef67d4fe3 +DIST gaupol-1.0.tar.gz 520620 SHA256 bc407489855eb0a7a8bda6f6fcc7fcbe6136582cc588ec081750b8546f311e3b SHA512 1f6a9ff1bf6722473aa53c9c8e787ce9d25669bbafe19b4c117965bf281307365cb4cd31241af92b0623ead8a9627d38c5811d5b361c8707ac3467d520c1d89c WHIRLPOOL 50cd2546cc48538c8095ad9fbb9eb71efb6ea8cd038fa9ad217cf5a502c6cfee9530e94a8da9f69e60fbd9c511c112c9fbebc62a24edec10049e80b135c7232d diff --git a/media-video/gaupol/gaupol-1.0.ebuild b/media-video/gaupol/gaupol-1.0.ebuild new file mode 100644 index 000000000000..f8e427f23d3b --- /dev/null +++ b/media-video/gaupol/gaupol-1.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) + +inherit distutils-r1 gnome2-utils virtualx xdg-utils + +DESCRIPTION="A subtitle editor for text-based subtitles" +HOMEPAGE="http://otsaloma.io/gaupol/" +SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="spell test" + +RDEPEND="app-text/iso-codes + dev-python/chardet[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] + spell? ( + app-text/gtkspell:3 + >=dev-python/pyenchant-1.4[${PYTHON_USEDEP}] + )" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + ) +" + +DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md ) + +pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update + gnome2_icon_cache_update + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "Previewing support needs MPV, MPlayer or VLC." + + if use spell; then + elog "Additionally, spell-checking requires a dictionary, any of" + elog "Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or AppleSpell." + fi + fi +} + +python_test() { + virtx py.test +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_mimeinfo_database_update + gnome2_icon_cache_update +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index b7371928119d..1f3b69ac6d80 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 31 Oct 2016 08:43:16 +0000 +Mon, 31 Oct 2016 11:43:15 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index b7371928119d..1f3b69ac6d80 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 31 Oct 2016 08:43:16 +0000 +Mon, 31 Oct 2016 11:43:15 +0000 diff --git a/metadata/md5-cache/games-arcade/gnome-robots-3.22.0 b/metadata/md5-cache/games-arcade/gnome-robots-3.22.0 new file mode 100644 index 000000000000..cee8cb37519d --- /dev/null +++ b/metadata/md5-cache/games-arcade/gnome-robots-3.22.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=dev-libs/glib-2.32:2 dev-libs/libgnome-games-support:1 >=gnome-base/librsvg-2.36.2:2 >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/gtk+-3.15:3 app-text/yelp-tools dev-libs/appstream-glib >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Avoid the robots and make them crash into each other +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Apps/Robots +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.32:2 dev-libs/libgnome-games-support:1 >=gnome-base/librsvg-2.36.2:2 >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/gtk+-3.15:3 +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-robots/3.22/gnome-robots-3.22.0.tar.xz +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=6e5e45aa7466a1a5f3881dce338cec7d diff --git a/metadata/md5-cache/games-board/gnome-mines-3.18.2 b/metadata/md5-cache/games-board/gnome-mines-3.18.2 deleted file mode 100644 index acbee8f43842..000000000000 --- a/metadata/md5-cache/games-board/gnome-mines-3.18.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=dev-libs/glib-2.40:2 >=gnome-base/librsvg-2.32.0 >=x11-libs/gtk+-3.12:3 || ( dev-lang/vala:0.32 dev-lang/vala:0.30 dev-lang/vala:0.28 dev-lang/vala:0.26 ) app-text/yelp-tools dev-libs/appstream-glib >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-util/intltool-0.50.2-r1 -DESCRIPTION=Clear hidden mines from a minefield -EAPI=5 -HOMEPAGE=https://wiki.gnome.org/Apps/Mines -KEYWORDS=amd64 ~arm ~arm64 x86 -LICENSE=GPL-2+ -RDEPEND=>=dev-libs/glib-2.40:2 >=gnome-base/librsvg-2.32.0 >=x11-libs/gtk+-3.12:3 !=dev-libs/glib-2.40:2 dev-libs/libgnome-games-support:1 >=gnome-base/librsvg-2.32.0:2 >=x11-libs/gtk+-3.12:3 || ( dev-lang/vala:0.32 dev-lang/vala:0.30 dev-lang/vala:0.28 dev-lang/vala:0.26 ) app-text/yelp-tools dev-libs/appstream-glib >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Clear hidden mines from a minefield +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Apps/Mines +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ +RDEPEND=>=dev-libs/glib-2.40:2 dev-libs/libgnome-games-support:1 >=gnome-base/librsvg-2.32.0:2 >=x11-libs/gtk+-3.12:3 !=dev-libs/glib-2.32:2 dev-libs/libgee:0.8= dev-libs/libgnome-games-support:1 >=gnome-base/librsvg-2.32.0:2 >=x11-libs/gtk+-3.19.0:3 || ( dev-lang/vala:0.32 dev-lang/vala:0.30 dev-lang/vala:0.28 ) app-text/yelp-tools dev-libs/appstream-glib >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Slide blocks to solve the puzzle +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Apps/Klotski +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.32:2 dev-libs/libgee:0.8= dev-libs/libgnome-games-support:1 >=gnome-base/librsvg-2.32.0:2 >=x11-libs/gtk+-3.19.0:3 +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-klotski/3.22/gnome-klotski-3.22.0.tar.xz +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vala 764817a25b405b65269d8619e203a52f versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=920872112837a89b1670a61c8bb1e22f diff --git a/metadata/md5-cache/media-gfx/shotwell-0.24.1 b/metadata/md5-cache/media-gfx/shotwell-0.24.1 new file mode 100644 index 000000000000..cc1725f53db7 --- /dev/null +++ b/metadata/md5-cache/media-gfx/shotwell-0.24.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=app-text/gnome-doc-utils >=dev-db/sqlite-3.5.9:3 >=dev-libs/glib-2.30.0:2 >=dev-libs/json-glib-0.7.6 >=dev-libs/libgee-0.8.5:0.8 >=dev-libs/libxml2-2.6.32:2 >=dev-util/desktop-file-utils-0.13 gnome-base/dconf >=media-libs/gexiv2-0.4.90 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 media-libs/gstreamer:1.0 media-libs/lcms:2 >=media-libs/libexif-0.6.16:= >=media-libs/libgphoto2-2.5:= >=media-libs/libraw-0.13.2:= media-plugins/gst-plugins-gdkpixbuf:1.0 >=net-libs/libsoup-2.26.0:2.4 net-libs/webkit-gtk:4 virtual/libgudev:=[introspection] >=x11-libs/gtk+-3.12.2:3[X] || ( dev-lang/vala:0.32 dev-lang/vala:0.30 dev-lang/vala:0.28 ) dev-util/itstool >=sys-devel/gettext-0.19.7 >=sys-devel/m4-1.4.13 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Open source photo manager for GNOME +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Apps/Shotwell +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2.1 +RDEPEND=app-text/gnome-doc-utils >=dev-db/sqlite-3.5.9:3 >=dev-libs/glib-2.30.0:2 >=dev-libs/json-glib-0.7.6 >=dev-libs/libgee-0.8.5:0.8 >=dev-libs/libxml2-2.6.32:2 >=dev-util/desktop-file-utils-0.13 gnome-base/dconf >=media-libs/gexiv2-0.4.90 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 media-libs/gstreamer:1.0 media-libs/lcms:2 >=media-libs/libexif-0.6.16:= >=media-libs/libgphoto2-2.5:= >=media-libs/libraw-0.13.2:= media-plugins/gst-plugins-gdkpixbuf:1.0 >=net-libs/libsoup-2.26.0:2.4 net-libs/webkit-gtk:4 virtual/libgudev:=[introspection] >=x11-libs/gtk+-3.12.2:3[X] +SLOT=0 +SRC_URI=mirror://gnome/sources/shotwell/0.24/shotwell-0.24.1.tar.xz +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vala 764817a25b405b65269d8619e203a52f versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=15ea71e5ac0da13643c38b32cdd5c861 diff --git a/metadata/md5-cache/media-video/gaupol-1.0 b/metadata/md5-cache/media-video/gaupol-1.0 new file mode 100644 index 000000000000..1cf71ed4f998 --- /dev/null +++ b/metadata/md5-cache/media-video/gaupol-1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=app-text/iso-codes dev-python/chardet[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] x11-libs/gtk+:3[introspection] spell? ( app-text/gtkspell:3 >=dev-python/pyenchant-1.4[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) dev-util/intltool sys-devel/gettext test? ( dev-python/pytest[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest-runner[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=A subtitle editor for text-based subtitles +EAPI=6 +HOMEPAGE=http://otsaloma.io/gaupol/ +IUSE=spell test python_targets_python3_4 python_targets_python3_5 test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=app-text/iso-codes dev-python/chardet[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] x11-libs/gtk+:3[introspection] spell? ( app-text/gtkspell:3 >=dev-python/pyenchant-1.4[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=https://github.com/otsaloma/gaupol/archive/1.0.tar.gz -> gaupol-1.0.tar.gz +_eclasses_=distutils-r1 674dae153419b2200ae54e879cc65b57 eutils b83a2420b796f7c6eff682679d08fe25 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 d142329ab093dd20c1dd0edb5f094108 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=e08e8fb8d380cc467993321f0ef25a47 diff --git a/metadata/md5-cache/net-libs/gnome-online-accounts-3.18.6 b/metadata/md5-cache/net-libs/gnome-online-accounts-3.18.6 deleted file mode 100644 index f769362fdf18..000000000000 --- a/metadata/md5-cache/net-libs/gnome-online-accounts-3.18.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/glib-2.40:2 >=app-crypt/libsecret-0.5 >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 net-libs/telepathy-glib >=net-libs/webkit-gtk-2.7.2:4 >=x11-libs/gtk+-3.11.1:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) kerberos? ( app-crypt/gcr:0= app-crypt/mit-krb5 ) dev-libs/libxslt >=dev-util/gtk-doc-am-1.3 >=dev-util/gdbus-codegen-2.30.0 >=dev-util/intltool-0.50.1 sys-devel/gettext virtual/pkgconfig dev-libs/gobject-introspection-common gnome-base/gnome-common app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=GNOME framework for accessing online accounts -EAPI=5 -HOMEPAGE=https://wiki.gnome.org/Projects/GnomeOnlineAccounts -IUSE=gnome +introspection kerberos debug -KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 -LICENSE=LGPL-2+ -PDEPEND=gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] ) -RDEPEND=>=dev-libs/glib-2.40:2 >=app-crypt/libsecret-0.5 >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 net-libs/telepathy-glib >=net-libs/webkit-gtk-2.7.2:4 >=x11-libs/gtk+-3.11.1:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) kerberos? ( app-crypt/gcr:0= app-crypt/mit-krb5 ) -SLOT=0/1 -SRC_URI=mirror://gnome/sources/gnome-online-accounts/3.18/gnome-online-accounts-3.18.6.tar.xz -_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=0ea352f8d15ee6f9400ec31057b0766e diff --git a/metadata/md5-cache/net-libs/gnome-online-accounts-3.22.1 b/metadata/md5-cache/net-libs/gnome-online-accounts-3.22.1 new file mode 100644 index 000000000000..14c059ad6812 --- /dev/null +++ b/metadata/md5-cache/net-libs/gnome-online-accounts-3.22.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=dev-libs/glib-2.40:2 >=app-crypt/libsecret-0.5 >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 net-libs/telepathy-glib >=net-libs/webkit-gtk-2.7.2:4 >=x11-libs/gtk+-3.19.12:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) kerberos? ( app-crypt/gcr:0= app-crypt/mit-krb5 ) || ( dev-lang/vala:0.32[vapigen(+)] dev-lang/vala:0.30[vapigen(+)] dev-lang/vala:0.28[vapigen(+)] dev-lang/vala:0.26[vapigen(+)] ) dev-libs/libxslt >=dev-util/gtk-doc-am-1.3 >=dev-util/gdbus-codegen-2.30.0 >=dev-util/intltool-0.50.1 sys-devel/gettext virtual/pkgconfig dev-libs/gobject-introspection-common gnome-base/gnome-common app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=GNOME framework for accessing online accounts +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/GnomeOnlineAccounts +IUSE=debug gnome +introspection kerberos +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2+ +PDEPEND=gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] ) +RDEPEND=>=dev-libs/glib-2.40:2 >=app-crypt/libsecret-0.5 >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 net-libs/telepathy-glib >=net-libs/webkit-gtk-2.7.2:4 >=x11-libs/gtk+-3.19.12:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) kerberos? ( app-crypt/gcr:0= app-crypt/mit-krb5 ) +SLOT=0/1 +SRC_URI=mirror://gnome/sources/gnome-online-accounts/3.22/gnome-online-accounts-3.22.1.tar.xz +_eclasses_=eutils b83a2420b796f7c6eff682679d08fe25 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 21c81ea94c12e45a63f7f14fba666e3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vala 764817a25b405b65269d8619e203a52f versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=eef8b083afc16e12131714e7ee08b58d diff --git a/metadata/md5-cache/net-libs/libssh2-1.8.0 b/metadata/md5-cache/net-libs/libssh2-1.8.0 index a444a5d680e4..8c59c151406d 100644 --- a/metadata/md5-cache/net-libs/libssh2-1.8.0 +++ b/metadata/md5-cache/net-libs/libssh2-1.8.0 @@ -10,4 +10,4 @@ RDEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,ab SLOT=0 SRC_URI=http://www.libssh2.org/download/libssh2-1.8.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=fd3379e4b702975bca4396f87404e084 +_md5_=db724003a781a7a599e1985a1dd87ff6 diff --git a/metadata/md5-cache/net-libs/libssh2-9999 b/metadata/md5-cache/net-libs/libssh2-9999 index 4435dc97aa47..1714f518d3e6 100644 --- a/metadata/md5-cache/net-libs/libssh2-9999 +++ b/metadata/md5-cache/net-libs/libssh2-9999 @@ -8,4 +8,4 @@ LICENSE=BSD RDEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils b83a2420b796f7c6eff682679d08fe25 git-r3 e928b84a9f6f1d9076d1d27687876dc6 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=95e8d40b44b8a9e48dc957a97cc82ec9 +_md5_=91982a45ab40fe58130c83a9bab2fcf5 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index b7371928119d..1f3b69ac6d80 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 31 Oct 2016 08:43:16 +0000 +Mon, 31 Oct 2016 11:43:15 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 5c177d456e60..b5adf76a9f85 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Oct 31 08:39:26 UTC 2016 +Mon Oct 31 11:39:25 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 5318351a2ff8..5951597d40f4 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 31 Oct 2016 09:30:01 +0000 +Mon, 31 Oct 2016 12:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 8917e9c78e03..2647bd94430d 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1477903201 Mon 31 Oct 2016 08:40:01 AM UTC +1477914001 Mon 31 Oct 2016 11:40:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index b7371928119d..1f3b69ac6d80 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Mon, 31 Oct 2016 08:43:16 +0000 +Mon, 31 Oct 2016 11:43:15 +0000 diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest index 12c770cd48c1..a2681331477b 100644 --- a/net-libs/gnome-online-accounts/Manifest +++ b/net-libs/gnome-online-accounts/Manifest @@ -1,2 +1,2 @@ -DIST gnome-online-accounts-3.18.6.tar.xz 1478544 SHA256 7e7c581b19b213d04c56a080ed7240a90999d7be2daca27d4aa054d205b48fa5 SHA512 1261596888c0704be8707d58aad381bb715d14a5f1ffd3c2db37b34289343f43feadacf1728dfe57b0ef1a1897dbd3471817f565bf0187b8bc042dd81d40b849 WHIRLPOOL 3c31fff5394f8ad65f8fcc230b8dde658ca64b36e48e744281df28f9f1e4ce470d3a2256f0b92a6c99616abcd82bbf5d96f4cb23d03afe84a58829c617bcf67d DIST gnome-online-accounts-3.20.4.tar.xz 1387928 SHA256 d5ca22404d1ef671a99f6b76ee09d4d4377ce9c86748fd1577b0a95a5129fa3f SHA512 584f7b40006ea55958e8750c0bc1dca5ac014ff4920350d3de5df2a3717fc8845d235dd6ef7fc394b7f07a82b9092486832b7f594bb21b9b53ba23c321bbd5cd WHIRLPOOL 24e2c72e67030682ab80a6570a8bf4056120fda27978eca3bf10a5714691b294be348d8e35a8cb97cd7ee90ecf6dde9ee7f0c6b5c92d056c38b790080b2cb746 +DIST gnome-online-accounts-3.22.1.tar.xz 1408072 SHA256 83c2b707c0a7908c6fe93db1c415fa45bffb2b1d9fb4648badc749ce69cda50e SHA512 454e2ff35e186f89dae14a720e4a89691d7161f41b622668fbb32181758211974cf104a45c86ffe3e5caf51a5f6ea9ffa8f1646d8719f96294d95efc9c03d63f WHIRLPOOL 13ee0576fad15eba00271830466736d8aa05d50cbcc689541097cab5b5df261174db8a66f3d99af4f9f1ef65934817de8c86c292e664e478e21efb75cad2f93b diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.6.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.22.1.ebuild similarity index 84% rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.18.6.ebuild rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.22.1.ebuild index e723b08603a3..87efca6ec351 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.6.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.22.1.ebuild @@ -2,19 +2,19 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -GCONF_DEBUG="yes" +EAPI=6 GNOME2_LA_PUNT="yes" +VALA_USE_DEPEND="vapigen" -inherit gnome2 +inherit gnome2 vala DESCRIPTION="GNOME framework for accessing online accounts" HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" LICENSE="LGPL-2+" SLOT="0/1" -IUSE="gnome +introspection kerberos" # telepathy" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +IUSE="debug gnome +introspection kerberos" # telepathy" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" # pango used in goaeditablelabel # libsoup used in goaoauthprovider @@ -30,7 +30,7 @@ RDEPEND=" net-libs/rest:0.7 net-libs/telepathy-glib >=net-libs/webkit-gtk-2.7.2:4 - >=x11-libs/gtk+-3.11.1:3 + >=x11-libs/gtk+-3.19.12:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) @@ -43,6 +43,7 @@ RDEPEND=" PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )" DEPEND="${RDEPEND} + $(vala_depend) dev-libs/libxslt >=dev-util/gtk-doc-am-1.3 >=dev-util/gdbus-codegen-2.30.0 @@ -58,9 +59,14 @@ DEPEND="${RDEPEND} # Due to sub-configure QA_CONFIGURE_OPTIONS=".*" +src_prepare() { + gnome2_src_prepare + vala_src_prepare +} + src_configure() { # TODO: Give users a way to set the G/FB/Windows Live secrets - # telepathy optional support is really a badly done, bug #494456 + # telepathy optional support is really a badly one, bug #494456 gnome2_src_configure \ --disable-static \ --enable-backend \ @@ -76,6 +82,7 @@ src_configure() { --enable-pocket \ --enable-telepathy \ --enable-windows-live \ + $(usex debug --enable-debug=yes ' ') \ $(use_enable kerberos) #$(use_enable telepathy) # gudev & cheese from sub-configure is overriden diff --git a/net-libs/libssh2/files/libssh2-1.8.0-libgcrypt-prefix.patch b/net-libs/libssh2/files/libssh2-1.8.0-libgcrypt-prefix.patch new file mode 100644 index 000000000000..38541feceeb6 --- /dev/null +++ b/net-libs/libssh2/files/libssh2-1.8.0-libgcrypt-prefix.patch @@ -0,0 +1,52 @@ +From ad5223220aa83e2439657ddce6ffca4445f08f8c Mon Sep 17 00:00:00 2001 +From: Sergei Trofimovich +Date: Mon, 31 Oct 2016 09:04:33 +0000 +Subject: [PATCH] acinclude.m4: fix ./configure --with-libgcrypt + +The change fixes passing of bogus gcrypt prefix. +Reproducible as: + + $ ./configure --with-libgcrypt + $ make V=1 + ... + /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Iyes/include -version-info 1:1:0 -no-undefined -export-symbols-regex '^libssh2_.*' -lgcrypt -lz -Lyes/lib -o libssh2.la -rpath /usr/local/lib channel.lo comp.lo crypt.lo hostkey.lo kex.lo mac.lo misc.lo packet.lo publickey.lo scp.lo session.lo sftp.lo userauth.lo transport.lo version.lo knownhost.lo agent.lo libgcrypt.lo pem.lo keepalive.lo global.lo -lgcrypt + ../libtool: line 7475: cd: yes/lib: No such file or directory + libtool: error: cannot determine absolute directory name of 'yes/lib' + +These + -Iyes/include + -Lyes/lib +come from libgcrypt code autodetection: + if test -n "$use_libgcrypt" && test "$use_libgcrypt" != "no"; then + LDFLAGS="$LDFLAGS -L$use_libgcrypt/lib" + CFLAGS="$CFLAGS -I$use_libgcrypt/include" + +I assume it's a typo to use yes/no flag as a prefix and changed +it to '$with_libgcrypt_prefix'. + +Reported-by: Mikhail Pukhlikov +Signed-off-by: Sergei Trofimovich +--- + acinclude.m4 | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/acinclude.m4 b/acinclude.m4 +index 734ef07..c78260c 100644 +--- a/acinclude.m4 ++++ b/acinclude.m4 +@@ -412,9 +412,9 @@ AC_DEFUN([LIBSSH2_CHECKFOR_GCRYPT], [ + + old_LDFLAGS=$LDFLAGS + old_CFLAGS=$CFLAGS +- if test -n "$use_libgcrypt" && test "$use_libgcrypt" != "no"; then +- LDFLAGS="$LDFLAGS -L$use_libgcrypt/lib" +- CFLAGS="$CFLAGS -I$use_libgcrypt/include" ++ if test -n "$with_libgcrypt_prefix" && test "$use_libgcrypt" != "no"; then ++ LDFLAGS="$LDFLAGS -L$with_libgcrypt_prefix/lib" ++ CFLAGS="$CFLAGS -I$with_libgcrypt_prefix/include" + fi + AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [ + #include +-- +2.10.1 + diff --git a/net-libs/libssh2/libssh2-1.8.0.ebuild b/net-libs/libssh2/libssh2-1.8.0.ebuild index 023e8a375c63..36df0cc47523 100644 --- a/net-libs/libssh2/libssh2-1.8.0.ebuild +++ b/net-libs/libssh2/libssh2-1.8.0.ebuild @@ -32,6 +32,8 @@ DOCS=( README ) +PATCHES=( "${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch ) + src_prepare() { sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die autotools-multilib_src_prepare diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index 8d3718bc0833..29287af83239 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.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$ @@ -28,7 +28,7 @@ RDEPEND="${DEPEND}" DOCS=( README ) -PATCHES=( "${FILESDIR}"/${PN}-1.4.2-pkgconfig.patch ) +PATCHES=( "${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch ) src_prepare() { sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die