[gentoo-commits] repo/gentoo:master commit in: dev-python/faulthandler/
commit: 9dc945614d3ce015e396122ef6bcf1ab2a9cf957 Author: Matthias Maier gentoo org> AuthorDate: Wed Sep 6 01:45:48 2017 + Commit: Matthias Maier gentoo org> CommitDate: Wed Sep 6 01:45:48 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc94561 dev-python/faulthandler: ebuild maintenance: remove irrelevant inherit Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/faulthandler/faulthandler-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/faulthandler/faulthandler-2.6.ebuild b/dev-python/faulthandler/faulthandler-2.6.ebuild index 98e5c2804c5..e2c97d0e41c 100644 --- a/dev-python/faulthandler/faulthandler-2.6.ebuild +++ b/dev-python/faulthandler/faulthandler-2.6.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 eutils +inherit distutils-r1 DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.python.org/pypi/faulthandler;
[gentoo-commits] repo/gentoo:master commit in: media-sound/quodlibet/
commit: 81e8852f642aa7de4e81aae1fead656b67152039 Author: Matthias Maier gentoo org> AuthorDate: Wed Sep 6 01:44:45 2017 + Commit: Matthias Maier gentoo org> CommitDate: Wed Sep 6 01:44:45 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e8852f media-sound/quodlibet: update dependencies Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-sound/quodlibet/quodlibet-3.9.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/quodlibet/quodlibet-3.9.1.ebuild b/media-sound/quodlibet/quodlibet-3.9.1.ebuild index aa76a36cecf..1211cda94c3 100644 --- a/media-sound/quodlibet/quodlibet-3.9.1.ebuild +++ b/media-sound/quodlibet/quodlibet-3.9.1.ebuild @@ -16,6 +16,7 @@ IUSE="+dbus gstreamer ipod +udev" RDEPEND="dev-libs/keybinder:3[introspection] dev-python/feedparser[${PYTHON_USEDEP}] + dev-python/faulthandler[${PYTHON_USEDEP}] dev-python/futures[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] >=media-libs/mutagen-1.32[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/faulthandler/
commit: 4e1aad3874d76a06b4624274c361bc8580bff702 Author: Matthias Maier gentoo org> AuthorDate: Tue Sep 5 23:32:12 2017 + Commit: Matthias Maier gentoo org> CommitDate: Wed Sep 6 01:41:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1aad38 dev-python/faulthandler: initial commit Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/faulthandler/Manifest| 1 + dev-python/faulthandler/faulthandler-2.6.ebuild | 20 dev-python/faulthandler/metadata.xml| 12 3 files changed, 33 insertions(+) diff --git a/dev-python/faulthandler/Manifest b/dev-python/faulthandler/Manifest new file mode 100644 index 000..58c18bd9479 --- /dev/null +++ b/dev-python/faulthandler/Manifest @@ -0,0 +1 @@ +DIST faulthandler-2.6.tar.gz 54219 SHA256 59487773e0189d6236ec694af53ac1fe564ec4a6d9593818deadd9afe4c0dc7f SHA512 884996a78b595c1c03c12d88687f5ee5051fabe162092a7b0c15a5ce51da33e64041bc1f2d4505bd5ae0d35a8e8d0e50dd08f603e58bdec5229f888ac46ce029 WHIRLPOOL ae8f0cf6107544e12836bc5fa50ea3ab65f07a99c4cc0fec105b5152882af24dfe8e3b746ddeb915f928d472f6f3ebd16589f5daca9dfd787cf00b23d259144b diff --git a/dev-python/faulthandler/faulthandler-2.6.ebuild b/dev-python/faulthandler/faulthandler-2.6.ebuild new file mode 100644 index 000..98e5c2804c5 --- /dev/null +++ b/dev-python/faulthandler/faulthandler-2.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 eutils + +DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" +HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.python.org/pypi/faulthandler; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" diff --git a/dev-python/faulthandler/metadata.xml b/dev-python/faulthandler/metadata.xml new file mode 100644 index 000..8583f2ad102 --- /dev/null +++ b/dev-python/faulthandler/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd;> + + +tam...@gentoo.org +Matthias Maier + + +haypo/faulthandler +faulthandler + +
[gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/
commit: d0b07c295e1f5a6235148abe8c6875c09898a21d Author: Tim Harder gentoo org> AuthorDate: Wed Sep 6 00:00:16 2017 + Commit: Tim Harder gentoo org> CommitDate: Wed Sep 6 00:01:24 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b07c29 media-sound/pianobar: version bump to 2017.08.30 media-sound/pianobar/Manifest| 1 + .../{pianobar-.ebuild => pianobar-2017.08.30.ebuild} | 12 +++- media-sound/pianobar/pianobar-.ebuild| 12 +++- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest index 202ec5c4ab1..acc353c8dcf 100644 --- a/media-sound/pianobar/Manifest +++ b/media-sound/pianobar/Manifest @@ -1 +1,2 @@ DIST pianobar-2016.06.02.tar.bz2 46262 SHA256 c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559 SHA512 943e4b7bdfa5690f73378c6454666ec972f4d33faa0549ec087fb0ffeb5584e7ec26cef39dfd0134eefe2723638cc41f29c76eecb306c295c067996443958027 WHIRLPOOL 1289313f7f9e19f4974c849854204a08d26efa0afc7e4ca56b7dfb43b5c696976e8faa8a0cc1b0d27e6166b39b27714e9eb566e234afdccc3faf968129a1edf6 +DIST pianobar-2017.08.30.tar.bz2 46664 SHA256 ec14db6cf1a7dbc1d8190b5ca0d256021e970587bcdaeb23904d4bca71a04674 SHA512 35019bd387a323c85928e8979c075c7b2a8d88115066a55068dd62279760200fcadf022f7000a40e198bebc3cfc5507913da7c9c06ae220cba6fe3910a6bca54 WHIRLPOOL e0ff835c9a143df9779f5f8e76bf55dde3ca97e50b17db64107c386b14cbaf99886c2558887ff8f468f7eca7fecfaf9e47582b139c9b62f645c66b569ded9ee1 diff --git a/media-sound/pianobar/pianobar-.ebuild b/media-sound/pianobar/pianobar-2017.08.30.ebuild similarity index 79% copy from media-sound/pianobar/pianobar-.ebuild copy to media-sound/pianobar/pianobar-2017.08.30.ebuild index 3d7f81a5fce..9d1f513a05e 100644 --- a/media-sound/pianobar/pianobar-.ebuild +++ b/media-sound/pianobar/pianobar-2017.08.30.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs flag-o-matic multilib +inherit toolchain-funcs flag-o-matic if [[ ${PV} == ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/PromyLOPh/${PN}.git; + EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git; else SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2; KEYWORDS="~amd64 ~x86" @@ -17,19 +17,21 @@ HOMEPAGE="https://6xq.net/pianobar/; LICENSE="MIT" SLOT="0" -IUSE="static-libs" +IUSE="libav static-libs" RDEPEND="media-libs/libao net-misc/curl dev-libs/libgcrypt:0= dev-libs/json-c:= - >=virtual/ffmpeg-9" + libav? ( >=media-video/libav-12:0= ) + !libav? ( >=media-video/ffmpeg-3.1:0= ) +" DEPEND="${RDEPEND} virtual/pkgconfig" src_compile() { append-cflags -std=c99 - tc-export CC + tc-export AR CC emake V=1 DYNLINK=1 } diff --git a/media-sound/pianobar/pianobar-.ebuild b/media-sound/pianobar/pianobar-.ebuild index 3d7f81a5fce..9d1f513a05e 100644 --- a/media-sound/pianobar/pianobar-.ebuild +++ b/media-sound/pianobar/pianobar-.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs flag-o-matic multilib +inherit toolchain-funcs flag-o-matic if [[ ${PV} == ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/PromyLOPh/${PN}.git; + EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git; else SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2; KEYWORDS="~amd64 ~x86" @@ -17,19 +17,21 @@ HOMEPAGE="https://6xq.net/pianobar/; LICENSE="MIT" SLOT="0" -IUSE="static-libs" +IUSE="libav static-libs" RDEPEND="media-libs/libao net-misc/curl dev-libs/libgcrypt:0= dev-libs/json-c:= - >=virtual/ffmpeg-9" + libav? ( >=media-video/libav-12:0= ) + !libav? ( >=media-video/ffmpeg-3.1:0= ) +" DEPEND="${RDEPEND} virtual/pkgconfig" src_compile() { append-cflags -std=c99 - tc-export CC + tc-export AR CC emake V=1 DYNLINK=1 }
[gentoo-commits] repo/gentoo:master commit in: games-rpg/runescape-launcher/
commit: 4fa4c6a10aba9fffededaecf04e30c88ab921057 Author: Austin English gentoo org> AuthorDate: Tue Sep 5 22:06:46 2017 + Commit: Austin English gentoo org> CommitDate: Tue Sep 5 23:50:27 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa4c6a1 games-rpg/runescape-launcher: regenerate Manifest Package-Manager: Portage-2.3.6, Repoman-2.3.2 games-rpg/runescape-launcher/Manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-rpg/runescape-launcher/Manifest b/games-rpg/runescape-launcher/Manifest index 018551a6c4a..b53ef074213 100644 --- a/games-rpg/runescape-launcher/Manifest +++ b/games-rpg/runescape-launcher/Manifest @@ -1 +1 @@ -DIST runescape-launcher_2.2.4_amd64.deb 3018396 SHA256 500f6ee09510a56afcd5526bda0596eb42e7ad0edb032a8a2791310bc79987c0 SHA512 3c9c0e9a313541352cb54604748735053a8d6a4de46bbb9f04344cff3916d0d87532e59c25f51b7d64cb0c6afa98a1afc63586cae6464d3288c10ca076adf388 WHIRLPOOL 7955f710617fd0da6273478d6fe211a5b10c5ec1fdf212841d089f042442e5c172f3a2f47b5f0038cf3e6af4e626088be542af704dd7f4b152c180d8bb3a2501 +DIST runescape-launcher_2.2.4_amd64.deb 3013304 SHA256 c57c84286c50959d47dfff54490d87849d12830cccd703373917720822e002de SHA512 f19b693036ef1cc93d4c3f233ebbae31ef26d696875acd4dd0383f96127f09ce077c8256f37fc07243df063f4cc38211c5ab766ae798680ba4ad59e6c674e426 WHIRLPOOL d7140eb9fdee033c545df4298607b2578436bc7b52d6acf7aef51bc8205d387408b142794daee5c07f9d7f7903af89b2d6f83e803329972a4324ebacf5a9f54f
[gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/
commit: f46fb6cf4a337a35799764a2b5d3644e5aa03fe4 Author: Austin English gentoo org> AuthorDate: Tue Sep 5 23:50:02 2017 + Commit: Austin English gentoo org> CommitDate: Tue Sep 5 23:50:27 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46fb6cf app-emulation/winetricks: remove old Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emulation/winetricks/Manifest | 1 - .../winetricks/winetricks-20170614.ebuild | 87 -- 2 files changed, 88 deletions(-) diff --git a/app-emulation/winetricks/Manifest b/app-emulation/winetricks/Manifest index 2daf7b2bab1..f0d995634dd 100644 --- a/app-emulation/winetricks/Manifest +++ b/app-emulation/winetricks/Manifest @@ -1,3 +1,2 @@ -DIST winetricks-20170614.tar.gz 637249 SHA256 c31a51b006511b0ee47c662ef0ef98dd77c6ae410b083927c27674200974d173 SHA512 8186657000dfb99ed971e6b9ff992c34fc6a72204f2814d00bde525ee352202d292983a931021906aa661764f84cfe3ce93138d1cca5cc19e00e936b5ff47748 WHIRLPOOL 21b5eb8c5dd1c58b1d5428bc4bd65da5e4280364eb7d1a1a831b7758169c0a3a7db240644928d5cce4e6fb3435ddae0aec9dcccadb5444051b185252e8742b94 DIST winetricks-20170823.tar.gz 639027 SHA256 0e7e007b0dd39f773213a5540e7c44e4105d9435ef067c0efdcc6fda70c029de SHA512 edc805be1a1c4fa64ae16b14fdd46786e259b88a0cde7afdf24bf934fa79f4acf3d9e599727fa589f155ec265569953b9e419cda79d54057157cbb1510261e3a WHIRLPOOL f1d556a36b20982a1a41514aea60c2834f40bfb0cbb6512cfcbe3bdef5dc07fdc585c06acb0b8c372dfbc3b549ee0bb52b907fc818e598676b27e1f8669f3eba DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 SHA256 dded8c294cc5c2e71e4a5d1531ab165178cf3d2d1d890d0656368c2e499bfeb9 SHA512 59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a WHIRLPOOL 268da9e06712a678fbbcfff8eac1fca364b5e46f0a9c48a591eb88f03260b1a55f203eb2908bfe1f0a534b77c866127ff6f7049b0e43fe8abeaaa26fe55de75b diff --git a/app-emulation/winetricks/winetricks-20170614.ebuild b/app-emulation/winetricks/winetricks-20170614.ebuild deleted file mode 100644 index b1e5c8b6517..000 --- a/app-emulation/winetricks/winetricks-20170614.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils eutils - -if [[ ${PV} == "" ]] ; then - EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git; - inherit git-r3 - SRC_URI="" -else - SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -wtg=winetricks-gentoo-2012.11.24 - -SRC_URI="${SRC_URI} - gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 ) - kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )" - -DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" -HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks; - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="gtk kde rar" - -DEPEND="" -RDEPEND="app-arch/cabextract - app-arch/p7zip - app-arch/unzip - net-misc/wget - x11-misc/xdg-utils - || ( - app-emulation/wine - virtual/wine - ) - gtk? ( gnome-extra/zenity ) - kde? ( kde-apps/kdialog ) - rar? ( app-arch/unrar )" - -# Uses non-standard "Wine" category, which is provided by app-emulation/wine; #451552 -QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop" - -# Tests require network access and run Wine, which is unreliable from a portage environment. -RESTRICT="test" - -src_unpack() { - if [[ ${PV} == "" ]] ; then - git-r3_src_unpack - if use gtk || use kde; then - unpack ${wtg}.tar.bz2 - fi - else - default - fi -} - -src_install() { - default - if use gtk || use kde; then - cd "${WORKDIR}/${wtg}" || die - domenu winetricks.desktop - insinto /usr/share/icons/hicolor/scalable/apps - doins wine-winetricks.svg - fi -} - -pkg_preinst() { - if use gtk || use kde; then - gnome2_icon_savelist - fi -} - -pkg_postinst() { - if use gtk || use kde; then - gnome2_icon_cache_update - fi -} - -pkg_postrm() { - if use gtk || use kde; then - gnome2_icon_cache_update - fi -}
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: e6c6d3b1bb88b4d20f1e86688eb851a1c73d3cb3 Author: Austin English gentoo org> AuthorDate: Tue Sep 5 21:43:44 2017 + Commit: Austin English gentoo org> CommitDate: Tue Sep 5 23:50:27 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c6d3b1 profiles/package.mask: mask games-rpg/nw* Gentoo-Bug: https://bugs.gentoo.org/599390 profiles/package.mask | 13 + 1 file changed, 13 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 6b0eb095a97..f98a70b980f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,19 @@ #--- END OF EXAMPLES --- +# Austin English(05 Sep 2017) +# Download has been broken for nearly a year, no alternative found +# Bug: https://bugs.gentoo.org/599390 +# Removal in 30 days +games-rpg/nwmouse +games-rpg/nwmovies +games-rpg/nwn +games-rpg/nwn-cep +games-rpg/nwn-data +games-rpg/nwn-penultima +games-rpg/nwn-penultimarerolled +games-rpg/nwn-shadowlordsdreamcatcherdemon + # Kent Fredric (05 Sep 2017) # Broken since Perl 5.16 circa 2012, no longer maintained upstream # Bug: https://bugs.gentoo.org/623900
[gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/
commit: 4ebdd97a613bda4303da4092a73ee3f7afae33ee Author: Austin English gentoo org> AuthorDate: Tue Sep 5 23:49:40 2017 + Commit: Austin English gentoo org> CommitDate: Tue Sep 5 23:50:27 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebdd97a app-emulation/winetricks: version bump, 20170823 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emulation/winetricks/Manifest | 1 + .../winetricks/winetricks-20170823.ebuild | 87 ++ 2 files changed, 88 insertions(+) diff --git a/app-emulation/winetricks/Manifest b/app-emulation/winetricks/Manifest index eb48f35b8c8..2daf7b2bab1 100644 --- a/app-emulation/winetricks/Manifest +++ b/app-emulation/winetricks/Manifest @@ -1,2 +1,3 @@ DIST winetricks-20170614.tar.gz 637249 SHA256 c31a51b006511b0ee47c662ef0ef98dd77c6ae410b083927c27674200974d173 SHA512 8186657000dfb99ed971e6b9ff992c34fc6a72204f2814d00bde525ee352202d292983a931021906aa661764f84cfe3ce93138d1cca5cc19e00e936b5ff47748 WHIRLPOOL 21b5eb8c5dd1c58b1d5428bc4bd65da5e4280364eb7d1a1a831b7758169c0a3a7db240644928d5cce4e6fb3435ddae0aec9dcccadb5444051b185252e8742b94 +DIST winetricks-20170823.tar.gz 639027 SHA256 0e7e007b0dd39f773213a5540e7c44e4105d9435ef067c0efdcc6fda70c029de SHA512 edc805be1a1c4fa64ae16b14fdd46786e259b88a0cde7afdf24bf934fa79f4acf3d9e599727fa589f155ec265569953b9e419cda79d54057157cbb1510261e3a WHIRLPOOL f1d556a36b20982a1a41514aea60c2834f40bfb0cbb6512cfcbe3bdef5dc07fdc585c06acb0b8c372dfbc3b549ee0bb52b907fc818e598676b27e1f8669f3eba DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 SHA256 dded8c294cc5c2e71e4a5d1531ab165178cf3d2d1d890d0656368c2e499bfeb9 SHA512 59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a WHIRLPOOL 268da9e06712a678fbbcfff8eac1fca364b5e46f0a9c48a591eb88f03260b1a55f203eb2908bfe1f0a534b77c866127ff6f7049b0e43fe8abeaaa26fe55de75b diff --git a/app-emulation/winetricks/winetricks-20170823.ebuild b/app-emulation/winetricks/winetricks-20170823.ebuild new file mode 100644 index 000..b1e5c8b6517 --- /dev/null +++ b/app-emulation/winetricks/winetricks-20170823.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils eutils + +if [[ ${PV} == "" ]] ; then + EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git; + inherit git-r3 + SRC_URI="" +else + SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86" +fi + +wtg=winetricks-gentoo-2012.11.24 + +SRC_URI="${SRC_URI} + gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 ) + kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )" + +DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" +HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks; + +LICENSE="LGPL-2.1+" +SLOT="0" +IUSE="gtk kde rar" + +DEPEND="" +RDEPEND="app-arch/cabextract + app-arch/p7zip + app-arch/unzip + net-misc/wget + x11-misc/xdg-utils + || ( + app-emulation/wine + virtual/wine + ) + gtk? ( gnome-extra/zenity ) + kde? ( kde-apps/kdialog ) + rar? ( app-arch/unrar )" + +# Uses non-standard "Wine" category, which is provided by app-emulation/wine; #451552 +QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop" + +# Tests require network access and run Wine, which is unreliable from a portage environment. +RESTRICT="test" + +src_unpack() { + if [[ ${PV} == "" ]] ; then + git-r3_src_unpack + if use gtk || use kde; then + unpack ${wtg}.tar.bz2 + fi + else + default + fi +} + +src_install() { + default + if use gtk || use kde; then + cd "${WORKDIR}/${wtg}" || die + domenu winetricks.desktop + insinto /usr/share/icons/hicolor/scalable/apps + doins wine-winetricks.svg + fi +} + +pkg_preinst() { + if use gtk || use kde; then + gnome2_icon_savelist + fi +} + +pkg_postinst() { + if use gtk || use kde; then + gnome2_icon_cache_update + fi +} + +pkg_postrm() { + if use gtk || use kde; then + gnome2_icon_cache_update + fi +}
[gentoo-commits] repo/gentoo:master commit in: games-rpg/lure/
commit: 3bd223b80a4fe4006a8bc10f02fdd61f02005cca Author: Austin English gentoo org> AuthorDate: Tue Sep 5 21:19:42 2017 + Commit: Austin English gentoo org> CommitDate: Tue Sep 5 23:50:27 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd223b8 games-rpg/lure: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.6, Repoman-2.3.2 games-rpg/lure/lure-1.1-r1.ebuild | 110 ++ 1 file changed, 110 insertions(+) diff --git a/games-rpg/lure/lure-1.1-r1.ebuild b/games-rpg/lure/lure-1.1-r1.ebuild new file mode 100644 index 000..7aeff31daca --- /dev/null +++ b/games-rpg/lure/lure-1.1-r1.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils + +DAT_PV=0.13.1 +DESCRIPTION="Lure of the Temptress" +HOMEPAGE="http://www.revolution.co.uk/_display.php?id=10; +SRC_URI=" + https://raw.githubusercontent.com/scummvm/scummvm/266aef932a8a052df897e4d79b4572e5d169916f/dists/engine-data/lure.dat -> lure-${DAT_PV}.dat + !linguas_en? ( !linguas_es? ( !linguas_fr? ( !linguas_de? ( !linguas_it? + ( mirror://sourceforge/scummvm/${P}.zip -> ${PN}-en-${PV}.zip ) ) ) ) ) + linguas_en? ( mirror://sourceforge/scummvm/${P}.zip -> ${PN}-en-${PV}.zip ) + linguas_es? ( mirror://sourceforge/scummvm/${PN}-es-${PV}.zip ) + linguas_fr? ( mirror://sourceforge/scummvm/${PN}-fr-${PV}.zip ) + linguas_de? ( mirror://sourceforge/scummvm/${PN}-de-${PV}.zip ) + linguas_it? ( mirror://sourceforge/scummvm/${PN}-it-${PV}.zip )" + +LICENSE="lure" +SLOT="0" +KEYWORDS="~amd64 ~x86" +LANGS_IUSE="linguas_en linguas_es linguas_de linguas_fr linguas_it" +IUSE=${LANGS_IUSE} +RESTRICT="mirror" + +RDEPEND=">=games-engines/scummvm-0.13.1" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR} + +any_linguas() { + use linguas_en || use linguas_es || use linguas_de || use linguas_fr || use linguas_it +} + +src_unpack() { + local lang + + if any_linguas ; then + for lang in ${LANGS_IUSE} + do + use ${lang} && unpack ${PN}-${lang/linguas_}-${PV}.zip + done + mv lure lure-en 2> /dev/null + else + unpack ${PN}-en-${PV}.zip + fi +} + +src_prepare() { + local lang f + + default + + find . \ + \( -iname "*exe" \ + -o -iname "*ega" \ + -o -iname LICENSE.txt \) \ + -exec rm -f '{}' + + mkdir docs + if any_linguas ; then + for lang in ${LANGS_IUSE} + do + mkdir docs/${lang} + find lure-${lang/linguas_} \ + \( -iname "*pdf" \ + -o -iname README \ + -o -iname "*txt" \) \ + -exec mv '{}' docs/${lang} \; 2> /dev/null + done + else + find lure \ + \( -iname "*pdf" \ + -o -iname README \ + -o -iname "*txt" \) \ + -exec mv '{}' docs \; 2> /dev/null + fi + for f in $(find docs -type f) + do + mv ${f} ${f%.*}.$(echo ${f#*.} | tr '[[:upper:]]' '[[:lower:]]') 2> /dev/null + done +} + +src_install() { + local lang + + if any_linguas ; then + for lang in ${LANGS_IUSE} + do + if use ${lang} ; then + lang=${lang/linguas_} + insinto "/usr/share/${PN}-${lang}" + newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat + doins -r ${PN}-${lang}/* + make_wrapper ${PN}-${lang} "scummvm -q ${lang} -f -p \"/usr/share/${PN}-${lang}\" lure" . + make_desktop_entry ${PN}-${lang} "Lure of the Temptress (${lang})" ${PN} + docinto linguas_${lang} + dodoc docs/linguas_${lang}/* + fi + done + else + insinto "/usr/share/${PN}" + newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat + doins -r ${PN}/* + make_wrapper ${PN} "scummvm -f -p \"/usr/share/${PN}\" lure" . + make_desktop_entry ${PN} "Lure of the Temptress" + fi +}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
commit: 1eea8c7b2d59398b4a8caf809876ab0a8d1e8b82 Author: Matthias Maier gentoo org> AuthorDate: Tue Sep 5 23:22:55 2017 + Commit: Matthias Maier gentoo org> CommitDate: Tue Sep 5 23:22:55 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eea8c7b app-emulation/libvirt: remove accidental change (-10 karma points) Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-emulation/libvirt/libvirt-3.6.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-3.6.0.ebuild b/app-emulation/libvirt/libvirt-3.6.0.ebuild index 984ee7c11f9..90f74a64df1 100644 --- a/app-emulation/libvirt/libvirt-3.6.0.ebuild +++ b/app-emulation/libvirt/libvirt-3.6.0.ebuild @@ -128,7 +128,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3.4-glibc-2.23.patch "${FILESDIR}"/${PN}-3.1.0-musl-fix-includes.patch # bug #609488 "${FILESDIR}"/${PN}-3.6.0-ssh-malicious-hostname-fix.patch # bug #629462 - "${FILESDIR}"/${PN}-3.6.0-blobb.patch ) pkg_setup() {
[gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/
commit: 415f646e13d57d37682cdabad76b192af3f4dde0 Author: Daniel Campbell gentoo org> AuthorDate: Tue Sep 5 23:19:18 2017 + Commit: Daniel Campbell gentoo org> CommitDate: Tue Sep 5 23:19:46 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415f646e dev-lang/tcl: restrict faulty testing Testing for this package is designed for use outside of a package manager's environment. FEATURES="network-sandbox" produces hours-long hangs due to incorrect handling of false negatives. Thanks toralf for reporting. Gentoo-Bug: 629680 Gentoo-Bug-URL: https://bugs.gentoo.org/629680 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-lang/tcl/tcl-8.6.6.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/tcl/tcl-8.6.6.ebuild b/dev-lang/tcl/tcl-8.6.6.ebuild index e31efccac32..9ff899c98ac 100644 --- a/dev-lang/tcl/tcl-8.6.6.ebuild +++ b/dev-lang/tcl/tcl-8.6.6.ebuild @@ -18,6 +18,8 @@ IUSE="debug +threads" RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" +# Bug 629680: need to disable testing since network-sandbox creates false negatives +RESTRICT="test" SPARENT="${WORKDIR}/${MY_P}" S="${SPARENT}"/unix
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/
commit: 6ae4a51986ef113810101e7bb79ae38bb0ed427c Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 22:39:29 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:39:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae4a519 sys-libs/libblockdev: python is non-optional (bug #629768). Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-libs/libblockdev/libblockdev-2.11.ebuild | 10 +- sys-libs/libblockdev/libblockdev-2.12.ebuild | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys-libs/libblockdev/libblockdev-2.11.ebuild b/sys-libs/libblockdev/libblockdev-2.11.ebuild index 11dae613f10..6a7e87b7e89 100644 --- a/sys-libs/libblockdev/libblockdev-2.11.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.11.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P} LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bcache crypt dmraid doc lvm kbd python test" +IUSE="bcache crypt dmraid doc lvm kbd test" CDEPEND=" >=dev-libs/glib-2.42.2 @@ -36,7 +36,7 @@ CDEPEND=" virtual/udev ) kbd? ( >=sys-apps/kmod-19 ) - python? ( ${PYTHON_DEPS} ) + ${PYTHON_DEPS} " DEPEND=" @@ -49,12 +49,12 @@ RDEPEND=" ${CDEPEND} " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" S="${WORKDIR}/${MY_P}" pkg_setup() { - use python && python-single-r1_pkg_setup + python-single-r1_pkg_setup } src_prepare() { @@ -67,6 +67,7 @@ src_configure() { --with-btrfs --with-fs --with-part + --with-python3 --without-mpath $(use_enable test tests) $(use_with bcache) @@ -76,7 +77,6 @@ src_configure() { $(use_with lvm lvm) $(use_with lvm lvm-dbus) $(use_with kbd) - $(use_with python python3) ) econf "${myeconfargs[@]}" } diff --git a/sys-libs/libblockdev/libblockdev-2.12.ebuild b/sys-libs/libblockdev/libblockdev-2.12.ebuild index 1da1e81fbb7..53c3efbcb20 100644 --- a/sys-libs/libblockdev/libblockdev-2.12.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.12.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P} LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bcache +crypt dmraid doc lvm kbd python test" +IUSE="bcache +crypt dmraid doc lvm kbd test" CDEPEND=" >=dev-libs/glib-2.42.2 @@ -36,7 +36,7 @@ CDEPEND=" virtual/udev ) kbd? ( >=sys-apps/kmod-19 ) - python? ( ${PYTHON_DEPS} ) + ${PYTHON_DEPS} " DEPEND=" @@ -49,12 +49,12 @@ RDEPEND=" ${CDEPEND} " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" S="${WORKDIR}/${MY_P}" pkg_setup() { - use python && python-single-r1_pkg_setup + python-single-r1_pkg_setup } src_prepare() { @@ -67,6 +67,7 @@ src_configure() { --with-btrfs --with-fs --with-part + --with-python3 --without-mpath $(use_enable test tests) $(use_with bcache) @@ -76,7 +77,6 @@ src_configure() { $(use_with lvm lvm) $(use_with lvm lvm-dbus) $(use_with kbd) - $(use_with python python3) ) econf "${myeconfargs[@]}" }
[gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/
commit: 09fe9c6763ec737b64634d1488ce0343979e7bba Author: Anthony G. Basile gentoo org> AuthorDate: Tue Sep 5 22:36:03 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Sep 5 22:36:03 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fe9c67 sys-fs/eudev: version bump to 3.2.4, drop 3.2.3 Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-fs/eudev/Manifest | 2 +- sys-fs/eudev/{eudev-3.2.3.ebuild => eudev-3.2.4.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/eudev/Manifest b/sys-fs/eudev/Manifest index a2730b1799e..8d102e95f89 100644 --- a/sys-fs/eudev/Manifest +++ b/sys-fs/eudev/Manifest @@ -3,4 +3,4 @@ DIST eudev-1.9.tar.gz 1762520 SHA256 8f17e92f1177ce9352bde00360e227a7cbb3b97ac88 DIST eudev-3.1.2.tar.gz 1858004 SHA256 4393b69e93dd8117defde6519b199d479f9d051f52061157a1a7a41b8fe10273 SHA512 d9aeb37a163ce4a0c116f75a927b4b99f8445d06624fbb3c28ade18f3effd8c54af5a4a52477c31a0452822a3dc0901468263195256e9dbf79d2ef08cf46f2b6 WHIRLPOOL 2249128672d2adfa968c123a2538063331348bc8e8481ad9c25bf8d9fb4d2d3c8a05417439f155d9ababe657b19a595c18c6ba60ad0d5584a8ead86220b39577 DIST eudev-3.1.5.tar.gz 1745524 SHA256 f75885a430cd50fe4b31732f808ba7f9b2adf0f26b53b8ba2957b0c1d84b6f2a SHA512 c5192e085ca4230aaac918e701989b712e5bda1558db31eb6ba635c17c4bdff398458d51cefbc5fb77a7c775ec1e04b1dbe019b8314cac3f43a5c1ae61521b5e WHIRLPOOL bc845c474101635c039515489e1316053156d3dd5f9c915c312324b9a1a6168f831e7476eeff834487fc83289e5d5eea2ba764c10bb6628b7c18d188de5f3846 DIST eudev-3.2.2.tar.gz 1821812 SHA256 3e4c56ec2fc1854afd0a31f3affa48f922c62d40ee12a0c1a4b4f152ef5b0f63 SHA512 38465ba6a68c3a8756d750ac36dfde0e220c3b13d058a8fcb664ee628e95d2f83b4155cb080a7bd518a5435c7c502aa3fa785a99233ebb24dda406441a753f7a WHIRLPOOL bcebd850c5c9b0ffea21bbb3517feb15f2328f602366daa2fd13b62ce62b0834815b98618fbe80bbe9db9d27085a6ef917c4b1e597f6ad47182acf7386786bbb -DIST eudev-3.2.3.tar.gz 1856424 SHA256 49200c54f63bb0ae922880a9bb64f360959fa83d272239b9cf72111dd53f444a SHA512 7c3409ba48da187df005e30078b2ebf3cef771ec1a6d39c10e4a670f3c945edb1952216dadcbc2585fdf9a24a08d88eca7cd0670c3f612c4c2401d0fe0545d42 WHIRLPOOL 8cf2217425fc1c8b1ab12d8ef07fa588ae6af4d28711553e8c3777093067eb4f33c8f7a09b4094727f8059d33a3f8ce30e314ac9c602712867fa21e0411b365f +DIST eudev-3.2.4.tar.gz 1856432 SHA256 dddcf4c89b21f5f3210f7e4d3888c92cbfc657ff734ac21b6bdd3f5bcb146fed SHA512 1843a42d8c670379fec034e4401120202ae9383b74f81e52d93d83199a69016c27f7f7bf421e16abd3523dfa8158f9f28cd554f12f99a28e3004ece1c0342200 WHIRLPOOL 6856678fb37020f265f564fef31d2372655f8e7c7919f8124e1d50df41aae250a64f301ef200f8779b05c70c3b9b43b12ed464dc47a73b802e69f8e7720788c2 diff --git a/sys-fs/eudev/eudev-3.2.3.ebuild b/sys-fs/eudev/eudev-3.2.4.ebuild similarity index 100% rename from sys-fs/eudev/eudev-3.2.3.ebuild rename to sys-fs/eudev/eudev-3.2.4.ebuild
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 3fd3cc0bdc76625f92975124a07514b500d27716 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Sep 5 22:37:19 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Sep 5 22:37:19 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd3cc0b profiles: remove mask on =sys-fs/eudev-3.2.3, punted from tree profiles/package.mask | 5 - 1 file changed, 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index cade5d09eef..6b0eb095a97 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -48,11 +48,6 @@ dev-perl/XML-AutoWriter # See also our tracker bug: https://bugs.gentoo.org/629836 >=app-text/poppler-0.58.0 -# Anthony G. Basile(03 Sep 2017) -# Masked for testing -# See bug #628692#c4 -=sys-fs/eudev-3.2.3 - # Michael Palimaka (03 Sep 2017) # Dead upstream. Use media-libs/phonon instead. # Masked for removal in 30 days. Bug #629144.
[gentoo-commits] repo/gentoo:master commit in: media-sound/quodlibet/, app-emulation/libvirt/
commit: df4e651b614771cc13a1ce1738ce36f0a64253db Author: Matthias Maier gentoo org> AuthorDate: Tue Sep 5 22:24:57 2017 + Commit: Matthias Maier gentoo org> CommitDate: Tue Sep 5 22:28:53 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4e651b media-sound/quodlibet: version bump to 3.9.1 Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-emulation/libvirt/libvirt-3.6.0.ebuild | 1 + media-sound/quodlibet/Manifest | 1 + media-sound/quodlibet/metadata.xml | 12 ++--- media-sound/quodlibet/quodlibet-3.9.1.ebuild | 72 4 files changed, 80 insertions(+), 6 deletions(-) diff --git a/app-emulation/libvirt/libvirt-3.6.0.ebuild b/app-emulation/libvirt/libvirt-3.6.0.ebuild index 90f74a64df1..984ee7c11f9 100644 --- a/app-emulation/libvirt/libvirt-3.6.0.ebuild +++ b/app-emulation/libvirt/libvirt-3.6.0.ebuild @@ -128,6 +128,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3.4-glibc-2.23.patch "${FILESDIR}"/${PN}-3.1.0-musl-fix-includes.patch # bug #609488 "${FILESDIR}"/${PN}-3.6.0-ssh-malicious-hostname-fix.patch # bug #629462 + "${FILESDIR}"/${PN}-3.6.0-blobb.patch ) pkg_setup() { diff --git a/media-sound/quodlibet/Manifest b/media-sound/quodlibet/Manifest index 07ce3582932..533f5b901d3 100644 --- a/media-sound/quodlibet/Manifest +++ b/media-sound/quodlibet/Manifest @@ -1,2 +1,3 @@ DIST quodlibet-3.7.1.tar.gz 3651908 SHA256 229a26289880860abfd0ec31d9f0aa830c84a3f78205feb11f3ec710e02f02cd SHA512 73f2a909e29178fb4074dbf451a6d04170aebecb7934248b04b909f9639c9098054eefe3343cfb67cc3c622f6d453b5417e5233d4d2ec9c87c48a0c5b4debf4f WHIRLPOOL 2149daf74da7bc01a9822d841de7634c72cca02ef2ab59ae8ac2cd4716e72bed2d6f3342c3b32ddd66c393ecab7c311729e424175a8c7264de0edf2525391187 DIST quodlibet-3.8.1.tar.gz 3697363 SHA256 7c26ddd391a7b3d2bcdb4b009b005db604a133a059499284613436a88d164401 SHA512 5f8f7ba3157dea83782c64989114ad38295c660300284b72e825eba46eae053120c96e60518d573b4010dd49e396a4fe8d04788e632e61e38fa6edd953014275 WHIRLPOOL b3d73a78dbf77b14d04e6fdb1c1b154a9106d364e62d55f25acc7e750eed6cf39a6584b3c9409bd1cb45d322ebd3268e45e36bfc455647fa2c9fbe7961648a3b +DIST quodlibet-3.9.1.tar.gz 3850929 SHA256 75dcbac8ec4452f501be775d81d1690230d14de09ad0c788a7dff57db22bffc6 SHA512 6d6b6380de2fc2d3ab1614b304f2d7219ff1d823e03f532baa0e9b1308fd36094ad745433494253d956182ae9914eb62846df3d3e5fea92dddccdaa725178563 WHIRLPOOL ad60e6d7216910e56fc9aecdd068fac09fee26bd8e5b749f2926d9b68a1d84ef61008869635490efad0eb8e84934d7643b03c3d65d7c2881c4cfa420ae36f969 diff --git a/media-sound/quodlibet/metadata.xml b/media-sound/quodlibet/metadata.xml index 34f78c18921..6c2b729f293 100644 --- a/media-sound/quodlibet/metadata.xml +++ b/media-sound/quodlibet/metadata.xml @@ -14,12 +14,12 @@ Gentoo Sound project Quod Libet is a GTK+-based audio player written in Python. It's -designed around the idea that you know better than we do how to -organize your music. It lets you make playlists based on regular -expressions (don't worry, regular searches work too). It lets you -display and edit any tags you want in the file. And it lets you do -this for all the file formats it supports -- Ogg Vorbis, FLAC, MP3, -Musepack, and MOD. + designed around the idea that you know better than we do how to + organize your music. It lets you make playlists based on regular + expressions (don't worry, regular searches work too). It lets you + display and edit any tags you want in the file. And it lets you do + this for all the file formats it supports -- Ogg Vorbis, FLAC, MP3, + Musepack, and MOD. quodlibet quodlibet/quodlibet diff --git a/media-sound/quodlibet/quodlibet-3.9.1.ebuild b/media-sound/quodlibet/quodlibet-3.9.1.ebuild new file mode 100644 index 000..aa76a36cecf --- /dev/null +++ b/media-sound/quodlibet/quodlibet-3.9.1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 gnome2-utils xdg-utils + +DESCRIPTION="audio library tagger, manager, and player for GTK+" +HOMEPAGE="http://quodlibet.readthedocs.org; +SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="+dbus gstreamer ipod +udev" + +RDEPEND="dev-libs/keybinder:3[introspection] + dev-python/feedparser[${PYTHON_USEDEP}] + dev-python/futures[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + >=media-libs/mutagen-1.32[${PYTHON_USEDEP}] + net-libs/libsoup[introspection] + x11-libs/gtk+[introspection] + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 +
[gentoo-commits] repo/gentoo:master commit in: www-client/lynx/
commit: 2b73b415fe9f7ef4841b30259f573664bb50e391 Author: Tim Harder gentoo org> AuthorDate: Tue Sep 5 22:05:14 2017 + Commit: Tim Harder gentoo org> CommitDate: Tue Sep 5 22:06:12 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b73b415 www-client/lynx: only try to build translation files when nls is enabled Fixes #630048. www-client/lynx/lynx-2.8.9_pre16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/lynx/lynx-2.8.9_pre16.ebuild b/www-client/lynx/lynx-2.8.9_pre16.ebuild index 2afd67c6acf..584d4b22999 100644 --- a/www-client/lynx/lynx-2.8.9_pre16.ebuild +++ b/www-client/lynx/lynx-2.8.9_pre16.ebuild @@ -86,7 +86,7 @@ src_configure() { src_compile() { # generating translation files in parallel is currently broken - emake -C po -j1 + use nls && emake -C po -j1 emake }
[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
commit: 1089c49afe0071b4101a75297704ce4f1eddcbf3 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 22:01:12 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:02:54 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1089c49a games-rpg/manaplus: Version 1.7.8.19 stable for amd64 and x86. Package-Manager: Portage-2.3.8, Repoman-2.3.3 games-rpg/manaplus/manaplus-1.7.8.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-rpg/manaplus/manaplus-1.7.8.19.ebuild b/games-rpg/manaplus/manaplus-1.7.8.19.ebuild index 2d5897b5d6f..26dc7ca27dd 100644 --- a/games-rpg/manaplus/manaplus-1.7.8.19.ebuild +++ b/games-rpg/manaplus/manaplus-1.7.8.19.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == ]] ; then EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git; else SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz; - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2+"
[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
commit: e236580280427cc55296161a6d846af6f960acc1 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 22:00:17 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:02:51 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2365802 games-rpg/manaplus: Bump to version 1.7.9.2 Package-Manager: Portage-2.3.8, Repoman-2.3.3 games-rpg/manaplus/Manifest| 1 + games-rpg/manaplus/manaplus-1.7.9.2.ebuild | 99 ++ 2 files changed, 100 insertions(+) diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest index ad8f2e4808a..e49d6aef87a 100644 --- a/games-rpg/manaplus/Manifest +++ b/games-rpg/manaplus/Manifest @@ -1,2 +1,3 @@ DIST manaplus-1.7.8.19.tar.xz 14896636 SHA256 244cdaa02a480ed96ab95aa9095484068c233fc3388a9fc3ae4f6967ea4bbbf8 SHA512 d87dc8b4364b4ff8ccca7083019ec370cd3ac5ca29d02d4ce52706485219f107c932d9c75079848ea812ada5d1a6cbdb9d6437f3e6141093320d3984dd6548dd WHIRLPOOL f59d522f085bbd2e3dfe9d3f4b0d4925cfec8474a547fdb1b87fe0aad42d09eab326edccaef85c576ad7dca54bc26747bf294382a455aa776721c840e0cb4a6a DIST manaplus-1.7.8.5.tar.xz 14896112 SHA256 0247a7cefb519cb6cf7af44bb61383f54179976dbe41fee3f9d357689c6565c1 SHA512 d5de7e467ed365123cabcbd72452c42d57bf436fbaffb339f474595c18413ef332e531cdb9b946c59c00aff28dfdbea4ed387b96bcda24c7ab9b949374e7d2ad WHIRLPOOL 574aad5ac8f1ad7fc2cc9b430fbdb13bd91ed7c86502a94ca44f668cd8b9b8ff105752470c0c16bfee801cc159e6827830abc3f523c4d05bd29d38ded120d48a +DIST manaplus-1.7.9.2.tar.xz 14900648 SHA256 8fcbdf7cc5045e7f0118152774e6e190d27f9e612c440d929d5c02750716542d SHA512 9bb4888d85d133dbd730dfeb49456ef849bae04f9c8e4bd7b5fe1e4541ee4da291c193057e6ca77a7802b5256e977dccec334a5c6cbbcfa424f2faf2a6c2fe91 WHIRLPOOL af70949ae9b985607c2afb3432a1d0757470cf1d4ce896543d099e2b1c0d9ee5a362720cf0edc5ae5cb567a876f8acb7c19cef5fd04aa9db3f17406a1a910877 diff --git a/games-rpg/manaplus/manaplus-1.7.9.2.ebuild b/games-rpg/manaplus/manaplus-1.7.9.2.ebuild new file mode 100644 index 000..2d5897b5d6f --- /dev/null +++ b/games-rpg/manaplus/manaplus-1.7.9.2.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +[[ ${PV} == ]] && inherit autotools git-r3 + +DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World" +HOMEPAGE="http://manaplus.evolonline.org; +if [[ ${PV} == ]] ; then + EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git; +else + SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz; + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" +IUSE="mumble nls opengl pugixml +sdl2 test" + +RDEPEND=" + >=dev-games/physfs-1.0.0 + media-fonts/dejavu + media-fonts/liberation-fonts + media-fonts/mplus-outline-fonts + media-fonts/wqy-microhei + media-libs/libpng:0= + net-misc/curl + sys-libs/zlib + x11-apps/xmessage + x11-libs/libX11 + x11-misc/xdg-utils + mumble? ( media-sound/mumble ) + nls? ( virtual/libintl ) + opengl? ( virtual/opengl ) + pugixml? ( dev-libs/pugixml ) + !pugixml? ( dev-libs/libxml2 ) + sdl2? ( + media-libs/libsdl2[X,opengl?,video] + media-libs/sdl2-gfx + media-libs/sdl2-image[png] + media-libs/sdl2-mixer[vorbis] + media-libs/sdl2-net + media-libs/sdl2-ttf + ) + !sdl2? ( + media-libs/libsdl[X,opengl?,video] + media-libs/sdl-gfx + media-libs/sdl-image[png] + media-libs/sdl-mixer[vorbis] + media-libs/sdl-net + media-libs/sdl-ttf + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + default + if [[ ${PV} == ]] ; then + eautoreconf + fi +} + +src_configure() { + local myeconfargs=( + --localedir=/usr/share/locale + --without-internalsdlgfx + $(use_with mumble) + $(use_enable nls) + $(use_with opengl) + --enable-libxml=$(usex pugixml pugixml libxml) + $(use_with sdl2) + $(use_enable test unittests) + ) + CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}" +} + +src_install() { + default + + local destpath="/usr/share/${PN}" + dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${destpath}"/data/fonts/dejavusans-bold.ttf + dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${destpath}"/data/fonts/dejavusans.ttf + dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf "${destpath}"/data/fonts/dejavusansmono-bold.ttf + dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${destpath}"/data/fonts/dejavusansmono.ttf + dosym
[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
commit: 030981cad4ef23adfd9b5160965a68d07685b08b Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 22:01:36 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:02:56 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030981ca games-rpg/manaplus: Removed old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 games-rpg/manaplus/Manifest| 1 - games-rpg/manaplus/manaplus-1.7.8.5.ebuild | 99 -- 2 files changed, 100 deletions(-) diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest index e49d6aef87a..7544a5bb079 100644 --- a/games-rpg/manaplus/Manifest +++ b/games-rpg/manaplus/Manifest @@ -1,3 +1,2 @@ DIST manaplus-1.7.8.19.tar.xz 14896636 SHA256 244cdaa02a480ed96ab95aa9095484068c233fc3388a9fc3ae4f6967ea4bbbf8 SHA512 d87dc8b4364b4ff8ccca7083019ec370cd3ac5ca29d02d4ce52706485219f107c932d9c75079848ea812ada5d1a6cbdb9d6437f3e6141093320d3984dd6548dd WHIRLPOOL f59d522f085bbd2e3dfe9d3f4b0d4925cfec8474a547fdb1b87fe0aad42d09eab326edccaef85c576ad7dca54bc26747bf294382a455aa776721c840e0cb4a6a -DIST manaplus-1.7.8.5.tar.xz 14896112 SHA256 0247a7cefb519cb6cf7af44bb61383f54179976dbe41fee3f9d357689c6565c1 SHA512 d5de7e467ed365123cabcbd72452c42d57bf436fbaffb339f474595c18413ef332e531cdb9b946c59c00aff28dfdbea4ed387b96bcda24c7ab9b949374e7d2ad WHIRLPOOL 574aad5ac8f1ad7fc2cc9b430fbdb13bd91ed7c86502a94ca44f668cd8b9b8ff105752470c0c16bfee801cc159e6827830abc3f523c4d05bd29d38ded120d48a DIST manaplus-1.7.9.2.tar.xz 14900648 SHA256 8fcbdf7cc5045e7f0118152774e6e190d27f9e612c440d929d5c02750716542d SHA512 9bb4888d85d133dbd730dfeb49456ef849bae04f9c8e4bd7b5fe1e4541ee4da291c193057e6ca77a7802b5256e977dccec334a5c6cbbcfa424f2faf2a6c2fe91 WHIRLPOOL af70949ae9b985607c2afb3432a1d0757470cf1d4ce896543d099e2b1c0d9ee5a362720cf0edc5ae5cb567a876f8acb7c19cef5fd04aa9db3f17406a1a910877 diff --git a/games-rpg/manaplus/manaplus-1.7.8.5.ebuild b/games-rpg/manaplus/manaplus-1.7.8.5.ebuild deleted file mode 100644 index 26dc7ca27dd..000 --- a/games-rpg/manaplus/manaplus-1.7.8.5.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -[[ ${PV} == ]] && inherit autotools git-r3 - -DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World" -HOMEPAGE="http://manaplus.evolonline.org; -if [[ ${PV} == ]] ; then - EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git; -else - SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz; - KEYWORDS="amd64 x86" -fi - -LICENSE="GPL-2+" -SLOT="0" -IUSE="mumble nls opengl pugixml +sdl2 test" - -RDEPEND=" - >=dev-games/physfs-1.0.0 - media-fonts/dejavu - media-fonts/liberation-fonts - media-fonts/mplus-outline-fonts - media-fonts/wqy-microhei - media-libs/libpng:0= - net-misc/curl - sys-libs/zlib - x11-apps/xmessage - x11-libs/libX11 - x11-misc/xdg-utils - mumble? ( media-sound/mumble ) - nls? ( virtual/libintl ) - opengl? ( virtual/opengl ) - pugixml? ( dev-libs/pugixml ) - !pugixml? ( dev-libs/libxml2 ) - sdl2? ( - media-libs/libsdl2[X,opengl?,video] - media-libs/sdl2-gfx - media-libs/sdl2-image[png] - media-libs/sdl2-mixer[vorbis] - media-libs/sdl2-net - media-libs/sdl2-ttf - ) - !sdl2? ( - media-libs/libsdl[X,opengl?,video] - media-libs/sdl-gfx - media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis] - media-libs/sdl-net - media-libs/sdl-ttf - )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - default - if [[ ${PV} == ]] ; then - eautoreconf - fi -} - -src_configure() { - local myeconfargs=( - --localedir=/usr/share/locale - --without-internalsdlgfx - $(use_with mumble) - $(use_enable nls) - $(use_with opengl) - --enable-libxml=$(usex pugixml pugixml libxml) - $(use_with sdl2) - $(use_enable test unittests) - ) - CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}" -} - -src_install() { - default - - local destpath="/usr/share/${PN}" - dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${destpath}"/data/fonts/dejavusans-bold.ttf - dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${destpath}"/data/fonts/dejavusans.ttf - dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf "${destpath}"/data/fonts/dejavusansmono-bold.ttf - dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${destpath}"/data/fonts/dejavusansmono.ttf - dosym
[gentoo-commits] repo/gentoo:master commit in: media-libs/faac/
commit: f5991cf902753fc1354adaea15f9ea56764bc090 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 21:47:29 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:02:45 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5991cf9 media-libs/faac: Bump to version 1.29.7.4 Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-libs/faac/Manifest | 1 + media-libs/faac/faac-1.29.7.4.ebuild | 55 2 files changed, 56 insertions(+) diff --git a/media-libs/faac/Manifest b/media-libs/faac/Manifest index 502e5042716..8da47e6a7c7 100644 --- a/media-libs/faac/Manifest +++ b/media-libs/faac/Manifest @@ -1,3 +1,4 @@ DIST faac-1.28.tar.gz 678891 SHA256 c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df SHA512 0ef721ad28835e95cad41afc0cb6130e1ebb634cb6dd4b40f649bc2269b7bb5bf2887f6d8f023c74628d521f8bdf55b4dd070f972ecff162a5fe0384e026235b WHIRLPOOL fe56f3c2b40670f03e0c1880b253d7f0cc6e318c0b407f4e57fb7eaeac8692c6de9829402e670ddc0f397396935131ade0f8dadfc89b88fcdedecbf404e1b54e DIST faac-1.29.6.2.tar.gz 494674 SHA256 8beffc640893c765719721354ea915286f914e3e0de265afc2fa730255126692 SHA512 0065def77e90c2343bc57e5b2e78987806ff8ef03a8f600bc5ceaa1ddecd4ffd0f23839498e311e7e6f25517fbcd6d86c6b8f2fe2daf14f81b05097968e4005d WHIRLPOOL e343e045d53b19d1ec0c3ba63c78c6c7edce3f757d2bfebe952242ba62b6a3018e9bb21a03a19797e1201e005cbba7645a36a90dc9dde2d9bc7939536bc020ee DIST faac-1.29.7.3.tar.gz 497155 SHA256 39a8c2b622b6374362a5e5d2481fdef208f732f4ba4b84038a2c20029e39beb6 SHA512 265aff7d02ec4a9fcc96831ad4f4da943f0bbfc0b08975ad8bd6fca420b1747edb1231f9f29a1dc483e82050351ac5fa464e06b4d03feeb7e8a226b4ea892e0f WHIRLPOOL 3277e058804f6a16d5a11ccfd380269e80eec78d3ca8530ca306481ec15d132dcc8912bf7cbd427470d295fc14a4c8da308ecc1e4ceae9cfade546a0ef61b953 +DIST faac-1.29.7.4.tar.gz 488685 SHA256 374e0a2c166e4c67cc049e6b76b0158ba881156b9c428142104340fb7fcf6abc SHA512 b9f812cf4075ce7ad11833dff19bf6a8ebed5a0d73e0472b1d9798e2764b43e19a55689a6ec0fca86742bb3f62ca1bde21747386816d3d4c45f08e3c558b69d4 WHIRLPOOL 027f919f85d354f7991e778377dafcbad517d45b6599a1fded0a814a4578162e6f21019b58826cbf2a6767d15f3994a68ad2d11b44c006e77880c139e64792d1 diff --git a/media-libs/faac/faac-1.29.7.4.ebuild b/media-libs/faac/faac-1.29.7.4.ebuild new file mode 100644 index 000..cd62caf3d01 --- /dev/null +++ b/media-libs/faac/faac-1.29.7.4.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +# eutils for einstalldocs +inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal + +DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" +HOMEPAGE="http://www.audiocoding.com; +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1 MPEG-4" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="digitalradio static-libs" + +RDEPEND="" +DEPEND="${RDEPEND}" +DOCS=( AUTHORS ChangeLog NEWS README TODO ) + +src_prepare() { + default + + sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466984 + + eautoreconf + epunt_cxx +} + +multilib_src_configure() { + local myconf=( + $(use_enable digitalradio drm) + $(use_enable static-libs static) + ) + + ECONF_SOURCE="${S}" econf ${myconf[@]} + + # do not build the frontend for non default abis + if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then + sed -i -e 's/frontend//' Makefile || die + fi +} + +multilib_src_install() { + emake DESTDIR="${D}" install + prune_libtool_files +} + +multilib_src_install_all() { + einstalldocs + docinto html + dodoc docs/*.html + insinto /usr/share/doc/${PF}/pdf + doins docs/libfaac.pdf +}
[gentoo-commits] repo/gentoo:master commit in: media-libs/faac/
commit: 772e2a57d6125c4574dd4b9b82156012cd0a858e Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 21:48:01 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:02:47 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772e2a57 media-libs/faac: Removed old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-libs/faac/Manifest | 1 - media-libs/faac/faac-1.29.6.2.ebuild | 55 2 files changed, 56 deletions(-) diff --git a/media-libs/faac/Manifest b/media-libs/faac/Manifest index 8da47e6a7c7..183b4473855 100644 --- a/media-libs/faac/Manifest +++ b/media-libs/faac/Manifest @@ -1,4 +1,3 @@ DIST faac-1.28.tar.gz 678891 SHA256 c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df SHA512 0ef721ad28835e95cad41afc0cb6130e1ebb634cb6dd4b40f649bc2269b7bb5bf2887f6d8f023c74628d521f8bdf55b4dd070f972ecff162a5fe0384e026235b WHIRLPOOL fe56f3c2b40670f03e0c1880b253d7f0cc6e318c0b407f4e57fb7eaeac8692c6de9829402e670ddc0f397396935131ade0f8dadfc89b88fcdedecbf404e1b54e -DIST faac-1.29.6.2.tar.gz 494674 SHA256 8beffc640893c765719721354ea915286f914e3e0de265afc2fa730255126692 SHA512 0065def77e90c2343bc57e5b2e78987806ff8ef03a8f600bc5ceaa1ddecd4ffd0f23839498e311e7e6f25517fbcd6d86c6b8f2fe2daf14f81b05097968e4005d WHIRLPOOL e343e045d53b19d1ec0c3ba63c78c6c7edce3f757d2bfebe952242ba62b6a3018e9bb21a03a19797e1201e005cbba7645a36a90dc9dde2d9bc7939536bc020ee DIST faac-1.29.7.3.tar.gz 497155 SHA256 39a8c2b622b6374362a5e5d2481fdef208f732f4ba4b84038a2c20029e39beb6 SHA512 265aff7d02ec4a9fcc96831ad4f4da943f0bbfc0b08975ad8bd6fca420b1747edb1231f9f29a1dc483e82050351ac5fa464e06b4d03feeb7e8a226b4ea892e0f WHIRLPOOL 3277e058804f6a16d5a11ccfd380269e80eec78d3ca8530ca306481ec15d132dcc8912bf7cbd427470d295fc14a4c8da308ecc1e4ceae9cfade546a0ef61b953 DIST faac-1.29.7.4.tar.gz 488685 SHA256 374e0a2c166e4c67cc049e6b76b0158ba881156b9c428142104340fb7fcf6abc SHA512 b9f812cf4075ce7ad11833dff19bf6a8ebed5a0d73e0472b1d9798e2764b43e19a55689a6ec0fca86742bb3f62ca1bde21747386816d3d4c45f08e3c558b69d4 WHIRLPOOL 027f919f85d354f7991e778377dafcbad517d45b6599a1fded0a814a4578162e6f21019b58826cbf2a6767d15f3994a68ad2d11b44c006e77880c139e64792d1 diff --git a/media-libs/faac/faac-1.29.6.2.ebuild b/media-libs/faac/faac-1.29.6.2.ebuild deleted file mode 100644 index cd62caf3d01..000 --- a/media-libs/faac/faac-1.29.6.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -# eutils for einstalldocs -inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal - -DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" -HOMEPAGE="http://www.audiocoding.com; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1 MPEG-4" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="digitalradio static-libs" - -RDEPEND="" -DEPEND="${RDEPEND}" -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - default - - sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466984 - - eautoreconf - epunt_cxx -} - -multilib_src_configure() { - local myconf=( - $(use_enable digitalradio drm) - $(use_enable static-libs static) - ) - - ECONF_SOURCE="${S}" econf ${myconf[@]} - - # do not build the frontend for non default abis - if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then - sed -i -e 's/frontend//' Makefile || die - fi -} - -multilib_src_install() { - emake DESTDIR="${D}" install - prune_libtool_files -} - -multilib_src_install_all() { - einstalldocs - docinto html - dodoc docs/*.html - insinto /usr/share/doc/${PF}/pdf - doins docs/libfaac.pdf -}
[gentoo-commits] repo/gentoo:master commit in: sys-fs/udisks/
commit: ad5b01b039346a571cd7db44f1849f2e897fcc76 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 21:59:29 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:02:49 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5b01b0 sys-fs/udisks: Bump to version 2.7.3 Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-fs/udisks/Manifest| 1 + sys-fs/udisks/udisks-2.7.3.ebuild | 130 ++ 2 files changed, 131 insertions(+) diff --git a/sys-fs/udisks/Manifest b/sys-fs/udisks/Manifest index 4652cfbcb66..8acb1279f59 100644 --- a/sys-fs/udisks/Manifest +++ b/sys-fs/udisks/Manifest @@ -3,3 +3,4 @@ DIST udisks-2.1.8.tar.bz2 931110 SHA256 da416914812a77e5f4d82b81deb8c25799fd3228 DIST udisks-2.6.4.tar.gz 1242262 SHA256 7c7889dbd8f910b8a8094841168c04d48e0bdaf946b22aa5f0742a460473c191 SHA512 8cd4fa1c2873f2150448bb81268feb38802959bb860fa41f9cc4f088327faf207011a3ea15c121f531dc0a8cd65a3fff14615b79bdaa5f59f52f4ede4d44532c WHIRLPOOL cc54fe2ca683d9adc61448a48e1a9be43c1bbc5b4c1902f8ea2fbf7561e8f798edca6e7e6cfce55ad6b902ffb40045d2ae2ec49784dd88fa9f680b69e021aa1c DIST udisks-2.6.5.tar.gz 1251008 SHA256 817e2de4efab458a98b24b15066933692e6ee3777430211b4e7aeddd0b9045f2 SHA512 57ac878c981af1b91a2e93af154c81471853969a1c951ce11c83f39e4450354da58d447c7644f477e39b602e673d76ecafe34fc7ba1346abf1f71707bcc324a7 WHIRLPOOL 43f66f3410d68ef8b6db8050d30ada83307fe5236e011752f67d1f45c5c81c1f4714fe6fde8377544a3054192482731d58206bf8af94e50a9e713df7a78912b3 DIST udisks-2.7.2.tar.gz 1269868 SHA256 34d834520efcfbb8cca33ccf703e45752b32772ae766673dab6360202c7838aa SHA512 5729ba5314db88a72d932865352c133afb5b515a4e15f7d729f9074a3fcbc4ce195c7e58e0c4a8eb2df9fe4d29ccffed4be50cc605f1c6d7cf26f9b941ef7edb WHIRLPOOL d23443ddc254050a92caee6e84f29d9e6af72b5f5b70590510930623f7ac959237b0e6fe640fd8d2f6822fde073d0fd6a966563779443891a2ca0862fc296ee8 +DIST udisks-2.7.3.tar.gz 1282215 SHA256 96e09e94083228a7af1025c4040b56c7eeca9687e60fecf7f88be88291dcb1f1 SHA512 27761e52527ecfd080711e39efb6669b2e85fe388e9f34b2f99294b2fefdd0da489b74ff3b3c2d53a239ff1bd818d73a1fd8d88eb7a7ef660d51f338ac2c82fe WHIRLPOOL be2d96b75e1dee8c905104fe0b88fb08f997524da7795f870412f392676baffc361303ca7a60f3734091c84c35fdad00c7c052c348539147f3b4b87d2e4de62c diff --git a/sys-fs/udisks/udisks-2.7.3.ebuild b/sys-fs/udisks/udisks-2.7.3.ebuild new file mode 100644 index 000..0ddf5e552c1 --- /dev/null +++ b/sys-fs/udisks/udisks-2.7.3.ebuild @@ -0,0 +1,130 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools bash-completion-r1 eutils linux-info systemd udev xdg-utils + +DESCRIPTION="Daemon providing interfaces to work with storage devices" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks; +SRC_URI="https://github.com/storaged-project/${PN}/archive/${P}.tar.gz; + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~amd64 ~x86" +IUSE="acl cryptsetup debug elogind +gptfdisk +introspection lvm nls selinux systemd" + +REQUIRED_USE="?? ( elogind systemd )" + +COMMON_DEPEND=" + >=dev-libs/glib-2.36:2 + >=dev-libs/libatasmart-0.19 + >=sys-auth/polkit-0.110 + sys-libs/libblockdev[crypt,lvm?] + >=virtual/libgudev-165:= + virtual/udev + acl? ( virtual/acl ) + elogind? ( >=sys-auth/elogind-219 ) + introspection? ( >=dev-libs/gobject-introspection-1.30:= ) + lvm? ( sys-fs/lvm2 ) + systemd? ( >=sys-apps/systemd-209 ) +" +# gptfdisk -> src/udiskslinuxpartition.c -> sgdisk (see also #412801#c1) +# util-linux -> mount, umount, swapon, swapoff (see also #403073) +RDEPEND="${COMMON_DEPEND} + >=sys-apps/util-linux-2.20.1-r2 + >=sys-block/parted-3 + virtual/eject + cryptsetup? ( + sys-fs/cryptsetup[udev(+)] + sys-fs/lvm2[udev(+)] + ) + gptfdisk? ( >=sys-apps/gptfdisk-0.8 ) + selinux? ( sec-policy/selinux-devicekit ) +" +DEPEND="${COMMON_DEPEND} + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + >=dev-util/gdbus-codegen-2.32 + >=dev-util/gtk-doc-1.3 + gnome-base/gnome-common:3 + sys-devel/autoconf-archive + >=sys-kernel/linux-headers-3.1 + virtual/pkgconfig + nls? ( dev-util/intltool ) +" + +S="${WORKDIR}/${PN}-${P}" + +QA_MULTILIB_PATHS="usr/lib/udisks2/udisksd" + +DOCS=( AUTHORS HACKING NEWS README.md ) + +pkg_setup() { + # Listing only major arch's here to avoid tracking kernel's defconfig + if use amd64 || use arm || use ppc || use ppc64 || use x86; then + CONFIG_CHECK="~!IDE" #319829 + CONFIG_CHECK+=" ~TMPFS_POSIX_ACL" #412377 + CONFIG_CHECK+=" ~SWAP" # https://forums.gentoo.org/viewtopic-t-923640.html + CONFIG_CHECK+=" ~NLS_UTF8" #425562 + kernel_is lt 3 10 && CONFIG_CHECK+=" ~USB_SUSPEND" #331065, #477278 +
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: b06578339b75a6fcce632bddb53f5c3da038f007 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 22:02:19 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:02:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0657833 package.mask: Removed udisks-2.7 mask. profiles/package.mask | 5 - 1 file changed, 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 642762aea0b..cade5d09eef 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -431,11 +431,6 @@ media-plugins/vdr-skinnopacity >=sys-libs/ldb-1.1.30 >=net-fs/samba-4.7.0_rc1 -# Lars Wendler(06 Jul 2017) -# Masked for testing due to new dependencies which -# were not packaged in Gentoo previously. ->=sys-fs/udisks-2.7.0 - # Matthias Schwarzott (03 Jul 2017) # The snapshots got a wrong version number assigned. # They are from before version 2.0.0. Masking them to force
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel-next/
commit: 90fbe0bc0a532f26549987a6995e33f7ac3fab51 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Sep 5 21:47:31 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Sep 5 21:51:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fbe0bc sys-kernel/genkernel-next: stable 66 for ia64, bug #621202 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" sys-kernel/genkernel-next/genkernel-next-66.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/genkernel-next/genkernel-next-66.ebuild b/sys-kernel/genkernel-next/genkernel-next-66.ebuild index 1ed37c9c89c..2a5130d91fc 100644 --- a/sys-kernel/genkernel-next/genkernel-next-66.ebuild +++ b/sys-kernel/genkernel-next/genkernel-next-66.ebuild @@ -4,7 +4,7 @@ EAPI=6 SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~x86" inherit bash-completion-r1 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"
[gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/
commit: b6d91bba5c81c388d37fd1894c4bb3decaa7a91e Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Sep 5 21:47:35 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Sep 5 21:51:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d91bba sys-fs/quota: stable 4.03 for ia64, bug #630040 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" sys-fs/quota/quota-4.03.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/quota/quota-4.03.ebuild b/sys-fs/quota/quota-4.03.ebuild index 417b0483a12..711129b569f 100644 --- a/sys-fs/quota/quota-4.03.ebuild +++ b/sys-fs/quota/quota-4.03.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="ldap netlink nls rpc tcpd" RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
[gentoo-commits] repo/gentoo:master commit in: app-text/poppler/, app-text/poppler/files/
commit: c42d83ff6146aa130025ce0cd1399fc75b749630 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 21:09:27 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 21:10:57 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42d83ff app-text/poppler: Bump to version 0.59.0 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-text/poppler/Manifest | 1 + .../files/poppler-0.59.0-qt5-dependencies.patch| 31 + .../files/poppler-0.59.0-respect-cflags.patch | 50 +++ app-text/poppler/poppler-0.59.0.ebuild | 146 + 4 files changed, 228 insertions(+) diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest index cfd0638bd9a..470d1cebe77 100644 --- a/app-text/poppler/Manifest +++ b/app-text/poppler/Manifest @@ -1,3 +1,4 @@ DIST poppler-0.45.0.tar.xz 1674464 SHA256 96dd1a6024bcdaa4530a3b49687db3d5c24ddfd072ccb37c6de0e42599728798 SHA512 b703bed35da3572801834740bf61d59b6a3ee3b88bc1b3181bde3472264be4f6b89ceacb56179d7093329946abd6ba2501acfaf209d4f543352ff9fd38c47f1b WHIRLPOOL 687b1ba816dbff1b0a69cb05914dd7fb161bfd8c0fa4e26b77bb0ad26e27f7d7d94085a1022716a8d7a7563145f0acead9fccbbd332959d0216b81b27f3632e8 DIST poppler-0.57.0.tar.xz 1703300 SHA256 0ea37de71b7db78212ebc79df59f99b66409a29c2eac4d882dae9f2397fe44d8 SHA512 197a0bf51e7fd607db83144d771904e48f266ab9e1252c688f9e7700a5bdd239670cf0363e9d77137bafa9c08fb6ddb9d066cc78a74dac7dfd717662b25cac5f WHIRLPOOL fb0c15e4834f23b2956014748f92557de9996b8a2a37cf4a7ba62ca22f01866455a933bcf0412775a8d5a8f6ba1ba463f2fd63e27fa406b5fb5bf1fd25d32000 DIST poppler-0.58.0.tar.xz 1710412 SHA256 0e42e46419ae54b02d9f2b527c6475b6011d15816918b9057dfa3aae211af832 SHA512 0675846fc99578925840cbb17083463da6ea54f7de348b946ae7d4480d9d87bd4b5069392b23a8b9bbafe0aafafaf5a200134be52d0832558104cb4aa2497aee WHIRLPOOL 658f7dfbb786c2e09558f7e89ef0832db4ff32eaef08b7360fbf468236db01b44e33374424df6b64c17f018d7b10f61e151c08026652628d387958143a5a3837 +DIST poppler-0.59.0.tar.xz 1712004 SHA256 a3d626b24cd14efa9864e12584b22c9c32f51c46417d7c10ca17651f297c9641 SHA512 23777922dc95feee2a4459281081b37e124a39fc25cd00c2c3fc206f5484c13eb9ac5317f674fbbcb51e384f9a53e38b4cacbf1426c68d2bae21a7cefbc48a0e WHIRLPOOL 82ec203c17e2b2544cc0ac12d0b22bb051abf776114d17e1548f47d5e38ff289dee2e9c4b27dc16e3953b6f5b5ff0e0eeecfba73561dbc396ee0db7c5a4847e2 diff --git a/app-text/poppler/files/poppler-0.59.0-qt5-dependencies.patch b/app-text/poppler/files/poppler-0.59.0-qt5-dependencies.patch new file mode 100644 index 000..2bef6945716 --- /dev/null +++ b/app-text/poppler/files/poppler-0.59.0-qt5-dependencies.patch @@ -0,0 +1,31 @@ +From 2f7ca474ec49f805257c75cefb364e08ebd9e4d1 Mon Sep 17 00:00:00 2001 +From: Johannes Huber+Date: Tue, 5 Sep 2017 22:58:44 +0200 +Subject: [PATCH] [Qt5] Drop unused dependencies + +--- + CMakeLists.txt | 6 ++ + 1 file changed, 2 insertions(+), 4 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index a5b0a5be..787bd0d6 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -133,12 +133,10 @@ macro_optional_find_package(Qt4) + find_package(Qt5Core) + find_package(Qt5Gui) + find_package(Qt5Xml) +-find_package(Qt5Widgets) +-find_package(Qt5Test) +-if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND AND Qt5Test_FOUND) ++if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND) + set(QT5_FOUND true) + else () +- message("-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test not found") ++ message("-- Package Qt5Core or Qt5Gui or Qt5Xml not found") + set(QT5_FOUND false) + endif() + +-- +2.14.1 + diff --git a/app-text/poppler/files/poppler-0.59.0-respect-cflags.patch b/app-text/poppler/files/poppler-0.59.0-respect-cflags.patch new file mode 100644 index 000..ada6ddfc7d7 --- /dev/null +++ b/app-text/poppler/files/poppler-0.59.0-respect-cflags.patch @@ -0,0 +1,50 @@ +--- poppler-0.59.0/cmake/modules/PopplerMacros.cmake poppler-0.59.0/cmake/modules/PopplerMacros.cmake +@@ -98,45 +98,14 @@ + set(CMAKE_BUILD_TYPE RelWithDebInfo) + endif(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) + +-if(CMAKE_COMPILER_IS_GNUCXX) +if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS "5.0.0") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wsuggest-override" ) +endif() + +- # set the default compile warnings + set(DEFAULT_COMPILE_WARNINGS_NO) + set(DEFAULT_COMPILE_WARNINGS_YES "-Wall -Wcast-align -fno-exceptions -fno-check-new -fno-common") + set(DEFAULT_COMPILE_WARNINGS_KDE "-Wno-long-long -Wundef -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -Wcast-align -Wconversion -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common") + +- set(CMAKE_CXX_FLAGS"-Wnon-virtual-dtor -Woverloaded-virtual -D_DEFAULT_SOURCE ${CMAKE_CXX_FLAGS}") +- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g") +-
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: be602f24e943c5db61481162f03f18250bfbcad4 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 21:10:13 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 21:10:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be602f24 package.mask: Cover more poppler versions. profiles/package.mask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 42d7fdf68ad..642762aea0b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -43,10 +43,10 @@ dev-perl/XML-AutoWriter >=app-text/enchant-2 # Lars Wendler(03 Sep 2017) -# Masked because it introduced a new object API which breaks consumers: +# Masked because a new object API was introduced which breaks consumers: # https://cgit.freedesktop.org/poppler/poppler/commit/poppler/Object.h?id=9773c1534668d84b8267c3e5c9d612076fa231a5 # See also our tracker bug: https://bugs.gentoo.org/629836 -=app-text/poppler-0.58.0 +>=app-text/poppler-0.58.0 # Anthony G. Basile (03 Sep 2017) # Masked for testing
[gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/
commit: 77d26beb3c333245f17f1d06848060a0978d003c Author: Mike Gilbert gentoo org> AuthorDate: Tue Sep 5 16:10:52 2017 + Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 5 21:04:21 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d26beb dev-util/pkgconfig: rename 'internal-glib' to 'build' This avoids a circular dependency on dev-libs/glib during catalyst stage1 builds. Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17 dev-util/pkgconfig/pkgconfig-0.29.2.ebuild | 6 +++--- dev-util/pkgconfig/pkgconfig-.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild index b8a7cf7dace..f82adcd840b 100644 --- a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild @@ -25,9 +25,9 @@ HOMEPAGE="https://pkgconfig.freedesktop.org/wiki/; LICENSE="GPL-2" SLOT="0" -IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib" +IUSE="build elibc_FreeBSD elibc_glibc hardened" -RDEPEND="!internal-glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] ) +RDEPEND="!build? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] ) !dev-util/pkgconf[pkg-config] !dev-util/pkg-config-lite !dev-util/pkgconfig-openbsd[pkg-config] @@ -61,7 +61,7 @@ src_prepare() { multilib_src_configure() { local myconf - if use internal-glib; then + if use build; then myconf+=' --with-internal-glib' # non-glibc platforms use GNU libiconv, but configure needs to # know about that not to get confused when it finds something diff --git a/dev-util/pkgconfig/pkgconfig-.ebuild b/dev-util/pkgconfig/pkgconfig-.ebuild index 31f6de36737..cee5a59070d 100644 --- a/dev-util/pkgconfig/pkgconfig-.ebuild +++ b/dev-util/pkgconfig/pkgconfig-.ebuild @@ -25,9 +25,9 @@ HOMEPAGE="https://pkgconfig.freedesktop.org/wiki/; LICENSE="GPL-2" SLOT="0" -IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib" +IUSE="build elibc_FreeBSD elibc_glibc hardened" -RDEPEND="!internal-glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] ) +RDEPEND="!build? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] ) !dev-util/pkgconf[pkg-config] !dev-util/pkg-config-lite !dev-util/pkgconfig-openbsd[pkg-config] @@ -61,7 +61,7 @@ src_prepare() { multilib_src_configure() { local myconf - if use internal-glib; then + if use build; then myconf+=' --with-internal-glib' # non-glibc platforms use GNU libiconv, but configure needs to # know about that not to get confused when it finds something
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 423dce47c5f0cb8476f4b7bb6ebdd28f8d3684bf Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Sep 5 19:16:41 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Sep 5 21:01:35 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423dce47 toolchain.eclass: allow CTARGET to contain '.' On CTARGET="hppa2.0-unknown-linux-gnu" the following code local VAR="CFLAGS_"${CTARGET//-/_} CXXFLAGS=${!VAR} produces incorrect substitution: CFLAGS_hppa2.0_unknown_linux_gnu which caused 'crossdev hppa2.0-unknown-linux-gnu' to fail. The change adds '.' mangling as well. Signed-off-by: Sergei Trofimovich gentoo.org> eclass/toolchain.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index dad4ae3d197..096cc3018af 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1478,7 +1478,8 @@ gcc_do_filter_flags() { FFLAGS=${CFLAGS} FCFLAGS=${CFLAGS} - local VAR="CFLAGS_"${CTARGET//-/_} + # "hppa2.0-unknown-linux-gnu" -> hppa2_0_unknown_linux_gnu + local VAR="CFLAGS_"${CTARGET//[-.]/_} CXXFLAGS=${!VAR} fi
[gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/
commit: f48eeb2ac04735a851e84b1109ab5d597fbb6623 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Sep 5 21:01:26 2017 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Sep 5 21:01:35 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48eeb2a dev-util/pkgconfig: stable 0.29.2 for ia64, bug #629968 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" dev-util/pkgconfig/pkgconfig-0.29.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild index 31f6de36737..b8a7cf7dace 100644 --- a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P} inherit autotools git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz; fi
[gentoo-commits] repo/gentoo:master commit in: app-editors/ghostwriter/
commit: b5eb13840558692e36a7ecd7f9c3d580d5ae4c10 Author: reagentoo gmail com> AuthorDate: Tue Sep 5 18:43:35 2017 + Commit: Patrice Clement gentoo org> CommitDate: Tue Sep 5 20:44:04 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5eb1384 app-editors/ghostwriter: version bump to 1.5.0. This PR: * updates PLOCALES. * adds Dmitry Baranov as proxy maintainer. Closes: https://github.com/gentoo/gentoo/pull/5626 app-editors/ghostwriter/Manifest | 2 +- .../{ghostwriter-1.4.2.ebuild => ghostwriter-1.5.0.ebuild} | 2 +- app-editors/ghostwriter/metadata.xml | 9 - 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest index 4f9f42e2473..82649d86e12 100644 --- a/app-editors/ghostwriter/Manifest +++ b/app-editors/ghostwriter/Manifest @@ -1 +1 @@ -DIST ghostwriter-1.4.2.tar.gz 589182 SHA256 775760d04c5a794c3810cffe9d1daa72ee123c77cc3041fc15a2052503899438 SHA512 b7442c4abe054cf73bbbe43c9537592fb54616a1085f529649b4bd3b4168c2ccb6f1127868d04c751b92edc277480baaf2d78a35b1b3fd285e804a17ec9cfbe2 WHIRLPOOL 685d9e057178f03d40ca8521b46a915e6b56289d42078fe0f1c8fcd601139f229f509865253e9b8ce76fde6aaf800d9c6e612bf37a5a0386ded935c75897f54e +DIST ghostwriter-1.5.0.tar.gz 620301 SHA256 bfd64024d9741f55d587afa5661f4b5e2a48becbbc92495c2186fca44fb08486 SHA512 4b6e1430342069b224f7aece30d5a592a43e9f702cb93fc073fded741771ea74b8478203aeaecdabb791aa7ddd8055d5c36346518adc7dd19b61e5f2e2cbe219 WHIRLPOOL f8169b923657dfbdff0f39bf02384b128feba3543820fc5a5922e20b0a637146507690a524a5b8564375bdd6adf1c7e3bc928eeae5f42505f6f5d6d166ee443a diff --git a/app-editors/ghostwriter/ghostwriter-1.4.2.ebuild b/app-editors/ghostwriter/ghostwriter-1.5.0.ebuild similarity index 96% rename from app-editors/ghostwriter/ghostwriter-1.4.2.ebuild rename to app-editors/ghostwriter/ghostwriter-1.5.0.ebuild index 81556e6faf8..d1344c71a9d 100644 --- a/app-editors/ghostwriter/ghostwriter-1.4.2.ebuild +++ b/app-editors/ghostwriter/ghostwriter-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PLOCALES="de en it ja pt_BR ru" +PLOCALES="cs de en es fr it ja pt_BR ru" inherit l10n qmake-utils diff --git a/app-editors/ghostwriter/metadata.xml b/app-editors/ghostwriter/metadata.xml index d6801017c64..960a05beff6 100644 --- a/app-editors/ghostwriter/metadata.xml +++ b/app-editors/ghostwriter/metadata.xml @@ -1,7 +1,14 @@ http://www.gentoo.org/dtd/metadata.dtd;> - + + reagen...@gmail.com + Dmitry Baranov + + + proxy-ma...@gentoo.org + Proxy Maintainers + wereturtle/ghostwriter
[gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/files/, sys-fs/quota/
commit: e2959e4f145e23e7e9bb9936c1df7a9233c85791 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 20:35:19 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 20:40:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2959e4f sys-fs/quota: Removed old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-fs/quota/Manifest | 1 - sys-fs/quota/files/quota-no-quotactl-manpage.patch | 19 -- sys-fs/quota/quota-3.17-r1.ebuild | 79 -- 3 files changed, 99 deletions(-) diff --git a/sys-fs/quota/Manifest b/sys-fs/quota/Manifest index a032eaee588..39d08c64a55 100644 --- a/sys-fs/quota/Manifest +++ b/sys-fs/quota/Manifest @@ -1,4 +1,3 @@ -DIST quota-3.17.tar.gz 439168 SHA256 253320993bb132814c724ca268a6346368be41846ad600f65ee4232ec8597d6f SHA512 7d200862f5ebee024295352289d940a1b728cb017e7c2c4f422a5a98d58ba8f62130640a4c08bdec02f94ea0f4abe146fb494c039b43021fd410ec17fd32b238 WHIRLPOOL e334f22a7c2f8097a2f7145217d1cf134a135a1b6705470121e3a9c0492d59677508bfaa06bcb4eecb9992491910f5b29068e005cafb5086df39da591e375613 DIST quota-4.02.tar.gz 489289 SHA256 f4c2f48abf94bbdc396df33d276f2e9d19af58c232cb85eef9c174a747c33795 SHA512 547e08893b95928e5d183d29bee70d1932f85a675b96f64446e5a723d0759ad2d31223f8b6a5652cd698fce4907a15c294b91c18de32faddbef4975c9f22f2aa WHIRLPOOL eb102a14dfe780b7ed062c3c7abec1ef766beb31c18d92c5115ca703672ebb7e7bfb0479885c6c8c78520554aeb477bc1f4d48fbb76b0336047f42b55af49036 DIST quota-4.03.tar.gz 564352 SHA256 9c6c4d9ae7bf30506dd2aa3d8056c4ff2f8d087930d7c721616f5c093bdc674b SHA512 9603940048dcc0c4db6d6e14173769c815641ebc78a0cc457a0622dbfc597319bae1eaad4ef3281c52757995d47424b96dc66426ce540a8b538b996eea2dc5f8 WHIRLPOOL 4a6354f7732e6c60782dbfb60fbfae47c96c438315572dccaf7d2563b8dab5eb46072f999481abe237df8dafaf252b095c9bcd5d58beecdf75db6aca8d46f4ab DIST quota-4.04.tar.gz 577303 SHA256 735be1887e7f51f54165e778ae43fc859c04e44d88834ecb2f470e91d4ef8edf SHA512 adc33863d2a966b4c46983fa3926e6b6ba75e260ed21bdff646584237840e6beb0dcfbfd2f655969aa5675c3c398ac2e483afb933f03f983756ebb3352d0eaad WHIRLPOOL ac6466fffaa0954b13a812827bba4f8753640b80fefb6cbbd582a3c916cc7b302e865ddfb3919335a2fe23168bf5894032a7393b4f1ef4615b75f30adc501f3e diff --git a/sys-fs/quota/files/quota-no-quotactl-manpage.patch b/sys-fs/quota/files/quota-no-quotactl-manpage.patch deleted file mode 100644 index bf0014d0459..000 --- a/sys-fs/quota/files/quota-no-quotactl-manpage.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urN quota-tools.orig/Makefile.in quota-tools/Makefile.in quota-tools.orig/Makefile.in 2003-04-08 06:04:25.0 -0700 -+++ quota-tools/Makefile.in2003-12-10 02:07:40.0 -0800 -@@ -88,7 +88,6 @@ - -$(INSTALL) -m $(DEF_CONF_MODE) quotatab $(ROOTDIR)$(sysconfdir) - -$(INSTALL) -m $(DEF_CONF_MODE) quotagrpadmins $(ROOTDIR)$(sysconfdir) - -mkdir -p $(ROOTDIR)$(mandir)/man1 -- -mkdir -p $(ROOTDIR)$(mandir)/man2 - -mkdir -p $(ROOTDIR)$(mandir)/man3 - -mkdir -p $(ROOTDIR)$(mandir)/man8 - -$(INSTALL) -m 755 -d $(ROOTDIR)$(includedir)/rpcsvc -@@ -96,7 +95,6 @@ - -$(INSTALL) -s -m $(DEF_SBIN_MODE) quota $(ROOTDIR)$(bindir) - -$(INSTALL) -s -m $(DEF_SBIN_MODE) rpc.rquotad $(ROOTDIR)$(sbindir) - -$(INSTALL) -m $(DEF_MAN_MODE) *.1 $(ROOTDIR)$(mandir)/man1 -- -$(INSTALL) -m $(DEF_MAN_MODE) *.2 $(ROOTDIR)$(mandir)/man2 - -$(INSTALL) -m $(DEF_MAN_MODE) *.3 $(ROOTDIR)$(mandir)/man3 - -$(INSTALL) -m $(DEF_MAN_MODE) *.8 $(ROOTDIR)$(mandir)/man8 - diff --git a/sys-fs/quota/quota-3.17-r1.ebuild b/sys-fs/quota/quota-3.17-r1.ebuild deleted file mode 100644 index 54332981cf3..000 --- a/sys-fs/quota/quota-3.17-r1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils flag-o-matic - -DESCRIPTION="Linux quota tools" -HOMEPAGE="https://sourceforge.net/projects/linuxquota/; -SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="nls tcpd ldap rpc" - -RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) - tcpd? ( sys-apps/tcp-wrappers ) - rpc? ( || ( net-nds/portmap net-nds/rpcbind ) )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/quota-tools - -src_unpack() { - unpack ${A} - cd "${S}" - - # patch to prevent quotactl.2 manpage from being installed - # that page is provided by man-pages instead - epatch "${FILESDIR}"/${PN}-no-quotactl-manpage.patch - - # This was for openldap-2.2 support before, - # Now we only support >=2.3 - append-cppflags -DLDAP_DEPRECATED=0 - - sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure -} - -src_compile() { - econf \ - $(use_enable nls) \ -
[gentoo-commits] repo/gentoo:master commit in: sys-fs/dd-rescue/
commit: 86241556a2efcc40996f4653b104b2adb038b360 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 20:16:27 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 20:40:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86241556 sys-fs/dd-rescue: Removed old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-fs/dd-rescue/Manifest | 1 - sys-fs/dd-rescue/dd-rescue-1.99-r1.ebuild | 86 --- 2 files changed, 87 deletions(-) diff --git a/sys-fs/dd-rescue/Manifest b/sys-fs/dd-rescue/Manifest index dcd9b0aab35..826ea77ea4d 100644 --- a/sys-fs/dd-rescue/Manifest +++ b/sys-fs/dd-rescue/Manifest @@ -1,4 +1,3 @@ DIST dd_rescue-1.46.tar.gz 126790 SHA256 9e09b5583f778fe43b6c473998fe0455486d5ffeacbb72b022d6cf5ba8241aba SHA512 efd1bf5d80d4bafa6e6971caa84205dc5df4456a29a9fa3bb56aa984d68675ae3418e8ba3a355906f491f0f2e750c38fd695e37dbd193e554cd41afec3841e28 WHIRLPOOL ac965019d38539962018bcc5a6d32cbf303b4d00d5ed91d643655a820f17bfa1ca81b5123f95220663823e6622d55099a2da08aaacf60cefc37097aa3354c729 DIST dd_rescue-1.99.5.tar.bz2 170712 SHA256 125d327118d1beab24b5858accb2c755dc07ae5b40bb07a985d837c6e3256935 SHA512 a240eb9d50950cefbc65d953c84a8e3782d39282aff4e7fa42364b40cee0eb0a02f61315786a1008cf7ae9c3d758700e9f3a0087b9477b3ffbfcbcef59f07d88 WHIRLPOOL 543a818b748086b1d1163343b02b8e83f7a03713d5394fc0702f48b515cd50b24e30898990439689cbef8270d0b410fdea2dc5b50b8c45728f9ed38c23d414c5 DIST dd_rescue-1.99.6.tar.bz2 171621 SHA256 92b72d8b6962cfbff23b1360a1d401ae6946123be2d0c901cb585aa383b0b4f8 SHA512 b91508ebdd5f5a4945fa15a86b530bb03e49e74ffe6d2227c9dac4a5fa1b8e9ccf6f1e68204220b571b4661b78892be3a955005f253fd691a85977f35fc74b5e WHIRLPOOL d29a4ba69b319d6563d9822c3e951205cabd1263cdea1f8582803ef6046531549c22a2c838c909c65239b280eff07c1d314bef8ef1ceec335cdf9ab0ce02c161 -DIST dd_rescue-1.99.tar.bz2 168200 SHA256 5545f54a5e5bee2b9ac69959b1bc81aafae24939393efb8cc581e68ab1b2e47d SHA512 f484f1a86b3bd7c098eb568e193888d98def35b1bec2f553eb3543a5ae22417dbddb562a5c809613a1493ecac3689dcc2a45e26446a3e16036a19e716e38bd11 WHIRLPOOL 94ca6b49636c3f8b0a0901141a3ca16945f0cb5364b97d5d0d759ee1b034f33019ee0bf4f43f7977f0176832d95cecc0aab9cb89e783eabac14290ada4c9f1e1 diff --git a/sys-fs/dd-rescue/dd-rescue-1.99-r1.ebuild b/sys-fs/dd-rescue/dd-rescue-1.99-r1.ebuild deleted file mode 100644 index b14f04d991a..000 --- a/sys-fs/dd-rescue/dd-rescue-1.99-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs flag-o-matic multilib autotools - -MY_PN=${PN/-/_} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Similar to dd but can copy from source with errors" -HOMEPAGE="http://www.garloff.de/kurt/linux/ddrescue/; -SRC_URI="http://www.garloff.de/kurt/linux/ddrescue/${MY_P}.tar.bz2; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="cpu_flags_x86_avx2 lzo cpu_flags_x86_sse4_2 static xattr" - -RDEPEND="lzo? ( dev-libs/lzo ) - xattr? ( sys-apps/attr )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/${MY_PN}-1.99-test_fix.patch" - epatch "${FILESDIR}/${MY_PN}-1.99-musl.patch" - - sed -i \ - -e 's:-ldl:$(LDFLAGS) -ldl:' \ - -e 's:-shared:$(CFLAGS) $(LDFLAGS) -shared:' \ - Makefile - eautoreconf -} - -src_configure() { - use static && append-ldflags -static - # OpenSSL is only used by a random helper tool we don't install. - ac_cv_header_attr_xattr_h=$(usex xattr) \ - ac_cv_header_openssl_evp_h=no \ - ac_cv_lib_lzo2_lzo1x_1_compress=$(usex lzo) \ - econf -} - -_emake() { - local arch - case ${ARCH} in - x86) arch=i386;; - amd64) arch=x86_64;; - arm) arch=arm;; - arm64) arch=aarch64;; - esac - - local os=$(usex kernel_linux Linux IDK) - - # The Makefile is a mess. Override a few vars rather than patch it. - emake \ - MACH="${arch}" \ - OS="${os}" \ - HAVE_SSE42=$(usex cpu_flags_x86_sse4_2 1 0) \ - HAVE_AVX2=$(usex cpu_flags_x86_avx2 1 0) \ - RPM_OPT_FLAGS="${CFLAGS} ${CPPFLAGS}" \ - CFLAGS_OPT='$(CFLAGS)' \ - LDFLAGS="${LDFLAGS} -Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/${PN}" \ - CC="$(tc-getCC)" \ - "$@" -} - -src_compile() { - _emake -} - -src_test() { - _emake check -} - -src_install() { - # easier to install by hand than trying to make sense of the Makefile. - dobin dd_rescue - dodir /usr/$(get_libdir)/${PN} - cp -pPR libddr_*.so "${ED}"/usr/$(get_libdir)/${PN}/ || die - dodoc README.dd_rescue - doman dd_rescue.1 - use lzo && doman ddr_lzo.1 -}
[gentoo-commits] repo/gentoo:master commit in: sys-fs/dd-rescue/
commit: 80aaee2531aab7304175954110404784ef75077d Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 20:15:48 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 20:40:02 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80aaee25 sys-fs/dd-rescue: Bump to version 1.99.6 Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-fs/dd-rescue/Manifest| 1 + sys-fs/dd-rescue/dd-rescue-1.99.6.ebuild | 90 2 files changed, 91 insertions(+) diff --git a/sys-fs/dd-rescue/Manifest b/sys-fs/dd-rescue/Manifest index 0085ba1270e..dcd9b0aab35 100644 --- a/sys-fs/dd-rescue/Manifest +++ b/sys-fs/dd-rescue/Manifest @@ -1,3 +1,4 @@ DIST dd_rescue-1.46.tar.gz 126790 SHA256 9e09b5583f778fe43b6c473998fe0455486d5ffeacbb72b022d6cf5ba8241aba SHA512 efd1bf5d80d4bafa6e6971caa84205dc5df4456a29a9fa3bb56aa984d68675ae3418e8ba3a355906f491f0f2e750c38fd695e37dbd193e554cd41afec3841e28 WHIRLPOOL ac965019d38539962018bcc5a6d32cbf303b4d00d5ed91d643655a820f17bfa1ca81b5123f95220663823e6622d55099a2da08aaacf60cefc37097aa3354c729 DIST dd_rescue-1.99.5.tar.bz2 170712 SHA256 125d327118d1beab24b5858accb2c755dc07ae5b40bb07a985d837c6e3256935 SHA512 a240eb9d50950cefbc65d953c84a8e3782d39282aff4e7fa42364b40cee0eb0a02f61315786a1008cf7ae9c3d758700e9f3a0087b9477b3ffbfcbcef59f07d88 WHIRLPOOL 543a818b748086b1d1163343b02b8e83f7a03713d5394fc0702f48b515cd50b24e30898990439689cbef8270d0b410fdea2dc5b50b8c45728f9ed38c23d414c5 +DIST dd_rescue-1.99.6.tar.bz2 171621 SHA256 92b72d8b6962cfbff23b1360a1d401ae6946123be2d0c901cb585aa383b0b4f8 SHA512 b91508ebdd5f5a4945fa15a86b530bb03e49e74ffe6d2227c9dac4a5fa1b8e9ccf6f1e68204220b571b4661b78892be3a955005f253fd691a85977f35fc74b5e WHIRLPOOL d29a4ba69b319d6563d9822c3e951205cabd1263cdea1f8582803ef6046531549c22a2c838c909c65239b280eff07c1d314bef8ef1ceec335cdf9ab0ce02c161 DIST dd_rescue-1.99.tar.bz2 168200 SHA256 5545f54a5e5bee2b9ac69959b1bc81aafae24939393efb8cc581e68ab1b2e47d SHA512 f484f1a86b3bd7c098eb568e193888d98def35b1bec2f553eb3543a5ae22417dbddb562a5c809613a1493ecac3689dcc2a45e26446a3e16036a19e716e38bd11 WHIRLPOOL 94ca6b49636c3f8b0a0901141a3ca16945f0cb5364b97d5d0d759ee1b034f33019ee0bf4f43f7977f0176832d95cecc0aab9cb89e783eabac14290ada4c9f1e1 diff --git a/sys-fs/dd-rescue/dd-rescue-1.99.6.ebuild b/sys-fs/dd-rescue/dd-rescue-1.99.6.ebuild new file mode 100644 index 000..858a583dbdd --- /dev/null +++ b/sys-fs/dd-rescue/dd-rescue-1.99.6.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-funcs flag-o-matic multilib autotools + +MY_PN="${PN/-/_}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Similar to dd but can copy from source with errors" +HOMEPAGE="http://www.garloff.de/kurt/linux/ddrescue/; +SRC_URI="http://www.garloff.de/kurt/linux/ddrescue/${MY_P}.tar.bz2; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="cpu_flags_x86_avx2 lzo cpu_flags_x86_sse4_2 static xattr" + +RDEPEND="lzo? ( dev-libs/lzo ) + xattr? ( sys-apps/attr )" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}/${MY_PN}-1.99-musl.patch" +) + +src_prepare() { + default + + sed -i \ + -e 's:-ldl:$(LDFLAGS) -ldl:' \ + -e 's:-shared:$(CFLAGS) $(LDFLAGS) -shared:' \ + Makefile + + eautoreconf +} + +src_configure() { + use static && append-ldflags -static + # OpenSSL is only used by a random helper tool we don't install. + ac_cv_header_attr_xattr_h=$(usex xattr) \ + ac_cv_header_openssl_evp_h=no \ + ac_cv_lib_lzo2_lzo1x_1_compress=$(usex lzo) \ + econf +} + +_emake() { + local arch + case ${ARCH} in + x86) arch=i386;; + amd64) arch=x86_64;; + arm) arch=arm;; + arm64) arch=aarch64;; + esac + + local os=$(usex kernel_linux Linux IDK) + + # The Makefile is a mess. Override a few vars rather than patch it. + emake \ + MACH="${arch}" \ + OS="${os}" \ + HAVE_SSE42=$(usex cpu_flags_x86_sse4_2 1 0) \ + HAVE_AVX2=$(usex cpu_flags_x86_avx2 1 0) \ + RPM_OPT_FLAGS="${CFLAGS} ${CPPFLAGS}" \ + CFLAGS_OPT='$(CFLAGS)' \ + LDFLAGS="${LDFLAGS} -Wl,-rpath,${EPREFIX%/}/usr/$(get_libdir)/${PN}" \ + CC="$(tc-getCC)" \ + "$@" +} + +src_compile() { + _emake +} + +src_test() { + _emake check +} + +src_install() { + # easier to install by hand than trying to make sense of the Makefile. + dobin dd_rescue + dodir /usr/$(get_libdir)/${PN} + cp -pPR libddr_*.so "${ED%/}"/usr/$(get_libdir)/${PN}/ || die + dodoc README.dd_rescue + doman dd_rescue.1 + use lzo && doman ddr_lzo.1 +}
[gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/
commit: 7a763126417c545024f2b88aeb70d210e48b9ad7 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 20:33:13 2017 + Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 20:40:07 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a763126 sys-fs/quota: Bump to version 4.04 Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-fs/quota/Manifest | 1 + sys-fs/quota/quota-4.04.ebuild | 72 ++ 2 files changed, 73 insertions(+) diff --git a/sys-fs/quota/Manifest b/sys-fs/quota/Manifest index 1311971bb79..a032eaee588 100644 --- a/sys-fs/quota/Manifest +++ b/sys-fs/quota/Manifest @@ -1,3 +1,4 @@ DIST quota-3.17.tar.gz 439168 SHA256 253320993bb132814c724ca268a6346368be41846ad600f65ee4232ec8597d6f SHA512 7d200862f5ebee024295352289d940a1b728cb017e7c2c4f422a5a98d58ba8f62130640a4c08bdec02f94ea0f4abe146fb494c039b43021fd410ec17fd32b238 WHIRLPOOL e334f22a7c2f8097a2f7145217d1cf134a135a1b6705470121e3a9c0492d59677508bfaa06bcb4eecb9992491910f5b29068e005cafb5086df39da591e375613 DIST quota-4.02.tar.gz 489289 SHA256 f4c2f48abf94bbdc396df33d276f2e9d19af58c232cb85eef9c174a747c33795 SHA512 547e08893b95928e5d183d29bee70d1932f85a675b96f64446e5a723d0759ad2d31223f8b6a5652cd698fce4907a15c294b91c18de32faddbef4975c9f22f2aa WHIRLPOOL eb102a14dfe780b7ed062c3c7abec1ef766beb31c18d92c5115ca703672ebb7e7bfb0479885c6c8c78520554aeb477bc1f4d48fbb76b0336047f42b55af49036 DIST quota-4.03.tar.gz 564352 SHA256 9c6c4d9ae7bf30506dd2aa3d8056c4ff2f8d087930d7c721616f5c093bdc674b SHA512 9603940048dcc0c4db6d6e14173769c815641ebc78a0cc457a0622dbfc597319bae1eaad4ef3281c52757995d47424b96dc66426ce540a8b538b996eea2dc5f8 WHIRLPOOL 4a6354f7732e6c60782dbfb60fbfae47c96c438315572dccaf7d2563b8dab5eb46072f999481abe237df8dafaf252b095c9bcd5d58beecdf75db6aca8d46f4ab +DIST quota-4.04.tar.gz 577303 SHA256 735be1887e7f51f54165e778ae43fc859c04e44d88834ecb2f470e91d4ef8edf SHA512 adc33863d2a966b4c46983fa3926e6b6ba75e260ed21bdff646584237840e6beb0dcfbfd2f655969aa5675c3c398ac2e483afb933f03f983756ebb3352d0eaad WHIRLPOOL ac6466fffaa0954b13a812827bba4f8753640b80fefb6cbbd582a3c916cc7b302e865ddfb3919335a2fe23168bf5894032a7393b4f1ef4615b75f30adc501f3e diff --git a/sys-fs/quota/quota-4.04.ebuild b/sys-fs/quota/quota-4.04.ebuild new file mode 100644 index 000..ab9d32e4f24 --- /dev/null +++ b/sys-fs/quota/quota-4.04.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="Linux quota tools" +HOMEPAGE="https://sourceforge.net/projects/linuxquota/; +SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="ldap netlink nls rpc tcpd" + +RDEPEND=" + ldap? ( >=net-nds/openldap-2.3.35 ) + netlink? ( + sys-apps/dbus + dev-libs/libnl:3 + ) + rpc? ( net-nds/rpcbind ) + tcpd? ( sys-apps/tcp-wrappers ) +" +DEPEND=" + ${RDEPEND} + nls? ( sys-devel/gettext ) +" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + local myeconfargs=( + --docdir="${EPREFIX%/}/usr/share/doc/${PF}" + $(use_enable nls) + $(use_enable ldap ldapmail) + $(use_enable netlink) + $(use_enable rpc) + $(use_enable rpc rpcsetquota) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + emake DESTDIR="${D}" install + dodoc doc/* README.* Changelog + + insinto /etc + insopts -m0644 + doins warnquota.conf quotatab + + newinitd "${FILESDIR}"/quota.rc7 quota + newconfd "${FILESDIR}"/quota.confd quota + + if use rpc ; then + newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad + fi + + if use ldap ; then + insinto /etc/openldap/schema + insopts -m0644 + doins "${FILESDIR}"/ldap-scripts/quota.schema + + exeinto /usr/share/quota/ldap-scripts + doexe "${FILESDIR}"/ldap-scripts/*.pl + doexe "${FILESDIR}"/ldap-scripts/edquota_editor + fi +}
[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xsl-stylesheets/files/, app-text/docbook-xsl-stylesheets/
commit: 3a3329a4c5efc9282fb53096420270cf00aff660 Author: Mike Gilbert gentoo org> AuthorDate: Tue Sep 5 20:24:44 2017 + Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 5 20:25:40 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3329a4 app-text/docbook-xsl-stylesheets: apply nonrecursive-string-subst.patch Patch taken from Debian. Bug: https://bugs.debian.org/765567 Bug: https://bugs.gentoo.org/630022 Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17 .../docbook-xsl-stylesheets-1.79.1-r2.ebuild | 101 + .../files/nonrecursive-string-subst.patch | 30 ++ 2 files changed, 131 insertions(+) diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild new file mode 100644 index 000..77db5fdb1ab --- /dev/null +++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild @@ -0,0 +1,101 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +inherit ruby-single + +DOCBOOKDIR="/usr/share/sgml/${PN/-//}" +MY_PN="${PN%-stylesheets}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="XSL Stylesheets for Docbook" +HOMEPAGE="http://wiki.docbook.org/DocBookXslStylesheets; +SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="ruby" + +RDEPEND=">=app-text/build-docbook-catalog-1.1 + ruby? ( ${RUBY_DEPS} )" + +S="${WORKDIR}/${MY_P}" + +# Makefile is broken since 1.76.0 +RESTRICT=test + +PATCHES=( + "${FILESDIR}"/nonrecursive-string-subst.patch +) + +src_prepare() { + default + + # Delete the unnecessary Java-related stuff and other tools as they + # bloat the stage3 tarballs massively. See bug #575818. + rm -rv extensions/ tools/ || die + find \( -name build.xml -o -name build.properties \) \ +-printf "removed %p\n" -delete || die + + if ! use ruby; then + rm -rv epub/ || die + fi +} + +# The makefile runs tests, not builds. +src_compile() { :; } + +src_test() { + emake check +} + +src_install() { + # The changelog is now zipped, and copied as the RELEASE-NOTES, so we + # don't need to install it + dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO + + insinto ${DOCBOOKDIR} + doins VERSION VERSION.xsl + + local i + for i in */; do + i=${i%/} + + cd "${S}"/${i} + for doc in ChangeLog README; do + if [ -e "$doc" ]; then + mv ${doc} ${doc}.${i} + dodoc ${doc}.${i} + rm ${doc}.${i} + fi + done + + doins -r "${S}"/${i} + done + + if use ruby; then + local cmd="dbtoepub${MY_PN#docbook-xsl}" + + # we can't use a symlink or it'll look for the library in the + # wrong path. + dodir /usr/bin + cat - > "${D}"/usr/bin/${cmd} < +Bug-Debian: https://bugs.debian.org/750593 + +--- a/lib/lib.xsl b/lib/lib.xsl +@@ -10,7 +10,10 @@ + This module implements DTD-independent functions + + --> +-http://www.w3.org/1999/XSL/Transform; version="1.0"> ++http://www.w3.org/1999/XSL/Transform; ++xmlns:str="http://exslt.org/strings; ++exclude-result-prefixes="str" ++version="1.0"> + + + +@@ -56,6 +59,9 @@ + + + ++ ++ ++ + + +
[gentoo-commits] repo/gentoo:master commit in: net-libs/libtirpc/files/, net-libs/libtirpc/
commit: a3ac427cc5cd7c20ba2593aac8413dd6c27ede56 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Sep 5 20:22:27 2017 + Commit: Andreas Hüttel gentoo org> CommitDate: Tue Sep 5 20:24:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ac427c net-libs/libtirpc: Add build fix for glibc-2.26, see bug 628752 Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-libs/libtirpc/files/libtirpc-1.0.2-glibc-2.26.patch | 12 net-libs/libtirpc/libtirpc-1.0.2.ebuild | 1 + 2 files changed, 13 insertions(+) diff --git a/net-libs/libtirpc/files/libtirpc-1.0.2-glibc-2.26.patch b/net-libs/libtirpc/files/libtirpc-1.0.2-glibc-2.26.patch new file mode 100644 index 000..6d583e6149d --- /dev/null +++ b/net-libs/libtirpc/files/libtirpc-1.0.2-glibc-2.26.patch @@ -0,0 +1,12 @@ +diff --git a/src/xdr_sizeof.c b/src/xdr_sizeof.c +index d23fbd1..79d6707 100644 +--- a/src/xdr_sizeof.c b/src/xdr_sizeof.c +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + #include "un-namespace.h" + + /* ARGSUSED */ diff --git a/net-libs/libtirpc/libtirpc-1.0.2.ebuild b/net-libs/libtirpc/libtirpc-1.0.2.ebuild index 8aa9a82f54c..5ca80645095 100644 --- a/net-libs/libtirpc/libtirpc-1.0.2.ebuild +++ b/net-libs/libtirpc/libtirpc-1.0.2.ebuild @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-1.0.2-bcopy-to-memmove.patch" "${FILESDIR}/${PN}-1.0.2-bzero-to-memset.patch" + "${FILESDIR}/${PN}-1.0.2-glibc-2.26.patch" ) src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: app-editors/vile/, app-editors/vile/files/
commit: 5dc0fca9cca39148122665f638ef9bb0374122de Author: Tim Harder gentoo org> AuthorDate: Tue Sep 5 20:20:19 2017 + Commit: Tim Harder gentoo org> CommitDate: Tue Sep 5 20:21:54 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc0fca9 app-editors/vile: remove old app-editors/vile/Manifest | 4 --- app-editors/vile/files/vile-9.8h-flex.patch | 30 -- app-editors/vile/vile-9.8k.ebuild | 47 - app-editors/vile/vile-9.8n.ebuild | 41 - app-editors/vile/vile-9.8o.ebuild | 41 - app-editors/vile/vile-9.8p.ebuild | 41 - 6 files changed, 204 deletions(-) diff --git a/app-editors/vile/Manifest b/app-editors/vile/Manifest index e55421d91eb..96d26082ee0 100644 --- a/app-editors/vile/Manifest +++ b/app-editors/vile/Manifest @@ -1,6 +1,2 @@ -DIST vile-9.8k.tgz 2278349 SHA256 af8386a43fdf82ba3c8e4187b8fe850543c5baac769cf26bb2b437e5b3689e24 SHA512 93dce951701f156ebe5aecd39a86556658334a2f262919974bd302238e4b78a63ea6a675fc47fd5b170055e7fba8134db27ff26076be0d1b0cf7a58d697b5836 WHIRLPOOL e75ded06e6eb5234a673a92d27ceb1632150c60e580a27e0c00267a147a3b02005afb62843e373a3112ed8a353f230d4101ad1adfa0a045cba47d21f1b301a20 -DIST vile-9.8n.tgz 2300678 SHA256 36cea866603483e43e705ba1a96d0d52dc81f9c0d97fbefe5150c50b04b258bb SHA512 c87350325f47ef9338d9e7dca1a22b0d2c23b632cc2338ab07b00a986fc911f2bfbb05c9dcb98f4b606c2f2d0294dec26bcbf45a711cb6ad25c3ecf4b84c9037 WHIRLPOOL 16be864f128b256049a6d0e7cd39a3256415eabec66bcc632db09c6e5d07ef72b775fe28c38c2cfa805e0a495d3bf83d25ac9c5c6d3decaa5c165c91ee5558b1 -DIST vile-9.8o.tgz 2304783 SHA256 45625c060cb9da3d68bba0d308fa61cb6a1cd7c7fd8b0e83aba8890632a19b24 SHA512 ddcc01b47990cc603f4af2c4738ed989d2be51018aa0bbc96079771f2809f11df160c6bc597dc50bf30f47ef5ec7c78646cbc19d7c381ef836de7bdb884bab87 WHIRLPOOL 746e2face1cbf0881cc2c10a57b5d412a30668805a62c8f5db64ffb20e9a74285ef1e5a05e6d607530705427360b13a1cb22dd62ae1dfe02ac190e1bfea518cd -DIST vile-9.8p.tgz 2312139 SHA256 e16fe2adbcf142212ffe8bfcd57a3b161886b1f2f7e6c8a3f7607fbfa24b82b7 SHA512 75c317a3a65665c9b1a0d5c5911701b698fa451ca397f7ef5c5ede726f92246866ad874f9127b8e374193951be58b7f828daa26bee3356af72fa761ceaba0b5e WHIRLPOOL 059db40253c7f867330388b6bfff13969a40c7db02ba80a9b54e719ff651c6ea4dbfe78ca42487fbf55f1588b6c63190abbc7e733c027ad480b4201eb2a381f2 DIST vile-9.8r.tgz 2322132 SHA256 f36093551178b10c7c34cd514503fcc4d03fedd19c1eba7845b876253e48db80 SHA512 4f610c8c8f491d8d630d042166cbbdc12b89513d40d14dd70526d6cb5d7ebf603a99b19ce2fc42f7143d674e6d5155fcd305da297e03e46caa862ff40e2bbdd4 WHIRLPOOL 7a375769942d297b5448934bd49a4278697e8307f16900f1ebccd1ac4c9e37a483faf0b2e0f328f2210bdcead79251a1831a2ab4e28e20db637b593c636c06f2 DIST vile-9.8s.tgz 2328441 SHA256 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 SHA512 06bfa64e5908aa31351068c5509e6fcc98bde202b814aa6abe5c449f841378c897df1fdbb8b20bdb5e71578238e1e9d11dac08e66159317276a01a9ac96ae9ab WHIRLPOOL 054c7b67df64f39b32534cc6fc3e238341dd4cd6cbff362a0638cbee01e2ca729a0b537461b766e6808c05527039a1135d44d30d0f6da826d6b88ebb8fa6abd2 diff --git a/app-editors/vile/files/vile-9.8h-flex.patch b/app-editors/vile/files/vile-9.8h-flex.patch deleted file mode 100644 index bb1c1c30111..000 --- a/app-editors/vile/files/vile-9.8h-flex.patch +++ /dev/null @@ -1,30 +0,0 @@ vile-9.8h/filters/filters.h -+++ vile-9.8h/filters/filters.h -@@ -200,27 +200,6 @@ - #endif - #endif /* __GNUC__ */ - --/* -- * 2003/5/20 - "new" flex 2.5.31: -- * workaround for "developers" who don't use compiler-warnings... -- * perhaps by the time "new" flex merits the term "beta", they'll fix this: -- */ --#if defined(FLEX_BETA) --extern FILE *yyget_in (void); --extern FILE *yyget_out (void); --extern char *yyget_text (void); --extern int yyget_debug (void); --extern int yyget_leng (void); --extern int yyget_lineno (void); --extern int yylex_destroy (void); --extern void yyset_debug (int bdebug); --extern void yyset_in (FILE * in_str); --extern void yyset_lineno (int line_number); --extern void yyset_out (FILE * out_str); --/* there's also warnings for unused 'yyunput()', but I don't see a fix */ --/* flex's skeleton includes - no particular reason apparent */ --#endif -- - #define YY_NO_INPUT 1 /* get rid of 'input()' function */ - - /* diff --git a/app-editors/vile/vile-9.8k.ebuild b/app-editors/vile/vile-9.8k.ebuild deleted file mode 100644 index 05b8e7aafc9..000 --- a/app-editors/vile/vile-9.8k.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/; -SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz; -
[gentoo-commits] repo/gentoo:master commit in: app-editors/vile/
commit: 83bb9234838b9e22c98856733b61296a107b232a Author: Tim Harder gentoo org> AuthorDate: Tue Sep 5 20:21:24 2017 + Commit: Tim Harder gentoo org> CommitDate: Tue Sep 5 20:21:54 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bb9234 app-editors/vile: use https for HOMEPAGE app-editors/vile/vile-9.8r.ebuild | 2 +- app-editors/vile/vile-9.8s.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/vile/vile-9.8r.ebuild b/app-editors/vile/vile-9.8r.ebuild index b3ef7cb49f6..2d322f16d0a 100644 --- a/app-editors/vile/vile-9.8r.ebuild +++ b/app-editors/vile/vile-9.8r.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/; +HOMEPAGE="https://invisible-island.net/vile/; SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz; LICENSE="GPL-2" diff --git a/app-editors/vile/vile-9.8s.ebuild b/app-editors/vile/vile-9.8s.ebuild index 40b6bbe3511..8463b992ab3 100644 --- a/app-editors/vile/vile-9.8s.ebuild +++ b/app-editors/vile/vile-9.8s.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/; +HOMEPAGE="https://invisible-island.net/vile/; SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz; LICENSE="GPL-2"
[gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/
commit: f0c9b6cb8426133389117fa47b1d9f462747 Author: Tim Harder gentoo org> AuthorDate: Tue Sep 5 20:20:53 2017 + Commit: Tim Harder gentoo org> CommitDate: Tue Sep 5 20:21:54 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c9b6cb app-editors/xvile: use https for HOMEPAGE app-editors/xvile/xvile-9.8r.ebuild | 2 +- app-editors/xvile/xvile-9.8s.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/xvile/xvile-9.8r.ebuild b/app-editors/xvile/xvile-9.8r.ebuild index a402411fc17..8748bca62a9 100644 --- a/app-editors/xvile/xvile-9.8r.ebuild +++ b/app-editors/xvile/xvile-9.8r.ebuild @@ -5,7 +5,7 @@ EAPI=6 MY_P="${PN/x/}-${PV}" DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/; +HOMEPAGE="https://invisible-island.net/vile/; SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz; LICENSE="GPL-2" diff --git a/app-editors/xvile/xvile-9.8s.ebuild b/app-editors/xvile/xvile-9.8s.ebuild index 3f23863caf2..360881561dd 100644 --- a/app-editors/xvile/xvile-9.8s.ebuild +++ b/app-editors/xvile/xvile-9.8s.ebuild @@ -5,7 +5,7 @@ EAPI=6 MY_P="${PN/x/}-${PV}" DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/; +HOMEPAGE="https://invisible-island.net/vile/; SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz; LICENSE="GPL-2"
[gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/files/, app-editors/xvile/
commit: 043d83ff9130ed7dbcbd359af3b197f45e8f507a Author: Tim Harder gentoo org> AuthorDate: Tue Sep 5 20:19:25 2017 + Commit: Tim Harder gentoo org> CommitDate: Tue Sep 5 20:21:53 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043d83ff app-editors/xvile: remove old app-editors/xvile/Manifest | 4 --- app-editors/xvile/files/vile-9.8h-flex.patch | 30 -- app-editors/xvile/xvile-9.8k.ebuild | 47 app-editors/xvile/xvile-9.8n.ebuild | 41 app-editors/xvile/xvile-9.8o.ebuild | 41 app-editors/xvile/xvile-9.8p.ebuild | 41 6 files changed, 204 deletions(-) diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest index e55421d91eb..96d26082ee0 100644 --- a/app-editors/xvile/Manifest +++ b/app-editors/xvile/Manifest @@ -1,6 +1,2 @@ -DIST vile-9.8k.tgz 2278349 SHA256 af8386a43fdf82ba3c8e4187b8fe850543c5baac769cf26bb2b437e5b3689e24 SHA512 93dce951701f156ebe5aecd39a86556658334a2f262919974bd302238e4b78a63ea6a675fc47fd5b170055e7fba8134db27ff26076be0d1b0cf7a58d697b5836 WHIRLPOOL e75ded06e6eb5234a673a92d27ceb1632150c60e580a27e0c00267a147a3b02005afb62843e373a3112ed8a353f230d4101ad1adfa0a045cba47d21f1b301a20 -DIST vile-9.8n.tgz 2300678 SHA256 36cea866603483e43e705ba1a96d0d52dc81f9c0d97fbefe5150c50b04b258bb SHA512 c87350325f47ef9338d9e7dca1a22b0d2c23b632cc2338ab07b00a986fc911f2bfbb05c9dcb98f4b606c2f2d0294dec26bcbf45a711cb6ad25c3ecf4b84c9037 WHIRLPOOL 16be864f128b256049a6d0e7cd39a3256415eabec66bcc632db09c6e5d07ef72b775fe28c38c2cfa805e0a495d3bf83d25ac9c5c6d3decaa5c165c91ee5558b1 -DIST vile-9.8o.tgz 2304783 SHA256 45625c060cb9da3d68bba0d308fa61cb6a1cd7c7fd8b0e83aba8890632a19b24 SHA512 ddcc01b47990cc603f4af2c4738ed989d2be51018aa0bbc96079771f2809f11df160c6bc597dc50bf30f47ef5ec7c78646cbc19d7c381ef836de7bdb884bab87 WHIRLPOOL 746e2face1cbf0881cc2c10a57b5d412a30668805a62c8f5db64ffb20e9a74285ef1e5a05e6d607530705427360b13a1cb22dd62ae1dfe02ac190e1bfea518cd -DIST vile-9.8p.tgz 2312139 SHA256 e16fe2adbcf142212ffe8bfcd57a3b161886b1f2f7e6c8a3f7607fbfa24b82b7 SHA512 75c317a3a65665c9b1a0d5c5911701b698fa451ca397f7ef5c5ede726f92246866ad874f9127b8e374193951be58b7f828daa26bee3356af72fa761ceaba0b5e WHIRLPOOL 059db40253c7f867330388b6bfff13969a40c7db02ba80a9b54e719ff651c6ea4dbfe78ca42487fbf55f1588b6c63190abbc7e733c027ad480b4201eb2a381f2 DIST vile-9.8r.tgz 2322132 SHA256 f36093551178b10c7c34cd514503fcc4d03fedd19c1eba7845b876253e48db80 SHA512 4f610c8c8f491d8d630d042166cbbdc12b89513d40d14dd70526d6cb5d7ebf603a99b19ce2fc42f7143d674e6d5155fcd305da297e03e46caa862ff40e2bbdd4 WHIRLPOOL 7a375769942d297b5448934bd49a4278697e8307f16900f1ebccd1ac4c9e37a483faf0b2e0f328f2210bdcead79251a1831a2ab4e28e20db637b593c636c06f2 DIST vile-9.8s.tgz 2328441 SHA256 1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 SHA512 06bfa64e5908aa31351068c5509e6fcc98bde202b814aa6abe5c449f841378c897df1fdbb8b20bdb5e71578238e1e9d11dac08e66159317276a01a9ac96ae9ab WHIRLPOOL 054c7b67df64f39b32534cc6fc3e238341dd4cd6cbff362a0638cbee01e2ca729a0b537461b766e6808c05527039a1135d44d30d0f6da826d6b88ebb8fa6abd2 diff --git a/app-editors/xvile/files/vile-9.8h-flex.patch b/app-editors/xvile/files/vile-9.8h-flex.patch deleted file mode 100644 index bb1c1c30111..000 --- a/app-editors/xvile/files/vile-9.8h-flex.patch +++ /dev/null @@ -1,30 +0,0 @@ vile-9.8h/filters/filters.h -+++ vile-9.8h/filters/filters.h -@@ -200,27 +200,6 @@ - #endif - #endif /* __GNUC__ */ - --/* -- * 2003/5/20 - "new" flex 2.5.31: -- * workaround for "developers" who don't use compiler-warnings... -- * perhaps by the time "new" flex merits the term "beta", they'll fix this: -- */ --#if defined(FLEX_BETA) --extern FILE *yyget_in (void); --extern FILE *yyget_out (void); --extern char *yyget_text (void); --extern int yyget_debug (void); --extern int yyget_leng (void); --extern int yyget_lineno (void); --extern int yylex_destroy (void); --extern void yyset_debug (int bdebug); --extern void yyset_in (FILE * in_str); --extern void yyset_lineno (int line_number); --extern void yyset_out (FILE * out_str); --/* there's also warnings for unused 'yyunput()', but I don't see a fix */ --/* flex's skeleton includes - no particular reason apparent */ --#endif -- - #define YY_NO_INPUT 1 /* get rid of 'input()' function */ - - /* diff --git a/app-editors/xvile/xvile-9.8k.ebuild b/app-editors/xvile/xvile-9.8k.ebuild deleted file mode 100644 index ea69eae3e0f..000 --- a/app-editors/xvile/xvile-9.8k.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -MY_P="${PN/x/}-${PV}" -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/;
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/
commit: 62a54b6d14d08477f53ba395e99857d2ad431e8b Author: Jonas Stein gentoo org> AuthorDate: Tue Sep 5 20:14:05 2017 + Commit: Jonas Stein gentoo org> CommitDate: Tue Sep 5 20:14:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a54b6d app-dicts/myspell-ru: Restore last stable version Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --force app-dicts/myspell-ru/Manifest | 4 app-dicts/myspell-ru/myspell-ru-20060316.ebuild | 23 +++ 2 files changed, 27 insertions(+) diff --git a/app-dicts/myspell-ru/Manifest b/app-dicts/myspell-ru/Manifest index 5399d525e0e..f15001a4968 100644 --- a/app-dicts/myspell-ru/Manifest +++ b/app-dicts/myspell-ru/Manifest @@ -1 +1,5 @@ DIST dict_pack_ru-aot-0-4-0.oxt 1509261 SHA256 0d4e15c3eca931e690d6533be8d0b5ce22948f0d45e3df0d1a5e0e870c093db9 SHA512 00e63f5abcfbb2fecd72dc2a2b80dc5ebb4d16aac909b2f63670235edadd0d22a5ed3ae0508bfdb273a85f32ee60df4e84dc620fa1a44f42543848b71a9d1b01 WHIRLPOOL fce8e71e09d0d86375a2648968254a355e0569bd744627abb2ec71c6bb6e34a824dbb5550d79cda0f19539bee210ec0983f64d12ee167f3ed3196c06577dd9b9 +DIST myspell-hyph_ru_RU-20060316.zip 11089 SHA256 95b2198f937f1ba1fe2373302c81517ee88a38c237a1ed5557c543a7e2b141df SHA512 4538a4fbdd61adafe321258fb4a9b1896d10747adf8203bd3a5eaa40ee15a9d5d3d8304a19a644f676a1224ac36f5d47ae7a10cbcae22ccbd2f8af49bf5e92ac WHIRLPOOL 46d284df470596c796b436fab9042d8c58625dc3f0c3da41434133afed0eb35b0b2c326005460b9eda4c20499420d7d1bf8d51ac41160f0bfaa125ff45d27baa +DIST myspell-ru_RU-20060316.zip 467216 SHA256 387e9fd6c24c34e27fe5f0eb227beec2522b8855dc44917a37a66571db15ed0d SHA512 2a1d62cd79d58ca093f477006e436e728ff2cf063c3b0e1ce127a0c83835afe7fce7846e9ec3577e848c9d911565b4fdff8475508bbbe29f2d9523fe0a858617 WHIRLPOOL dfe9e19ba00aa5c200073e5da08b9d7d832c002f2e83814b138f40480d04b6dc91b0455cc45e2266d7f77492df767889f2958ba5fb781cb7c362fffc153d263c +DIST myspell-ru_RU_ye-20060316.zip 984889 SHA256 8eecd25a1d16e43dde23fd72deb6c9290e0f328b7fb2956ec3fe07692ce8e653 SHA512 5d1e39166b8666ee2be599cd74872a80b34bba11ff389ca74919a0b2fca7f7e66dfd71188b97f08686161e5af54164b82d0fe86c9097c3aaad6c22432f867e19 WHIRLPOOL 05bb523e3c82a6dee7812c9642aa660998328858dd173af9d73db80c43eb73034aa48fb4e431e280b8d4af81f17c719c0cc3557927cafd35ca864572dc28e738 +DIST myspell-ru_RU_yo-20060316.zip 470326 SHA256 d0c06e4db5ee2f0b6ebb9b382437fab5f92af9cb9bf1bc3576d3a9d24d87d034 SHA512 4a4a85d9dff96de6fbc9b78c74f22fafae3abe143ababed7041df3b06bda3127c6fc44631cc2bfa33f4672b06db2871cf3062acb8355524b926716f1db639b19 WHIRLPOOL bda43eb56a627c9aee5d8a337ceb0075536bac3d29574946a79704eeadd9a708b9c3148f398c80ad1f555401bb63c5cd466e9f2161189621476f75e581dbc737 diff --git a/app-dicts/myspell-ru/myspell-ru-20060316.ebuild b/app-dicts/myspell-ru/myspell-ru-20060316.ebuild new file mode 100644 index 000..6e81409df47 --- /dev/null +++ b/app-dicts/myspell-ru/myspell-ru-20060316.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +MYSPELL_SPELLING_DICTIONARIES=( +"ru,RU,ru_RU,Russian (Russia),ru_RU.zip" +"ru,RU,ru_RU_ie,Russian_ye (Russia),ru_RU_ye.zip" +"ru,RU,ru_RU_yo,Russian_yo (Russia),ru_RU_yo.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"ru,RU,hyph_ru_RU,Russian (Russia),hyph_ru_RU.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell + +DESCRIPTION="Russian dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1 myspell-ru_RU-AlexanderLebedev" +HOMEPAGE="http://lingucomponent.openoffice.org/; + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd"
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/
commit: b190f26eaea2717889717274f5480bfb73e01021 Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Sep 5 20:05:18 2017 + Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Sep 5 20:05:18 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b190f26e gnome-extra/cinnamon-screensaver: New upstream version 3.4.2 Package-Manager: Portage-2.3.6, Repoman-2.3.1 gnome-extra/cinnamon-screensaver/Manifest | 1 + .../cinnamon-screensaver-3.4.2.ebuild | 95 ++ 2 files changed, 96 insertions(+) diff --git a/gnome-extra/cinnamon-screensaver/Manifest b/gnome-extra/cinnamon-screensaver/Manifest index 768d9287773..d19be89f4bf 100644 --- a/gnome-extra/cinnamon-screensaver/Manifest +++ b/gnome-extra/cinnamon-screensaver/Manifest @@ -4,3 +4,4 @@ DIST cinnamon-screensaver-3.2.13.tar.gz 143389 SHA256 7b1a0c156cc0e1983d6ed43704 DIST cinnamon-screensaver-3.2.2.tar.gz 120816 SHA256 d8ec85d3b984f527790d68d61156adea84f84f35bc956d32923d5116d4937df2 SHA512 0ebc5da00973b6b7972e3f7a2ee671d204cadf25ae99af8a53fd176a5070598aaec9a0def86dca47538e6334c2b6d19db09bc0ac1ec226c85b439c0762a40d18 WHIRLPOOL dfd8ba669cd5732b5ff9e32fd9a1f5076da6da333d6a0822060340948b85aba34f043bd39a24797a7cef5ea0eb2f2e5acd931e3a76883da388bd5179f9df9c33 DIST cinnamon-screensaver-3.2.6.tar.gz 124287 SHA256 5e0795d46f5f6f93e79139e87449c8a20438bc94af67f002b1b6ba3726db4741 SHA512 78b0347e5d6ae7970d070410d0a4aac08b2dbd69442d278f4869aa636f13de19c1d03118dce2f540739c37cbeebd5fa53ebf31270033fa8393220d6c35672d00 WHIRLPOOL e52657d656a5ee3b2290270c9a3f0c54c462338f35dd6c0edf4611b91c2fb0e0693587b1d63a4a2b7cf36882c655a2a4508601d45a7f6333af98b0648861afbc DIST cinnamon-screensaver-3.4.1.tar.gz 153389 SHA256 e25b68c74d7307eb0db30cf31d2f819981e25cf7371b339a08895c0506d55341 SHA512 3b5b35bfac37d220a260917633a2f0ed79bcc4d479cc9924a86eb73e864b2893d037eabf6c70b0ba68d93008b649399e29dd42b8490e58662db4840ee470e137 WHIRLPOOL 8704947ef29a9782dcfd82ed0da24d2d487a4b4a5b181886c1f5934e401a70a8c29aee4f10aab4ee193c7657a0da8e1ed626f302fd5a175113e2014c306a04b3 +DIST cinnamon-screensaver-3.4.2.tar.gz 154119 SHA256 9a86449eb6b2c1c2c31e3e18a336106c2fbfd0d6b68647ada1eff22867605335 SHA512 1d226f72c1f7d8e264bee8b1c175cf32866dfdbf7738383552c4d218dc6ca1f04ef37f56c91793ff42358dcf6b832ba1962b8e39129683b5bf9cd3c3c2b1a764 WHIRLPOOL ad147532cf461def895678f5be71b3807979bc0b16b232a21b94b2d61a52513044ba66601ffe622df97bb4cccf92734551d1d5631966fcefa7e350365d926ca8 diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.4.2.ebuild b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.4.2.ebuild new file mode 100644 index 000..cf81203bff7 --- /dev/null +++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.4.2.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5,6} ) + +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" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +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 + + !systemd? ( sys-auth/elogind ) + + ${PYTHON_DEPS} + + pam? ( virtual/pam ) + systemd? ( >=sys-apps/systemd-31:0= ) +" +# our cinnamon-1.8 ebuilds installed a cinnamon-screensaver.desktop hack +RDEPEND="${COMMON_DEPEND} + !~gnome-extra/cinnamon-1.8.8.1 + !systemd? ( sys-auth/consolekit ) + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/setproctitle[${PYTHON_USEDEP}] + dev-python/xapp[${PYTHON_USEDEP}] + dev-python/psutil[${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() { + python_fix_shebang screensavers + eautoreconf +
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/
commit: 5f9ab31d2d98371dffe25aaccf00f91fa61053bc Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Sep 5 19:59:50 2017 + Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Sep 5 19:59:50 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9ab31d gnome-extra/cinnamon-settings-daemon: New upstream version 3.4.4 Package-Manager: Portage-2.3.6, Repoman-2.3.1 gnome-extra/cinnamon-settings-daemon/Manifest | 1 + .../cinnamon-settings-daemon-3.4.4.ebuild | 88 ++ 2 files changed, 89 insertions(+) diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest b/gnome-extra/cinnamon-settings-daemon/Manifest index fc60f8003d5..a62954ea645 100644 --- a/gnome-extra/cinnamon-settings-daemon/Manifest +++ b/gnome-extra/cinnamon-settings-daemon/Manifest @@ -3,3 +3,4 @@ DIST cinnamon-settings-daemon-2.8.4.tar.gz 2935478 SHA256 2f7e8764a842d9b4f21c1e DIST cinnamon-settings-daemon-3.0.1.tar.gz 2912459 SHA256 0abe839e04a36a052bb486f90e84c25ae6ccc92b74223813d9666eaac257677b SHA512 848f1bc38e84edf9a8af48e55b7581881fbc9920dce9a4fc38627456dea7cbfe330bebba4bb46d1c231dd85bd3445d365b5e415485ac202e72335fe337a800e8 WHIRLPOOL 91b5b0455c2dcde8868eb8e1adf52229e3dd94fb4c4842d537b89e1c72cd8f8f54af854765c62eb382015b8f3299400f21a9034974440ce9b7d305be4ffb82fb DIST cinnamon-settings-daemon-3.2.0.tar.gz 2915197 SHA256 0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1 SHA512 1977402fddf62cf29c0285fd2be8c951dcf5f1d914e3ce53e2e738cfdb211096653b9256028fcb887e403d11dc2105e976eda05cf97c95afe6101c84c72abb12 WHIRLPOOL f051d50a41c22035ef1ffc48fe557d791966aacea2a81f76598868d6d79afe3d02ef56d17d7a67bd3802beb2d287f882c152021e2495ab4dae5af18f3a9d5959 DIST cinnamon-settings-daemon-3.4.2.tar.gz 3102793 SHA256 b30a3b64e4263e4dbe2678c0cff5cef97944282fabb8f4b6fa3ca6c65c8f1522 SHA512 597f3a08e5c2168d0fc3da4b83c85f4c1f445157379bcb2a3debaab7f4714244e0300dce8ddc62de40b2f4c1c44ff282d280a1437d14041b44d4541c83e0 WHIRLPOOL 85922de3b93e07565adeda762e4d5278e75038db7ab7ae372494a8050fc11302eed8b0a53c19a691b8b4f93e35f8182d58b88d56809103671dcf97308b3b5b5d +DIST cinnamon-settings-daemon-3.4.4.tar.gz 3102951 SHA256 b883879a13f9120d2e17ad22fa2cf3ebe50a87d814c82e2f067b2bc32e7273f1 SHA512 93a7609a5c1b9c34061f9ba7836ace58cfa5549d9be811a1a5ca50e2cb9fc9e9462d9f356f50c9115cca93fa42f29ff9d130c184e19cccf9c0ee814fb39bc6d6 WHIRLPOOL 6fc3edb6697be3f24c7a6321f7a315620ef040b7cc2bb557b5e0f4f3bac2210fcac2e7127fd89629066024d6f862b0c79463fefc0ebb9734a2c387b7036cc964 diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.4.4.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.4.4.ebuild new file mode 100644 index 000..5e1ec395b16 --- /dev/null +++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.4.4.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 +
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/
commit: 128896c570c4a03fba897407a99dca0f3182b73b Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Sep 5 19:59:07 2017 + Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Sep 5 19:59:07 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128896c5 gnome-extra/cinnamon-session: New upstream 3.4.2 Package-Manager: Portage-2.3.6, Repoman-2.3.1 gnome-extra/cinnamon-session/Manifest | 1 + .../cinnamon-session/cinnamon-session-3.4.2.ebuild | 65 ++ 2 files changed, 66 insertions(+) diff --git a/gnome-extra/cinnamon-session/Manifest b/gnome-extra/cinnamon-session/Manifest index 2d1763b1551..a5085ab10b3 100644 --- a/gnome-extra/cinnamon-session/Manifest +++ b/gnome-extra/cinnamon-session/Manifest @@ -3,3 +3,4 @@ DIST cinnamon-session-2.8.3.tar.gz 591500 SHA256 306eb9448500b15b0d06826b66f438d DIST cinnamon-session-3.0.1.tar.gz 592265 SHA256 d8935747bc8aa70518e70a7d338eaf9109b5307d8a44d49dc57e0f15d69e9c89 SHA512 cdbf9f910954976854aa1b90033781269dc9d521b86edd3e97ae936b59a9ac4ffa956ba37a51ba11beac73e38a732913ce147557e999484bd68529677eed21e8 WHIRLPOOL 9af4cf92685e6a07220779ed8ef73c7435dff08e3771bbc87994d5294f998129b0d114a3092987b8fc59b49f936616d135ca59327d9979c70d9aec55238a0332 DIST cinnamon-session-3.2.0.tar.gz 595530 SHA256 d7c3d951ae0dddef96941c9f08f028a099443888db41981524f618a92624e0ca SHA512 00475069849c7bb1d874c65200128128068e6500475c61053f07deabacb98046bf344ab5d3b4537487c48103dd6c6a8316d1326396e606a0d44bc486db9267d6 WHIRLPOOL 1753d5f99a98b718e0db8b945e94ade2c316bb7965943f2b1605b10dcc08a5e74661b4b7edcf8afdceb167c0ceffd57a0f97612c2638b13278240f695fae344e DIST cinnamon-session-3.4.1.tar.gz 595567 SHA256 20426fe91347193b13ede47d2b2f14af4321f95274267304dc9844e2a5178948 SHA512 caac3b445e2dca8e040bdb215e8aca833cbcdb77611e435aab5ebcd4b0f9b6bddb117d97763d26e99d42bbacb7ec51171e6927d87dbdd7d6ed0f5287648dee0e WHIRLPOOL aaf997cc1c6b62484be5e466b5d80f221e62b80a4d65e8ec91f5bd51e429df71154ceb5be742a5a3fdb8affebe5407339b4a8eb1593f1ec70909c3e7dabb4e50 +DIST cinnamon-session-3.4.2.tar.gz 595721 SHA256 bfeb8a73cc8c7d9dfd728d34df0f578bd2ad8ed88f7de9d7cd5d3ae08f454530 SHA512 4a2f49f1717418a7d87df5f46e47c9d3a95bc4484aad6760e5391289100ebec734a300fd2540fd4ff0385a5169c15c01c081a002cc842d9d57d817d15dd6963d WHIRLPOOL 7b4cc7c37b7ea02de59923752064edede742a9619a9dee86776475149cf3aa602d358b50cefa94601c8343119651792644f86f50ed27dacfb324b94fefab70ad diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.4.2.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-3.4.2.ebuild new file mode 100644 index 000..db8b6d35c97 --- /dev/null +++ b/gnome-extra/cinnamon-session/cinnamon-session-3.4.2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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) +}
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/
commit: 7770c857c3477dc7a60fd867f9b4440dd40a93e7 Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Sep 5 19:41:55 2017 + Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Sep 5 19:43:28 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7770c857 gnome-extra/cinnamon: New upstream version 3.4.6 Package-Manager: Portage-2.3.6, Repoman-2.3.1 gnome-extra/cinnamon/Manifest | 1 + gnome-extra/cinnamon/cinnamon-3.4.6.ebuild | 234 + 2 files changed, 235 insertions(+) diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest index 570957fff2b..3b781cf1687 100644 --- a/gnome-extra/cinnamon/Manifest +++ b/gnome-extra/cinnamon/Manifest @@ -3,3 +3,4 @@ DIST cinnamon-3.2.0.tar.gz 2216495 SHA256 c1473aabb01329c07bf1e28148cb410255700f DIST cinnamon-3.2.6.tar.gz 2225445 SHA256 ab2e5681e4780e065ebf4aebf4b909e9b723a69d7d437ea490c7a9a39ffce8a5 SHA512 b21f762341c523a0292de27e37b664e758adafeeb658bb056a08f5aa3ec6c29709cf9db78ab48a9ab21982b7e1bfc0674f79395995348ff0b877c2c04e7038fb WHIRLPOOL 2d1c8c7662a3e76dae733300a86057962a159ad4fd7946f73b84bfdf624d6c6fb23b863847786879233d7dd2f3a8bc037c64fb065977732259f0c3b60857039f DIST cinnamon-3.2.7.tar.gz 2226152 SHA256 69ab4510e4239f577a7acc7ea987d0522caa9796bfaa4a062a5009009ebc5a80 SHA512 0da8ddb6e894b5ceda0cb92dc54e6b42618425f3b993b551b49aafbd4b9db95a6023083151fae75b9e60413484ff5235ed5058e9b2178c65dd108f806defe4df WHIRLPOOL fd3a0bbed451ca26844b9063d2a82aef7151a554a33522d5d765c4c871871d7a73ea9f4f5768f6d6135d45fd626fd871dc1cff4bcc5ff2f028694bc792207942 DIST cinnamon-3.4.2.tar.gz 2213346 SHA256 182ed619f92831b83e9bfd89803bbd750c6cb0ee9d097120cdd40eb19d41e302 SHA512 dee9027788a2e8c9b6d536d27f4afcf28434ab7e52bcd0d26a6426f010f64ac6d3c29e7f225dae794e8215972d744d2eebb7fb9c102451269498a663e4c5dfb7 WHIRLPOOL 27a508e693d32c1c297df545028ca3737a15e91de197f52fbb41854b3b1f7aa813e20d6062fb1ece432166004651c4cf17d38551a1e79bc2ea1c1f652d96b76f +DIST cinnamon-3.4.6.tar.gz 2217209 SHA256 857cd68ca4744332e9b20456ae3a0d63ee8a3eacd108ec82dd26b124765a45b4 SHA512 b5fa337dc236204a09a3650ca40d2c2a996c9d1ff6f789834e757d50d68939914bf56d2d623ee5b6e57a180c02b803dbae6349ce1a9dd969b7a4c8bad1b9d8bd WHIRLPOOL fcc2d2ea60099e021e6a761d7a519bc773430d128506d38f0d7653d586d79c3019af8c739b2b013dc3faadfbecae8643f5aa87c4137e9da5098e337623620f4f diff --git a/gnome-extra/cinnamon/cinnamon-3.4.6.ebuild b/gnome-extra/cinnamon/cinnamon-3.4.6.ebuild new file mode 100644 index 000..7a62d8ff83f --- /dev/null +++ b/gnome-extra/cinnamon/cinnamon-3.4.6.ebuild @@ -0,0 +1,234 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python{2_7,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://developer.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.x and 3.x +REQUIRED_USE="${PYTHON_REQUIRED_USE} + || ( $(python_gen_useflags 'python2*') ) + || ( $(python_gen_useflags 'python3*') ) +" + +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-3.0[introspection] + >=gnome-extra/cjs-3.2.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.2.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.
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cjs/
commit: 64cd95585037a061ca1b5d942672840bf9d669ef Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Sep 5 19:42:24 2017 + Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Sep 5 19:43:30 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cd9558 gnome-extra/cjs: New upstream version 3.4.4 Package-Manager: Portage-2.3.6, Repoman-2.3.1 gnome-extra/cjs/Manifest | 1 + gnome-extra/cjs/cjs-3.4.4.ebuild | 67 2 files changed, 68 insertions(+) diff --git a/gnome-extra/cjs/Manifest b/gnome-extra/cjs/Manifest index cc47a2d0284..bfc47ddbc0a 100644 --- a/gnome-extra/cjs/Manifest +++ b/gnome-extra/cjs/Manifest @@ -1,2 +1,3 @@ DIST cjs-3.0.1.tar.gz 325349 SHA256 cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f SHA512 3980e60ca005e616be264ec5bf6cb920452eec538da266dc0645ec1c340506b864886007b371b96830efa379e8ed9dd9127dc205b45e004705fd5c181d82e538 WHIRLPOOL 9368a53f9284d0f234d6e816f27dd6893338b4c6807f7fa0f44403ec0fbcaea3cc6908f86ad1e528f12351e008e93942f0769779f3c271e46e994d6ea7139b5f DIST cjs-3.4.1.tar.gz 425003 SHA256 83254b01984452cc234891768e746f688924fe2904b6c1c76e214528ff44c060 SHA512 aab752aa03862979374bfe883d62968efab6b9137914b7ab9fcca2025bab6a6ae536db59aaee6deeeba06d2ff8c433d7f769ae0a4c0e2542e7c9a58f723d8690 WHIRLPOOL f6206a56b6e5b5984c567e3b8c4f48d3e0305c76da5c4d4320757248566975bddbf4b376118246beb6c447485e03b8a1a836598d215d6ba13a468ae91d6c7901 +DIST cjs-3.4.4.tar.gz 426665 SHA256 e2497bb3eb53a919776a2f4b869dcc2ba3deb09e955433272a8905e7f6ef9bee SHA512 318a1beef6f6a827266170f0c5c1cfaa8bf48908f96e0ce625aee20ddcd648ea967f09f465ed504f21f923830017d3c4a01f62bab26a1cb84181a96131058d33 WHIRLPOOL 8e774188cf6722075e019c8cac255fcae55ba6fc67c24a974ba033002d6faa8f12aad70c789666d14ed3bdcd63965bf60fe5782fa5b537f2b5e16e482f24664a diff --git a/gnome-extra/cjs/cjs-3.4.4.ebuild b/gnome-extra/cjs/cjs-3.4.4.ebuild new file mode 100644 index 000..23afc9055f7 --- /dev/null +++ b/gnome-extra/cjs/cjs-3.4.4.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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:38 + >=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 ) + sys-devel/autoconf-archive +" +# Cinnamon 2.2 does not work with this release. +RDEPEND="${RDEPEND} + !
[gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/
commit: 6f0a828a18c1458a5abb84a20c04962f989f1e80 Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Sep 5 19:43:12 2017 + Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Sep 5 19:43:34 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0a828a x11-wm/muffin: New upstream version 3.4.1 Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-wm/muffin/Manifest| 1 + x11-wm/muffin/muffin-3.4.1.ebuild | 82 +++ 2 files changed, 83 insertions(+) diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest index d3586c9f48f..650783b8baf 100644 --- a/x11-wm/muffin/Manifest +++ b/x11-wm/muffin/Manifest @@ -2,3 +2,4 @@ DIST muffin-2.8.5.tar.gz 2715965 SHA256 0ae19de74111f222b44f7bf8d159437a83c6ae2e DIST muffin-3.0.5.tar.gz 2717820 SHA256 11c27abedad6952aaa446d37ad23e910c3c51dc0dd8d29298cfae2c3ad917e64 SHA512 2d4d37099e33ee5b0817970f5f7e264d679752ef5a256916e54a7072419e8c75a67d8609c541238bd76c462a85c9841167e051b3ced968a557aa4a90f41b2d5c WHIRLPOOL e57f4ab9970cabae7039bdedeb3f02abfb1b4311824af39eb8022cff694f3c34d19183b133f81cc0663e195ea66b32602462e145f1ecb77c63d17d4ce2b065e7 DIST muffin-3.2.0.tar.gz 2718913 SHA256 061966c2c8520804e1338de0dd499672a7f054aa7ae32b2fd98e49e656ad9a21 SHA512 f1c17fdaf4d8f32ae9e62a60811a24c120413ad2a1e824ee412527a2c3336c2523596cb06fcad01a2f1fbf1a09a78cc30a5769b1cb860ce26d96690a8c3c4043 WHIRLPOOL 14ca0f448f22cabde6aebde70438bba783c26f5b488b7691bf54c26cabd97eabdaf083cb5988f76f0a8bb13dd190d6ffd32214bc425e0234ec34eae40723e47e DIST muffin-3.4.0.tar.gz 2719701 SHA256 bbfd8997ad0f03d029f804c4927f464e89276ce384aef5aa6787dddc04e6ef85 SHA512 27c800dbd433f5eac19aa7db51994311acad347630f1f8b86f71846723f1b7d89929a1c900e6f8766b86ab078ed6b766554fe65dc12d81a61925e0396095e51d WHIRLPOOL 18c0e77aa3766528ea93c2eb88812f4bdb9d4360015799edff12c8a1b6951f61ff31767e61ab7dabcd3b20ec3f8097cfb84726f70bd77600a96beae0c8af7992 +DIST muffin-3.4.1.tar.gz 2720297 SHA256 f051c9bb1291381c9e32bf06ef829cb2ee894e8d6293a4d2738c8655d3643c26 SHA512 896dcb9c51d4aee28dcf16fbf721c1b3f581bc2a0f5344eb360655339e78f34ee89120c7a9b4ee3ffe55243c7c300f20140b76bfff52a7a9a9f292de33b9488c WHIRLPOOL 9e9e4e646d64d416f88baf5bd245c22768ce71267fb2e8fe7709d8377a495beb6ab3fcf59f9a282800c6251211bbde9844474ddb6e847e1b71df7e7205f736bc diff --git a/x11-wm/muffin/muffin-3.4.1.ebuild b/x11-wm/muffin/muffin-3.4.1.ebuild new file mode 100644 index 000..54cfd8ecf95 --- /dev/null +++ b/x11-wm/muffin/muffin-3.4.1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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=[X,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
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/
commit: 8999c8db3eccecc51de769ad634bc6896e2abd85 Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Sep 5 19:42:45 2017 + Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Sep 5 19:43:32 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8999c8db gnome-extra/nemo: New upstream version 3.4.7 Package-Manager: Portage-2.3.6, Repoman-2.3.1 gnome-extra/nemo/Manifest | 1 + gnome-extra/nemo/nemo-3.4.7.ebuild | 84 ++ 2 files changed, 85 insertions(+) diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest index c365b4bff83..95edd704c06 100644 --- a/gnome-extra/nemo/Manifest +++ b/gnome-extra/nemo/Manifest @@ -2,3 +2,4 @@ DIST nemo-2.8.7.tar.gz 1413445 SHA256 79ca0e28b43ebb701a6449424be1be4224e9014bf1 DIST nemo-3.0.6.tar.gz 1363302 SHA256 3a2704e110a30625f9e807d21df44a577606d383c1eaf1ef4dae0e4dd321cdec SHA512 a2741b13dd258c843a2b9096f6b3aca3cb22647e2d5e6b180138574e9aceccbc80713365aff0d25faa31727ff86ec4a86dac2dd8a556cb0a6dc3346f7be2 WHIRLPOOL 9044e85af7e9fadb9ce56f33d0ba63c5f39cbcf8dce2df4850474f03fde440c8ed1e52bc50e92804f4269e2d3c4563760512a23323e1120db3b7ea39d37ed211 DIST nemo-3.2.0.tar.gz 1365508 SHA256 84c5b0a1999c1b2ab08bd6933aa7c5bc18bb2805e52f2d7fdf2af644cd7cc8ac SHA512 0f238dca5849c9ad333592772588fd7ef5b572056f74794940c2ed6cd099f98587edea364221d5c5281918df21622780567993c051fc4f6adaf8e09ed63356b9 WHIRLPOOL 798856f8d014f1dfacd833a68f465795e33a48ebbabe9cc8ec9ff7c8851bc62576f28a75cbda8460002d01d115cc765ea40a4260a8274c7d3eee3f7d8ed3d0a2 DIST nemo-3.4.4.tar.gz 1417650 SHA256 1ed1c4263c6c436bacbf70e2093c66f27c5ea9338d1b793df4dacd84993a9742 SHA512 f2056653a2ac1e26cd8da2226acbc05046988f2f051b72ed267f572ad010a6bd4d7d1ef39ee732cebb7a05dd3d88053bfe2cdc3aee31c20eac29a8f659bcd67b WHIRLPOOL 563a8b81b742b44e39d30dd642f0c428167c13aa2b78fa3e1f73663276ae3be60178a8ac7a5308206bacb797419970187447ddc33dfcbd26d80fc4b20c2ddc22 +DIST nemo-3.4.7.tar.gz 1422209 SHA256 73ca1cd22eaa229bcd87a74fdcf32ba58f1eb1e0376f12775870b6d1260550a1 SHA512 75f84e4c4f60c01a003ec413493107fa0ff02d3dcdb5772dd31b726905de1d49679b294e4760e5806b982c8a9e3fcd6411dc7deb3091545d74b688afaae39bbe WHIRLPOOL 923d52c297ebd870f334eae52a8913ff8f4c923bb320103e43e3ff75f6713074b18022d85eb3a9ab5b73459a9f8bba801f5a8a390b97d95e217b17c5437fc9bd diff --git a/gnome-extra/nemo/nemo-3.4.7.ebuild b/gnome-extra/nemo/nemo-3.4.7.ebuild new file mode 100644 index 000..2b85d70f926 --- /dev/null +++ b/gnome-extra/nemo/nemo-3.4.7.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit autotools eutils gnome2 python-any-r1 virtualx + +DESCRIPTION="A file manager for Cinnamon, forked from Nautilus" +HOMEPAGE="http://cinnamon.linuxmint.com/; +SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ LGPL-2+ FDL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="exif +introspection +nls packagekit tracker xmp" + +COMMON_DEPEND=" + >=dev-libs/glib-2.37.3:2[dbus] + >=gnome-extra/cinnamon-desktop-2.6.1:0= + >=x11-libs/pango-1.28.3 + >=x11-libs/gtk+-3.9.10:3[introspection?] + >=dev-libs/libxml2-2.7.8:2 + + gnome-base/dconf:0= + gnome-base/gsettings-desktop-schemas + >=x11-libs/libnotify-0.7:= + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrender + + exif? ( >=media-libs/libexif-0.6.20:= ) + introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) + tracker? ( >=app-misc/tracker-0.12:= ) + xmp? ( >=media-libs/exempi-2.2.0:= ) + sys-libs/libselinux +" +RDEPEND="${COMMON_DEPEND} + x11-themes/adwaita-icon-theme + nls? ( >=gnome-extra/cinnamon-translations-2.2 ) +" + +PDEPEND=">=gnome-base/gvfs-0.1.2" + +DEPEND="${COMMON_DEPEND} + ${PYTHON_DEPS} + $(python_gen_any_dep ' + dev-python/polib[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') + >=dev-lang/perl-5 + >=dev-util/gdbus-codegen-2.31.0 + dev-util/gtk-doc-am + >=dev-util/intltool-0.40.1 + sys-devel/gettext + virtual/pkgconfig + x11-proto/xproto + + dev-util/gtk-doc + gnome-base/gnome-common +" +# For eautoreconf +# gnome-base/gnome-common, dev-util/gtk-doc (not only -am!) + +src_prepare() { + eautoreconf + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + $(use_enable exif libexif) \ + $(use_enable introspection) \ + $(use_enable tracker) \ + $(use_enable xmp) +} + +src_test() { + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/libnemo-private" || die + + cd src # we don't care about translation tests + GSETTINGS_SCHEMA_DIR="${S}/libnemo-private" virtx
[gentoo-commits] proj/musl:master commit in: dev-qt/qtwebkit/
commit: e0be4da2bee9d10d2bf32c8becd83ec2c26e923d Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:30:36 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:30:36 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e0be4da2 dev-qt/qtwebkit: fix metadata.xml dev-qt/qtwebkit/Manifest | 2 +- dev-qt/qtwebkit/metadata.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-qt/qtwebkit/Manifest b/dev-qt/qtwebkit/Manifest index f4781f1..44dedb1 100644 --- a/dev-qt/qtwebkit/Manifest +++ b/dev-qt/qtwebkit/Manifest @@ -9,4 +9,4 @@ DIST qtwebkit-opensource-src-5.6.2.tar.xz 35306252 SHA256 528a6b8b1c5095367b26e8 DIST qtwebkit-opensource-src-5.7.1.tar.xz 35298736 SHA256 a46cf7c89339645f94a5777e8ae5baccf75c5fc87ab52c9dafc25da3327b5f03 SHA512 538928ada8fd25c01f0b78efac79e004904e6e4ec110108c492877e334acd5d9253653d3b207e535d1e08d092af2833a7566cebb2bf8b90069944634bf24f60a WHIRLPOOL d2dce72777a6babb1c35025ff6d882b7f48895dca4425b9e29b099e45282e8538548a653f0757998d6a619d706544fad0363199d8979ccca94762ba39b6516bd EBUILD qtwebkit-5.6.2.ebuild 3377 SHA256 dc14e53d257db7b00419c05e401ae23c8a1aba786f592570e5e3835f9e0c0d78 SHA512 f48dffc5e8bd2ebc20306d13b055db0cdf1f4bf1c401ccbdc29ee285a1b5f6b2cc200c194ca582148914a7370aab0130fa6c84ac63f4cf3292bc04022871b6ad WHIRLPOOL b2262eaf8596f2ebc25c770e549fce793ba59378322a80a10f8eb42c0bfc77fa9a97fa83808527a0b8ca84e338c801f6c933e08c35d92b23d61bae3dc71c2c18 EBUILD qtwebkit-5.7.1.ebuild 3659 SHA256 383b2b08d2d9be3af4bd46518a216ad25bb05a069ab725a834d74eeecd951933 SHA512 24e228f01ed0fd34c28fd63d6545e2848f84ea67cda2f4c3d8816f5d8456b3028f252e3f7e3e067b3594126d01e7e9e684a52fbf4d346b28f498ba90a74848d5 WHIRLPOOL 1d2083526b0f56d602e9f6d7743f26f2478eb589a302a37d5d4cfc2d8b21c59329068e34d19f55782d2fef22fd49cec01938ca5eaf7d06eb3b82dd1d9a1dae6d -MISC metadata.xml 1466 SHA256 612a469c263c500dda7de545c7d505edf035ee1a6fa2307847e0fcb7731a5849 SHA512 6540b79626a2478da6ec737b025a17704233a7f8de93573d3cb06ba0223031a34f7f2eccbecc8e88f22b0a93173141d4b2f909e5ea9faef44b18ceefb1da79ed WHIRLPOOL 3f72a600410c7afd6923132853495059e476b9dcd096f294542f30aa829e269d6c7d9061c2796d977e740655ccd32ed5cac0ca66696613ed0ae26c78350c43b2 +MISC metadata.xml 1334 SHA256 51439ec117fcf3beb8149f45ef76991481b045e1782e3783c692f6c36224e21b SHA512 7daeb57f1bed0b61a20808c75fd305fc0414ca645155d93770eb5bb606b125bd62d250be41ccbbce737f55472d9470d32b44265678ec4c098e3fb91705fb3367 WHIRLPOOL 20ef00f4aa896234860f1343b907e975bfd60db058697c37a56b202309074c7b1463ff09d59838fd7ac4cb9e960480a4821a1f7fc9a7558a3963e84ff8fc diff --git a/dev-qt/qtwebkit/metadata.xml b/dev-qt/qtwebkit/metadata.xml index cd82bd3..021a917 100644 --- a/dev-qt/qtwebkit/metadata.xml +++ b/dev-qt/qtwebkit/metadata.xml @@ -6,8 +6,6 @@ Gentoo Qt Project - Add support for exceptions - like catching them - inside the event loop (recommended by upstream) Enable physical position determination via dev-qt/qtpositioning Enable HTML5 audio/video support via media-libs/gstreamer using SLOT 1.0 Enable HTML5 audio/video support via media-libs/gstreamer using SLOT 0.10
[gentoo-commits] proj/musl:master commit in: net-dialup/linux-atm/
commit: b7996215755160d08920ea460d7b19e77de2c7b1 Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:19:44 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:19:44 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b7996215 net-dialup/linux-atm: remove -r99 suffix net-dialup/linux-atm/Manifest | 4 ++-- .../linux-atm/{linux-atm-2.5.2-r99.ebuild => linux-atm-2.5.2.ebuild} | 4 ++-- net-dialup/linux-atm/metadata.xml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-dialup/linux-atm/Manifest b/net-dialup/linux-atm/Manifest index 5ab81d4..3369d3d 100644 --- a/net-dialup/linux-atm/Manifest +++ b/net-dialup/linux-atm/Manifest @@ -2,5 +2,5 @@ AUX linux-atm-2.5.2-headers.patch 646 SHA256 1af9ad2106d0a6e53cc360e1f052db1437c AUX linux-atm-2.5.2-mask-on_exit.patch 679 SHA256 46d5dfb57b99fa127d19eae871e63925fca32ebf7a4ead4f3f1da8460e133111 SHA512 cf36d15271c02924893fa52c255e8364caf9904b5a644c4850c7b716a33137763ed2f7512f74a713a8f30e063c9029ec94b2f2b5454b30b6e32f0f1ef0d45a5b WHIRLPOOL d1f697a272794615935e2f69afa2492a887013ff9a1903fd5e44b55aab2aa3869bbb71b320bd141b190fcd363d1f1966db718523bb4d265ce97d852dcefae024 AUX linux-atm-2.5.2-remove-SYS_poll-hack.patch 654 SHA256 5d167f63b7d57b4165cac106b83568bc8bc9a540cf25f79f8f071b0b36fbab2c SHA512 6347356b3f160e62fd8b2578503c29f920bfa404a73553f9cde35f2bdde2d001aa5df490c3a348decff1e915ab34e99989aa0ea517a8c31fb097e108d51ab0e8 WHIRLPOOL b818c13ffa1d44ebb06d6484f0497dff914fa4570b5c15a07b3d83efa16faf60a311195bb46e6e5802fac65d639d7758b67ce8296b955e6222ded6d92b41055e DIST linux-atm-2.5.2.tar.gz 1082256 SHA256 9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a SHA512 0a50e91513e4e1f882dc6f4792dc032e89497ff745c0eaea0c0c848b0f84e40d19e038e4ab5aa70c1f915c28a9f845340c332ac5c3ae838b8f539466e10a0a08 WHIRLPOOL ddff2b022bd94a64662e2feb8588b0b7a1d33380aaca91888d57c90602ec777f8db308f62b33846f9b2f40dfd7d6b40ca4ddd9d430e1c6bc8a36cdbb4e370771 -EBUILD linux-atm-2.5.2-r99.ebuild 942 SHA256 c243833d804e552b93fd1fc4f1f5a938d49c94ca94045d335e0cbd886c18bcbe SHA512 a05b1e788acb568b0e220d14cc1628f58e15f22393d0c1b1feca66e42f36a4d1cd885e176ae2ae26d5d26421759f12279f16db59374f283904805fbfae4d1ddc WHIRLPOOL 2d9ed370506e8152f011192f17f0301d5ebbd917cb401b05c9b6eeeb3d471326e91a2b286ec7557410c80b0285ac07ad539842be73ab8c4f5f7c1db2909dca58 -MISC metadata.xml 274 SHA256 41c0af44b56f2c0662adbfde0249bbcabcbf0791350e5de60cb731bb414eda22 SHA512 81b00453ccffb628c4268f9d387a84328206de79ec15448fa3e0ee026b765eb95f7f5f768cc0fd970590b57b2cd9bb290764f445a0703b8b4d0e87d96bbf9aa9 WHIRLPOOL ec512f2ceb1d0d1d229c099d96da720784a79b715d49713bc69f8ed627f0976f5a44e2878958b142e22a3b6a63b069097af57608dd072e4e4265c47e7bbb7206 +EBUILD linux-atm-2.5.2.ebuild 1002 SHA256 0040ed0528984e84a2aacdb657ee7621be5b848efad8c7d19f583d22f5db3b7a SHA512 2d939af37704375390aa4c7246b2c6adb91089f905353872df401697bb4208eb6bb13107f07ba1e97e6b5fb446579ac25d02e59db1049158027b6d0d39dc347c WHIRLPOOL 23a92499de5a40d56c1f9709c59f639c5bfe39dbaeebf8abcae2567e8fde2709ada290fe7d3ea1e53ec78ac687f41285394d033cb49cf00716f194f31d0937ef +MISC metadata.xml 303 SHA256 0b3c1c830298704b10c8cc47056485d0d910984e3270a807be57e306070233e0 SHA512 86ae1e28bb9f9d2db0a9607d58dd8cb48f96e76c4aaf5e7027f9ae792ef41ca6ac8da92adf13a40c4bcc1bd2cbea67cd4535232116616f687011c89bc79b WHIRLPOOL 2942d539ecac8269a09d0f0a0b3e761e42b7687c553d61450536061decd25e893b21ea8482006be740faf6f96d4ddb8a17c923ade4bd14540d4c09a79d9d9700 diff --git a/net-dialup/linux-atm/linux-atm-2.5.2-r99.ebuild b/net-dialup/linux-atm/linux-atm-2.5.2.ebuild similarity index 86% rename from net-dialup/linux-atm/linux-atm-2.5.2-r99.ebuild rename to net-dialup/linux-atm/linux-atm-2.5.2.ebuild index adfd89a..854cb0d 100644 --- a/net-dialup/linux-atm/linux-atm-2.5.2-r99.ebuild +++ b/net-dialup/linux-atm/linux-atm-2.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~mips ppc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="static-libs" RDEPEND="" diff --git a/net-dialup/linux-atm/metadata.xml b/net-dialup/linux-atm/metadata.xml index 34c6567..44b11c5 100644 --- a/net-dialup/linux-atm/metadata.xml +++ b/net-dialup/linux-atm/metadata.xml @@ -1,6 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd;> + Tools for ATM. linux-atm
[gentoo-commits] proj/musl:master commit in: net-libs/libtirpc/files/, net-libs/libtirpc/
commit: 3d0eb51c663bfe6de747d707ba7616a5518a9d02 Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:24:45 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:24:45 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3d0eb51c net-libs/libtirpc: cleanup libtirpc-1.0.2 in the tree includes these patches, so only keep stable versions. net-libs/libtirpc/Manifest | 9 - ...ibtirpc-1.0.1_add-des_impl-c-7f6bb9a3467a.patch | 29 - ...c-1.0.1_ifdef-out-yp-headers-742bbdff6ddf.patch | 30 - ...0.1_remove-des-deps-to-glibc-503ac2e9fa56.patch | 43 -- ...tirpc-1.0.1_remove-nis-h-dep-5f00f8c78c5d.patch | 137 - ...tirpc-1.0.1_uclibc-dont-use-struct-rpcent.patch | 51 -- ...ibtirpc-1.0.1_uclibc-use-memset-not-bzero.patch | 21 - net-libs/libtirpc/files/musl-1.0.1_r2.patch| 647 - net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild | 70 --- net-libs/libtirpc/libtirpc-1.0.1.ebuild| 62 -- 10 files changed, 1099 deletions(-) diff --git a/net-libs/libtirpc/Manifest b/net-libs/libtirpc/Manifest index 2b95501..06817af 100644 --- a/net-libs/libtirpc/Manifest +++ b/net-libs/libtirpc/Manifest @@ -7,18 +7,9 @@ AUX 0007-no-des.patch 960 SHA256 12823f030b803045108df782018d04ca253d4439b0e9201 AUX git.patch 24736 SHA256 0a62de190d38660efff0ddbb73b5b6315fdc015c20cf9c235e35c0cf7eeb0e85 SHA512 4dd540470e9a25b5df0ea2c883dd647f26b71ed82e880c7efa4eed51dd98b898e18964a3ee998ceeadf39caed0a661f110f72157ec70584e33131d0a0f375a00 WHIRLPOOL 3b7fe2207ea84b56ce889778c4ef31669afe7dd340270063c1ac09accc3459e4d53bd5d084bfa090ec041fb188cd8bac6aad55d7fd60f43e485c89d53e06b14e AUX libtirpc-0.2.5-stdarg.patch 667 SHA256 2b31b1148af9d96c9a9e6f609c0b5b03424954d6251c18d64b6119afd8afa6f7 SHA512 2197f8c2ed3b4dbfc54ee37e973a6e275d19c6dde5d066b9ce45beecdbb17c9e620d7c6f0997b7ebfeb2bd1741327028a793b34edd94d59a89c8b36ac102b025 WHIRLPOOL 90d4e88c18f0d93ab8dfef4981377c2a6df42ff90b70049d07e203e7b66a5087910fe501cf9e1b93782eb25a8b3a8680c03287ccc563b838f517e5d1524b12c5 AUX libtirpc-1.0.1-CVE-2017-8779.patch 7032 SHA256 091d3ff2b53a3ef9b20c61af19192434f652e528070fd57c706bce2988de0279 SHA512 b7c97f6f202cd57c988ff026e2805011942f470c71fdfd81a2647a0e197386db937b022f0056e6ad106bb143c36323835748965b4915a293b89efba3cd171c84 WHIRLPOOL 44f65f1fadec76e742641a3ec7c22f90f54309c3b9e6f1076b2de1dd14aaf0012c323d3c92599775b43446405253cf1375d9c4c3d5bf26d8de1224b42a552ead -AUX libtirpc-1.0.1_add-des_impl-c-7f6bb9a3467a.patch 1207 SHA256 1e65651a135c7c10a5ffae19ff176eb479b125b252ff4222dcd6797d583d9163 SHA512 dd6c61bc885dace248bf69d9fa15d79cb8a73530c434f834a3c53ad5d3f5598b0b04786d9d708b25c53202d2421c0888e00b9c1a260abcafa776f25cef694c19 WHIRLPOOL d436222fa75dbf26346f870aedafb1326d61c883ba90a563e99e2d56b4fc3521296cfa7bb554bbca238dea37c5dde72de802a85cfd5193da330b4c8f6a6c5fd7 -AUX libtirpc-1.0.1_ifdef-out-yp-headers-742bbdff6ddf.patch 821 SHA256 96ffc42c9c7acf1b95b39f76f817caf9f2fd555de3fca593390154e1327e9777 SHA512 3733c1e88acf91f30ec647f83f6ad44d1dbe087e89996db7cd4197b7eed7924443fb4854bfb4c0e5ce0e2c7b3569e2af444a1e6a8a4139ea3c408e9838419b88 WHIRLPOOL 3a9cc31c4e2eb8dfbf1e3a44caabcc90c52d0d2c30088f2120ee549060d66923f5170b6b3129598d1c70886735b7f69e65fa7142db4c07331ece3487b3298ac2 -AUX libtirpc-1.0.1_remove-des-deps-to-glibc-503ac2e9fa56.patch 1232 SHA256 fffab75fc00ebcbb1d860d1869d9e525ede9aca68f46e40c9d94b2ee0e563d2d SHA512 24a5012481eae9d8152267287546b390edb0fe9925bc043df50a3b82057517487e8a1b94782adc9e14ac1e72ded9b1cb44dd25e09c9a5451053a26adb3a821a2 WHIRLPOOL e210f5417d74b8589c7898f319c91e5c3c6244e703fa9fbf3fb089ec63f2694f1f6acc082a30d2f3a55131e4b0d69708ac5c2785ae5b13651217d8047adba345 -AUX libtirpc-1.0.1_remove-nis-h-dep-5f00f8c78c5d.patch 4015 SHA256 c185fd419d636a0992813b3f674f9a847ba28c56a6236246f36f39d29214d6d9 SHA512 fcd76037bd78e298a261f288b51de6ff25d362c40a416e86ed2c766b3c106339e4633e92546b96b727d38d14c85566250be25b82c1093c470e8c8cb1c86faafa WHIRLPOOL b1d4d4f58f6dadad87680ef1a4f7e5b67035f9e36dff24d1609430c4de31c6bb3e169cb052f982198409a0521d7e2ee910df4e395709b05fa0a511e1580666ba -AUX libtirpc-1.0.1_uclibc-dont-use-struct-rpcent.patch 2010 SHA256 a747da94e2a7d5dc260ddcd5d52a3a787f4dc78076e6f2d8444a42e997a00e70 SHA512 0486bd17ab67aaeba1ed536c20297f78091c2b5badb7ce41cd0cfdb0c6139e8501b827d40798b03f114e2bf03f4c98a684aa43f47cc5a1953f8245292a0f036a WHIRLPOOL bd3f9938903e4d70ce0710c608d7da85deb2f12f9a315809b5c127428869ffbce802ae5bce99aba531fb0399d5214345379478c5f7e463dcacb5dfeb33f4d8b7 -AUX libtirpc-1.0.1_uclibc-use-memset-not-bzero.patch 759 SHA256 177266c0e4658af8b5b6c1c0ff7ce7fca08410a5e1acf2c395a341e6a6de84a1 SHA512 122a1ae24fc08ede5580d31749f7e1cfc21266b628e2f82936feef856b2ea5b0da99f60291e5bdf87d87c5711891515b0c6bdc351b0bd46f97192ab215e5f25d WHIRLPOOL ebd781854a5b7d7f1fcd84e595d42c8394a5b9f7c8651c9750fe4fbdf5fd884e84ca081957f433d2aecb12bd5b5e9f9f0b81bb177fa8eae180c3d63344d4ed11 -AUX musl-1.0.1_r2.patch 19241
[gentoo-commits] proj/musl:master commit in: net-libs/webkit-gtk/
commit: 9c9d2ee4ce456ae46a016f487554a5332b9e6dac Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:25:49 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:25:49 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=9c9d2ee4 net-libs/webkit-gtk: sync keywords net-libs/webkit-gtk/Manifest | 2 +- net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest index 3e42575..cd9369b 100644 --- a/net-libs/webkit-gtk/Manifest +++ b/net-libs/webkit-gtk/Manifest @@ -18,7 +18,7 @@ DIST webkitgtk-2.16.5.tar.xz 14655656 SHA256 8e0396f3428e757898c5856e642eed4fcd5 DIST webkitgtk-2.16.6.tar.xz 14658120 SHA256 fc23650df953123c59b9c0edf3855e7bd55bd107820997fc72375811e1ea4b21 SHA512 bb488d7a60e4d6f9683ac343852a75854ef73e6b5aa093361ffe2d08e71e2f11c19da4447f9937221e518cda784bdacfcfd151f9395605a1957380fbc5b1533b WHIRLPOOL b3053979c1837d97ba525e078d4a14c64a66c61cb0117041af02c8fd250b2062fda66e782134d6bf44f3f80a04917a9b2ac61aa4e800f0011e5243d7eb8583f4 DIST webkitgtk-2.4.11.tar.xz 9869100 SHA256 588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7 SHA512 2e2cf01a52b8593765a0a3c2d7f0ad306121660019eb402226bd2826c7d4666dab4e91ca6ccbd29abe0ad3993549f256ed1ab88de22e9c8516d5f40a4edd6bfb WHIRLPOOL de86c4abfb22aacbf62163d0398158931c9cf6ab628547d3b30e613f0505d67c85c3200f7db96500e7c2b35f640cdaa7f501346fc13f492c9439dff4056849a3 EBUILD webkit-gtk-2.16.5.ebuild 8479 SHA256 e8e9654be98cad921754a3b789bb71c9aee06f0fe6d65c77c57d35c2881c2ef1 SHA512 a64d237d9e011b78ce8e05158489aef83bc9d761ca3897d549f04cacf7377e44e4be5ef69182d3c81b6a0406b575d21d7866b3f5811fed47476476706a660a0f WHIRLPOOL c5d537a8e1247f82b83f6bea4a6c540af2fcb830b021d710b1cd831b9ae558058ed8abb0089aafa1f6527086d8069b3f222d7c2f7a50253d13c82814fba10b20 -EBUILD webkit-gtk-2.16.6.ebuild 8481 SHA256 9c232c3ca0c86cb877e81cff728fc67313d55853590c34995cc77c642b99f9e6 SHA512 a6385c354ad16edccab2695cddb9f0bb246f0d59cc6f1b128e9abf0d65f3d9b54f3bf83f3cc5063700811ddf6a9dc336275f7b58b3f1592dd35620f1892cdf12 WHIRLPOOL 50b9c7e099ac41d0a0e553a023ae0b5f00e20c6b1c56859fc1131b5e1d5bcf6ba90849299c60ccf9cdf5fe5ceeffed9f795eec0fd2cf3a85dab197f97cafecf6 +EBUILD webkit-gtk-2.16.6.ebuild 8479 SHA256 e8e9654be98cad921754a3b789bb71c9aee06f0fe6d65c77c57d35c2881c2ef1 SHA512 a64d237d9e011b78ce8e05158489aef83bc9d761ca3897d549f04cacf7377e44e4be5ef69182d3c81b6a0406b575d21d7866b3f5811fed47476476706a660a0f WHIRLPOOL c5d537a8e1247f82b83f6bea4a6c540af2fcb830b021d710b1cd831b9ae558058ed8abb0089aafa1f6527086d8069b3f222d7c2f7a50253d13c82814fba10b20 EBUILD webkit-gtk-2.4.11-r1.ebuild 9116 SHA256 cb634f504420a7b9c685f6e0b7def916e44c0671a31628ed5086da7b960013c9 SHA512 e4796fa71dbfbe6bfc996e51a5d1a5eae8d6ad35736c55ca3d8a705f09833f19bf9d61d643ca8de3d14eb25264e2d1de1778c58ba904c7db044bbfbd6da7bd73 WHIRLPOOL b62d76a261fc01f59cfaa9907585918b4ba9e5d059d5ac8e4a32fbb454ae41854e920c9e237236d775881fd097a6eca765e29e3551b2e4e87146ff666faf1f50 EBUILD webkit-gtk-2.4.11-r200.ebuild 8523 SHA256 0877a84ecd95a782324353b5f4d97de900826bdb68e92c5ffca780bed050948e SHA512 faec9fa216387bcbb070f645a7ef1534880239c4ded5ce4a384c8e7b477e44f48905e5d0e87e2748d9296ce53c7770e72451cd142e7c09e2e908f570716d44db WHIRLPOOL 30480cc629d706ce423ec5e709abb4075da678ba9445155ef8e960a3d4a823955914446c4259e49474c32c67d964dfb8ae12644557be3653bcf18a025aa39f9a MISC metadata.xml 697 SHA256 4f096b51e01f6f74430bbca04ba292bcc015631d57417deb91a995fe943203a6 SHA512 64bebe1fd72f81707b462bdf3630404e71a87d1807519c86ed5eff393a324e30a32c489f0c7d86d3b6dc2b3855758452e95ae98fb4d0c27555947b35b28907d9 WHIRLPOOL 17cce501d17ac9a29c142462737d223b087bf80b18284fb346de62e9c9f9f23e02efa6a30ec63780ee48d0b2c21a34af9fdc6fd7f72ac152fb272085214adea1 diff --git a/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild index c3d245f..2b3f210 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz; LICENSE="LGPL-2+ BSD" SLOT="4/37" # soname version of libwebkit2gtk-4.0 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection +jit libnotify nsplugin +opengl spell wayland +webgl X"
[gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/
commit: e3d7bf108d18e307faf357d3e3511cda5eae95ce Author: Pacho Ramos gentoo org> AuthorDate: Tue Sep 5 19:18:07 2017 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Sep 5 19:18:52 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d7bf10 media-video/mkvtoolnix: libmatroska-1.4.7 or newer is needed as I just confirmed (#628880 by Jan Vansteenkiste). Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild | 2 +- media-video/mkvtoolnix/mkvtoolnix-.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild b/media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild index 6afdf102386..e3d6a0086ae 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/jsoncpp:= dev-libs/pugixml media-libs/flac - >=media-libs/libmatroska-1.4.5:= + >=media-libs/libmatroska-1.4.7:= media-libs/libogg media-libs/libvorbis sys-apps/file diff --git a/media-video/mkvtoolnix/mkvtoolnix-.ebuild b/media-video/mkvtoolnix/mkvtoolnix-.ebuild index 6afdf102386..e3d6a0086ae 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/jsoncpp:= dev-libs/pugixml media-libs/flac - >=media-libs/libmatroska-1.4.5:= + >=media-libs/libmatroska-1.4.7:= media-libs/libogg media-libs/libvorbis sys-apps/file
[gentoo-commits] proj/musl:master commit in: media-video/guvcview/
commit: 79ecd0a62b8eeeba9b631cb55edb8dd8ebf90734 Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:17:41 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:17:41 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=79ecd0a6 media-video/guvcview: sync keywords media-video/guvcview/Manifest | 2 +- media-video/guvcview/guvcview-2.0.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/guvcview/Manifest b/media-video/guvcview/Manifest index 8d1b34f..bb3dbc2 100644 --- a/media-video/guvcview/Manifest +++ b/media-video/guvcview/Manifest @@ -1,4 +1,4 @@ AUX guvcview-2.0.4-musl.patch 2818 SHA256 393245a83a40e884aa97e6fa1bfb62a780b3148db5d8b39379db486784afcac5 SHA512 de8679382bbd5a98c90ea6291c320d51dd8be8165ead79588ff2bbbd5871721adfdf8a7c2c73af7a6864ebc91d5ea01993e1b33eb9ddbf35688f5d36aed24b6b WHIRLPOOL 2b9fb99ed33518a103d1269ae7a56febaec7e968b53eeac46b20e933f1f2e1a505f02190d88f76b82f0dfa034c2329126a43e906bff43f1c13d931e27f481dfd DIST guvcview-src-2.0.5.tar.gz 1134237 SHA256 a86beb5993a8449ed3cbcc6ec2a238ef0b90138b6cbe2afab4456d37f44c41a0 SHA512 b4a1216ab2effbd0022d5ba0ce266ac06a781e453d3dbedfe29b654864d3a26fe1e8b68245d76eff854281d42f1871a8a82b06f783b5115e94ec1c111aac05eb WHIRLPOOL 404f6f2afb57b0ac21326e996ab4c21e533a73c1617d3110550cf109c23555a9f2124fb77ac888dc0434844d1b7b5c728265c41bcbeaec6a85bdb4fdf21585b5 -EBUILD guvcview-2.0.5.ebuild 1390 SHA256 26d3a85c918bf3b13064acb227e862ef66803775d39259b0e986c9158f2b0dda SHA512 14f950aee2a77ecbe348a98e0afaf021d78b76e17bc573b011c56caa1fd11233d6d910ee2c15052b174884a9ee682280215e208966a3b120e169b1408c40 WHIRLPOOL 39da4cea51069a0814cdc41a39e49e0758d4c97042e9ee4a49992ba0237ac63f21402a397544778c6f2d4c98d957056e9804a16874ab48047a730f982c7dd6b9 +EBUILD guvcview-2.0.5.ebuild 1388 SHA256 dd205558c81a26ee4cc77ab6b5004f879a67f594908b5ace309b83c29d86e7a8 SHA512 815694d254a7dfc9ca2241de3c2d127fd049432e0d4ae419c6878c84dc36c8ce0527119d97412c76ce0409eb3a44ba9a423b5623e085ef3dddcc9294848cc702 WHIRLPOOL 7e68663074688451a94720859d46f4bffa95361e5c77651bb2d367279be65f74d24763b4b74e7980df374c04d9a6c563ec40325e7256425bcbec5b88e65130c4 MISC metadata.xml 301 SHA256 e412a1f077895ca3045da354e5bfbdc07604e58bccc13dc4583efd747193e9cb SHA512 c4c12767b33b64b58f02905235bebe4337c18d5a7e33dbb02c50c29effa9d236bc137b41ff8b0948aaeab36deb6f282c57d1770d7594cc087caeac7dc1036b8c WHIRLPOOL d25f76a9302b9b4d6aae95da5ca33da573efe7860ce57ea73ccfe09d0b4e6422fbd84c312ba503b8dc177bd8b05079b0302fa1af16dc4c13549ffefc2cbe977a diff --git a/media-video/guvcview/guvcview-2.0.5.ebuild b/media-video/guvcview/guvcview-2.0.5.ebuild index e4f3fc5..75c5faa 100644 --- a/media-video/guvcview/guvcview-2.0.5.ebuild +++ b/media-video/guvcview/guvcview-2.0.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="gsl libav pulseaudio qt5" RDEPEND=">=dev-libs/glib-2.10
[gentoo-commits] repo/gentoo:master commit in: net-misc/gerbera/, net-misc/gerbera/files/
commit: 3029c1b6974af21316360650904e8713ad04f39d Author: Ian Whyman gentoo org> AuthorDate: Tue Sep 5 19:17:09 2017 + Commit: Ian Whyman gentoo org> CommitDate: Tue Sep 5 19:17:17 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3029c1b6 net-misc/gerbera: Fix up init script #629962 Thanks to Michael Orlitzky for the suggestions. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-misc/gerbera/files/gerbera-1.0.0.confd | 13 ++- net-misc/gerbera/files/gerbera-1.0.0.initd | 45 -- net-misc/gerbera/files/gerbera.tmpfiles| 1 - ...era-1.0.0-r1.ebuild => gerbera-1.0.0-r2.ebuild} | 11 ++ net-misc/gerbera/gerbera-.ebuild | 11 ++ 5 files changed, 27 insertions(+), 54 deletions(-) diff --git a/net-misc/gerbera/files/gerbera-1.0.0.confd b/net-misc/gerbera/files/gerbera-1.0.0.confd index 4c4a4422035..3f4bdf16a75 100644 --- a/net-misc/gerbera/files/gerbera-1.0.0.confd +++ b/net-misc/gerbera/files/gerbera-1.0.0.confd @@ -6,14 +6,6 @@ # NOTE: The minimum value allowed is 49152 GERBERA_PORT=49152 -# Run Gerbera as this user. -# NOTE: For security reasons do not run Gerbera as root. -GERBERA_USER="gerbera" - -# Run Gerbera as this group. -# NOTE: For security reasons do not run Gerbera as root. -GERBERA_GROUP="gerbera" - # Path to Gerbera config file. GERBERA_CONFIG="/etc/gerbera/config.xml" @@ -21,5 +13,8 @@ GERBERA_CONFIG="/etc/gerbera/config.xml" GERBERA_LOGFILE="/var/log/gerbera.log" # Other options you want to pass to Gerbera. -# Add "--interface ${GERBERA_INTERFACE}" to bind to a named interface. +# Add "--interface eth0" to bind to a named interface. GERBERA_OPTIONS="" + +# Uncomment if you are running Gerbera against a local MySQL +# rc_need="mysql" diff --git a/net-misc/gerbera/files/gerbera-1.0.0.initd b/net-misc/gerbera/files/gerbera-1.0.0.initd index faee5e3c56c..758b0c8101e 100644 --- a/net-misc/gerbera/files/gerbera-1.0.0.initd +++ b/net-misc/gerbera/files/gerbera-1.0.0.initd @@ -2,38 +2,23 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +command="/usr/bin/gerbera" +command_args="--logfile ${GERBERA_LOGFILE} + --config ${GERBERA_CONFIG} + --port ${GERBERA_PORT} + ${GERBERA_OPTIONS}" +command_user="gerbera:gerbera" +command_background=true +start_stop_daemon_args="--wait 500" +retry="10" +pidfile="/run/${RC_SVCNAME}.pid" + depend() { need net - # In order to properly support this (need vs use), we would have to - # parse ${GERBERA_CONFIG} and see if mysql is enabled and if it is - # pointing to the local system. #368409 - use mysql -} - -start() { - ebegin "Starting Gerbera" - - checkpath --directory --owner "${GERBERA_USER}:${GERBERA_GROUP}" --mode 0755 /run/gerbera - checkpath --file --owner "${GERBERA_USER}:${GERBERA_GROUP}" --mode 0644 "${GERBERA_LOGFILE}" - - start-stop-daemon \ - --start \ - --exec /usr/bin/gerbera \ - --user ${GERBERA_USER} \ - --group ${GERBERA_GROUP} \ - --background \ - --wait 500 \ - -- \ - --pidfile /run/gerbera/gerbera.pid \ - --logfile ${GERBERA_LOGFILE} \ - --config ${GERBERA_CONFIG} \ - --port ${GERBERA_PORT} \ - ${GERBERA_OPTIONS} - eend $? } -stop () { - ebegin "Stopping Gerbera" - start-stop-daemon --stop --retry 10 --quiet --pidfile /run/gerbera/gerbera.pid - eend $? +start_pre() { + checkpath --owner "gerbera:gerbera" \ + --mode 0644 \ + --file "${GERBERA_LOGFILE}" } diff --git a/net-misc/gerbera/files/gerbera.tmpfiles b/net-misc/gerbera/files/gerbera.tmpfiles deleted file mode 100644 index fcc9b5de490..000 --- a/net-misc/gerbera/files/gerbera.tmpfiles +++ /dev/null @@ -1 +0,0 @@ -d /run/gerbera 0755 gerbera gerbera - \ No newline at end of file diff --git a/net-misc/gerbera/gerbera-1.0.0-r1.ebuild b/net-misc/gerbera/gerbera-1.0.0-r2.ebuild similarity index 86% rename from net-misc/gerbera/gerbera-1.0.0-r1.ebuild rename to net-misc/gerbera/gerbera-1.0.0-r2.ebuild index 2d2a5ecf2c1..98b91521521 100644 --- a/net-misc/gerbera/gerbera-1.0.0-r1.ebuild +++ b/net-misc/gerbera/gerbera-1.0.0-r2.ebuild @@ -6,12 +6,12 @@ EAPI=6 inherit cmake-utils eutils linux-info systemd tmpfiles user if [[ ${PV} == ]]; then - EGIT_REPO_URI="https://github.com/v00d00/${PN}.git; + EGIT_REPO_URI="https://github.com/gerbera/${PN}.git; KEYWORDS="" SRC_URI="" inherit git-r3 else - SRC_URI="https://github.com/v00d00/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/gerbera/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86"
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/
commit: b1067b44bd1ea9c01ac112f15e88fc2f99cb597e Author: Jonas Stein gentoo org> AuthorDate: Tue Sep 5 19:15:44 2017 + Commit: Jonas Stein gentoo org> CommitDate: Tue Sep 5 19:15:44 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1067b44 app-dicts/myspell-ru: Dropped version 20060316 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-dicts/myspell-ru/Manifest | 4 app-dicts/myspell-ru/myspell-ru-20060316.ebuild | 23 --- 2 files changed, 27 deletions(-) diff --git a/app-dicts/myspell-ru/Manifest b/app-dicts/myspell-ru/Manifest index f15001a4968..5399d525e0e 100644 --- a/app-dicts/myspell-ru/Manifest +++ b/app-dicts/myspell-ru/Manifest @@ -1,5 +1 @@ DIST dict_pack_ru-aot-0-4-0.oxt 1509261 SHA256 0d4e15c3eca931e690d6533be8d0b5ce22948f0d45e3df0d1a5e0e870c093db9 SHA512 00e63f5abcfbb2fecd72dc2a2b80dc5ebb4d16aac909b2f63670235edadd0d22a5ed3ae0508bfdb273a85f32ee60df4e84dc620fa1a44f42543848b71a9d1b01 WHIRLPOOL fce8e71e09d0d86375a2648968254a355e0569bd744627abb2ec71c6bb6e34a824dbb5550d79cda0f19539bee210ec0983f64d12ee167f3ed3196c06577dd9b9 -DIST myspell-hyph_ru_RU-20060316.zip 11089 SHA256 95b2198f937f1ba1fe2373302c81517ee88a38c237a1ed5557c543a7e2b141df SHA512 4538a4fbdd61adafe321258fb4a9b1896d10747adf8203bd3a5eaa40ee15a9d5d3d8304a19a644f676a1224ac36f5d47ae7a10cbcae22ccbd2f8af49bf5e92ac WHIRLPOOL 46d284df470596c796b436fab9042d8c58625dc3f0c3da41434133afed0eb35b0b2c326005460b9eda4c20499420d7d1bf8d51ac41160f0bfaa125ff45d27baa -DIST myspell-ru_RU-20060316.zip 467216 SHA256 387e9fd6c24c34e27fe5f0eb227beec2522b8855dc44917a37a66571db15ed0d SHA512 2a1d62cd79d58ca093f477006e436e728ff2cf063c3b0e1ce127a0c83835afe7fce7846e9ec3577e848c9d911565b4fdff8475508bbbe29f2d9523fe0a858617 WHIRLPOOL dfe9e19ba00aa5c200073e5da08b9d7d832c002f2e83814b138f40480d04b6dc91b0455cc45e2266d7f77492df767889f2958ba5fb781cb7c362fffc153d263c -DIST myspell-ru_RU_ye-20060316.zip 984889 SHA256 8eecd25a1d16e43dde23fd72deb6c9290e0f328b7fb2956ec3fe07692ce8e653 SHA512 5d1e39166b8666ee2be599cd74872a80b34bba11ff389ca74919a0b2fca7f7e66dfd71188b97f08686161e5af54164b82d0fe86c9097c3aaad6c22432f867e19 WHIRLPOOL 05bb523e3c82a6dee7812c9642aa660998328858dd173af9d73db80c43eb73034aa48fb4e431e280b8d4af81f17c719c0cc3557927cafd35ca864572dc28e738 -DIST myspell-ru_RU_yo-20060316.zip 470326 SHA256 d0c06e4db5ee2f0b6ebb9b382437fab5f92af9cb9bf1bc3576d3a9d24d87d034 SHA512 4a4a85d9dff96de6fbc9b78c74f22fafae3abe143ababed7041df3b06bda3127c6fc44631cc2bfa33f4672b06db2871cf3062acb8355524b926716f1db639b19 WHIRLPOOL bda43eb56a627c9aee5d8a337ceb0075536bac3d29574946a79704eeadd9a708b9c3148f398c80ad1f555401bb63c5cd466e9f2161189621476f75e581dbc737 diff --git a/app-dicts/myspell-ru/myspell-ru-20060316.ebuild b/app-dicts/myspell-ru/myspell-ru-20060316.ebuild deleted file mode 100644 index 3232c010d67..000 --- a/app-dicts/myspell-ru/myspell-ru-20060316.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -MYSPELL_SPELLING_DICTIONARIES=( -"ru,RU,ru_RU,Russian (Russia),ru_RU.zip" -"ru,RU,ru_RU_ie,Russian_ye (Russia),ru_RU_ye.zip" -"ru,RU,ru_RU_yo,Russian_yo (Russia),ru_RU_yo.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"ru,RU,hyph_ru_RU,Russian (Russia),hyph_ru_RU.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Russian dictionaries for myspell/hunspell" -LICENSE="LGPL-2.1 myspell-ru_RU-AlexanderLebedev" -HOMEPAGE="http://lingucomponent.openoffice.org/; - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd"
[gentoo-commits] proj/musl:master commit in: gnome-base/gnome-keyring/
commit: 8aabc0c5a2c16e70042bc101000dc84eade24150 Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:14:38 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:14:38 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8aabc0c5 gnome-base/gnome-keyring: sync with upstream gnome-base/gnome-keyring/Manifest | 4 +++- .../{gnome-keyring-3.20.1.ebuild => gnome-keyring-3.20.0.ebuild} | 0 gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-keyring/Manifest b/gnome-base/gnome-keyring/Manifest index 58a55b7..dc6ae09 100644 --- a/gnome-base/gnome-keyring/Manifest +++ b/gnome-base/gnome-keyring/Manifest @@ -1,4 +1,6 @@ AUX gnome-keyring-3.14.0-musl-add-sys_select_h.patch 504 SHA256 17abd3f7674e162c69ff0fe0138271403c4b8a67595866fff5a3272a6001ad0e SHA512 1b809e0529ad86719b6409cfb83f88bb8529c5da3ede71d5353a26123206183c05e96297c8f14658654906c9ed14505d32c6a6ef9184cc59e39877450dc81274 WHIRLPOOL b29265de7e3129bdc458c08555051c4884a800c09fb3c6e2211cf3e708c137f637a7d3d741fadeafd68a2313d26e584f9f8203743e96ccfaf62ace7759d21253 +DIST gnome-keyring-3.20.0.tar.xz 1215324 SHA256 bc17cecd748a0e46e302171d11c3ae3d76bba5258c441fabec3786f418e7ec99 SHA512 f7e6195b4be52edaee3bc3181f006ec31ebd54f8000c98220520f4158f66580b60950e4f55247aefae6aa9320f6589c8a09c1e32853165915ae5ff1b40627c5b WHIRLPOOL 63ceaf842b4f9661eb732fbddec6f26dda7ae157e405eb0d0b377ff07dd01c0e0ae3b3c0dd07d2434199edb3730994231da936aaf472054ee5cb76f089439fb8 DIST gnome-keyring-3.20.1.tar.xz 1219800 SHA256 97964e723f454be509c956ed5e38b5c2fd7363f43bd3f153b94a4a63eb888c8c SHA512 a60d8a4b17a9c6d8c581578881abaf7d79de43045a314b401e3bfd3974edb4ab94117dd430203b721058f432b24bf6296e0b7c4fba1e66cccd2c2e9441787177 WHIRLPOOL e05ccedf325cafdd3faa70c6873345b4febbf0dc9e45e611165b58b78e99659fd238dbddc5a24e470663cf6d8772eb0a07677257d1a4b35c5333f6cc872403af -EBUILD gnome-keyring-3.20.1.ebuild 2227 SHA256 bc537197051f520a0cd5b3d20c66568a6c317c5926106bd35302f8387b4f54c1 SHA512 17ed3ff4f54a474929a9a6d8bfcc720ac1119e6b1e2985dec535b8d52f7cf9f9743be6d95c74dafa7f69fe73bfb75bd4d4492916c18b07203c54306f49e7efc3 WHIRLPOOL 3fb8e5c9298601259b2420dadcf0307e2e39fc5c46751ba705e860d0841c3b64db2723d19ed53bfe61c7c967f46dbd21e06baeda70f0a9dbe5037b223d421b43 +EBUILD gnome-keyring-3.20.0.ebuild 2227 SHA256 bc537197051f520a0cd5b3d20c66568a6c317c5926106bd35302f8387b4f54c1 SHA512 17ed3ff4f54a474929a9a6d8bfcc720ac1119e6b1e2985dec535b8d52f7cf9f9743be6d95c74dafa7f69fe73bfb75bd4d4492916c18b07203c54306f49e7efc3 WHIRLPOOL 3fb8e5c9298601259b2420dadcf0307e2e39fc5c46751ba705e860d0841c3b64db2723d19ed53bfe61c7c967f46dbd21e06baeda70f0a9dbe5037b223d421b43 +EBUILD gnome-keyring-3.20.1.ebuild 2235 SHA256 20753962449f80b74f6ab9a1eb02c07b8c898df96f57733faf1d0c0b39812bf9 SHA512 169dc8da62f7b5bc13746c2c7d3d4a4409da79dfbc395e095e02b52ec2a1c12e518a4946dee40b1718f31b4ff8facd753aa09fc7dcaeb9183f5984cda4a35a0d WHIRLPOOL 353a47eb6ae23f926b7d34da5fae71e40cf8da678d57393fe6d45be1ac6bd137831a65a78fbbea14276bbabf0e27e6ed34d4a2425ad26daf7c3b029270d10fb6 MISC metadata.xml 883 SHA256 7f875d089777be10faa6f0e2e122e557ad278bbe6b924c2b21664715c8bf8b95 SHA512 31d506051c1353e1e4dd987e5ccd39281d19f6ae08974a09bd8145218c7209588629a79c6baad9ff1b83358a699f46fddb8c4ec51da73efe26be2d5e7f0a905a WHIRLPOOL 3d1be4bed4019ce047bda331b2342a08a91e823eff266de3f99be6f987632bb37b46321415003479325022dc41dbefc9daf3f42f68fad6787ad4f5782966322d diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild b/gnome-base/gnome-keyring/gnome-keyring-3.20.0.ebuild similarity index 100% copy from gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild copy to gnome-base/gnome-keyring/gnome-keyring-3.20.0.ebuild diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild b/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild index 14ecc60..5ace93d 100644 --- a/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild +++ b/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeKeyring; LICENSE="GPL-2+ LGPL-2+" SLOT="0" IUSE="+caps pam selinux +ssh-agent test" -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" # Replace gkd gpg-agent with pinentry[gnome-keyring] one, bug #547456 RDEPEND="
[gentoo-commits] proj/musl:master commit in: eclass/
commit: 57dbfdd6d2ed16648783e4bc61637c8d1f7e04d4 Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:12:38 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:12:38 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=57dbfdd6 toolchain.eclass: sync with upstream eclass/toolchain.eclass | 7 +++ 1 file changed, 7 insertions(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index b996315..a07863c 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2070,6 +2070,9 @@ gcc_slot_java() { toolchain_pkg_postinst() { do_gcc_config + if [[ ${ROOT} == / && -f ${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then + eselect compiler-shadow update all + fi if ! is_crosscompile ; then echo @@ -2108,6 +2111,10 @@ toolchain_pkg_postinst() { } toolchain_pkg_postrm() { + if [[ ${ROOT} == / && -f ${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then + eselect compiler-shadow clean all + fi + # to make our lives easier (and saner), we do the fix_libtool stuff here. # rather than checking SLOT's and trying in upgrade paths, we just see if # the common libstdc++.la exists in the ${LIBPATH} of the gcc that we are
[gentoo-commits] proj/musl:master commit in: dev-qt/qtwebkit/files/, dev-qt/qtwebkit/
commit: a7cdab76081f690a81f972734683757a1a5b5458 Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:10:34 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:10:34 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a7cdab76 dev-qt/qtwebkit: sync with upstream dev-qt/qtwebkit/Manifest | 7 +- dev-qt/qtwebkit/files/qtwebkit-5.6.2-icu-59.patch | 92 +++ dev-qt/qtwebkit/metadata.xml | 4 +- dev-qt/qtwebkit/qtwebkit-5.6.2.ebuild | 3 +- dev-qt/qtwebkit/qtwebkit-5.7.1.ebuild | 15 +++- 5 files changed, 114 insertions(+), 7 deletions(-) diff --git a/dev-qt/qtwebkit/Manifest b/dev-qt/qtwebkit/Manifest index 26bc9ee..f4781f1 100644 --- a/dev-qt/qtwebkit/Manifest +++ b/dev-qt/qtwebkit/Manifest @@ -4,8 +4,9 @@ AUX qtwebkit-5.4.2-system-leveldb.patch 711 SHA256 791a952174e5b50b0fc2a0e7b12fd AUX qtwebkit-5.5.0-fix-backtrace-detection-musl.patch 963 SHA256 191811606733d24b368bb25a4b0b737a504b1b78b5bb6ef88bb0450be1b6ff16 SHA512 5cfe5f73e9f9017a73034e45355a4e8772c43b6beface7e7964df54e396eb04e5ca2e39dd3e8e1e7ea2cc0893dc620d8cf65d72703e5fa94786957dbe2af3bd7 WHIRLPOOL 005fc53e8ed1e02bdd88ffa3189b28db063dc4695c3277f65f0a459b343a85a378b517e8328f6e9762e9c5b4868fb768531fe24943bed1d25949d6a0e8b01fb3 AUX qtwebkit-5.5.1-disable-jit.patch 460 SHA256 d4f64d992bdfde58d87bfb3fe131200bda55324ddbc9a7204d26f9df6dc14ec4 SHA512 d9af937475bed746a0e47698b432370488b644a5aeeb008eaa201f4d264fe9f52525345b47757eec08b2adc8dc46d15a044e6ff5e49420f897f1bb416ca06749 WHIRLPOOL 5515613b1fddd09a5b05200dea5b843d875b4bd1e9e42d139fba77e47db15ab7967e2d9c21cc0194dac2f63d01d91d10c5ec48f4201801e2e41eed65f11cd7ec AUX qtwebkit-5.5.1-fix-stack-size-musl.patch 979 SHA256 bc19a89dc3fe8867b129f18f4ded4d582571989a9ea68ecee495e48468afdfe5 SHA512 f41eadec259da6bf14e709fa7e1f3ecef988a382a4952f641a7319253805a89dcabd273a23aa4523f2aa54e425ca84b76352ebd4d51b15a132ce74eef30e76ec WHIRLPOOL ae6fdda41dd661ceecf00bc7dd6c93c5de5e3b91cb2167e4ac808a13db4056b2a4175e2fe1b36e07a5363f59a4cd917de4ce9c024f4e36bff125b944e038 +AUX qtwebkit-5.6.2-icu-59.patch 4683 SHA256 45af86da2d8b0621b213668808aee4136022c5a16b8baae11367d98acd5838b2 SHA512 189b523c8ee6ae8b62b93e8a46319a2a656280a6aca476fc2bc04d8066f497a9fd3f18029659558bedf985ba7c500eb2d541c4140158e2410cc01db29612f356 WHIRLPOOL 838c887a0af099c6a22e4516a2aa24428c5266f2d0eb99e68ccf21aa4c0ce625cac2cd1d763ec6fcf6843fd7409fb79092643c4e7b2aedad7d2313590c9e47ef DIST qtwebkit-opensource-src-5.6.2.tar.xz 35306252 SHA256 528a6b8b1c5095367b26e8ce4f3a46bb739e2e9913ff4dfc6ef58a04fcd73966 SHA512 d3f795463c957b4927d61280df831d08282bf6c9e624cf1db2709ab56ab218eb028192a4efaef21e0bdb28edd42de8ec08995f37fc828bde99000cf6919c33c3 WHIRLPOOL 9667f2f68bb832fdf3f5de14da641afd3b71a0c270e436257bc37ae86ed7d8d3434cdcada3b8818ab73ac6866bd4a69892ae682618d6d6a00cd287bda4bf DIST qtwebkit-opensource-src-5.7.1.tar.xz 35298736 SHA256 a46cf7c89339645f94a5777e8ae5baccf75c5fc87ab52c9dafc25da3327b5f03 SHA512 538928ada8fd25c01f0b78efac79e004904e6e4ec110108c492877e334acd5d9253653d3b207e535d1e08d092af2833a7566cebb2bf8b90069944634bf24f60a WHIRLPOOL d2dce72777a6babb1c35025ff6d882b7f48895dca4425b9e29b099e45282e8538548a653f0757998d6a619d706544fad0363199d8979ccca94762ba39b6516bd -EBUILD qtwebkit-5.6.2.ebuild 3331 SHA256 850f6d425db7f2544cbbb878b4dc7cab11b64207b4b0a706a036f3379e2dd1fc SHA512 f4c869ef19fbf63346d6a3e9c9894bce6285adcabfb40d125f3c060579123c3dfcf54ee36a5255ca9851cdc847bdbfcc3e253b7dd4ac4778b930b391d035a204 WHIRLPOOL ef6501a0e4792208207e7f15d6eed6afc7631deefb9b19af8b4300e550120b6c4616e3d2ac18bc8a9d7430c4451fbd5012da172c717e6e848af63ff20f6e51eb -EBUILD qtwebkit-5.7.1.ebuild 3335 SHA256 8a7e340b36bb39f40e3934738983e8e6f70812b591ad72b71e9afa8553a9a433 SHA512 5728411789befd23eb385cc68cc8f0bdaeb77073a936890530e641d2d261f1c5526e8714a287cb487221b0a11ae227feee994acdb20deec9d0b23bcbfd37c415 WHIRLPOOL 0979a4da56902dfb48b349f71764e093e8f6146800973d051acceba73e03ae100d34ac863695d7d68bdbecd614020324cc6fdebc01a92468a7b61d110749816d -MISC metadata.xml 1333 SHA256 8fefd129187060620948d41b0587b51f1e408bdecbd2a2ac04884753ea7f4e03 SHA512 1e62e92fb25869311204d842684e2cd56b888bd8ae3acb69304edd84b77c1a97eb9cfe0d572837a8ca960448f290306e23699d457b6f1a82a8cf9724b277aaff WHIRLPOOL 8d603d7bf6407edcb288ecbbd699d6f1240a24cb486657b091f97136a2ad428c749c79acd0c1160e6e76edf15eea882555d96b191499ae72c2d76a719020af0d +EBUILD qtwebkit-5.6.2.ebuild 3377 SHA256 dc14e53d257db7b00419c05e401ae23c8a1aba786f592570e5e3835f9e0c0d78 SHA512 f48dffc5e8bd2ebc20306d13b055db0cdf1f4bf1c401ccbdc29ee285a1b5f6b2cc200c194ca582148914a7370aab0130fa6c84ac63f4cf3292bc04022871b6ad WHIRLPOOL b2262eaf8596f2ebc25c770e549fce793ba59378322a80a10f8eb42c0bfc77fa9a97fa83808527a0b8ca84e338c801f6c933e08c35d92b23d61bae3dc71c2c18 +EBUILD qtwebkit-5.7.1.ebuild 3659 SHA256 383b2b08d2d9be3af4bd46518a216ad25bb05a069ab725a834d74eeecd951933 SHA512
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/, profiles/arch/arm/
commit: 55b0dcaecec47e8cfad431a182e8cd5364187bd3 Author: Ian Whyman gentoo org> AuthorDate: Tue Sep 5 19:07:50 2017 + Commit: Ian Whyman gentoo org> CommitDate: Tue Sep 5 19:09:37 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b0dcae profiles: Mask net-misc/gerbera[javascript,lastfm] on arm/arm64 Optional deps missing keywords. profiles/arch/arm/package.use.mask | 4 profiles/arch/arm64/package.use.mask | 4 2 files changed, 8 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index e77b477a6d5..1846d6504be 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -509,3 +509,7 @@ app-admin/rsyslog zeromq # Ian Whyman(22 May 2016) # RPI support on arm dev-libs/libcec -raspberry-pi + +# Ian Whyman (05 Sept 2017) +# missing keywords dev-lang/duktape media-libs/lastfmlib +net-misc/gerbera javascript lastfm diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 96e46cf0d74..ab1b32fc9bc 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -406,3 +406,7 @@ media-video/vlc projectm chromaprint opencv # Ultrabug (05 Sept 2011) # missing keyword for net-libs/zeromq app-admin/rsyslog zeromq + +# Ian Whyman (05 Sept 2017) +# missing keywords dev-lang/duktape media-libs/lastfmlib +net-misc/gerbera javascript lastfm
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/
commit: effc1c8ad0fe57458ef587c5627a13ccbd823d32 Author: Jonas Stein gentoo org> AuthorDate: Tue Sep 5 19:08:56 2017 + Commit: Jonas Stein gentoo org> CommitDate: Tue Sep 5 19:08:56 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effc1c8a app-dicts/myspell-ru: Update URL, bug #615418 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild | 31 ++ 1 file changed, 31 insertions(+) diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild new file mode 100644 index 000..682d4a0b823 --- /dev/null +++ b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( ru_RU.{dic,aff} ) + +MYSPELL_HYPH=( hyph_ru_RU.dic ) + +MYSPELL_THES=( ru_th_aot.{dat,idx} ) + +inherit myspell-r2 + +EXT="extensions" +DICT="russian-spellcheck-dictionary.-based-on-works-of-aot-group" +MY_PN="dict_pack_ru-aot" +MY_PV="0.4.0" + +DESCRIPTION="Russian spellcheck dictionary based on works of AOT group for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group; +SRC_URI="https://extensions.libreoffice.org/${EXT}/${DICT}/${MY_PV}/@@download/file/${MY_PN}-0-4-0.oxt; + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd" + +src_prepare() { + default + mv russian-aot.dic ru_RU.dic + mv russian-aot.aff ru_RU.aff +}
[gentoo-commits] proj/musl:master commit in: app-admin/rsyslog/, app-admin/rsyslog/files/8-stable/
commit: 93e2b32fc3b9e1b741780e17a7e271462189a2cb Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 19:03:37 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 19:03:37 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=93e2b32f app-admin/rsyslog: version bump to 8.29.0 Include stable versions app-admin/rsyslog/Manifest | 16 ++- .../rsyslog/files/8-stable/50-default-r1.conf | 107 + .../rsyslog-8.27.0-fix-librdkafka-detection.patch | 43 - app-admin/rsyslog/rsyslog-8.24.0-r2.ebuild | 10 +- ...slog-8.27.0.ebuild => rsyslog-8.26.0-r1.ebuild} | 16 +-- ...rsyslog-8.27.0.ebuild => rsyslog-8.28.0.ebuild} | 21 +--- ...rsyslog-8.27.0.ebuild => rsyslog-8.29.0.ebuild} | 20 +--- 7 files changed, 134 insertions(+), 99 deletions(-) diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest index 1a9ac6e..c9d694c 100644 --- a/app-admin/rsyslog/Manifest +++ b/app-admin/rsyslog/Manifest @@ -1,17 +1,23 @@ +AUX 8-stable/50-default-r1.conf 1952 SHA256 2ff8a047f14e7fc259c2d09195ced208f27503ca21efba8663df8c2aa05fda1c SHA512 1bc4d8059d83de57ff44d34265b0c3881bab7889f51c044728ba462c9105c89425187f95b6b01d6d6d103abde22a9dff063e5d6b90027ed87e9f851f9b1ad5b3 WHIRLPOOL bb6f12f9874e43702f69d1abb5c656dcbe12c8d81e936eb3d121078ebbdbfa259a45aace60e35a90b0445c9b03682faea4e1a808d3e8c55e01ed62577abeca7c AUX 8-stable/50-default.conf 1701 SHA256 61c1dd1450f574a21a8d8375faaf3e42f9856df91011150ff13c0cfddc86ed41 SHA512 33e4e63239b9112fec1a37115ac80ab8dbd6e7189d9d29b1bc743c433e0124ea0d1a4cf6f7ada9e5b92e9b0025b6617a1a16f4c491e743bbf4327a5f376a1ea9 WHIRLPOOL d33b83bb690e78b5e5f7cfc090d21da03615c891a287b1f3a92a51514dcad1f5dfe8d2ceed867b3007768d47f48d207fac43a1ff33a85b24c21a5531cdf9d311 AUX 8-stable/50-rsyslog-8.18.0-musl-fix.patch 168 SHA256 5806738195b8155bbb19e3fb0db84f59668f5cf0c303d0f3c1e15a4ac31f8997 SHA512 8ab680645e59392ce164e8b46b3c6b64def1fa08f83fca3feb1065d0f1a663f5cf34600aec86190edcd06d364399efaa04b372310f76f263d11cb179e3a840fa WHIRLPOOL e70fededf8f540d77628d26b9d28512ee7b1b6ca6bd0e13b644c6f7665c2a91c85a6602e7b22e5a404e758caf6a71393d0abfff3b2a6e98519ffa2399c1ec778 AUX 8-stable/README.gentoo 1126 SHA256 29b4c68f521f2f1f138f44c4635da1a270fed9cbd4a780569754080987aa777c SHA512 46fdf3350e2005d3ef588d50dfc6d474a1b5d3010329b656879a43cbbd7be0cd91944b88d3838f45f69c830fc28c42e7fac2cd52e0a4b24bb6780562d59ae384 WHIRLPOOL a1a3ec8b887110a01e8c1c1320f25493dd8ff343e4b08780c30c9bc3bb842afa0ef79db08195db876697c1a69807f49a8b3793609d25f78559fa534507fc195e AUX 8-stable/rsyslog-8.24.0-fix-tcpflood-without-librelp-r1.patch 4660 SHA256 f50685f76004298a8a77ee6eb88868ff0f8fb8eb7ca5ce0f6809c4db9c42474d SHA512 231030532a126dade0fa2c98d9bd8ef610d3059210cabfc6b0a51adfb610b61eb57b7926a2a51f01f196d196a9134b4c1db7105aeedc4d35eb70abac97301378 WHIRLPOOL 88a9ebe6e3dbeca7b55e16192e6be6d862241a17402c2abf0bcdad4f16fed5fa11f7c140ac0de1655a52d43ad18eaa493b3e2426e1b3c80d1be119dffdc9cd15 AUX 8-stable/rsyslog-8.26.0-fix-zmq3-format-security.patch 1982 SHA256 abf1b264e7de3a86c2f6cec86d59496bd865fcce5e691b71c7b2c977bdf7358d SHA512 b426c3eaa2adc2de14e129125ccd630e2fa2132c6ca774f3e18ee784f0622573a95339d901a1b9c2877e8b77d00f8be9f9d17f92769136c356aaab58358d2159 WHIRLPOOL e327d0d8f5e3aab078233324359f42fd21aba2cb65927097acdbbf9dbac296a84fcfad71de228a9b2868f229d7f2260742f4180b677ef2a961a47d81db65a2bb -AUX 8-stable/rsyslog-8.27.0-fix-librdkafka-detection.patch 1556 SHA256 638f22781452c361ae4021d66bf8faf78767752a62bf16588e310d3fc855753c SHA512 374de4fb9a4e3c3b9e28ff2e5eca48b7744afc9a5ba222508661fdfa30037967b6a2497d0e82266010de27c1a540ebb300c15bf6049a1af9dcf019353c04acdc WHIRLPOOL bad8fc8d88ea42defef922b67cbf0e66706dfd71d01249dbc82e49bfba787056e1e641e58dd2ba22250073aacba8afb8445d5d8610f095a961f47286ea4a7562 AUX 8-stable/rsyslog.conf 1562 SHA256 fc70a94213b5eb519febf9aa7d758ee9526433bcc5683bcb7451d16e65a2f5b0 SHA512 1720174fab020e2de590f3d6bbb03784aca1928fe05f7e75e02fb4597cb8b2ee755e6deb8e8f989060511044ae483f791f496f24e0eecaf27eb9e0b5e20a2c7a WHIRLPOOL 97cf3fdee62a9339b412ebe93b71b2d6804df60aad9cb7e71779fcaddb01d489e38bbb353557864ea38aba384e664e6da636812c3c078ed9e22e261ed7b78cba AUX 8-stable/rsyslog.confd-r1 1145 SHA256 0be3575df8010523de6b37e98c417192e8ec481292ca9fb47c8d2211795e03a6 SHA512 a7f8621bdd490596b09f9a7583dd0c992006c55335b2e6e687bef4141bb18cd4bb43e23f590a138e9c8d5a3cbac0cc46c3b01c7d3ff9f9dd3c53418b13b0dd4a WHIRLPOOL 05079ab1a55aca9b68c81c8b7da66ff029f72c7168bd15faebf7d7172dddc69f6ffb2864e1fcd8c1f2dbb51416bea89fab3667a34ed7295b3abafc6a93883d3e AUX 8-stable/rsyslog.initd-r1 1758 SHA256 93044cc5fc344cd90d17cbb5cebee3c60ebf674e53c8b9efc6e758d53912d343 SHA512 0ddd385e77759370344032f52f945b1e90d4961140db63e2562e4be78dfc2bae16ac9439d40fe078110593999b5c5efd7680b402fc0771b1261ff28b1725e265 WHIRLPOOL
[gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/
commit: 9e0e1395d26965ff36730a54f9bf46ced110ce3b Author: Johannes Huber gentoo org> AuthorDate: Tue Sep 5 18:54:18 2017 + Commit: Johannes Huber gentoo org> CommitDate: Tue Sep 5 18:54:48 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0e1395 dev-libs/qtkeychain: Restore qt4/qt5 use flags Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild | 58 +++-- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild index c82410ffc7a..8763ecfe4d8 100644 --- a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils +inherit cmake-utils multibuild DESCRIPTION="Qt API for storing passwords securely" HOMEPAGE="https://github.com/frankosterfeld/qtkeychain; @@ -12,26 +12,60 @@ SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> ${P}.t LICENSE="BSD" SLOT="0/1" KEYWORDS="~amd64 ~x86" -IUSE="gnome-keyring" +IUSE="gnome-keyring qt4 +qt5" + +REQUIRED_USE="|| ( qt4 qt5 )" RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + ) + qt4? ( + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + ) " DEPEND="${RDEPEND} gnome-keyring? ( gnome-base/libgnome-keyring ) - dev-qt/linguist-tools:5 + qt5? ( dev-qt/linguist-tools:5 ) " DOCS=( ChangeLog ReadMe.txt ) +pkg_setup() { + MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) ) +} + src_configure() { - local mycmakeargs+=( - -DBUILD_WITH_QT4=OFF - -DQTKEYCHAIN_STATIC=OFF - -DBUILD_TRANSLATIONS=ON - -DLIBSECRET_SUPPORT=$(usex gnome-keyring) - ) + myconfigure() { + if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then + local mycmakeargs=(-DBUILD_WITH_QT4=ON) + fi + if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then + local mycmakeargs=(-DBUILD_WITH_QT4=OFF) + fi + + mycmakeargs+=( + -DQTKEYCHAIN_STATIC=OFF + -DBUILD_TRANSLATIONS=ON + -DLIBSECRET_SUPPORT=$(usex gnome-keyring) + ) + + cmake-utils_src_configure + } + + multibuild_foreach_variant myconfigure +} + +src_compile() { + multibuild_foreach_variant cmake-utils_src_compile +} + +src_test() { + multibuild_foreach_variant cmake-utils_src_test +} - cmake-utils_src_configure +src_install() { + multibuild_foreach_variant cmake-utils_src_install }
[gentoo-commits] proj/musl:master commit in: dev-libs/wayland/files/, dev-libs/wayland/
commit: 916a4c7a0d4c352361010b0ad12c72a88d14c9bf Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 18:49:45 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 18:49:45 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=916a4c7a dev-libs/wayland: remove 1.11.0 Later versions in tree work dev-libs/wayland/Manifest| 4 -- dev-libs/wayland/files/1.11.0-replace-uint.patch | 12 - dev-libs/wayland/metadata.xml| 8 --- dev-libs/wayland/wayland-1.11.0.ebuild | 62 4 files changed, 86 deletions(-) diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest deleted file mode 100644 index b5b5a17..000 --- a/dev-libs/wayland/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX 1.11.0-replace-uint.patch 436 SHA256 de3a362ac0d1f4874561b2ec0546f6d8a704b800bcc622458ded5b16c3e371ce SHA512 0b061820ce75f45e5d8d3d5f198759057bbc37a266f56e59ede3646aa1c80a1c6e0198dfef3e678bf72d4ed7d9d2137f7688d5556eb00d3afe7d8a19033857f5 WHIRLPOOL 59c06465767c24b9f0d49d73aeb8982460cdced87304f671d363deb7325dc8d0b803d2ca1b5ee9fc2e9810ee00deef8d2469c1a5c8e3e253064192560ceb00f8 -DIST wayland-1.11.0.tar.xz 374468 SHA256 9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0 SHA512 c8a0c927b6e095707a58398fe545ed708f4c808a70920c1f82c79d4275e6137cdf9926c0f18227faba511f717f4db4dfee9528075e00ec600ea44b97479471dd WHIRLPOOL 6361bb1b05c5629b56e32d75ef4dd8398bacc31c03174e082b75850aeda2284fad929ccf91548b9d95b65524d3200013c27e02038c63ccb7e7f2f680e47cd3dd -EBUILD wayland-1.11.0.ebuild 1460 SHA256 97e16c3e6a3fdff45e22e3dd14bb1668a730ba807f017cf065ce9f06c05c9836 SHA512 687034e779340c789ee06e3fa2f6ea4f76a6b4125b8ffed284879fb162cfffc3e7047b55714112a509dba7d5c9a82373705c2d3171266907ffbed4dade300772 WHIRLPOOL 6ed06879c1fcdebf0930db4f94e49f16ed8a89fb0bf651f792b545f72a1c022a41bc58a7156534045f69e497282bf65323c28d47f50db8bb41475825683ba81d -MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306 diff --git a/dev-libs/wayland/files/1.11.0-replace-uint.patch b/dev-libs/wayland/files/1.11.0-replace-uint.patch deleted file mode 100644 index ec27874..000 --- a/dev-libs/wayland/files/1.11.0-replace-uint.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur wayland-1.11.0.orig/src/scanner.c wayland-1.11.0/src/scanner.c wayland-1.11.0.orig/src/scanner.c 2016-06-04 12:01:44.211512287 -0700 -+++ wayland-1.11.0/src/scanner.c 2016-06-04 12:01:14.270164487 -0700 -@@ -808,7 +808,7 @@ - struct interface *i; - struct enumeration *e; - char *enum_name; -- uint idx = 0, j; -+ uint32_t idx = 0, j; - - for (j = 0; j + 1 < strlen(enum_attribute); j++) { - if (enum_attribute[j] == '.') { diff --git a/dev-libs/wayland/metadata.xml b/dev-libs/wayland/metadata.xml deleted file mode 100644 index e943b72..000 --- a/dev-libs/wayland/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - x...@gentoo.org - X11 - - diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild b/dev-libs/wayland/wayland-1.11.0.ebuild deleted file mode 100644 index ffd864b..000 --- a/dev-libs/wayland/wayland-1.11.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -if [[ ${PV} = * ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}" - GIT_ECLASS="git-r3" - EXPERIMENTAL="true" - AUTOTOOLS_AUTORECONF=1 -fi - -inherit autotools-multilib toolchain-funcs $GIT_ECLASS - -DESCRIPTION="Wayland protocol libraries" -HOMEPAGE="https://wayland.freedesktop.org/; - -if [[ $PV = * ]]; then - SRC_URI="${SRC_PATCHES}" - KEYWORDS="alpha amd64 arm hppa x86" -else - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz; - KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="doc static-libs" - -RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] - >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}] - dev-libs/libxml2:=" -DEPEND="${RDEPEND} - doc? ( - >=app-doc/doxygen-1.6[dot] - app-text/xmlto - >=media-gfx/graphviz-2.26.0 - sys-apps/grep[pcre] - ) - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PV}-replace-uint.patch" ) - -multilib_src_configure() { - local myeconfargs=( - $(multilib_native_use_enable doc documentation) - $(multilib_native_enable dtd-validation) - )
[gentoo-commits] proj/musl:master commit in: media-libs/mesa/
commit: 4fe96ad812200a0d3129e98393eca8694df36d04 Author: Aric Belsito gmail com> AuthorDate: Tue Sep 5 18:47:44 2017 + Commit: Aric Belsito gmail com> CommitDate: Tue Sep 5 18:47:44 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4fe96ad8 media-libs/mesa: remove 17.0.7 It's not in the ::gentoo tree. media-libs/mesa/Manifest | 2 - media-libs/mesa/mesa-17.0.7.ebuild | 516 - 2 files changed, 518 deletions(-) diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index b285e7d..1fd3ec7 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -6,13 +6,11 @@ AUX mesa-17-missing-fcntl_h.patch 385 SHA256 61fa64c296d22c0a490576ec595ee1a4beb DIST mesa-13.0.5.tar.xz 9171480 SHA256 bfcea7e2c801525a60895c8aff11aa68457ee9aa35d01a4638e1f310a3f5ef87 SHA512 db5f6a97b40ee6e45ba81280ab4543354e9f274c7112c5a43b8970244f329902a22f68d5eeddad5b64502507f462ffbcc028efc5dff93822adf95d30ba5903c1 WHIRLPOOL 164116608908331d4e8d69c4d2b92dc22e8e6d98725a20e8c2da5cc24b4e9ae9e05ee9c7209d55371b419e0f4e6c1d4752a46d149a968a6b83612aa77f7e480e DIST mesa-13.0.6.tar.xz 9179236 SHA256 29ef104a7fc082d352b1599bd6cb1d040be424ccd22f5e0eb7ee9b0e9acd3597 SHA512 2455e044647f674c2f1dd524143b61b8630713fa929bbf6fe1c981436a9c08dc933553d638a22b32d2799afb77be746355b48b1b20af172141c5b63891e94441 WHIRLPOOL 1fdaaf29de96225cf41a3bdeb559a35cf20fda524f80985b2bfdc52095dcb7f6b320704b7ccf754a6f80555925a6a80dfa2b1115a4bdd9bdc1ebb672f115208a DIST mesa-17.0.6.tar.xz 9494872 SHA256 89ecf3bcd0f18dcca5aaa42bf36bb52a2df33be89889f94d91f7a504a69d SHA512 537d28aa694c2d48811d2467e33b3adc841067d5f1cdb7e0809ba100f71869090285bbb246e57e5f0177401a539b44cc32b1ccfcb32a1855c14b011b92d32eaf WHIRLPOOL f3ee87377e87cbd23bd9009d840e6c0ae50ccbbb30cfa7be61f3023cbe9519f5b50f22c59dbcc207a106a6e357d77074fcaee63916ee091b920cbc3d511ec2ab -DIST mesa-17.0.7.tar.xz 9460316 SHA256 f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492 SHA512 378d643cf63ec3ed5fd093c00079fb03375f6a87875d3583a5d4707d3d6b21934194b0f624f4ed261c9a05a2fe3e9f292dcd8466e82cfb95d919459e3eb635ea WHIRLPOOL a18d8a7b4ec1f27f715ce7b1bfc8310b331f6341cab53264a53dd0026b0ebf53d74d6a0d4692b20cd311ce702295a68604a0eedd9002afae67976da8bc5925fb DIST mesa-17.1.8.tar.xz 9902800 SHA256 75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db SHA512 d29fd999d75967683f5aa836cf0b701705f54de428ebbbac059c3e335e94552c0b455aa67fa2870464a086dc58994f2f320710a1abc265dea363241aede71c5b WHIRLPOOL 8faad2f3da8546d48ee9b5470d147de7507a0dc39787a876f6513933e958baa94571d285095fced7c34c674364ab897a896acc39374849fb22026dd05a9bd27f DIST mesa-17.2.0.tar.xz 10335284 SHA256 3123448f770eae58bc73e15480e78909defb892f10ab777e9116c9b218094943 SHA512 6ac39274fcf86a26ea5fe51aed486ba3d45b75e0d2f7cc17e1e71d4cf9a85420a832fe559a2ac7b215eda615fab99a2bd290c8388a48c52e13737e7e4ef8d4fd WHIRLPOOL 3fec3810c23aa12f49c0fe561b6dbdbd5724a3bff513b21c273d5796c85eebdd889fb405a03f7cc0fe926a8289794e1872a0d04799c31122061a268faceacf36 EBUILD mesa-13.0.5.ebuild 13658 SHA256 c2d8750e43354a05926dd17e7bba27a9c348ea49d723ed3a0045f5b8dd34f639 SHA512 30af415e1448909b0420080edf24b8006cc55d8b0b70d0d9b6f2c5f5d40b710c5ebb463f1203204de5e7e71bcb68564d490bd61be8c52362e0219d62074eb279 WHIRLPOOL de6f514c8d879c41b7f63429d45790f133b1c60412262f0b38bffc5cae69f8621c988fc851f5c764a7867a5a22885391f80ab342ff4e84cf5b2bf0798a2c EBUILD mesa-13.0.6.ebuild 13584 SHA256 3bfff928951edec571894f54fada7bb718e95e94f82806764731d09522b5304d SHA512 1fb15e100deeb50f5de436e2ffe3e131ebe3badb820aa1ddef8cfa691426b42bd3fbe66fd55cd848f9c5f6de9b5dd396f6879813730fb0a234a96a818a71b1cc WHIRLPOOL 6a7d6a0c01a847bfdb8bdeb3fa7ff558e4f3ac77b6f3f4334037ab3098f7763fe26de34378a49a57cbbefdec6ab22952cb0c948517b0885d882e0b92626af585 EBUILD mesa-17.0.6.ebuild 13603 SHA256 b4e554e727d9e35f77a83d5cb7ae8f19542e3e7ea367d3377496bc73f3e6da47 SHA512 f0415ed538799bc0a74ff94563629b7b86372eba0aae17448e38c190be8211dcd48bad902b876ff54b7c9d65df4d83fd4a22cb197be9ab4d960202ee09d0beb7 WHIRLPOOL c32a1c4d6a7fd06c9782ef980874ee6830b8477733b8c0f656e5a84a7ccd1f99cef19fdc1af913fdf5db62bc76bba75333afc20e96338b57f23a6b5534f152a6 -EBUILD mesa-17.0.7.ebuild 13611 SHA256 06e11aa4c7e3a6bec9294c7028c907c5480dce3ee4c95052491712dbdb91a808 SHA512 0fcfdc77728a7ab3d629bee9f399a59c1d63c593a6987d71f2766c2f3aba813ee6e36795f2d518e3309a14147a093b1616ab2fe0dfcdf43a2fcc498d62fbc0a2 WHIRLPOOL 92aca377f74604808a5ea904dde89bc48f26e3607a8bd3acef00e2eac50f6a011f177a224fbcb542f94cbeebc00e4757aec4abe0e501f19f9263c90b26494deb EBUILD mesa-17.1.8.ebuild 13510 SHA256 68948c65aa47611e9df044b15049e2c762c2178c037fc491fa88839eddeaa4d7 SHA512 5c305a289d36883517e48402f63a4a8883c80fba6c67936c4b13c1a394220df05a2d30be23a536127ab31302c8ac40b78c36bd1faf6f8464a6dd300a6bf2096d WHIRLPOOL b84db37e1807e1b9e95c7437486dbd46f4b3ee4f40637f30b715da23f0b27e5fd846a2261a00556b961a705389a43d3cd0fc5e96833d2dc003611a0c5cf2
[gentoo-commits] repo/gentoo:master commit in: sys-apps/elivepatch-client/
commit: e6c60412216a2fe4099119e710ca9af8bea9be04 Author: Alice Ferrazzi gentoo org> AuthorDate: Mon Sep 4 03:45:44 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Tue Sep 5 18:45:11 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c60412 sys-apps/elivepatch-client: init version Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-apps/elivepatch-client/Manifest| 1 + .../elivepatch-client/elivepatch-client-0.1.ebuild | 23 ++ sys-apps/elivepatch-client/metadata.xml| 10 ++ 3 files changed, 34 insertions(+) diff --git a/sys-apps/elivepatch-client/Manifest b/sys-apps/elivepatch-client/Manifest new file mode 100644 index 000..2ee743143da --- /dev/null +++ b/sys-apps/elivepatch-client/Manifest @@ -0,0 +1 @@ +DIST elivepatch-client-0.1.tar.gz 88031 SHA256 f529a0872eb42a077909f2b0597d4faff308ed8072ae6932c4f29c164b2c6d3a SHA512 c2e324f2be6d75ffe4b2f329875f6f81ba3e4657aa1c4e6514188d5269fd68f7d50b7d823281b1bb585804f84fda639931fcd349d168c169f736ee8613f9f451 WHIRLPOOL 38e4e30bd3d0302bae742198fdbb4bc31047140f1161bbc90215d8d311380f78ec5fb7100ac7271a44f29dc2d33d4c2867230cb47c5cf5f5fa4ff3047ce91a42 diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild new file mode 100644 index 000..2645c846f0f --- /dev/null +++ b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Live patch installer client working with elivepatch-server" +HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch; +SRC_URI="https://github.com/aliceinwire/elivepatch-client/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-admin/sudo + dev-python/git-python[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/sys-apps/elivepatch-client/metadata.xml b/sys-apps/elivepatch-client/metadata.xml new file mode 100644 index 000..56f9bdda854 --- /dev/null +++ b/sys-apps/elivepatch-client/metadata.xml @@ -0,0 +1,10 @@ + +http://www.gentoo.org/dtd/metadata.dtd;> + + + ali...@gentoo.org + + + aliceinwire/elivepatch-client + +
[gentoo-commits] repo/gentoo:master commit in: sys-apps/elivepatch-server/
commit: d0104fa6641d1202f9a3e67517ade98f608f27f5 Author: Alice Ferrazzi gentoo org> AuthorDate: Mon Sep 4 03:45:09 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Tue Sep 5 18:45:06 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0104fa6 sys-apps/elivepatch-server: init version Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-apps/elivepatch-server/Manifest| 1 + .../elivepatch-server/elivepatch-server-0.1.ebuild | 29 ++ sys-apps/elivepatch-server/metadata.xml| 10 3 files changed, 40 insertions(+) diff --git a/sys-apps/elivepatch-server/Manifest b/sys-apps/elivepatch-server/Manifest new file mode 100644 index 000..adad4cdaf7c --- /dev/null +++ b/sys-apps/elivepatch-server/Manifest @@ -0,0 +1 @@ +DIST elivepatch-server-0.1.tar.gz 11564 SHA256 8ce02c1284b5822fdb4c762fe45b6d3ea8d9f360bce5c59f42c96b3aa41e4908 SHA512 d469fbc32df7a586fa899c6e587832bd53c1984c97b973e3aad4f6bf62962846142938a6e6e5729fce39d3f7d486c5ed9fd9f484425d863a40a1199f170830fb WHIRLPOOL 98e7a30c8cfda908fa010185e5a508926e57c813a610156d163bdca116d6ef6e59ba31fe8a427a84a558d84a0d9f7ad7387db7b9536e5651a91de22d46648246 diff --git a/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild b/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild new file mode 100644 index 000..84d6c4fbb2e --- /dev/null +++ b/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Live patch building server with RESTFul Api for elivepatch-client" +HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch; +SRC_URI="https://github.com/aliceinwire/elivepatch-server/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/werkzeug[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/flask-restful[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_install_all() { + newinitd init/elivepatch.init ${PN} + newconfd init/elivepatch.confd ${PN} + distutils-r1_python_install_all +} diff --git a/sys-apps/elivepatch-server/metadata.xml b/sys-apps/elivepatch-server/metadata.xml new file mode 100644 index 000..d7e109285f1 --- /dev/null +++ b/sys-apps/elivepatch-server/metadata.xml @@ -0,0 +1,10 @@ + +http://www.gentoo.org/dtd/metadata.dtd;> + + + ali...@gentoo.org + + + aliceinwire/elivepatch-server + +
[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/
commit: 3f335619f89298fcb01671a5c5049e365a9d300c Author: Pacho Ramos gentoo org> AuthorDate: Tue Sep 5 18:34:22 2017 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Sep 5 18:36:24 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f335619 net-print/cndrvcups-common-lb: amd64/x86 stable, bug #624418 Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild index 0a35d997b50..f8318f3d2fe 100644 --- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild +++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://gdlp01.c-wss.com/gds/8/017658/04/${SOURCES_NAME}.tar.gz; # GPL-2 License inside LICENSE-EN.txt files LICENSE="Canon-UFR-II GPL-2 MIT" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/
commit: b604f2b4f43f63316f19cacadd78172b248ecb3c Author: Pacho Ramos gentoo org> AuthorDate: Tue Sep 5 18:35:07 2017 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Sep 5 18:36:29 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b604f2b4 net-print/cndrvcups-common-lb: Drop old Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-print/cndrvcups-common-lb/Manifest | 2 - .../cndrvcups-common-lb-3.10.ebuild| 110 .../cndrvcups-common-lb-3.20.ebuild| 111 - 3 files changed, 223 deletions(-) diff --git a/net-print/cndrvcups-common-lb/Manifest b/net-print/cndrvcups-common-lb/Manifest index 6c2ff20adfd..914bbc0e36b 100644 --- a/net-print/cndrvcups-common-lb/Manifest +++ b/net-print/cndrvcups-common-lb/Manifest @@ -1,3 +1 @@ -DIST Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz 109548632 SHA256 b28bc2b460aeddcb7800983d2fad8c29ea6efcc95ad767a78fe6c25d0956f242 SHA512 fc35670a07f067b6ccdebf5b96590eafac2ed984faaa8a90ce44dd44396d6de0964f6352cae0fdf8ce1f6127ebf3ea9f6610b56ba7dd9a7f382bd1c6d588a801 WHIRLPOOL 661f8d6863bd1694efcc168615d9a7107e4a7aa09f5934a33b0f201b6d327038320cf87201bf4220ec876e1cca550169c91925d9f58fa3dae8dd4ea99de1ad1e DIST linux-UFRII-drv-v340-uken.tar.gz 117746329 SHA256 fb3701f564f987126a9a3d03a163951f3182d6f7d626530a6767cb1f996fa203 SHA512 05f12d2cac5ae9987fe389be1a15b11d280734f6d47b86f04fa2fcb61bf94175b7afdba4cc1cf5ecf2c1ef5a8e2c14eda5d72f7671618d7c94581c620fea4494 WHIRLPOOL d17dacb98b6ea39d62822a4dd379fb6f8abc900243476893869e0d3a3d1ce1504cb5866d16f775bc006e94a3aeb726912a4c58faa50bf9f390e270482f20512e -DIST o1581en_linux_UFRII_v300.zip 94262679 SHA256 1ec1b162411642dc1814608ec71a3b94d6e22ede234f6b750bbdfd3820d5ac46 SHA512 e31415f2e9256c5dc98e27afe3bdc2f75b852d0a99721f8f2ac78225bac497e84c6ce94e8447f3aed6bb6c94975c7625f0dbb2647be44f90c144a46e9af89b81 WHIRLPOOL f419d6130ce9cfd87caebc9678991bbd46e2db5f8bb5a39fb8202a7532de33e969f4f907f2f1404859f987c57f49f562defcec42380ea1b4f284b8d4c6cae3e6 diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.10.ebuild b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.10.ebuild deleted file mode 100644 index 7e13ca2bb19..000 --- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.10.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools multilib versionator - -DESCRIPTION="Common files for Canon drivers" -HOMEPAGE="http://software.canon-europe.com/software/0046530.asp; -SRC_URI="http://files.canon-europe.com/files/soft46530/software/o1581en_linux_UFRII_v300.zip; - -LICENSE="Canon-UFR-II GPL-2 MIT" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" - -# Needed because GPL2 stuff miss their sources in tarball -RESTRICT="mirror" - -RDEPEND=" - dev-libs/libxml2 - gnome-base/libglade - net-print/cups - x11-libs/gtk+:2 -" -DEPEND="${DEPEND}" - -S="${WORKDIR}/uk_eng/Sources/${P}" - -# Don't raise a fuss over pre-built binaries -QA_PREBUILT=" - /usr/libexec/cups/filter/c3pldrv - /usr/$(get_abi_LIBDIR x86)/libColorGear.so.0.0.0 - /usr/$(get_abi_LIBDIR x86)/libColorGearC.so.0.0.0 - /usr/$(get_abi_LIBDIR x86)/libc3pl.so.0.0.1 - /usr/$(get_abi_LIBDIR x86)/libcaepcm.so.1.0 - /usr/$(get_abi_LIBDIR x86)/libcaiousb.so.1.0.0 - /usr/$(get_abi_LIBDIR x86)/libcaiowrap.so.1.0.0 - /usr/$(get_abi_LIBDIR x86)/libcanon_slim.so.1.0.0 - /usr/$(get_libdir)/libcanonc3pl.so.1.0.0 -" -QA_SONAME="/usr/$(get_abi_LIBDIR x86)/libcaiousb.so.1.0.0" - -S="${WORKDIR}/uk_eng/Sources/${P//-lb}" - -src_unpack() { - unpack ${A} - cd "${WORKDIR}/uk_eng/Sources/" - unpack ./${P//-lb}-1.tar.gz -} - -change_dir() { - for i in cngplp buftool backend; do - cd "${i}" - "${@}" - cd "${S}" - done -} - -src_prepare() { - sed -i -e \ - "s:backenddir = \$(libdir)/cups/backend:backenddir = `cups-config --serverbin`/backend:" \ - backend/Makefile.am || die - - export "LIBS=-lgmodule-2.0" - change_dir eautoreconf -} - -src_configure() { - change_dir econf -} - -src_compile() { - change_dir emake - - # Cannot be moved to 'change_dir' as it doesn't need eautoreconf - cd "${S}/c3plmod_ipc" && emake -} - -src_install() { - MAKEOPTS+=" -j1" default - - einstalldocs - - cd "${S}/c3plmod_ipc" - dolib.so libcanonc3pl.so.1.0.0 - dosym libcanonc3pl.so.1.0.0 "/usr/$(get_libdir)/libcanonc3pl.so.1" - dosym libcanonc3pl.so.1.0.0 "/usr/$(get_libdir)/libcanonc3pl.so" - - cd "${S}/data" - insinto /usr/share/caepcm - doins * - - ABI=x86 - cd "${S}/libs" - exeinto $(cups-config --serverbin)/filter - doexe c3pldrv - dolib.so libcaepcm.so.1.0 - dosym
[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-lb/
commit: 0c10a2d5695aad184d6ffa0218cf02833deda417 Author: Pacho Ramos gentoo org> AuthorDate: Tue Sep 5 18:35:56 2017 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Sep 5 18:36:31 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c10a2d5 net-print/cndrvcups-lb: amd64/x86 stable, bug #624418 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --force net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild b/net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild index 89b9326dd8f..5547321c051 100644 --- a/net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild +++ b/net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://gdlp01.c-wss.com/gds/8/017658/04/${SOURCES_NAME}.tar.gz; LICENSE="Canon-UFR-II" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-lb/
commit: 4c4cea7e9194f74382ffe100f04a7e597640e94d Author: Pacho Ramos gentoo org> AuthorDate: Tue Sep 5 18:36:07 2017 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Sep 5 18:36:33 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4cea7e net-print/cndrvcups-lb: Drop old Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-print/cndrvcups-lb/Manifest | 2 - net-print/cndrvcups-lb/cndrvcups-lb-3.00.ebuild | 105 --- net-print/cndrvcups-lb/cndrvcups-lb-3.20.ebuild | 108 3 files changed, 215 deletions(-) diff --git a/net-print/cndrvcups-lb/Manifest b/net-print/cndrvcups-lb/Manifest index 6c2ff20adfd..914bbc0e36b 100644 --- a/net-print/cndrvcups-lb/Manifest +++ b/net-print/cndrvcups-lb/Manifest @@ -1,3 +1 @@ -DIST Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz 109548632 SHA256 b28bc2b460aeddcb7800983d2fad8c29ea6efcc95ad767a78fe6c25d0956f242 SHA512 fc35670a07f067b6ccdebf5b96590eafac2ed984faaa8a90ce44dd44396d6de0964f6352cae0fdf8ce1f6127ebf3ea9f6610b56ba7dd9a7f382bd1c6d588a801 WHIRLPOOL 661f8d6863bd1694efcc168615d9a7107e4a7aa09f5934a33b0f201b6d327038320cf87201bf4220ec876e1cca550169c91925d9f58fa3dae8dd4ea99de1ad1e DIST linux-UFRII-drv-v340-uken.tar.gz 117746329 SHA256 fb3701f564f987126a9a3d03a163951f3182d6f7d626530a6767cb1f996fa203 SHA512 05f12d2cac5ae9987fe389be1a15b11d280734f6d47b86f04fa2fcb61bf94175b7afdba4cc1cf5ecf2c1ef5a8e2c14eda5d72f7671618d7c94581c620fea4494 WHIRLPOOL d17dacb98b6ea39d62822a4dd379fb6f8abc900243476893869e0d3a3d1ce1504cb5866d16f775bc006e94a3aeb726912a4c58faa50bf9f390e270482f20512e -DIST o1581en_linux_UFRII_v300.zip 94262679 SHA256 1ec1b162411642dc1814608ec71a3b94d6e22ede234f6b750bbdfd3820d5ac46 SHA512 e31415f2e9256c5dc98e27afe3bdc2f75b852d0a99721f8f2ac78225bac497e84c6ce94e8447f3aed6bb6c94975c7625f0dbb2647be44f90c144a46e9af89b81 WHIRLPOOL f419d6130ce9cfd87caebc9678991bbd46e2db5f8bb5a39fb8202a7532de33e969f4f907f2f1404859f987c57f49f562defcec42380ea1b4f284b8d4c6cae3e6 diff --git a/net-print/cndrvcups-lb/cndrvcups-lb-3.00.ebuild b/net-print/cndrvcups-lb/cndrvcups-lb-3.00.ebuild deleted file mode 100644 index f991f37fdc4..000 --- a/net-print/cndrvcups-lb/cndrvcups-lb-3.00.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils autotools multilib versionator - -DESCRIPTION="Canon UFR II / LIPSLX Printer Driver for Linux" -HOMEPAGE="http://software.canon-europe.com/software/0046530.asp; -SRC_URI="http://files.canon-europe.com/files/soft46530/software/o1581en_linux_UFRII_v300.zip; - -LICENSE="Canon-UFR-II" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" - -# Needed because GPL2 stuff miss their sources in tarball -RESTRICT="mirror" - -RDEPEND=" - ~net-print/cndrvcups-common-lb-3.10 - gnome-base/libglade - net-print/cups - x11-libs/gtk+:2 - >=dev-libs/libxml2-2.9.2-r4[abi_x86_32(-)] - virtual/jpeg:62[abi_x86_32(-)] -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/uk_eng/Sources/${P}" -MAKEOPTS+=" -j1" - -# Don't raise a fuss over pre-built binaries -QA_PREBUILT=" - /usr/bin/cnpkbidi - /usr/bin/cnpkmoduleufr2 - /usr/$(get_abi_LIBDIR x86)/libEnoJPEG.so.1.0.0 - /usr/$(get_abi_LIBDIR x86)/libEnoJBIG.so.1.0.0 - /usr/$(get_abi_LIBDIR x86)/libufr2filter.so.1.0.0 - /usr/$(get_abi_LIBDIR x86)/libcnlbcm.so.1.0 - /usr/$(get_abi_LIBDIR x86)/libcaiocnpkbidi.so.1.0.0 - /usr/$(get_abi_LIBDIR x86)/libcanonufr2.so.1.0.0 -" -QA_SONAME="/usr/$(get_abi_LIBDIR x86)/libcaiocnpkbidi.so.1.0.0" - -src_unpack() { - unpack ${A} - cd "${WORKDIR}/uk_eng/Sources/" - unpack ./${P}-1.tar.gz -} - -change_dir() { - for i in ppd pstoufr2cpca cngplp cngplp/files cpca ; do - cd "${i}" - "${@}" - cd "${S}" - done -} - -src_prepare() { - sed -i -e \ - "s:filterdir = \$(libdir)/cups/filter:filterdir = `cups-config --serverbin`/filter:" \ - pstoufr2cpca/filter/Makefile.am || die - - export "LIBS=-lgmodule-2.0" - change_dir eautoreconf -} - -src_configure() { - change_dir econf -} - -src_install() { - default - - einstalldocs - - prune_libtool_files - - cd "${S}/data" - insinto /usr/share/caepcm - doins * - - cd "${S}/libs" - insinto /usr/share/cnpkbidi - doins cnpkbidi_info* - - insinto /usr/share/ufr2filter - doins ThLB* - - ABI=x86 - dobin cnpkbidi cnpkmoduleufr2 - dolib.so libcnlbcm.so.1.0 - dosym libcnlbcm.so.1.0 "/usr/$(get_libdir)/libcnlbcm.so.1" - dosym libcnlbcm.so.1.0 "/usr/$(get_libdir)/libcnlbcm.so" - for lib in *.so.?.?.?; do - dolib.so "${lib}" - dosym "${lib}" "/usr/$(get_libdir)/${lib%.?.?}" - dosym "${lib}" "/usr/$(get_libdir)/${lib%.?.?.?}" -
[gentoo-commits] repo/gentoo:master commit in: games-emulation/mekanix/
commit: 31c09bb4c06a4a8fa57038d6059821579af61880 Author: Austin English gentoo org> AuthorDate: Tue Sep 5 18:02:51 2017 + Commit: Austin English gentoo org> CommitDate: Tue Sep 5 18:32:26 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c09bb4 games-emulation/mekanix: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.6, Repoman-2.3.2 games-emulation/mekanix/mekanix-070-r1.ebuild | 33 +++ 1 file changed, 33 insertions(+) diff --git a/games-emulation/mekanix/mekanix-070-r1.ebuild b/games-emulation/mekanix/mekanix-070-r1.ebuild new file mode 100644 index 000..ee7f2d85c12 --- /dev/null +++ b/games-emulation/mekanix/mekanix-070-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils + +DESCRIPTION="SG-1000, SC-3000, SF-7000, SSC, SMS, GG, COLECO, and OMV emulator" +HOMEPAGE="http://www.smspower.org/meka/; +SRC_URI="http://www.smspower.org/meka/releases/${PN}${PV}.tgz; + +LICENSE="mekanix" +SLOT="0" +KEYWORDS="~x86" +RESTRICT="strip" +IUSE="" + +RDEPEND="media-libs/libpng + x11-libs/libXpm" + +S=${WORKDIR}/${PN} + +# file verfies that it's an elf, not win32, binary: +QA_PREBUILT="opt/${PN}/meka.exe" + +src_install() { + local dir="/opt/${PN}" + + insinto "${dir}" + doins * || die "doins failed" + fperms a+x "${dir}/meka.exe" + make_wrapper mekanix ./meka.exe "${dir}" +}
[gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/
commit: 57931659ff17897d8015248fe798e040fd18c905 Author: Austin English gentoo org> AuthorDate: Tue Sep 5 18:30:19 2017 + Commit: Austin English gentoo org> CommitDate: Tue Sep 5 18:32:26 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57931659 games-arcade/opentyrian: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../opentyrian/opentyrian-2.1.20130907-r1.ebuild | 49 ++ 1 file changed, 49 insertions(+) diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild new file mode 100644 index 000..5b961968215 --- /dev/null +++ b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils + +DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter" +HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home; +SRC_URI="http://darklomax.org/tyrian/tyrian21.zip +http://www.camanis.net/${PN}/releases/${P}-src.tar.gz; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-libs/libsdl + media-libs/sdl-net" + +# Yes, mercurial is needed to set the build version stamp. +DEPEND="${RDEPEND} + app-arch/unzip + dev-vcs/mercurial" + +PATCHES=( + "${FILESDIR}/${PV}-datapath.diff" + "${FILESDIR}/${PV}-cflag-idiocy.diff" +) + +src_compile() { + emake DATA_PATH="/usr/share/${PN}" || die "Compilation failed" +} + +src_install() { + dobin opentyrian || die "Failed to install game binary" + dosym ../../usr/bin/opentyrian /usr/bin/tyrian || die "Failed to symlink" + dodoc CREDITS NEWS README || die "Failed to install documentation" + domenu linux/opentyrian.desktop || die "Failed to install desktop file" + for i in linux/icons/*.png ; do + local size=`echo ${i} | sed -e 's:.*-\([0-9]\+\).png:\1:'` + insinto /usr/share/icons/hicolor/${size}x${size}/apps + newins ${i} opentyrian.png || die "Failed to install program icon" + done + insinto "/usr/share/${PN}" + cd "${WORKDIR}/tyrian21" + rm *.exe dpmi16bi.ovl loudness.awe || die "Failed to remove win32 binaries" + doins * || die "Failed to install game data" +}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/files/
commit: 876d10151101f68dec8521d7cd3be611f26e08cb Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Sep 5 16:30:21 2017 + Commit: Amy Liffey gentoo org> CommitDate: Tue Sep 5 18:15:15 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876d1015 x11-misc/tint2: remove unused patch Closes:#5624 .../0.12.3-no-hardcode-update-icon-cache.patch | 21 - 1 file changed, 21 deletions(-) diff --git a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch b/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch deleted file mode 100644 index f923e065173..000 --- a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 155672e2245a..a4b6dc0c7eda 100644 a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -176,7 +176,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS "-pthread -fno-strict-aliasin - install( TARGETS tint2 DESTINATION bin ) - install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps ) - install( FILES tint2.desktop DESTINATION ${DATADIR}/applications ) --install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" ) - install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 ) - install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 ) - install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} ) -diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt -index e8c6db38fe20..f844c24371e7 100644 a/src/tint2conf/CMakeLists.txt -+++ b/src/tint2conf/CMakeLists.txt -@@ -71,4 +71,3 @@ add_subdirectory(po) - install( TARGETS tint2conf DESTINATION bin ) - install( FILES tint2conf.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps ) - install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications ) --install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )
[gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/files/
commit: b3b568163f74a14e7967589456a7ddf7b8e2d639 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Sep 5 16:29:22 2017 + Commit: Amy Liffey gentoo org> CommitDate: Tue Sep 5 18:15:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b56816 media-libs/opencv: remove unused patches .../files/opencv-2.4.12-git-autodetect.patch | 57 .../files/opencv-3.1.0-gentooify-python.patch | 101 - 2 files changed, 158 deletions(-) diff --git a/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch b/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch deleted file mode 100644 index 8d6fcaf681f..000 --- a/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch +++ /dev/null @@ -1,57 +0,0 @@ a/CMakeLists.txt 2016-04-07 14:44:17.461912634 +0200 -+++ b/CMakeLists.txt 2016-04-07 14:45:10.674910396 +0200 -@@ -388,32 +388,32 @@ - # - - # don't use FindGit because it requires CMake 2.8.2 --set(git_names git eg) # eg = easy git -+#set(git_names git eg) # eg = easy git - # Prefer .cmd variants on Windows unless running in a Makefile in the MSYS shell --if(CMAKE_HOST_WIN32) -- if(NOT CMAKE_GENERATOR MATCHES "MSYS") --set(git_names git.cmd git eg.cmd eg) -- endif() --endif() -+#if(CMAKE_HOST_WIN32) -+# if(NOT CMAKE_GENERATOR MATCHES "MSYS") -+#set(git_names git.cmd git eg.cmd eg) -+# endif() -+#endif() - --find_host_program(GIT_EXECUTABLE NAMES ${git_names} PATH_SUFFIXES Git/cmd Git/bin DOC "git command line client") --mark_as_advanced(GIT_EXECUTABLE) -+#find_host_program(GIT_EXECUTABLE NAMES ${git_names} PATH_SUFFIXES Git/cmd Git/bin DOC "git command line client") -+#mark_as_advanced(GIT_EXECUTABLE) - --if(GIT_EXECUTABLE) -- execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always --dirty --match "2.[0-9].[0-9]*" --WORKING_DIRECTORY "${OpenCV_SOURCE_DIR}" --OUTPUT_VARIABLE OPENCV_VCSVERSION --RESULT_VARIABLE GIT_RESULT --ERROR_QUIET --OUTPUT_STRIP_TRAILING_WHITESPACE -- ) -- if(NOT GIT_RESULT EQUAL 0) --set(OPENCV_VCSVERSION "unknown") -- endif() --else() -+#if(GIT_EXECUTABLE) -+# execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always --dirty --match "2.[0-9].[0-9]*" -+#WORKING_DIRECTORY "${OpenCV_SOURCE_DIR}" -+#OUTPUT_VARIABLE OPENCV_VCSVERSION -+#RESULT_VARIABLE GIT_RESULT -+#ERROR_QUIET -+#OUTPUT_STRIP_TRAILING_WHITESPACE -+# ) -+# if(NOT GIT_RESULT EQUAL 0) -+#set(OPENCV_VCSVERSION "unknown") -+# endif() -+#else() - # We don't have git: -- set(OPENCV_VCSVERSION "unknown") --endif() -+# set(OPENCV_VCSVERSION "unknown") -+#endif() - - - # diff --git a/media-libs/opencv/files/opencv-3.1.0-gentooify-python.patch b/media-libs/opencv/files/opencv-3.1.0-gentooify-python.patch deleted file mode 100644 index 7bb01b455f0..000 --- a/media-libs/opencv/files/opencv-3.1.0-gentooify-python.patch +++ /dev/null @@ -1,101 +0,0 @@ -diff -purN a/cmake/OpenCVDetectGentooPython.cmake b/cmake/OpenCVDetectGentooPython.cmake a/cmake/OpenCVDetectGentooPython.cmake 1970-01-01 01:00:00.0 +0100 -+++ b/cmake/OpenCVDetectGentooPython.cmake 2016-06-09 10:21:09.236148446 +0100 -@@ -0,0 +1,77 @@ -+# Find specified Python version -+# Arguments: -+# found (variable): Set if interpreter found -+# executable (variable): Output of executable found -+# version_string (variable): Output of found version -+# version_major (variable): Output of found major version -+# version_minor (variable): Output of found minor version -+# libs_found (variable): Set if libs found -+# libs_version_string (variable): Output of found libs version -+# libraries (variable): Output of found Python libraries -+# library (variable): Output of found Python library -+# debug_libraries (variable): Output of found Python debug libraries -+# debug_library (variable): Output of found Python debug library -+# include_path (variable): Output of found Python include path -+# include_dir (variable): Output of found Python include dir -+# include_dir2 (variable): Output of found Python include dir2 -+# packages_path (variable): Output of found Python packages path -+# numpy_include_dirs (variable): Output of found Python Numpy include dirs -+function(find_python found executable version_string version_major version_minor -+ libs_found libs_version_string libraries library debug_libraries -+ debug_library include_path include_dir include_dir2 packages_path -+ numpy_include_dirs) -+ -+ set(${found} "TRUE" PARENT_SCOPE) -+ set(${executable} "${GENTOO_PYTHON_EXECUTABLE}" CACHE FILEPATH "Path to Python interpretor") -+ set(${version_string} "${GENTOO_PYTHON_MAJOR}.${GENTOO_PYTHON_MINOR}" PARENT_SCOPE) -+
[gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/
commit: 9e0ba9394f263cb8201c48d4a52157b00fe5a795 Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Sep 5 17:15:18 2017 + Commit: Aaron Swenson gentoo org> CommitDate: Tue Sep 5 17:15:18 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0ba939 app-portage/eclass-manpages: Snapshot bump 20170905 New snapshot bump (20170905) including the most recent change in postres{,-multi}.eclass doc changes. Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-portage/eclass-manpages/Manifest | 1 + .../eclass-manpages-20170905.ebuild| 34 ++ 2 files changed, 35 insertions(+) diff --git a/app-portage/eclass-manpages/Manifest b/app-portage/eclass-manpages/Manifest index 9c254df8598..0d04210e30b 100644 --- a/app-portage/eclass-manpages/Manifest +++ b/app-portage/eclass-manpages/Manifest @@ -2,3 +2,4 @@ DIST eclass-manpages-20170321.tar.xz 459596 SHA256 47aaef9603822bf0a5e7f738b4f35 DIST eclass-manpages-20170428.tar.xz 457936 SHA256 f1138d403ede694409c5cd584d1b7c1cd596e8714f092a84312cf19837240af6 SHA512 15f21b13aa66eb7fa9a02bcd4e33ec5f9eba9a82412184ba821ccfdccaa1e34d8161464ae9db939bc3e7df661eda45755efa4a465883c4577b406ca712aa2e01 WHIRLPOOL 10f688309fc299189b315b25a7f528b38b5bb5d8f35785d4d3dd0af46d2f7fcf7dd14bad693a57a9c0262c95412a5edf44d7ad1ca729df71cc7a12b005edf643 DIST eclass-manpages-20170521.tar.xz 455584 SHA256 34063a43d913b5311596bf601c02f2cd0fd98d75dd6584fa95289bd7f8a2cbe6 SHA512 0f91eaf3066a8208fd02c256927ea5e8b2d488642f37573bedf8284afef49d7c4951144687fda29146cf27af05cc29efbea0a41462e0d59fc94cae3e9e70870e WHIRLPOOL 52846eb282307a56b662166dd4c26db4b09089fb4f8d8654aeccb4a94579b1495b7b196efee3bb4496b4895ca113f2e87d79aaab698c8c9977bf496172e3c156 DIST eclass-manpages-20170712.tar.xz 456832 SHA256 aac17f7efec309db108c34fb511dcb0ebdee0d5dbcf94fa36ca3317afe5669bd SHA512 a64c97683fa796d6122b722dfe065447ebd106c2974a7f3c4ea67743429efa43082979febdfd5a3676635b745cec02420771d1b2ce401c7100867aef9bd9de0b WHIRLPOOL 212bdc3b6bb29b17765e557e4540ed8fed678a42d8a4678661ee13f59b0a7282be2439a4078ff1b0af8db8cba33dfb0446adac6b632bba5f8e2d50cc8c10e9ac +DIST eclass-manpages-20170905.tar.xz 453248 SHA256 bcf4204dcb8c6c3f29d81d4be94638781d7712b32246bece036fa0445db295b0 SHA512 a6e8732f7a06e3a7bfd009a25d91f7f3c6721283c0265361029ee25cdaa20198a7b273e5825d7ac3f66c7ccfa7eea20c2c3ff23dc08bab22a32c2325a413e6b5 WHIRLPOOL c3b7d5b80539c8ac0393d33ba9d96ce12d7894981669b8e67e55a3c8985af5474d0fea53dfb3620cc6788dd43e9c88095758f51cdc5e84fa67c9e84a4c43afc7 diff --git a/app-portage/eclass-manpages/eclass-manpages-20170905.ebuild b/app-portage/eclass-manpages/eclass-manpages-20170905.ebuild new file mode 100644 index 000..4326190bb52 --- /dev/null +++ b/app-portage/eclass-manpages/eclass-manpages-20170905.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +DESCRIPTION="collection of Gentoo eclass manpages" +HOMEPAGE="https://www.gentoo.org/; +SRC_URI="https://dev.gentoo.org/~titanofold/dist/${P}.tar.xz; + +LICENSE="GPL-2" +SLOT="0" +# Keep the keywords stabled. No need to change to ~arch. +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +IUSE="" + +DEPEND="app-arch/xz-utils" + +# How to create a snapshot and upload it to your dev-space: +# +# mkdir eclass-manpages-$(date +%Y%m%d) +# cp "$(portageq get_repo_path / gentoo)"/eclass/*.eclass eclass-manpages-$(date +%Y%m%d)/ +# tar -cf eclass-manpages-$(date +%Y%m%d).tar eclass-manpages-$(date +%Y%m%d) +# xz -9e eclass-manpages-$(date +%Y%m%d).tar +# scp eclass-manpages-$(date +%Y%m%d).tar.xz dev.gentoo.org:public_html/dist/ +# +# Then copy the ebuild and update your name in SRC_URI ;-). + +src_compile() { + env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die +} + +src_install() { + doman *.5 +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/abi-dumper/
commit: 451d0a8843c8153bbe7c2ba9f9216cd0fc4c268c Author: Michał Górny gentoo org> AuthorDate: Mon Sep 4 18:57:45 2017 + Commit: Michał Górny gentoo org> CommitDate: Tue Sep 5 17:13:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451d0a88 dev-util/abi-dumper: Bump to 1.1 dev-util/abi-dumper/Manifest | 1 + dev-util/abi-dumper/abi-dumper-1.1.ebuild | 27 +++ 2 files changed, 28 insertions(+) diff --git a/dev-util/abi-dumper/Manifest b/dev-util/abi-dumper/Manifest index 2b7a6aabbb2..41f2dd5d2c0 100644 --- a/dev-util/abi-dumper/Manifest +++ b/dev-util/abi-dumper/Manifest @@ -1,2 +1,3 @@ DIST abi-dumper-0.99.15.tar.gz 40265 SHA256 37d79ad151ac0bfbd25c1280b31f9521b72bc874129cd9cb182dc1fb488a39e0 SHA512 695462c8972e7f5abcf3415652ef6bb52d9770ae5fc21aceb44b0eaadc087f23d6c1cd92d6e29961141cfa863b0bad7944cee826df2aa8c83f3be7e42d098e61 WHIRLPOOL 387a8bac36d447207483621d332abb2cee683725f9c4766439cf1e27a44e8914f1abab6b9e6cc4839c2dd2a3ba75bdb65b8dd54ecdd9902888d47f1152a9d6ba DIST abi-dumper-0.99.19.tar.gz 44380 SHA256 6bbc35795839a04523d9e7bdb07806b9a661e17d8be0e755c99e4235805d4528 SHA512 4afbaf1b15e61d67f25849ace34074fb21f09165cef04f2a554c8d0c6930912cd890384ce3949f6aeee60cddf6b100b5bbc34f8b21f1e5d611fb31c06849040b WHIRLPOOL 121fba37c6130a7b54858cfb1ecc022aea5257a43c5d3f0a5572e2df2d15d885efeb1b51736ef54c806cc8839b0bbff733bd07bef946b7aa30751de1eba9eee8 +DIST abi-dumper-1.1.tar.gz 49012 SHA256 ef63201368e0d76a29d2f7aed98c488f6fb71898126762d65baed1e762988083 SHA512 28b791de74dafd0b3d78314c1c722d03bfeb0daa5cb702def9268e4c64f49c79b4fd92d4adf89a20f79c745ef70bc18d2b1143fbe0c7ad192b2f64cb1551b371 WHIRLPOOL ae157354c066431f5aeaa86b6f4a8f427260a70bc39fa5da47b80f81381e4b17a7c423ec0cba2240feb752ba33f4ee56d3943ffa3540df69f7a906389cd38226 diff --git a/dev-util/abi-dumper/abi-dumper-1.1.ebuild b/dev-util/abi-dumper/abi-dumper-1.1.ebuild new file mode 100644 index 000..fcf03f1cc2b --- /dev/null +++ b/dev-util/abi-dumper/abi-dumper-1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Dump ABI of an ELF object containing DWARF debug info" +HOMEPAGE="https://github.com/lvc/abi-dumper; +SRC_URI="https://github.com/lvc/abi-dumper/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + dev-libs/elfutils + dev-util/vtable-dumper" + +src_compile() { + : +} + +src_install() { + dodir /usr + perl Makefile.pl -install -prefix "${EPREFIX}/usr" -destdir "${D}" || die + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/
commit: aff05fd84af1603e9de69a9e8597b690408d814e Author: Michał Górny gentoo org> AuthorDate: Tue Sep 5 17:06:25 2017 + Commit: Michał Górny gentoo org> CommitDate: Tue Sep 5 17:13:11 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff05fd8 xfce-base/xfconf: Drop old interim version xfce-base/xfconf/Manifest | 1 - xfce-base/xfconf/xfconf-4.13.3.ebuild | 73 --- 2 files changed, 74 deletions(-) diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest index 38d70432c9c..e96a015bb7e 100644 --- a/xfce-base/xfconf/Manifest +++ b/xfce-base/xfconf/Manifest @@ -1,4 +1,3 @@ DIST xfconf-4.12.0.tar.bz2 542544 SHA256 9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56 WHIRLPOOL 73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16 DIST xfconf-4.12.1.tar.bz2 564131 SHA256 35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f WHIRLPOOL 17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1 -DIST xfconf-4.13.3.tar.bz2 597311 SHA256 842416258d87f24b8e2b72ddf3cb1385d0c73c982e66b18d2b2e7cb8123f98c8 SHA512 d8b53f1785947c4c47de65fe7e43062a771b6a256e598eb09fee4be975c6ccf70446d922e2d50b52c68747603012b41ef69428f286ae8d2c0768f9e6ff8aee55 WHIRLPOOL 199af60c94a44b8350f922b2fb5e3325cf718d09ad80cd882e13b6879c673876a2b3b7d2ca860f28a8007255f042b4bb6a7d4559ea6df98e7b0e1fc348bdbf43 DIST xfconf-4.13.4.tar.bz2 598700 SHA256 4808997894ad9b6bcd39b0e8c609129e60d204c038d4edc4e9b8c55ea2d094c9 SHA512 17c4c2ff4b02eef2d3040c21120e34863e4b38794d7670e42a31e4062a0ba0d4064d4239e8166a2c05d5d316773fdc96ae6098e78ab9b058b9c5a31f94c7f3dc WHIRLPOOL 9f9c6db0a28bcc7a9a7c710335f2a1361d10d0b6eec1a61aebcecc4597362537280654289176a8b7abbd9ac9ead9a670f4cadd8c2a551ef4891262194b64ca3d diff --git a/xfce-base/xfconf/xfconf-4.13.3.ebuild b/xfce-base/xfconf/xfconf-4.13.3.ebuild deleted file mode 100644 index eff57ca4550..000 --- a/xfce-base/xfconf/xfconf-4.13.3.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit virtualx xdg-utils - -DESCRIPTION="A configuration management system for Xfce" -HOMEPAGE="https://www.xfce.org/projects/; -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="debug perl" - -RDEPEND=">=dev-libs/glib-2.30:= - >=xfce-base/libxfce4util-4.10:= - perl? ( - dev-lang/perl:=[-build(-)] - dev-perl/glib-perl - ) - !
[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/
commit: 9e2f3e279d7b77e29b839804ba5c3ddbbe06d24c Author: Michał Górny gentoo org> AuthorDate: Tue Sep 5 17:09:32 2017 + Commit: Michał Górny gentoo org> CommitDate: Tue Sep 5 17:13:11 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2f3e27 xfce-base/xfconf: Run tests with -j1 due to race condition Bug: https://bugzilla.xfce.org/show_bug.cgi?id=13840 Closes: https://bugs.gentoo.org/629960 xfce-base/xfconf/xfconf-4.13.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce-base/xfconf/xfconf-4.13.4.ebuild b/xfce-base/xfconf/xfconf-4.13.4.ebuild index eff57ca4550..d82d16a974d 100644 --- a/xfce-base/xfconf/xfconf-4.13.4.ebuild +++ b/xfce-base/xfconf/xfconf-4.13.4.ebuild @@ -52,7 +52,8 @@ my_test() { eval "${out}" local ret=0 - nonfatal emake check || ret=1 + # https://bugzilla.xfce.org/show_bug.cgi?id=13840 + nonfatal emake -j1 check || ret=1 kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd" return "${ret}"
[gentoo-commits] repo/gentoo:master commit in: dev-util/vtable-dumper/
commit: 98aa5f6ce5500655034ccfeec5d1c1ac15d894c8 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 4 18:58:20 2017 + Commit: Michał Górny gentoo org> CommitDate: Tue Sep 5 17:13:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98aa5f6c dev-util/vtable-dumper: Add myself as co-maint dev-util/vtable-dumper/metadata.xml | 4 1 file changed, 4 insertions(+) diff --git a/dev-util/vtable-dumper/metadata.xml b/dev-util/vtable-dumper/metadata.xml index 4f51e6449d5..fac2ebc4930 100644 --- a/dev-util/vtable-dumper/metadata.xml +++ b/dev-util/vtable-dumper/metadata.xml @@ -5,6 +5,10 @@ flop...@gentoo.org Mike Gilbert + + mgo...@gentoo.org + Michał Górny + lvc/vtable-dumper
[gentoo-commits] repo/gentoo:master commit in: dev-util/abi-dumper/
commit: 7a09026c60e367856a2e33d752554163fafd3a7f Author: Michał Górny gentoo org> AuthorDate: Mon Sep 4 18:53:36 2017 + Commit: Michał Górny gentoo org> CommitDate: Tue Sep 5 17:13:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a09026c dev-util/abi-dumper: Add myself as co-maint dev-util/abi-dumper/metadata.xml | 4 1 file changed, 4 insertions(+) diff --git a/dev-util/abi-dumper/metadata.xml b/dev-util/abi-dumper/metadata.xml index 3e54363682c..410510d0f02 100644 --- a/dev-util/abi-dumper/metadata.xml +++ b/dev-util/abi-dumper/metadata.xml @@ -5,6 +5,10 @@ flop...@gentoo.org Mike Gilbert + + mgo...@gentoo.org + Michał Górny + lvc/abi-dumper
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 2345402051e4b0c12cbc7b3a16fd20decbd0d4b3 Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Sep 5 16:59:44 2017 + Commit: Aaron Swenson gentoo org> CommitDate: Tue Sep 5 16:59:44 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23454020 postgres{,-multi}.eclass: Improvements and bug fix Improve documentation comments to eliminate warnings and make the resulting man pages look better. Use a simple sort instead of the external sort program because calling external commands during metadata regen is forbidden by PMS and breaks new secure cache regen. Gentoo-Bug: 629226 eclass/postgres-multi.eclass | 32 +++ eclass/postgres.eclass | 61 +++- 2 files changed, 59 insertions(+), 34 deletions(-) diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 5d40a0e7c8b..39f0837a868 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -27,7 +27,11 @@ esac # @DESCRIPTION: # A Bash array containing a list of compatible PostgreSQL slots as # defined by the developer. Must be declared before inheriting this -# eclass. Example: POSTGRES_COMPAT=( 9.4 9.{5,6} ) +# eclass. Example: +#@CODE +#POSTGRES_COMPAT=( 9.2 9.3 9.4 9.5 9.6 10 ) +#POSTGRES_COMPAT=( 9.{2,3} 9.{4..6} 10 ) # Same as previous +#@CODE if ! declare -p POSTGRES_COMPAT &>/dev/null; then die 'Required variable POSTGRES_COMPAT not declared.' fi @@ -40,8 +44,8 @@ fi export _POSTGRES_INTERSECT_SLOTS=( ) # @FUNCTION: _postgres-multi_multibuild_wrapper +# @USAGE: [arg ...] # @INTERNAL -# @USAGE: _postgres-multi_multibuild_wrapper [ ...] # @DESCRIPTION: # For the given variant, set the values of the PG_SLOT, PG_CONFIG, and # PKG_CONFIG_PATH environment variables accordingly and replace any @@ -62,16 +66,16 @@ _postgres-multi_multibuild_wrapper() { } # @FUNCTION: postgres-multi_foreach -# @USAGE: postgres-multi_foreach [ ...] +# @USAGE: [arg ...] # @DESCRIPTION: # Run the given command in the package's build directory for each # PostgreSQL slot in the intersect of POSTGRES_TARGETS and -# POSTGRES_COMPAT and user-enabled slots. The PG_CONFIG and -# PKG_CONFIG_PATH environment variables are updated on each iteration to -# point to the matching pg_config command and pkg-config metadata files, -# respectively, for the current slot. Any appearance of @PG_SLOT@ in the -# command or arguments will be substituted with the slot (e.g., 9.5) of -# the current iteration. +# POSTGRES_COMPAT. The PG_CONFIG and PKG_CONFIG_PATH environment +# variables are updated on each iteration to point to the matching +# pg_config command and pkg-config metadata files, respectively, for the +# current slot. Any appearance of @PG_SLOT@ in the command or arguments +# will be substituted with the slot (e.g., 9.5) of the current +# iteration. postgres-multi_foreach() { local MULTIBUILD_VARIANTS=("${_POSTGRES_INTERSECT_SLOTS[@]}") @@ -80,7 +84,7 @@ postgres-multi_foreach() { } # @FUNCTION: postgres-multi_forbest -# @USAGE: postgres-multi_forbest [ ...] +# @USAGE: [arg ...] # @DESCRIPTION: # Run the given command in the package's build directory for the highest # slot in the intersect of POSTGRES_COMPAT and POSTGRES_TARGETS. The @@ -98,14 +102,14 @@ postgres-multi_forbest() { } # @FUNCTION: postgres-multi_pkg_setup -# @USAGE: postgres-multi_pkg_setup # @DESCRIPTION: # Initialize internal environment variable(s). This is required if # pkg_setup() is declared in the ebuild. postgres-multi_pkg_setup() { local user_slot - for user_slot in "${POSTGRES_COMPAT[@]}"; do + # _POSTGRES_COMPAT is created in postgres.eclass + for user_slot in "${_POSTGRES_COMPAT[@]}"; do use "postgres_targets_postgres${user_slot/\./_}" && \ _POSTGRES_INTERSECT_SLOTS+=( "${user_slot}" ) done @@ -118,7 +122,6 @@ postgres-multi_pkg_setup() { } # @FUNCTION: postgres-multi_src_prepare -# @USAGE: postgres-multi_src_prepare # @DESCRIPTION: # Calls eapply_user then copies ${S} into a build directory for each # intersect of POSTGRES_TARGETS and POSTGRES_COMPAT. @@ -151,7 +154,6 @@ postgres-multi_src_prepare() { } # @FUNCTION: postgres-multi_src_compile -# @USAGE: postgres-multi_src_compile # @DESCRIPTION: # Runs `emake' in each build directory postgres-multi_src_compile() { @@ -159,7 +161,6 @@ postgres-multi_src_compile() { } # @FUNCTION: postgres-multi_src_install -# @USAGE: postgres-multi_src_install # @DESCRIPTION: # Runs `emake install DESTDIR="${D}"' in each build directory. postgres-multi_src_install() { @@ -167,7 +168,6 @@ postgres-multi_src_install() { } # @FUNCTION: postgres-multi_src_test -# @USAGE: postgres-multi_src_test # @DESCRIPTION: # Runs `emake installcheck' in each build directory. postgres-multi_src_test() { diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index
[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/
commit: e4edc7bc232ba2f0c722e7077ce79a994237901c Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Sep 5 16:50:22 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Sep 5 16:50:22 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4edc7bc www-servers/nginx: Bump to v1.13.5 mainline Ebuild changes: === - fancyindex module bumped to v0.4.2 Package-Manager: Portage-2.3.8, Repoman-2.3.3 www-servers/nginx/Manifest|2 + www-servers/nginx/nginx-1.13.5.ebuild | 1000 + 2 files changed, 1002 insertions(+) diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest index 2e2fa264bb0..965537cde43 100644 --- a/www-servers/nginx/Manifest +++ b/www-servers/nginx/Manifest @@ -3,6 +3,7 @@ DIST modsecurity-2.9.2.tar.gz 4298993 SHA256 41a8f73476ec891f3a9e8736b98b64ea5c2 DIST nginx-1.12.1.tar.gz 981093 SHA256 8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb SHA512 3a2ad2a559b366dda92dd58c0fe40ee84dd60a3eaf72071454110e032c3e9a03f2a63b28fe3a615b527950521eeb533c687a2cc4c87524e1d8f3a0a5f043fdb6 WHIRLPOOL 17e91044636839f0c8c476879227f2de1633679199787157e5ed47c306dcb9597646c5be96957d51e38d96ddbb0346ec9f72b87c37023e19e572fa404ef0fd1f DIST nginx-1.13.3.tar.gz 985931 SHA256 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72 SHA512 4a8924b1edd0b8476437680ea548a0bc983d360e73f2d5797f60cebc3ef7d6fb64e56b6aaf5a4fc1707d24519dc70d466a7bf1d336c463651928d65c2f7b5380 WHIRLPOOL 9cb1f77a60945d9c1df6e2589116406f31939882131759d3aa95b25edfe86bc5fe712a517a3b0f77a5fca2b3706884984b90e293a4e791faa824bbf0e964518e DIST nginx-1.13.4.tar.gz 988415 SHA256 de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba SHA512 068f59f0dfe68a9a20a141bf5416551bc758fe50a38b2576f0e1c9df2ec674c7348b151f3ce80b614ac20610bc85374be7cef69f95b925f4fde351716c1da740 WHIRLPOOL 333cf2542fef05a0709259e6c8ea363a2eaaade00e1e1f0f50df081af023826d452b7b5fd3e826a63cad1753949f469424723b0a9731a34418c06517e14d6f3a +DIST nginx-1.13.5.tar.gz 988821 SHA256 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e SHA512 ffd0406a75a35da427522f58c9b710cde86acb1ebf48f4e6b7f6a44e04ccd83950fedc6dceed9e2ab5132e06559f3bf45935d5011fc436e7c2efd46ac1e86459 WHIRLPOOL 94703bff57b0c701709974748f07ba444143707ecfb98beb9ca0d30d66913cde07725f3ae82a44d5585709c35b0ff600eccab37f0b5df904b67cee8e2085207d DIST nginx-auth-ldap-49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz 17159 SHA256 3c11c32f05da04f1a4647dc4e35dd8d8aeacd5a2e763ba349feba3dba8663132 SHA512 323abd0ca8e90f5afcaf81a8ff1a8abe3dfcbff3d69f0dd4a1c005fe6436acbf3076c4c57a4df877b3d8e388cbea085d46301bb2df9c0752e2567817ff7cca92 WHIRLPOOL ad65e8182b2634db5fa06055ef7d91c7d8aabd0fa986d8402a4845977354d6edb329621b6f9f96c90ce2d158cff20e42ae50fba06a088a84de3e3f414205dbc2 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 SHA256 6f9102321d8c68df6d67e9bde145a8de3f45f99f6cb47c08735a86f003234d31 SHA512 6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529 WHIRLPOOL 38abe56e177e22dad68ac7d6570425ecd763d2e891627a75156a6f39bd7edc54f664c3d2f638e1ea57c743dadc6a8c9889be087abbdb4c98b5641c299f7fbc07 DIST ngx_devel_kit-0.3.0-r1.tar.gz 66455 SHA256 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 SHA512 558764c9be913a4f61d0e277d07bf3c272e1ce086b3fadb85b693a7e92805cd9fca4da7a8d29c96e53fc0d23b331327d3b2561ff61f19d2330e7d5d35ac7d614 WHIRLPOOL 5f6ed4e6850d2ce7e8c65e0570a7e2c74a1fe360e167644ed405fff682ab178b09c722c99c1df9af552fb816219b9fc04dcdf638b3e4af68c688434cdb33aa59 @@ -13,6 +14,7 @@ DIST ngx_http_dav_ext-0.1.0.tar.gz 6614 SHA256 6b004eed8ea16ad8de4d304027bf0413c DIST ngx_http_echo-0.60.tar.gz 52771 SHA256 1077da2229ac7d0a0215e9e6817e297c10697e095010d88f1adbd1add1ce9f4e SHA512 c455bee73cebd0752449472452d15614b9587ddd199263d366484ede890c4d108eacbbeaef31adc9dc7732b56ef2bfc73c0fef3366366db03a8ec3fdc27a985c WHIRLPOOL 8938ac18aae74a5c4806ff3611c243c9bee108ef93fef7b0da284040c2ec2d9a57cb3cad9e3719cb795bbb063176d7afe81b7288ebacf5096d26b16e5ef34da6 DIST ngx_http_echo-0.61.tar.gz 53155 SHA256 2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa SHA512 c90b81a4e85a8e9beeb5ff591dc91adb25fa4e0b6cb47086b577e5fa36db2368442dd011187675e358781956c364b949bc4d920ca2b534481b21c9987d2a9a3b WHIRLPOOL 66c4103ce093afb15cd3ec8c53ba52f8db0f10837084448cbc080618c3882f5441491ba60a74831012433a0e4286d8ae66187e33cac3d1b715e58694fddfc84e DIST ngx_http_fancyindex-0.4.1.tar.gz 21130 SHA256 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71 SHA512 ce0043ad4a2b638c5d99244d6caaa65ad142cea78884084a9aeca5a9593c68dbe508c9e4dd85dc5722eb63ef386612bffc48d4b6fc1487df244fbcb7a73bffe1 WHIRLPOOL 4a885afbadf64bbd25df6580a099472ae48836d9dddfe1dee6ac6a6f97bfb0cf7120ff10dd69fceca7085fab590bec3a4b4b5be5644f2352375316885ddc3cac +DIST ngx_http_fancyindex-0.4.2.tar.gz
[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/, net-firewall/shorewall/files/
commit: 8a57df128a3a2e833aa8fcb40f2cc5072b50c217 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Sep 5 16:43:30 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Sep 5 16:43:30 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a57df12 net-firewall/shorewall: Cleanup old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-firewall/shorewall/Manifest| 28 -- net-firewall/shorewall/files/shorewallrc | 23 -- .../shorewall/shorewall-5.0.15.6-r1.ebuild | 452 net-firewall/shorewall/shorewall-5.1.4.4.ebuild| 456 - net-firewall/shorewall/shorewall-5.1.5.1.ebuild| 456 - net-firewall/shorewall/shorewall-5.1.5.ebuild | 456 - 6 files changed, 1871 deletions(-) diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index 58c612f2e7e..7c2eb82467b 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,42 +1,14 @@ -DIST shorewall-5.0.15.6.tar.bz2 525827 SHA256 17ae4613eac68a62d4cd520af8c63b54b36ae79aac4e22fc57c74929a968ef46 SHA512 d1665a30a9b1273e3cfdb7e8001a679beb3d09e75e8fd21caadcd528d3912cceca5525c6ef7c8191865e8e62d1abaa894480a403cc2e8ef6545301ca36f83b32 WHIRLPOOL 1e2e613de27e6caf449b8f3127526dc68971d08693b7235a7f504abc8cf2afcdda244f910b726e37e2554080830f13eb197424995a0a5155b73d5c538042ce5d -DIST shorewall-5.1.4.4.tar.bz2 511611 SHA256 fe71c2a2efdc45b594ecc097115322c2203fe31b3098efa4023eff429ff2c55f SHA512 14c7a8cb750b37b72adba28ae00619d4e27fdc73801f1462705754ddbb47727d60425021018bdefdef6c373f2310a774569a88728125e52fd59cf10d94ee4aea WHIRLPOOL 0ef8b315f577c4c8612ad5f842dc8b5e3f4248445cda56136f733fc78d8217d6b5607ff9ed17d43cdd81109b3e493b640ce7bf7e9d33750eaff1cd0effac5c37 -DIST shorewall-5.1.5.1.tar.bz2 519694 SHA256 ef07733c45cbdde4a11b9ce1895f1aeeb36e69146282b8b943f6eda438694a8a SHA512 ab2f8a55c6f03cb4834c5914d77cdfa19cba30e23160533c423cf8f1425b5929df379ed12fee5630e52f2b869bc2788bffdd2ef3c5937c2e8139ec311817 WHIRLPOOL 7b9dd3ec05f84faae2e9760afb1c70371655bc12c9479603836a8a5fed3c3979ec23421eba1117aaa51fedffb806eca7bcb82e8f615c88e56cd63ee80d405f7f DIST shorewall-5.1.5.2.tar.bz2 520374 SHA256 ca33a7bc9c590638575edb8a530b76a9b0bd844877bef7df7c23646e839e137b SHA512 aed35f0a00944d70bb2bdab195f151e3770e73dabe07a59c1b6dd7fce5147866c73d44325df9ded475c37b258cf7c31c8d1348c58476fadd5b98217b7f0b3888 WHIRLPOOL ac0489f4ec152ff57a6da6be2c86b0fe45281ad9bb09e3fd53aba11b94252bb44ec5a71f069e2541b5c4912922fcfbbbce6004804c395e17929c78465a0cd102 -DIST shorewall-5.1.5.tar.bz2 519297 SHA256 8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899 SHA512 54c02d34f3d79aa210ca18c99de5f51dc404b1104f0456dfc12d0917bcabb4bf76bd6ff98ba78ee36a7e35adfcc37c6bbe9d0c878a96f4380b0ab5b3e59946b6 WHIRLPOOL 9825cf31b1144cc1c47d7e6a6b1a75c3a897db122d2fd49039ac75a57db5aabc5575e4f838b3fe32247d83983ef20d124db4ff7f4e3efc3484ec83937bf6ae4b DIST shorewall-5.1.6.1.tar.bz2 522476 SHA256 90702872726c30434ef87c19be1742ae5f04b4e0b1f9ee7761810b618b38a05e SHA512 604ee6150add87a5c121e863ec3d65f454b6ae1724236c80c08e2ce3365512966126f9d28d07c7e6a273d5626e02e5625015f91f6a7166b830f6ccb667f731ba WHIRLPOOL f0e70c3949e9f9b59a5f5a19ee1023ecc6dc2ece2e420245f67fa2d7197939bc1197402366d8a560d7e29231accd5ea1456a005df30c7deaa82f25e01375ff2a -DIST shorewall-core-5.0.15.6.tar.bz2 65272 SHA256 6b1c461494922f207397ce2d9ed12b0a105d82ee3528a02a4448bc6c028623b8 SHA512 5e33ef55c4ca43a5c49747d5b3f40c9f43b0696e7084a6db56df73810551d216bd313860eb5354f50b1f9849c4d332f665e3f4832ff1cf3a9542bb6a43a73119 WHIRLPOOL 1b66e763e0d37b78b0343c8ad4964d46459347114bbebfeb965af075d73bbf71a8c695310f051f4160e5dd1cc7033e32545a5404538acce7d0452aa1618af4cd -DIST shorewall-core-5.1.4.4.tar.bz2 76206 SHA256 e5fddd7f25b717bce6cc3a9e50d72cb172335d113c58aaef4496004297db6a13 SHA512 24a9a0176d3b1c3dede7428393b9e04a37329053fff95f15102a04d97fb95b30a11c7e0d550a457a29b07291c9347c9b96969ea1b03b68858b3e022f29fd908a WHIRLPOOL 1ff57177c352bd828a0f113267ea154ff5288eb83caa556b07fe85784de896e227f89bae47e7eaaecb76f1a2dbd0fdc87c95f20f8706ef480504a2c5cba0ad2b -DIST shorewall-core-5.1.5.1.tar.bz2 77100 SHA256 8fe63431785ec1fa8c3ec5f9ba68647f4da9845168a84e410cf905804a6aae8a SHA512 9f3651b84be172c12e27f7b352b706ed397c767e5092a76c45f705a7c53b5650e69eb810b4d00be2a7f37e9dd43f20748ba54a8ff868e84dddf2b3b8c965 WHIRLPOOL 47eaf747e2ffa7a7f81a948860ce3a65fafc17806abe29e2848bec426fcc55b20d9d4b1714f1561b82a8bd1c20996bf5166874b1ad1402a3765cc347b715e90f DIST shorewall-core-5.1.5.2.tar.bz2 77435 SHA256 24ca9c2e506cadda1fcbf621b376db0ebb3f3802cecc53d1518753a9cb77d450 SHA512 d4e0ef22d288e6addc2ce41813f2bab56fa142893ea495ef59dd1a636995e2a71e88477c38cac1004f055a7333ab0db27a334ca586b88558d6b781966712bff2 WHIRLPOOL 526495ae9a13a2e0dfc6dc7fffec0a7f8dd1be111be35ff2356bcf403c12c7e76993c82b2cb5b76541fa613856b23a5499b86a7a72b52062e7a21bd3b61e9082
[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/
commit: e812edf1d64cf056536897886508e8874b1010d5 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Sep 5 16:41:39 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Sep 5 16:41:39 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e812edf1 net-firewall/shorewall: Bump to v5.1.6.1 Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-firewall/shorewall/Manifest | 7 + net-firewall/shorewall/shorewall-5.1.6.1.ebuild | 456 2 files changed, 463 insertions(+) diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index eb067694e90..58c612f2e7e 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -3,33 +3,40 @@ DIST shorewall-5.1.4.4.tar.bz2 511611 SHA256 fe71c2a2efdc45b594ecc097115322c2203 DIST shorewall-5.1.5.1.tar.bz2 519694 SHA256 ef07733c45cbdde4a11b9ce1895f1aeeb36e69146282b8b943f6eda438694a8a SHA512 ab2f8a55c6f03cb4834c5914d77cdfa19cba30e23160533c423cf8f1425b5929df379ed12fee5630e52f2b869bc2788bffdd2ef3c5937c2e8139ec311817 WHIRLPOOL 7b9dd3ec05f84faae2e9760afb1c70371655bc12c9479603836a8a5fed3c3979ec23421eba1117aaa51fedffb806eca7bcb82e8f615c88e56cd63ee80d405f7f DIST shorewall-5.1.5.2.tar.bz2 520374 SHA256 ca33a7bc9c590638575edb8a530b76a9b0bd844877bef7df7c23646e839e137b SHA512 aed35f0a00944d70bb2bdab195f151e3770e73dabe07a59c1b6dd7fce5147866c73d44325df9ded475c37b258cf7c31c8d1348c58476fadd5b98217b7f0b3888 WHIRLPOOL ac0489f4ec152ff57a6da6be2c86b0fe45281ad9bb09e3fd53aba11b94252bb44ec5a71f069e2541b5c4912922fcfbbbce6004804c395e17929c78465a0cd102 DIST shorewall-5.1.5.tar.bz2 519297 SHA256 8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899 SHA512 54c02d34f3d79aa210ca18c99de5f51dc404b1104f0456dfc12d0917bcabb4bf76bd6ff98ba78ee36a7e35adfcc37c6bbe9d0c878a96f4380b0ab5b3e59946b6 WHIRLPOOL 9825cf31b1144cc1c47d7e6a6b1a75c3a897db122d2fd49039ac75a57db5aabc5575e4f838b3fe32247d83983ef20d124db4ff7f4e3efc3484ec83937bf6ae4b +DIST shorewall-5.1.6.1.tar.bz2 522476 SHA256 90702872726c30434ef87c19be1742ae5f04b4e0b1f9ee7761810b618b38a05e SHA512 604ee6150add87a5c121e863ec3d65f454b6ae1724236c80c08e2ce3365512966126f9d28d07c7e6a273d5626e02e5625015f91f6a7166b830f6ccb667f731ba WHIRLPOOL f0e70c3949e9f9b59a5f5a19ee1023ecc6dc2ece2e420245f67fa2d7197939bc1197402366d8a560d7e29231accd5ea1456a005df30c7deaa82f25e01375ff2a DIST shorewall-core-5.0.15.6.tar.bz2 65272 SHA256 6b1c461494922f207397ce2d9ed12b0a105d82ee3528a02a4448bc6c028623b8 SHA512 5e33ef55c4ca43a5c49747d5b3f40c9f43b0696e7084a6db56df73810551d216bd313860eb5354f50b1f9849c4d332f665e3f4832ff1cf3a9542bb6a43a73119 WHIRLPOOL 1b66e763e0d37b78b0343c8ad4964d46459347114bbebfeb965af075d73bbf71a8c695310f051f4160e5dd1cc7033e32545a5404538acce7d0452aa1618af4cd DIST shorewall-core-5.1.4.4.tar.bz2 76206 SHA256 e5fddd7f25b717bce6cc3a9e50d72cb172335d113c58aaef4496004297db6a13 SHA512 24a9a0176d3b1c3dede7428393b9e04a37329053fff95f15102a04d97fb95b30a11c7e0d550a457a29b07291c9347c9b96969ea1b03b68858b3e022f29fd908a WHIRLPOOL 1ff57177c352bd828a0f113267ea154ff5288eb83caa556b07fe85784de896e227f89bae47e7eaaecb76f1a2dbd0fdc87c95f20f8706ef480504a2c5cba0ad2b DIST shorewall-core-5.1.5.1.tar.bz2 77100 SHA256 8fe63431785ec1fa8c3ec5f9ba68647f4da9845168a84e410cf905804a6aae8a SHA512 9f3651b84be172c12e27f7b352b706ed397c767e5092a76c45f705a7c53b5650e69eb810b4d00be2a7f37e9dd43f20748ba54a8ff868e84dddf2b3b8c965 WHIRLPOOL 47eaf747e2ffa7a7f81a948860ce3a65fafc17806abe29e2848bec426fcc55b20d9d4b1714f1561b82a8bd1c20996bf5166874b1ad1402a3765cc347b715e90f DIST shorewall-core-5.1.5.2.tar.bz2 77435 SHA256 24ca9c2e506cadda1fcbf621b376db0ebb3f3802cecc53d1518753a9cb77d450 SHA512 d4e0ef22d288e6addc2ce41813f2bab56fa142893ea495ef59dd1a636995e2a71e88477c38cac1004f055a7333ab0db27a334ca586b88558d6b781966712bff2 WHIRLPOOL 526495ae9a13a2e0dfc6dc7fffec0a7f8dd1be111be35ff2356bcf403c12c7e76993c82b2cb5b76541fa613856b23a5499b86a7a72b52062e7a21bd3b61e9082 DIST shorewall-core-5.1.5.tar.bz2 76964 SHA256 7ad44b91342538e10be438a2e2bfc987789191865ff57c61bb24e35bdb6b8301 SHA512 b9e18f853187d8e382fe1993d7094cc2ca4e982d12bf765c7a521f7d45fe002a5456816787d27107b38be3b9091f8fc20e3f6e0d5844593673677835ab09b571 WHIRLPOOL 22c253d442c1d2f8dc35ca86988104b9838154c55ddf3ef6fee518209cbca2cf14276817192ea330bad7026d56dab1c7e957e8ebfdef7b98c3ff17637bfc4f4c +DIST shorewall-core-5.1.6.1.tar.bz2 78891 SHA256 31b48d50ce9a6b256739679c03ea4c6c219149b34201e6637f0ed2ccc6dd3530 SHA512 090425813791bc78531a46c493a54cadc3ac6106963c87abb3c48f0863267f71bccad644209f2893f9f1ec06057595242f12fbd59312c7e8dd932f0c3bc29236 WHIRLPOOL c255fd892a299fe8ef56a923b4c8511df2cbc21ce8821f90257b2e9a1fd66a20ec2a5070365dc7a6b43e40c0b0645c845b122a67b4dbc6e71e8a9f1de919b13b DIST shorewall-docs-html-5.0.15.6.tar.bz2 4290931 SHA256 e6b253591fd9df7d00bf0bbcfd9c563f4248013119e13b22b34d947b244ce4e4 SHA512
[gentoo-commits] repo/gentoo:master commit in: app-cdr/burncdda/
commit: 89cdc9ba18a5f4361e163682cbe0bc518ec61dfc Author: Jonas Stein gentoo org> AuthorDate: Tue Sep 5 16:33:18 2017 + Commit: Jonas Stein gentoo org> CommitDate: Tue Sep 5 16:33:18 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cdc9ba app-cdr/burncdda: Update HOMEPAGE Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-cdr/burncdda/burncdda-1.8.0.ebuild | 2 +- app-cdr/burncdda/burncdda-1.8.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/burncdda/burncdda-1.8.0.ebuild b/app-cdr/burncdda/burncdda-1.8.0.ebuild index 333c6a97617..90748e017ed 100644 --- a/app-cdr/burncdda/burncdda-1.8.0.ebuild +++ b/app-cdr/burncdda/burncdda-1.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="Console app for copying burning audio cds" -HOMEPAGE="http://www.thenktor.homepage.t-online.de/burncdda; +HOMEPAGE="http://burncdda.sourceforge.net/; SRC_URI="http://www.thenktor.homepage.t-online.de/burncdda/download/${P}.tar.gz; LICENSE="GPL-2" diff --git a/app-cdr/burncdda/burncdda-1.8.3.ebuild b/app-cdr/burncdda/burncdda-1.8.3.ebuild index bd4c681f99c..552cbc13075 100644 --- a/app-cdr/burncdda/burncdda-1.8.3.ebuild +++ b/app-cdr/burncdda/burncdda-1.8.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="Console app for copying burning audio cds" -HOMEPAGE="http://www.thenktor.homepage.t-online.de/burncdda; +HOMEPAGE="http://burncdda.sourceforge.net/; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2"
[gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/
commit: bff9578a1607d924e2d978f024a73abcd941247c Author: Mike Gilbert gentoo org> AuthorDate: Tue Sep 5 16:07:07 2017 + Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 5 16:07:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff9578a dev-util/pkgconfig: update live ebuild Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17 dev-util/pkgconfig/pkgconfig-.ebuild | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/dev-util/pkgconfig/pkgconfig-.ebuild b/dev-util/pkgconfig/pkgconfig-.ebuild index 90e416b25b2..31f6de36737 100644 --- a/dev-util/pkgconfig/pkgconfig-.ebuild +++ b/dev-util/pkgconfig/pkgconfig-.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 # Do not inherit autotools in non-live ebuild - causes circular dependency, bug #550856 inherit eutils flag-o-matic libtool multilib multilib-minimal @@ -30,7 +30,8 @@ IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib" RDEPEND="!internal-glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] ) !dev-util/pkgconf[pkg-config] !dev-util/pkg-config-lite - !dev-util/pkgconfig-openbsd[pkg-config]" + !dev-util/pkgconfig-openbsd[pkg-config] + virtual/libintl" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} @@ -40,13 +41,21 @@ DOCS=( AUTHORS NEWS README ) src_prepare() { sed -i -e "s|^prefix=/usr\$|prefix=${EPREFIX}/usr|" check/simple.pc || die #434320 - epatch_user + eapply_user if [[ ${PV} == ** ]]; then eautoreconf else elibtoolize # Required for FreeMiNT wrt #333429 fi + + if [[ ${CHOST} == *-solaris* ]] ; then + # fix standards conflicts + sed -i -e 's/\(_XOPEN_SOURCE\(_EXTENDED\)\?\|__EXTENSIONS__\)/ \1_DISABLED/' \ + glib/configure || die + sed -i -e '/#define\s\+_POSIX_SOURCE/d' \ + glib/glib/giounix.c || die + fi } multilib_src_configure() { @@ -62,6 +71,16 @@ multilib_src_configure() { # add the libdir for libtool, otherwise it'll make love with system # installed libiconv append-ldflags "-L${EPREFIX}/usr/$(get_libdir)" + # the glib objects reference symbols from these frameworks, + # not good, esp. since Carbon should be deprecated + [[ ${CHOST} == *-darwin* ]] && \ + append-ldflags -framework CoreFoundation -framework Carbon + if [[ ${CHOST} == *-solaris* ]] ; then + # required due to __EXTENSIONS__ + append-cppflags -DENABLE_NLS + # similar to Darwin + append-ldflags -lintl + fi fi else if ! has_version dev-util/pkgconfig; then
[gentoo-commits] proj/postgresql/eclass:master commit in: /
commit: ef54a0b63c9dccd609adc771c0ec16c5af5b789b Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Sep 5 15:35:01 2017 + Commit: Aaron Swenson gentoo org> CommitDate: Tue Sep 5 15:35:01 2017 + URL: https://gitweb.gentoo.org/proj/postgresql/eclass.git/commit/?id=ef54a0b6 Improve documentation Improve documentation to address eclass-to-manpage.sh warnings, and to clean up manpage output. postgres-multi.eclass | 29 ++--- postgres.eclass | 36 ++-- 2 files changed, 36 insertions(+), 29 deletions(-) diff --git a/postgres-multi.eclass b/postgres-multi.eclass index 9eb7ca2..39f0837 100644 --- a/postgres-multi.eclass +++ b/postgres-multi.eclass @@ -27,7 +27,11 @@ esac # @DESCRIPTION: # A Bash array containing a list of compatible PostgreSQL slots as # defined by the developer. Must be declared before inheriting this -# eclass. Example: POSTGRES_COMPAT=( 9.4 9.{5,6} ) +# eclass. Example: +#@CODE +#POSTGRES_COMPAT=( 9.2 9.3 9.4 9.5 9.6 10 ) +#POSTGRES_COMPAT=( 9.{2,3} 9.{4..6} 10 ) # Same as previous +#@CODE if ! declare -p POSTGRES_COMPAT &>/dev/null; then die 'Required variable POSTGRES_COMPAT not declared.' fi @@ -40,8 +44,8 @@ fi export _POSTGRES_INTERSECT_SLOTS=( ) # @FUNCTION: _postgres-multi_multibuild_wrapper +# @USAGE: [arg ...] # @INTERNAL -# @USAGE: _postgres-multi_multibuild_wrapper [ ...] # @DESCRIPTION: # For the given variant, set the values of the PG_SLOT, PG_CONFIG, and # PKG_CONFIG_PATH environment variables accordingly and replace any @@ -62,16 +66,16 @@ _postgres-multi_multibuild_wrapper() { } # @FUNCTION: postgres-multi_foreach -# @USAGE: postgres-multi_foreach [ ...] +# @USAGE: [arg ...] # @DESCRIPTION: # Run the given command in the package's build directory for each # PostgreSQL slot in the intersect of POSTGRES_TARGETS and -# POSTGRES_COMPAT and user-enabled slots. The PG_CONFIG and -# PKG_CONFIG_PATH environment variables are updated on each iteration to -# point to the matching pg_config command and pkg-config metadata files, -# respectively, for the current slot. Any appearance of @PG_SLOT@ in the -# command or arguments will be substituted with the slot (e.g., 9.5) of -# the current iteration. +# POSTGRES_COMPAT. The PG_CONFIG and PKG_CONFIG_PATH environment +# variables are updated on each iteration to point to the matching +# pg_config command and pkg-config metadata files, respectively, for the +# current slot. Any appearance of @PG_SLOT@ in the command or arguments +# will be substituted with the slot (e.g., 9.5) of the current +# iteration. postgres-multi_foreach() { local MULTIBUILD_VARIANTS=("${_POSTGRES_INTERSECT_SLOTS[@]}") @@ -80,7 +84,7 @@ postgres-multi_foreach() { } # @FUNCTION: postgres-multi_forbest -# @USAGE: postgres-multi_forbest [ ...] +# @USAGE: [arg ...] # @DESCRIPTION: # Run the given command in the package's build directory for the highest # slot in the intersect of POSTGRES_COMPAT and POSTGRES_TARGETS. The @@ -98,7 +102,6 @@ postgres-multi_forbest() { } # @FUNCTION: postgres-multi_pkg_setup -# @USAGE: postgres-multi_pkg_setup # @DESCRIPTION: # Initialize internal environment variable(s). This is required if # pkg_setup() is declared in the ebuild. @@ -119,7 +122,6 @@ postgres-multi_pkg_setup() { } # @FUNCTION: postgres-multi_src_prepare -# @USAGE: postgres-multi_src_prepare # @DESCRIPTION: # Calls eapply_user then copies ${S} into a build directory for each # intersect of POSTGRES_TARGETS and POSTGRES_COMPAT. @@ -152,7 +154,6 @@ postgres-multi_src_prepare() { } # @FUNCTION: postgres-multi_src_compile -# @USAGE: postgres-multi_src_compile # @DESCRIPTION: # Runs `emake' in each build directory postgres-multi_src_compile() { @@ -160,7 +161,6 @@ postgres-multi_src_compile() { } # @FUNCTION: postgres-multi_src_install -# @USAGE: postgres-multi_src_install # @DESCRIPTION: # Runs `emake install DESTDIR="${D}"' in each build directory. postgres-multi_src_install() { @@ -168,7 +168,6 @@ postgres-multi_src_install() { } # @FUNCTION: postgres-multi_src_test -# @USAGE: postgres-multi_src_test # @DESCRIPTION: # Runs `emake installcheck' in each build directory. postgres-multi_src_test() { diff --git a/postgres.eclass b/postgres.eclass index e5a9b6f..2f89da1 100644 --- a/postgres.eclass +++ b/postgres.eclass @@ -35,20 +35,27 @@ _POSTGRES_ALL_VERSIONS=( 11 10 9.6 9.5 9.4 9.3 9.2 ) # @DESCRIPTION: # A Bash array containing a list of compatible PostgreSQL slots as # defined by the developer. If declared, must be declared before -# inheriting this eclass. Example: POSTGRES_COMPAT=( 9.4 9.{5,6} ) - -# @ECLASS-VARIABLE: POSTGRES_USEDEP -# @DEFAULT_UNSET -# @DESCRIPTION: -# Add the 2-Style and/or 4-Style use dependencies without brackets to be used -# for POSTGRES_DEP. If declared, must be done before inheriting this eclass. +# inheriting this eclass. Example: +#@CODE +#POSTGRES_COMPAT=(
[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/equery/
commit: 83b757c0b7bcf1912eb1acabdfbb3f5a5f46cd17 Author: Mike Gilbert gentoo org> AuthorDate: Tue May 23 22:46:32 2017 + Commit: Mike Gilbert gentoo org> CommitDate: Tue May 23 22:49:07 2017 + URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=83b757c0 equery: check: use os.path.lexists() os.path.exists() returns false on broken symlinks. We don't actually care if the symlink target exists. X-Gentoo-Bug: 619472 X-Gentoo-Bug-URL: https://bugs.gentoo.org/619472 pym/gentoolkit/equery/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/equery/check.py b/pym/gentoolkit/equery/check.py index 77042f8..d5a22a3 100644 --- a/pym/gentoolkit/equery/check.py +++ b/pym/gentoolkit/equery/check.py @@ -106,7 +106,7 @@ class VerifyContents(object): n_checked += 1 ftype = files[cfile][0] real_cfile = os.environ.get('ROOT', '') + cfile - if not os.path.exists(real_cfile): + if not os.path.lexists(real_cfile): errs.append("%s does not exist" % cfile) continue elif ftype == "dir":
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 8e0898c5c276f21213ec07ab3a4c2b3536d56fd3 Author: Kent Fredric gentoo org> AuthorDate: Tue Sep 5 15:10:43 2017 + Commit: Kent Fredric gentoo org> CommitDate: Tue Sep 5 15:19:51 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0898c5 profiles: package.mask dev-perl/XML-AutoWriter re bug #623900 Dead since Perl 5.16 and Upstream are dead too Bug: https://bugs.gentoo.org/623900 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85991 profiles/package.mask | 7 +++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 10acdcb71fc..42d7fdf68ad 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,13 @@ #--- END OF EXAMPLES --- +# Kent Fredric(05 Sep 2017) +# Broken since Perl 5.16 circa 2012, no longer maintained upstream +# Bug: https://bugs.gentoo.org/623900 +# Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85991 +# Removal in 30 days +dev-perl/XML-AutoWriter + # Gilles Dartiguelongue (04 Sep 2017) # Release barely known to projects using enchant # soversion is completely broken, bug #629750
[gentoo-commits] proj/musl:master commit in: net-fs/samba/
commit: aecd022bc4c5854ae29f914fb9f0407233e5c95d Author: Anthony G. Basile gentoo org> AuthorDate: Tue Sep 5 14:15:56 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Sep 5 14:15:56 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=aecd022b net-fs/samba: remove USE=aio from metadata.xml Package-Manager: Portage-2.3.6, Repoman-2.3.1 net-fs/samba/Manifest | 2 +- net-fs/samba/metadata.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index bbc426d..ba2fa1e 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -14,4 +14,4 @@ AUX winbindd.service 240 SHA256 755036bc419cce90200ac3c04986fbb7cf718c128c2a1288 DIST samba-4.5.10.tar.gz 20989431 SHA256 7cb753f5f6d5527ef40d4c1f47dacafb7c876cb304b4906ccb390c6a18477714 SHA512 046bae9c66083a4fe656d6a7b02b64343c66e0ea4925193a898dbda107b5b158d1897f16c36f4c393a30457a49215fa6ef91720367f4946760ec48ce02a4a68a WHIRLPOOL 2359a40337c2a85c17e3c860a8531c21ec5cf3c180dfd5a1e554f2eb5e10576a8b706464d490e008af441d9ce6a14043112d621d8e140461806c97947362933a DIST samba-disable-python-patches-4.5.0_rc1.tar.xz 6204 SHA256 fa0d776e04e3222c0dc4761e376717f4154937cdcb85f4117b8978dfb770a78e SHA512 920089ba3c6e8e7d913b1d7ef1017262a19d1af41215adb30cfc98a57556efc4b0116931d4ef774c01124149d8eca2be3a23814ce7e11daf0180d2c111799927 WHIRLPOOL 6d55710895435ad012e23f8c252e5276966241014710349ca7fa9cf037e8742030b8e053f7cb71309a0a45f48d2235d55393243bf4d19476a22dd39bb1b7748d EBUILD samba-4.5.10-r1.ebuild 7766 SHA256 40acfac0c5339a1d7d2f43b5cf060977e5161b8400aaf6161bbee4bbc133 SHA512 896e700071adf753ca0dc1951d0afa6379fcb3d4358066037783410ff8f20faa3bf032d0dfef8dc5d82423afa20f4180c041dfb67014877e339fe30b627213ce WHIRLPOOL 6f6df73c72bdd5f28ec97f4c97fc4618bc3ad79bc064ad36a3b8c84352a7e596b39c7c5294046add38dd5accf67a8f22a2fe56da74fb177738f032c6644ee621 -MISC metadata.xml 1535 SHA256 e52ce6fb55ee494bc4ed348148a75f496df1fcc5282795c58155d3d770816a4e SHA512 478534265c8b41cc907fd27b7bfdba056a5949d9a6d1c0dec16572eebd7c9eefed24cb625a15f36f457fad0bd321063f0ffe2ed764415f3c09c61458b0751baf WHIRLPOOL dd7e58a5eda413342d65e117d1020c2a11befe5b1577c0569a4c4749b0ca4592a6d086b03079f1e271b375f700868b57e5a9ed7d404e8d3201d1b73c558e7f76 +MISC metadata.xml 1478 SHA256 3afb6b8a9728285954ad2f49052047dc4c255587ce66c8b47da210708613bfa4 SHA512 3b52604b58bce36f8695a07d1a23d59f68e8f0cb07020700296b644a044473e26891eda723d2197a62bb4fdc0c6c2af7891f1877587bfadf3985a6983d85266b WHIRLPOOL 3d4237d0c5bc9bb6e2c570137b020d84877103675e46c3e2f5ec125ed36f7237e053f4427351fa1cf8eb296f683eb62cafba1a8df108b670648ba282c90f7baa diff --git a/net-fs/samba/metadata.xml b/net-fs/samba/metadata.xml index c6b9bbe..197dd33 100644 --- a/net-fs/samba/metadata.xml +++ b/net-fs/samba/metadata.xml @@ -12,7 +12,6 @@ Enable Active Directory Domain Controller support Enable AD DNS integration Enable Active Directory support - Enable asynchronous IO support Enables the client part Enable support for clustering Enable support for DMAPI. This currently works only in combination with XFS.
[gentoo-commits] proj/musl:master commit in: sys-apps/accountsservice/
commit: 1b9191cad57d2a0c7b788fd1ce9610d364edbbb0 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Sep 5 14:09:47 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Sep 5 14:09:47 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=1b9191ca sys-apps/accountsservice: fix USE flags in metadata.xml Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-apps/accountsservice/Manifest | 2 +- sys-apps/accountsservice/metadata.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/accountsservice/Manifest b/sys-apps/accountsservice/Manifest index f695e4d..56f0e38 100644 --- a/sys-apps/accountsservice/Manifest +++ b/sys-apps/accountsservice/Manifest @@ -2,4 +2,4 @@ AUX accountsservice-0.6.35-gentoo-system-users.patch 1122 SHA256 f1a308a364db53e AUX musl-fgetspent_r.patch 1475 SHA256 97a06c8777ab85deae2633e2b83b865f1c65ded4e4263ef19e7949d8f482d1a0 SHA512 1c8ca5522c7533d105b91180c41f36a9d4a660fb86e275d6428caee70c9102ca61312c1ecb886f490b84f59aea18f630904cb91e1e9cac45dbc700bcd10c0363 WHIRLPOOL c3a1dfebf26d1770e86a679766a15d255e853fd1bf1b1b8b0d96fe9656413807cb21fddf9d6b79d4cdb0bd5b5f53035b55f5fa83113a1981e9780adfbecb0c83 DIST accountsservice-0.6.43.tar.xz 381008 SHA256 ed3ba94aa38ceb822a0e1a1ac71bf1a8123babf90be049397b3a00900e48d6cc SHA512 0673430b7e5fd726397a9358d60d5c34542afaa786b795d3c8b544dc2bdab151c74f9a3daa4bcd94dc7669400a78cd4cddc453cad78ee8e431bf7c1f417138e2 WHIRLPOOL e704d9dcb5b7c0c6ee7c1ab5ed310ab2428e94d061663367f213c5903f68768680492d651524ef1e7594417335de529463d63b8d8a4d1cc8b6445358f1b97a33 EBUILD accountsservice-0.6.43-r1.ebuild 1686 SHA256 ef43bea2a2b149c6e8c6305eb045337e965f48d84355075e10d59a09a0e0e28f SHA512 b79e67ecfd83e3cd30de12be6eaa8d11af1d449661fa8d320f9586760d3495b48f61b3810af1f7be6c20c9c0dc36412a08dc0b88b01366d1a1ea03a7b0df52a5 WHIRLPOOL 078cb60f887af3603c78fe09ccfd99ae8ed87197fef14c135414c62f16cc30bde15be9faf93c221c5ba4faac124940058f23d0ecda6a9588cf0a0bda271987c3 -MISC metadata.xml 396 SHA256 51257c7b97ea8af47f6485adee93352a26dc901024f316b3a1dcf8c2cbcd62bf SHA512 e523489c63c11a5ed2d060f9bfdf5cf5d47813c1289823032e9b45ed2dfdd1ef9d11a863403cd1492696f4ea0070a61ca3a8d8780d1bdba9ed710a035ef1a5ce WHIRLPOOL c4687da67a3971a43863ce13a2bba326a8271e392d5253024ecf0abe55977c09f81e06da7b5c4506a232a2abb1a8b13bd41ffa4a128f0c8fcb22f43c20de5e4c +MISC metadata.xml 524 SHA256 c1df2efad39b5d939c4fc58523088160d252a5a23eedabf675261fb4a10e2a3b SHA512 a0c662b3c0c45df43780f160b6db6db67561a1b2c84ce60929707d94cd9f1bf76588420189b91e0eafe58001a61d8a313f2a4b421b980a7c7f988c95e782ee07 WHIRLPOOL 6584ed3c6ba861aa01f56ef558ba5f4a8852243b7fd72e454d1ec3bf2edc1f61313bca357ebbb56f91919cdaf7917710fa3060542c91fe8485511d44d310880c diff --git a/sys-apps/accountsservice/metadata.xml b/sys-apps/accountsservice/metadata.xml index df1259a..69657d0 100644 --- a/sys-apps/accountsservice/metadata.xml +++ b/sys-apps/accountsservice/metadata.xml @@ -6,6 +6,8 @@ Gentoo GNOME Desktop + Use sys-auth/elogind instead of + sys-auth/consolekit for session tracking Use sys-apps/systemd instead of sys-auth/consolekit for session tracking
[gentoo-commits] proj/postgresql/eclass:master commit in: /
commit: 638b7478a001ccde8418c9a2a5d7e253c0df0678 Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Sep 5 14:15:07 2017 + Commit: Aaron Swenson gentoo org> CommitDate: Tue Sep 5 14:15:07 2017 + URL: https://gitweb.gentoo.org/proj/postgresql/eclass.git/commit/?id=638b7478 Use Simple Sort Calling external commands during metadata regen is forbidden by PMS and breaks new secure cache regen. Use a simple sort instead. Gentoo-Bug: 629226 postgres-multi.eclass | 3 ++- postgres.eclass | 25 + 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/postgres-multi.eclass b/postgres-multi.eclass index 5d40a0e..9eb7ca2 100644 --- a/postgres-multi.eclass +++ b/postgres-multi.eclass @@ -105,7 +105,8 @@ postgres-multi_forbest() { postgres-multi_pkg_setup() { local user_slot - for user_slot in "${POSTGRES_COMPAT[@]}"; do + # _POSTGRES_COMPAT is created in postgres.eclass + for user_slot in "${_POSTGRES_COMPAT[@]}"; do use "postgres_targets_postgres${user_slot/\./_}" && \ _POSTGRES_INTERSECT_SLOTS+=( "${user_slot}" ) done diff --git a/postgres.eclass b/postgres.eclass index 13483a9..e5a9b6f 100644 --- a/postgres.eclass +++ b/postgres.eclass @@ -21,6 +21,14 @@ case ${EAPI:-0} in *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;; esac +# @ECLASS-VARIABLE: _POSTGRES_ALL_VERSIONS +# @INTERNAL +# @DESCRIPTION: +# List of versions to reverse sort POSTGRES_COMPAT slots + +_POSTGRES_ALL_VERSIONS=( 11 10 9.6 9.5 9.4 9.3 9.2 ) + + # @ECLASS-VARIABLE: POSTGRES_COMPAT # @DEFAULT_UNSET @@ -47,15 +55,24 @@ esac # required if the package must build against one of the PostgreSQL slots # declared in POSTGRES_COMPAT. +# @ECLASS-VARIABLE: _POSTGRES_COMPAT +# @INTERNAL +# @DESCRIPTION: +# Copy of POSTGRES_COMPAT, reverse sorted +_POSTGRES_COMPAT=() + + if declare -p POSTGRES_COMPAT &> /dev/null ; then # Reverse sort the given POSTGRES_COMPAT so that the most recent # slot is preferred over an older slot. # -- do we care if dependencies are deterministic by USE flags? - readarray -t POSTGRES_COMPAT < <(printf '%s\n' "${POSTGRES_COMPAT[@]}" | sort -nr) + for i in ${_POSTGRES_ALL_VERSIONS[@]} ; do + has ${i} ${POSTGRES_COMPAT[@]} && _POSTGRES_COMPAT+=( ${i} ) + done POSTGRES_DEP="" POSTGRES_REQ_USE=" || (" - for slot in "${POSTGRES_COMPAT[@]}" ; do + for slot in "${_POSTGRES_COMPAT[@]}" ; do POSTGRES_DEP+=" postgres_targets_postgres${slot/\./_}? ( dev-db/postgresql:${slot}=" declare -p POSTGRES_USEDEP &>/dev/null && \ POSTGRES_DEP+="[${POSTGRES_USEDEP}]" @@ -127,7 +144,7 @@ postgres_pkg_setup() { local compat_slot local best_slot - for compat_slot in "${POSTGRES_COMPAT[@]}"; do + for compat_slot in "${_POSTGRES_COMPAT[@]}"; do if use "postgres_targets_postgres${compat_slot/\./_}"; then best_slot="${compat_slot}" break @@ -136,7 +153,7 @@ postgres_pkg_setup() { if [[ -z "${best_slot}" ]]; then local flags f - for f in "${POSTGRES_COMPAT[@]}"; do + for f in "${_POSTGRES_COMPAT[@]}"; do flags+=" postgres${f/./_}" done
[gentoo-commits] proj/kde:master commit in: eclass/
commit: 4e3d80ca9ddc4e0463baa086d2c6d6bf789df6c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 5 13:47:45 2017 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 5 13:48:52 2017 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e3d80ca kde*eclass: Mark KDE Applications 17.08.1 unreleased eclass/kde4-base.eclass | 2 +- eclass/kde5.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index ec1082c835..a698afa3b9 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -188,7 +188,7 @@ fi # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream. # Any package matching this will have fetch restriction enabled, and receive # a proper error message via pkg_nofetch. -KDE_UNRELEASED=( ) +KDE_UNRELEASED=( kde-apps-17.08.1 ) # Setup packages inheriting this eclass case ${KDEBASE} in diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 59fe12b9de..530752a728 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -136,7 +136,7 @@ fi # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream. # Any package matching this will have fetch restriction enabled, and receive # a proper error message via pkg_nofetch. -KDE_UNRELEASED=( kde-frameworks-5.38.0 ) +KDE_UNRELEASED=( kde-apps-17.08.1 kde-frameworks-5.38.0 ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/;
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: b894ea710e45ffc995ae8303183e439c1e92fce6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 5 13:45:41 2017 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 5 13:48:52 2017 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b894ea71 profiles: Add kde-apps-17.08.1 package.mask profiles/package.mask/kde-apps-17.08.1 | 245 + 1 file changed, 245 insertions(+) diff --git a/profiles/package.mask/kde-apps-17.08.1 b/profiles/package.mask/kde-apps-17.08.1 new file mode 100644 index 00..74bc1cb191 --- /dev/null +++ b/profiles/package.mask/kde-apps-17.08.1 @@ -0,0 +1,245 @@ +# Andreas Sturmlechner(05 Sep 2017) +# Not released yet. +~kde-apps/akonadi-17.08.1 +~kde-apps/akonadi-calendar-17.08.1 +~kde-apps/akonadiconsole-17.08.1 +~kde-apps/akonadi-contacts-17.08.1 +~kde-apps/akonadi-import-wizard-17.08.1 +~kde-apps/akonadi-mime-17.08.1 +~kde-apps/akonadi-notes-17.08.1 +~kde-apps/akonadi-search-17.08.1 +~kde-apps/akregator-17.08.1 +~kde-apps/analitza-17.08.1 +~kde-apps/ark-17.08.1 +~kde-apps/artikulate-17.08.1 +~kde-apps/audiocd-kio-17.08.1 +~kde-apps/baloo-widgets-17.08.1 +~kde-apps/blinken-17.08.1 +~kde-apps/blogilo-17.08.1 +~kde-apps/bomber-17.08.1 +~kde-apps/bovo-17.08.1 +~kde-apps/calendarjanitor-17.08.1 +~kde-apps/calendarsupport-17.08.1 +~kde-apps/cantor-17.08.1 +~kde-apps/cervisia-17.08.1 +~kde-apps/dolphin-17.08.1 +~kde-apps/dolphin-plugins-17.08.1 +~kde-apps/dragon-17.08.1 +~kde-apps/eventviews-17.08.1 +~kde-apps/ffmpegthumbs-17.08.1 +~kde-apps/filelight-17.08.1 +~kde-apps/granatier-17.08.1 +~kde-apps/grantlee-editor-17.08.1 +~kde-apps/grantleetheme-17.08.1 +~kde-apps/gwenview-17.08.1 +~kde-apps/incidenceeditor-17.08.1 +~kde-apps/jovie-17.08.1 +~kde-apps/juk-17.08.1 +~kde-apps/k3b-17.08.1 +~kde-apps/kaccessible-17.08.1 +~kde-apps/kaccounts-integration-17.08.1 +~kde-apps/kaccounts-providers-17.08.1 +~kde-apps/kaddressbook-17.08.1 +~kde-apps/kajongg-17.08.1 +~kde-apps/kalarm-17.08.1 +~kde-apps/kalarmcal-17.08.1 +~kde-apps/kalgebra-17.08.1 +~kde-apps/kalzium-17.08.1 +~kde-apps/kamera-17.08.1 +~kde-apps/kanagram-17.08.1 +~kde-apps/kapman-17.08.1 +~kde-apps/kapptemplate-17.08.1 +~kde-apps/kate-17.08.1 +~kde-apps/katomic-17.08.1 +~kde-apps/kblackbox-17.08.1 +~kde-apps/kblocks-17.08.1 +~kde-apps/kblog-17.08.1 +~kde-apps/kbounce-17.08.1 +~kde-apps/kbreakout-17.08.1 +~kde-apps/kbruch-17.08.1 +~kde-apps/kcachegrind-17.08.1 +~kde-apps/kcalc-17.08.1 +~kde-apps/kcalcore-17.08.1 +~kde-apps/kcalutils-17.08.1 +~kde-apps/kcharselect-17.08.1 +~kde-apps/kcolorchooser-17.08.1 +~kde-apps/kcontacts-17.08.1 +~kde-apps/kcron-17.08.1 +~kde-apps/kdav-17.08.1 +~kde-apps/kde4-l10n-17.08.1 +~kde-apps/kdeaccessibility-meta-17.08.1 +~kde-apps/kdeadmin-meta-17.08.1 +~kde-apps/kde-apps-meta-17.08.1 +~kde-apps/kdebase-meta-17.08.1 +~kde-apps/kdebugsettings-17.08.1 +~kde-apps/kdecore-meta-17.08.1 +~kde-apps/kde-dev-scripts-17.08.1 +~kde-apps/kde-dev-utils-17.08.1 +~kde-apps/kdeedu-data-17.08.1 +~kde-apps/kdeedu-meta-17.08.1 +~kde-apps/kdegames-meta-17.08.1 +~kde-apps/kdegraphics-meta-17.08.1 +~kde-apps/kdegraphics-mobipocket-17.08.1 +~kde-apps/kde-l10n-17.08.1 +~kde-apps/kde-meta-17.08.1 +~kde-apps/kdemultimedia-meta-17.08.1 +~kde-apps/kdenetwork-filesharing-17.08.1 +~kde-apps/kdenetwork-meta-17.08.1 +~kde-apps/kdenlive-17.08.1 +~kde-apps/kdepim-addons-17.08.1 +~kde-apps/kdepim-apps-libs-17.08.1 +~kde-apps/kdepim-l10n-17.08.1 +~kde-apps/kdepim-meta-17.08.1 +~kde-apps/kdepim-runtime-17.08.1 +~kde-apps/kdesdk-kioslaves-17.08.1 +~kde-apps/kdesdk-meta-17.08.1 +~kde-apps/kdesdk-thumbnailers-17.08.1 +~kde-apps/kdeutils-meta-17.08.1 +~kde-apps/kdewebdev-meta-17.08.1 +~kde-apps/kdf-17.08.1 +~kde-apps/kdialog-17.08.1 +~kde-apps/kdiamond-17.08.1 +~kde-apps/keditbookmarks-17.08.1 +~kde-apps/kfilereplace-17.08.1 +~kde-apps/kfind-17.08.1 +~kde-apps/kfloppy-17.08.1 +~kde-apps/kfourinline-17.08.1 +~kde-apps/kgeography-17.08.1 +~kde-apps/kget-17.08.1 +~kde-apps/kgoldrunner-17.08.1 +~kde-apps/kgpg-17.08.1 +~kde-apps/khangman-17.08.1 +~kde-apps/khelpcenter-17.08.1 +~kde-apps/kholidays-17.08.1 +~kde-apps/kidentitymanagement-17.08.1 +~kde-apps/kig-17.08.1 +~kde-apps/kigo-17.08.1 +~kde-apps/killbots-17.08.1 +~kde-apps/kimagemapeditor-17.08.1 +~kde-apps/kimap-17.08.1 +~kde-apps/kio-extras-17.08.1 +~kde-apps/kiriki-17.08.1 +~kde-apps/kiten-17.08.1 +~kde-apps/kjumpingcube-17.08.1 +~kde-apps/kldap-17.08.1 +~kde-apps/kleopatra-17.08.1 +~kde-apps/klettres-17.08.1 +~kde-apps/klickety-17.08.1 +~kde-apps/klines-17.08.1 +~kde-apps/klinkstatus-17.08.1 +~kde-apps/kmag-17.08.1 +~kde-apps/kmahjongg-17.08.1 +~kde-apps/kmail-17.08.1 +~kde-apps/kmail-account-wizard-17.08.1 +~kde-apps/kmailtransport-17.08.1 +~kde-apps/kmbox-17.08.1 +~kde-apps/kmime-17.08.1 +~kde-apps/kmines-17.08.1 +~kde-apps/kmix-17.08.1 +~kde-apps/kmousetool-17.08.1 +~kde-apps/kmouth-17.08.1 +~kde-apps/kmplot-17.08.1 +~kde-apps/knavalbattle-17.08.1 +~kde-apps/knetwalk-17.08.1
[gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager/
commit: a13bc6304614b58155f73d4755725958230b970f Author: Göktürk Yüksek gentoo org> AuthorDate: Tue Sep 5 13:46:59 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Tue Sep 5 13:46:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13bc630 app-crypt/yubikey-manager: remove some of the old versions Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-crypt/yubikey-manager/Manifest | 3 --- .../yubikey-manager-0.3.2-r1.ebuild| 26 --- .../yubikey-manager/yubikey-manager-0.4.0.ebuild | 29 -- .../yubikey-manager/yubikey-manager-0.4.1.ebuild | 29 -- 4 files changed, 87 deletions(-) diff --git a/app-crypt/yubikey-manager/Manifest b/app-crypt/yubikey-manager/Manifest index 02faec4afe1..22759fba329 100644 --- a/app-crypt/yubikey-manager/Manifest +++ b/app-crypt/yubikey-manager/Manifest @@ -1,5 +1,2 @@ -DIST yubikey-manager-0.3.2.tar.gz 51000 SHA256 9280437dbdc1c32adc6b5339aa1809783d1bcf13e254eac5e716701a4c97ea1f SHA512 1c5bce8377e117e8b7e30f93666d7727f5bf406deb8e78c0471fcd6c41ece0e8d9c4fa120aa3b31599666218e4437bd0fe2510253f717f7285e3f3b424e8b3c0 WHIRLPOOL 33ade8e351fd3e92688171e7eb259085446c3b760b24f890ee6eb77fcb913ab59ddfe57c206ca164a8fe4c8d201df11b93e00411ea48ff4ffbf854d949136449 DIST yubikey-manager-0.3.3.tar.gz 51223 SHA256 5447c026739d33455ac8ae13ccaef2df231a28dda75ffbd62c91a7c5ce5d30b5 SHA512 ced7acb848747399d4b9f0214044dd40c38b332c2f8557485d61f2f0cb857a9f47d12df59ea6a7bded1076b5d539bc171d1dbc9fd8899699c0cb3cb65b0800d7 WHIRLPOOL f68c896cb10b72271a6f42e34baf3671bfcd9ccd69c688db5fd06fd6672d1cbd12271ccc563f400d922eaf842bd7e5d73af9cac0f725927f7efe4ac520d3790b -DIST yubikey-manager-0.4.0.tar.gz 52267 SHA256 ebe9b78522e66de65c0648662915d535a6beba7b2fd72c3480729a8c1eae8035 SHA512 a3cd5d031f69714ccb01f704e8659d02f8162479e812d3978824aa943517faed20af2aa3f863158a631582490f508c0a5f75f0308d37b43585f5bf0607a25634 WHIRLPOOL 563b21f3647e6cd2f2578b30351b142d016abf7cae82809a45b2c0082010849959ea5736924e8e7f0a11e184df7ee3f96563cbdaf9a01ed790ec3476c350ef8c -DIST yubikey-manager-0.4.1.tar.gz 54345 SHA256 76dddb18411535caae41bb28606913cebf6942b9216b82d79b0d5085cb60d944 SHA512 95e866dc63d56052ac2917e35f9004ee9d6a7bace254b81f4f420b9db23ae97d65cac06cbfb2d570cf1c668c0329a66b522355d9c11f2d9703c0223d5b49b204 WHIRLPOOL e186d0263512501c34bec521a203dbf9bace7e0b3175ed8b6cd2ca357f24ed79ba7d8b4f6cc55a2ffca8117c9095c483c33449bd2410d93317ada98e0cbe51ca DIST yubikey-manager-0.4.2.tar.gz 55173 SHA256 dc2150bc84934a1d1e2423dc0d085be330c7aa41e42575cb0ead6f8bcefd6b3a SHA512 8b264997c25fe5abf5a76ead27194e2edace8d2a10210e18a89262b6a34c72c313e2b7e382243b8ade0f4ce61967310ae603d784d38bfdaab76f5113daf5 WHIRLPOOL 140d4196304c6740b9682b01264aea83e43c60b6430f7f71ee073d7e481d36d05fa70e70ffd64b6ba93eb27fb57577fa739108fb03f4fc8170fb98c4128a diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild deleted file mode 100644 index eb81ef9c289..000 --- a/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit distutils-r1 - -DESCRIPTION="Python library and command line tool for configuring a YubiKey" -HOMEPAGE="https://developers.yubico.com/yubikey-manager/; -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz; - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-crypt/libu2f-host - dev-python/six[${PYTHON_USEDEP}] - dev-python/pyscard[${PYTHON_USEDEP}] - dev-python/pyusb[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) - sys-auth/ykpers -" diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild deleted file mode 100644 index d5ad29c5786..000 --- a/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit distutils-r1 - -DESCRIPTION="Python library and command line tool for configuring a YubiKey" -HOMEPAGE="https://developers.yubico.com/yubikey-manager/; -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz; - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="test" # Testing requires RSA keys which are not present in the tarball - -RDEPEND=" - app-crypt/libu2f-host - dev-python/six[${PYTHON_USEDEP}] - dev-python/pyscard[${PYTHON_USEDEP}] - dev-python/pyusb[${PYTHON_USEDEP}] -
[gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager/
commit: 9269bb7d0042eb7e1bd1f1188e6af6f2a5da1ef3 Author: Göktürk Yüksek gentoo org> AuthorDate: Tue Sep 5 13:45:30 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Tue Sep 5 13:45:30 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9269bb7d app-crypt/yubikey-manager: bump to 0.4.2 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-crypt/yubikey-manager/Manifest | 1 + .../yubikey-manager/yubikey-manager-0.4.2.ebuild | 29 ++ 2 files changed, 30 insertions(+) diff --git a/app-crypt/yubikey-manager/Manifest b/app-crypt/yubikey-manager/Manifest index 089f7efd5af..02faec4afe1 100644 --- a/app-crypt/yubikey-manager/Manifest +++ b/app-crypt/yubikey-manager/Manifest @@ -2,3 +2,4 @@ DIST yubikey-manager-0.3.2.tar.gz 51000 SHA256 9280437dbdc1c32adc6b5339aa1809783 DIST yubikey-manager-0.3.3.tar.gz 51223 SHA256 5447c026739d33455ac8ae13ccaef2df231a28dda75ffbd62c91a7c5ce5d30b5 SHA512 ced7acb848747399d4b9f0214044dd40c38b332c2f8557485d61f2f0cb857a9f47d12df59ea6a7bded1076b5d539bc171d1dbc9fd8899699c0cb3cb65b0800d7 WHIRLPOOL f68c896cb10b72271a6f42e34baf3671bfcd9ccd69c688db5fd06fd6672d1cbd12271ccc563f400d922eaf842bd7e5d73af9cac0f725927f7efe4ac520d3790b DIST yubikey-manager-0.4.0.tar.gz 52267 SHA256 ebe9b78522e66de65c0648662915d535a6beba7b2fd72c3480729a8c1eae8035 SHA512 a3cd5d031f69714ccb01f704e8659d02f8162479e812d3978824aa943517faed20af2aa3f863158a631582490f508c0a5f75f0308d37b43585f5bf0607a25634 WHIRLPOOL 563b21f3647e6cd2f2578b30351b142d016abf7cae82809a45b2c0082010849959ea5736924e8e7f0a11e184df7ee3f96563cbdaf9a01ed790ec3476c350ef8c DIST yubikey-manager-0.4.1.tar.gz 54345 SHA256 76dddb18411535caae41bb28606913cebf6942b9216b82d79b0d5085cb60d944 SHA512 95e866dc63d56052ac2917e35f9004ee9d6a7bace254b81f4f420b9db23ae97d65cac06cbfb2d570cf1c668c0329a66b522355d9c11f2d9703c0223d5b49b204 WHIRLPOOL e186d0263512501c34bec521a203dbf9bace7e0b3175ed8b6cd2ca357f24ed79ba7d8b4f6cc55a2ffca8117c9095c483c33449bd2410d93317ada98e0cbe51ca +DIST yubikey-manager-0.4.2.tar.gz 55173 SHA256 dc2150bc84934a1d1e2423dc0d085be330c7aa41e42575cb0ead6f8bcefd6b3a SHA512 8b264997c25fe5abf5a76ead27194e2edace8d2a10210e18a89262b6a34c72c313e2b7e382243b8ade0f4ce61967310ae603d784d38bfdaab76f5113daf5 WHIRLPOOL 140d4196304c6740b9682b01264aea83e43c60b6430f7f71ee073d7e481d36d05fa70e70ffd64b6ba93eb27fb57577fa739108fb03f4fc8170fb98c4128a diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.4.2.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.4.2.ebuild new file mode 100644 index 000..d5ad29c5786 --- /dev/null +++ b/app-crypt/yubikey-manager/yubikey-manager-0.4.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +inherit distutils-r1 + +DESCRIPTION="Python library and command line tool for configuring a YubiKey" +HOMEPAGE="https://developers.yubico.com/yubikey-manager/; +SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz; + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="test" # Testing requires RSA keys which are not present in the tarball + +RDEPEND=" + app-crypt/libu2f-host + dev-python/six[${PYTHON_USEDEP}] + dev-python/pyscard[${PYTHON_USEDEP}] + dev-python/pyusb[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) + sys-auth/ykpers +"
[gentoo-commits] proj/musl:master commit in: net-fs/samba/
commit: 95522b73d802d4c276aeccea6600a55e05acf5bc Author: stefson yahoo de> AuthorDate: Mon Sep 4 11:18:09 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Sep 5 13:39:29 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=95522b73 net-fs/samba: fix manifest Signed-off-by: Anthony G. Basile gentoo.org> net-fs/samba/Manifest | 16 ++--- net-fs/samba/samba-4.5.10-r1.ebuild | 129 ++-- 2 files changed, 87 insertions(+), 58 deletions(-) diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index f010717..6470f0c 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -1,17 +1,17 @@ -AUX 4.3/samba4.confd 1783 SHA256 53755809cc27fdbaf98752cd3da45b5c2bda62dd46fcc37570c6e237f7954ffa SHA512 6fc7edf192957f97b171c97482317bf563385917cfdbf950ed28d9387961bd16f82844c6f9b5c430508ec6dc7331ecdf5f81fa3135663316061c1d0b1808f53d WHIRLPOOL 868539ecf658f9da3574847cb1447dafe422c60a9208de5580cf7f53e4346e9c7d1c6b3e7ea5c684b83e613dd912c5245ffce6a43bc8bd9bf8417a9c7a5f2557 -AUX 4.3/samba4.initd-r1 1110 SHA256 44b53a5d5f516cb944a308613579b3e8e2716651961274b0b01afc70feede342 SHA512 f69c400d08be6f19864d06ea2a0b3518804b5ad64deac0279b2ad17827b51ef2170bb5b7ef57e8b7041170c66dc7c362f847d2eca0275b74c13adfa156055253 WHIRLPOOL f45d26e8e3f3b86459ee0b4447eab4d585ed025e1f62971dfa48013921d1473c50f0c7aab5b002b7ec6e41281a6638a86ec7188b19773407d15ff1da05215801 +AUX 4.4/samba4.confd 1783 SHA256 53755809cc27fdbaf98752cd3da45b5c2bda62dd46fcc37570c6e237f7954ffa SHA512 6fc7edf192957f97b171c97482317bf563385917cfdbf950ed28d9387961bd16f82844c6f9b5c430508ec6dc7331ecdf5f81fa3135663316061c1d0b1808f53d WHIRLPOOL 868539ecf658f9da3574847cb1447dafe422c60a9208de5580cf7f53e4346e9c7d1c6b3e7ea5c684b83e613dd912c5245ffce6a43bc8bd9bf8417a9c7a5f2557 +AUX 4.4/samba4.initd-r1 1103 SHA256 d40c512760bc0cc56629429219e1eadbcee23aa12ec5b3145f679ed644d0912c SHA512 8627b32446afed2cf1238eafc0f154ddb6c16857ee96f959e47f8d485b7317354afe59a08fcb3adbd17da087069cf2b94020a44b9190d597b40afd0b8aedf9a5 WHIRLPOOL 8f446f2f5302582e162c9eefc679b5037df33d988484aa1773eac732740dbed4e43f771ce9ab93c0a0427f9f90db9c760ab281427e229748640924f91eada32e +AUX netdb-defines.patch 470 SHA256 d4a17891a14d9a4290750097cc28279059e6d971fadf132085e857ed4400d5ed SHA512 1854577d0e4457e27da367a6c7ec0fb5cfd63cefea0a39181c9d6e78cf8d3eb50878cdddeea3daeec955d00263151c2f86ea754ff4276ef98bc52c0276d9ffe8 WHIRLPOOL 261d386c4d4cc8fb015ae26e862064f291966093540d78e9293355db080ff27bcf9fb31664b8f525eff0befa6a47502d687a85506e7c2cf8ad1b84d4dd4e4cd4 AUX nmbd.service 224 SHA256 a5e25c11714206c4fb129333dd45152c5753716c6445cbe78c28275df1a1cb77 SHA512 098dfb270c5a5c29f59b4fd8d51b17931771e25e481124832f1a086677825527e2afa7276e8614e5007fbf044d253ce2eaf3a7caf7461ad5d90d0b1c7f157f9d WHIRLPOOL 2f7c342a60c09d5e40e968a026aa17d8c2fe3fd032331c7bb26599bb0f8ec8a77c2a3e329498ed16b1602451fd85a8ef076c436e8a092740cfbd01a82ca52e30 -AUX samba-4.2.3-heimdal_compilefix.patch 819 SHA256 6cf93d127aa900c1e9a4fb8a3bdff6054d78a7adb798c6f409feffc13c714ee9 SHA512 0f6ddbf58e5d5b83e3fb9738dd10c2ab0f1ed96fb62f9b4389a40729b3fe2d4af1a5c5bd2d44fa7d568136072b787b6358aeca3026f1acec4f5a6869e74f2536 WHIRLPOOL 882a52598013a40165d87616eaa016139fa89ff218dc43a6e6518123ccc18ca84e4ba275731e10ec762b22f26576eac56ad6b257cfae2e1cbc45f518a0d37007 -AUX samba-4.2.7-pam.patch 1273 SHA256 e1abd99fcf4ff721dafa64c77a60b07962e3e818eaf5d10fecead61a2af81e07 SHA512 5f900ebfdfb15af38814864f7ec8cd52d3525098d6f2017ab2f29d301e6a0e622d2ab37976fbd97180cbfe23c7853e91ab7966655eb46ebd9bdd2951205e46bc WHIRLPOOL 91e1fc2e49944d1ded93d902fc50437763388a12b8c2eab70e2dcd8124860746c71fa8b4c26e7b43e5ebc2c0fc94c4c005a2c1eb8b9af68e77c9c6cc1d92927c AUX samba-4.3.9-remove-getpwent_r.patch 2680 SHA256 7956274b412a268339abb63f8e1bd63b5049cd4ab7c6270235d9d0b9bcf6c81a SHA512 0d4fd9862191554dc9c724cec0b94fd19afbfd0c4ed619e4c620c075e849cb3f3d44db1e5f119d890da23a3dd0068d9873703f3d86c47b91310521f37356208b WHIRLPOOL a42c91049872ca29dfeb80755b7f99fc3ad81b59395fb2d9a77210f18de402a4ef3a0409edfe9339b3b3e7ee7d3c85fed55f90ce50392c5e3ec2fce8c9f3f498 -AUX samba-4.3.9-remove-rep_strtoull.patch 2088 SHA256 a5a6493252f99d89b9c108a51073e777096e82e22f57c3444dc2cd7df36fe152 SHA512 9f264e300e453466e9be86d44dc90eea69ace58c4c1a4f9d6374bffe99dae3f56b529c19509efa39cffebb7e3aaf1edf1a1828d36e3d412d0b9de7d70e71e3e0 WHIRLPOOL a33481e663bcddcf7bc0a936d8e67d84850009cbdccf6c14949a244f939d0ea159502915a2ec2f2ee6e357d2dc4a0856a11796e44f22bbde71ff002597337aa4 +AUX samba-4.4.0-pam.patch 895 SHA256 a7f91da7da039346e9497addef7e644ef1290b5915a43fb9cc76200294022eb7 SHA512 5a00c6131c372fc1cc9e23e4a37314442bf9af8e420a040a7b20ec3d76a357959d456437ed13e2e17f938eb6dcb4e7c5d899ff3d670526b0a444f63e35d5262c WHIRLPOOL 48e4853bb284ba0bf54262a951ae8045075179c51dbb27689a31c0eba61f1ddb707e1adf62e5e67940c239ea7bc4d1691e6eb8d21781fd9fb30cb76a32cc229b +AUX samba-4.5.1-compile_et_fix.patch 762 SHA256
[gentoo-commits] proj/musl:master commit in: sys-auth/skey/, sys-auth/skey/files/
commit: 436f7ed36d14629a77fa0b8549f81d1ca71ae71f Author: stefson yahoo de> AuthorDate: Tue Sep 5 09:09:53 2017 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Sep 5 13:39:29 2017 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=436f7ed3 sys-auth/skey: in tree version works Signed-off-by: Anthony G. Basile gentoo.org> sys-auth/skey/Manifest | 6 -- .../files/skey-1.1.5-add-include-paths_h.patch | 11 --- sys-auth/skey/files/skey-1.1.5-ifndef__P.patch | 14 sys-auth/skey/metadata.xml | 29 sys-auth/skey/skey-1.1.5-r99.ebuild| 83 -- 5 files changed, 143 deletions(-) diff --git a/sys-auth/skey/Manifest b/sys-auth/skey/Manifest deleted file mode 100644 index ca595c5..000 --- a/sys-auth/skey/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX skey-1.1.5-add-include-paths_h.patch 337 SHA256 23dd768cd9459a7f5f316925942c2dee62d4b2c72308a3280d32ed126ed69c44 SHA512 3a9f1d3c28015916828daa4324f67b50bcea8ca753da2c3bea5bb075d978f12e73174975cd0e31ba6ce4e57e10b24ae5d5d5c1a1f4f50e4e175edf7a4de64d1b WHIRLPOOL 86ef0b6af441158ce7b6de7464ed14b50f383064594ff4c382c8e8556f1447c47e7bac3a53d156ec5775ec67b1efca7c540de3ac5bd14f2110b05f886e551ad6 -AUX skey-1.1.5-ifndef__P.patch 441 SHA256 dfd20f625fd6c520cb4dffcbcd4e8c88fdbece1db76385803dca3e5f0e913152 SHA512 146ff7fb3024e870586d68ec93645862f519d32843dd1d829da7f5aedac8c48cb66d2ababf02a6881d724552d7d3e83e4edd116eedca863bda47234ad8cef7e0 WHIRLPOOL df44615618071d55c164f59a41e1eb6cb881ddf86d97aecc2aab8e7a5ca240002b1be0bcec079fe994e787a41f5947a358c737ad533b13d555ee17f95fabe86e -DIST skey-1.1.5-patches-3.tar.xz 33604 SHA256 adabe7b286f586d2cbe1a4b15f71310b7d8e25fc3187f8a89071359d7975badf SHA512 dcef6837e563ce3f68fe4eed35f16db1636e1798219dba95c86db505b5f67034b44bc6d02e0125faa95db8a5c39e9615bfed2dc3105905e576d96cf32016bc2f WHIRLPOOL bff241ecf0f59dae810db300bd858f76e18153f1958f2154c538f42040cc1040f049442d697767cfa7346996931d81370c2551d752c52810c9b18fe9e351c212 -DIST skey-1.1.5.tar.bz2 61911 SHA256 e21bcb7c618c0bc87a72d8f0f097d7517fffa4e881a0f295ee1ce2a7dccf4aef SHA512 4cbddc7e31134d5e23801a9b07de0d05c8357aaa8dddfb8426fceead3f54e539f77204f78a08b2a93890ef2f4f807a2208080f58f80818afa1b8cd4884b1fb37 WHIRLPOOL abf141fd679deeaee3f3883cd3076620c84e8775ecacc8f87d561c1812beae55299989f37ec331633bac29e25b4b8d145dc590ef119c73a137d8790815bb13f2 -EBUILD skey-1.1.5-r99.ebuild 2010 SHA256 670a7ff0835d5ef61252f554fef5085568c0bb5a422996e76d0d999de1570c5f SHA512 439aa1f124d250c5ffbb03edbec59508d3bd20bdfd64e428ee5b2bbd171e1a546c36fe8becbc8d9c851a6f364356deaebcc6fa8d0e5f12bb01237452eb0ad307 WHIRLPOOL d8f9179beb09b102b041ee9b29577f3c7d9e41de69c86d12c62a89003939ca34d8dea0b2722b56f74a0d783e3b68c0b0a067ebdc0b3e120aa4b873e02d6be8ae -MISC metadata.xml 1432 SHA256 a291b68f13eda0fce9f8ae67619877c1e66b750fd61f38dbb8fbc1e4abe2176d SHA512 8fe776255ff049ae9c16ee0ff157761114ca4fcc777d103e707557ef5f18fba9d65e63a77f24219e27d267cd76839abf128210969dc4330d66920a2ee574aabf WHIRLPOOL 174360e0598007cb5399e8135f646f547b7df603d2548d897e386d732e1a742288a80dd2717e27bf1f608ec1e3d56428b5db15ddc2ae78e3afcb282b34d886fd diff --git a/sys-auth/skey/files/skey-1.1.5-add-include-paths_h.patch b/sys-auth/skey/files/skey-1.1.5-add-include-paths_h.patch deleted file mode 100644 index a0e103c..000 --- a/sys-auth/skey/files/skey-1.1.5-add-include-paths_h.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur skey-1.1.5.orig/skeyinit.c skey-1.1.5/skeyinit.c skey-1.1.5.orig/skeyinit.c 2015-07-16 21:23:26.325880927 + -+++ skey-1.1.5/skeyinit.c 2015-07-16 21:26:13.129874652 + -@@ -36,6 +36,7 @@ - #include - #include - #include -+#include - #ifdef HAVE_CRYPT_H - #include - #endif diff --git a/sys-auth/skey/files/skey-1.1.5-ifndef__P.patch b/sys-auth/skey/files/skey-1.1.5-ifndef__P.patch deleted file mode 100644 index 1c52102..000 --- a/sys-auth/skey/files/skey-1.1.5-ifndef__P.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur skey-1.1.5.orig/skey.h skey-1.1.5/skey.h skey-1.1.5.orig/skey.h 2015-07-16 21:23:26.097880936 + -+++ skey-1.1.5/skey.h 2015-07-16 21:45:00.553832237 + -@@ -67,6 +67,10 @@ - /* Location of random file for bogus challenges */ - #define _SKEY_RAND_FILE_PATH_ "/var/db/host.random" - -+#ifndef __P -+#define __P(x) x -+#endif -+ - /* Prototypes */ - void f __P ((char *)); - int keycrunch __P ((char *, const char *, const char *)); diff --git a/sys-auth/skey/metadata.xml b/sys-auth/skey/metadata.xml deleted file mode 100644 index 93a2420..000 --- a/sys-auth/skey/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - u...@gentoo.org - - - From RFC2289: - One form of attack on networked computing systems is eavesdropping on - network connections to obtain authentication information such as the - login IDs and passwords of legitimate users. Once this information is -