diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-03-16 08:42:34 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-03-16 08:42:34 +0000 |
commit | 40cb191bcc3d592b8b199b24da6d2596fef901f3 (patch) | |
tree | f27c5d4b5c9a500daa965a05db5c7a04e5d1a5c2 | |
parent | 2017-03-16 08:24:04 UTC (diff) | |
parent | dev-python/wheel: arm64 stable (bug 583704) (diff) | |
download | gentoo-40cb191bcc3d592b8b199b24da6d2596fef901f3.tar.gz gentoo-40cb191bcc3d592b8b199b24da6d2596fef901f3.tar.bz2 gentoo-40cb191bcc3d592b8b199b24da6d2596fef901f3.zip |
Merge updates from master
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-2016.ebuild | 10 | ||||
-rw-r--r-- | dev-python/functools32/functools32-3.2.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/rfc3986/rfc3986-0.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/vcversioner/vcversioner-2.16.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webcolors/webcolors-1.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/wheel/wheel-0.29.0.ebuild | 2 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-1.10.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/youtube-viewer/Manifest | 1 | ||||
-rw-r--r-- | net-misc/youtube-viewer/youtube-viewer-3.2.5.ebuild | 89 | ||||
-rw-r--r-- | net-misc/youtube-viewer/youtube-viewer-9999.ebuild | 32 | ||||
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-4.10.2.ebuild | 3 |
13 files changed, 121 insertions, 30 deletions
diff --git a/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild index 77ac3e15dcd7..2709a1c0990b 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild @@ -57,10 +57,14 @@ GCC_A_FAKEIT="${P}-src.tar.gz pkg_setup() { GCC=${ADA:-$(tc-getCC)} - local path=$(dirname ${GCC}) local base=$(basename ${GCC}) - GNATMAKE="${path}/${base/gcc/gnatmake}" - GNATBIND="${path}/${base/gcc/gnatbind}" + GNATMAKE="${base/gcc/gnatmake}" + GNATBIND="${base/gcc/gnatbind}" + if [[ ${base} != ${GCC} ]] ; then + local path=$(dirname ${GCC}) + GNATMAKE="${path}/${GNATMAKE}" + GNATBIND="${path}/${GNATBIND}" + fi if [[ -z "$(type ${GNATMAKE} 2>/dev/null)" ]] ; then eerror "You need a gcc compiler that provides the Ada Compiler:" eerror "1) use gcc-config to select the right compiler or" diff --git a/dev-python/functools32/functools32-3.2.3.ebuild b/dev-python/functools32/functools32-3.2.3.ebuild index 7090458c1152..10c0842c19df 100644 --- a/dev-python/functools32/functools32-3.2.3.ebuild +++ b/dev-python/functools32/functools32-3.2.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}-2.tar.gz" SLOT="0" LICENSE="PSF-2.4" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${P}-2 diff --git a/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild b/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild index 9a2322312ead..878115565f4d 100644 --- a/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild +++ b/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" diff --git a/dev-python/rfc3986/rfc3986-0.3.1.ebuild b/dev-python/rfc3986/rfc3986-0.3.1.ebuild index 170104b3f784..20ab7bcecba5 100644 --- a/dev-python/rfc3986/rfc3986-0.3.1.ebuild +++ b/dev-python/rfc3986/rfc3986-0.3.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="test" DEPEND=" diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild index d5522d8d085b..b0dbeac0aeac 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-3+" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" # Not shipped diff --git a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild index c42fcdfd54d1..7264843fafba 100644 --- a/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild +++ b/dev-python/vcversioner/vcversioner-2.16.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="test" DEPEND=" diff --git a/dev-python/webcolors/webcolors-1.5.ebuild b/dev-python/webcolors/webcolors-1.5.ebuild index cefc0d670b97..ee90444d4787 100644 --- a/dev-python/webcolors/webcolors-1.5.ebuild +++ b/dev-python/webcolors/webcolors-1.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND=" diff --git a/dev-python/wheel/wheel-0.29.0.ebuild b/dev-python/wheel/wheel-0.29.0.ebuild index f13c05558e22..03eeda4845d1 100644 --- a/dev-python/wheel/wheel-0.29.0.ebuild +++ b/dev-python/wheel/wheel-0.29.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="doc test" RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]" diff --git a/media-libs/libv4l/libv4l-1.10.1.ebuild b/media-libs/libv4l/libv4l-1.10.1.ebuild index ffdabf8f3cfa..df95192c8d0b 100644 --- a/media-libs/libv4l/libv4l-1.10.1.ebuild +++ b/media-libs/libv4l/libv4l-1.10.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0/0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="jpeg" # The libraries only link to -ljpeg, therefore multilib depend only for virtual/jpeg. diff --git a/net-misc/youtube-viewer/Manifest b/net-misc/youtube-viewer/Manifest index 9b4eaf7f5ae6..30d50d048d6d 100644 --- a/net-misc/youtube-viewer/Manifest +++ b/net-misc/youtube-viewer/Manifest @@ -1,3 +1,4 @@ DIST youtube-viewer-3.1.9.tar.gz 222276 SHA256 9b7ba2b50cea054898024bc871e231673269ab50db0526ee3f1a7ae62a51e8d2 SHA512 60ff81defd4d8d1bc1f6b5bceaa03c9bbe64e8fea2083ce60b04b6c14d8b13ded6da255b9aa46bfcb1b76cf33121ddb738d0f0c159e4bd207999ca558a43e86e WHIRLPOOL 2e6a79992c7760d93c2e28f1e4f5c14861b6fefed8e0bebb9a7d88c6cf27000904971b12274a972ca66471ffee7c3bfee8c90218c16ddd0ec96cc8f46779bffd DIST youtube-viewer-3.2.0.tar.gz 222528 SHA256 60a4ded8798da3cdadadf816b1c4e87c6feb697f01db70630f014584e5a2392e SHA512 bda3592874ded71e6a60d87b669d2c80999425ef2f2061e942a8db5755d9d6f2dabf038b8b7984efb1cccc3a5f9f12b2fa56290be9db871b2784b2c464367c3b WHIRLPOOL 73ec965bf4cf65d545b99d73e003ce7d74d92dcdc1f5d29c8b925e4d96e93d5924b66e06ec40e22f16119b6df6445344d650d5ca086e52aeb60a350c7ca8ce0d DIST youtube-viewer-3.2.4.tar.gz 224282 SHA256 ca37024ce018e31bd4c99f5df208e842f44979c07c5d31647c1fbe4e17b1b296 SHA512 06bb763460b90f26aa1671c29056374df62d4e840acb3a800f4840160535fef30e60e6655b1d4ba7423a0424384acdfc00aa068a420aa836110974a5f7152ec2 WHIRLPOOL bfeb12bacd98b6da8ecb0ee4b626a8fdc98331f21049bdd99524d65ff5de109abe859c882dac5347fa07cee704d229e64496a369ae1c3ae6d24557c4ff142b59 +DIST youtube-viewer-3.2.5.tar.gz 228801 SHA256 306199649972137e7181fac4efccb295b5c3aedc3f103975cca533db3be1f53b SHA512 093c62a3fcbfdf538ae5a205b4263ef91408e4aa7f1824a12f4b5d7b387437fe48af5914e792d743b135e1389534ddba89aaa9a1226969d3cc360515a0d885ae WHIRLPOOL 5d0168866d58ee88e6d7fa98f2a7ffdc3527203680c224bcd5998e322f6329e28cecbc33986aea764137c9917b78e65f250afe664af6fd5c308a50cfa626c869 diff --git a/net-misc/youtube-viewer/youtube-viewer-3.2.5.ebuild b/net-misc/youtube-viewer/youtube-viewer-3.2.5.ebuild new file mode 100644 index 000000000000..915e3d5c8ea8 --- /dev/null +++ b/net-misc/youtube-viewer/youtube-viewer-3.2.5.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils gnome2-utils perl-module + +DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer" +HOMEPAGE="https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html" +SRC_URI="https://github.com/trizen/youtube-viewer/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-1+ )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk" + +RDEPEND=" + dev-perl/Data-Dump + dev-perl/JSON + dev-perl/libwww-perl[ssl] + dev-perl/Term-ReadLine-Gnu + media-video/ffmpeg[openssl] + virtual/perl-Encode + virtual/perl-File-Path + virtual/perl-File-Spec + virtual/perl-Getopt-Long + virtual/perl-Scalar-List-Utils + virtual/perl-Term-ANSIColor + virtual/perl-Term-ReadLine + virtual/perl-Text-ParseWords + virtual/perl-Text-Tabs+Wrap + gtk? ( + dev-perl/File-ShareDir + >=dev-perl/gtk2-perl-1.244.0 + virtual/freedesktop-icon-theme + x11-libs/gdk-pixbuf:2[X,jpeg] + ) + || ( media-video/mpv media-video/mplayer media-video/smplayer media-video/vlc ) + " +DEPEND="dev-perl/Module-Build" + +SRC_TEST="do" + +src_prepare() { + perl-module_src_prepare +} + +# build system installs files on "perl Build.PL" too +# do all the work in src_install +src_configure() { :; } +src_compile() { :; } + +src_install() { + local myconf + if use gtk ; then + myconf="--gtk-youtube-viewer" + fi + perl-module_src_configure + perl-module_src_install + + if use gtk ; then + domenu share/gtk-youtube-viewer.desktop + doicon share/icons/gtk-youtube-viewer.png + fi +} + +pkg_preinst() { + use gtk && gnome2_icon_savelist + perl_set_version +} + +pkg_postinst() { + use gtk && gnome2_icon_cache_update + elog "Optional dependencies:" + optfeature "cache support" dev-perl/LWP-UserAgent-Cached + optfeature "better STDIN support" dev-perl/Term-ReadLine-Gnu + optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS + optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA + optfeature "printing results in a fixed-width format (--fixed-width, -W)" dev-perl/Text-CharWidth + optfeature "threads support" virtual/perl-threads + elog + elog "Check the configuration file in ~/.config/youtube-viewer/" + elog "and configure your video player backend." +} + +pkg_postrm() { + use gtk && gnome2_icon_cache_update +} diff --git a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild index 547e647df62a..754de2d7e7f6 100644 --- a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild +++ b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit gnome2-utils eutils perl-module git-r3 @@ -21,6 +21,7 @@ RDEPEND=" dev-perl/JSON dev-perl/libwww-perl[ssl] dev-perl/Term-ReadLine-Gnu + media-video/ffmpeg[openssl] virtual/perl-Encode virtual/perl-File-Path virtual/perl-File-Spec @@ -35,7 +36,8 @@ RDEPEND=" >=dev-perl/gtk2-perl-1.244.0 virtual/freedesktop-icon-theme x11-libs/gdk-pixbuf:2[X,jpeg] - )" + ) + || ( media-video/mpv media-video/mplayer media-video/smplayer media-video/vlc )" DEPEND="dev-perl/Module-Build" SRC_TEST="do" @@ -70,23 +72,15 @@ pkg_preinst() { pkg_postinst() { use gtk && gnome2_icon_cache_update + elog "Optional dependencies:" + optfeature "cache support" dev-perl/LWP-UserAgent-Cached + optfeature "better STDIN support" dev-perl/Term-ReadLine-Gnu + optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS + optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA + optfeature "printing results in a fixed-width format (--fixed-width, -W)" dev-perl/Text-CharWidth + optfeature "threads support" virtual/perl-threads elog - elog "optional dependencies:" - elog " dev-perl/LWP-UserAgent-Cached (cache support)" - elog " dev-perl/Term-ReadLine-Gnu (for a better STDIN support)" - elog " dev-perl/JSON-XS (faster JSON to HASH conversion)" - elog " dev-perl/Mozilla-CA (just in case if there are SSL problems)" - elog " dev-perl/Text-CharWidth (print the results in a fixed-width" - elog " format (--fixed-width, -W))" - elog " virtual/perl-threads (threads support)" - elog - elog "You also need a compatible video player, possible choices are:" - elog " media-video/gnome-mplayer" - elog " media-video/mplayer[network]" - elog " media-video/mpv" - elog " media-video/smplayer" - elog " media-video/vlc" - elog "Also check the configuration file in ~/.config/youtube-viewer/" + elog "Check the configuration file in ~/.config/youtube-viewer/" elog "and configure your video player backend." } diff --git a/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild b/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild index ccb1a14ea31c..1df39b6dd4ff 100644 --- a/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild @@ -55,4 +55,7 @@ src_prepare() { # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + # EAPI 6: default action doesn't happen by default #612782 + default } |