diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-04-07 07:36:18 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-04-07 07:36:18 +0000 |
commit | 147d08bd32b6af0853f44d6f1837c69c2d3a3fdb (patch) | |
tree | e6a8cbe06b8100c575f4f39254e5e825efaaa29f | |
parent | 2020-04-07 07:07:55 UTC (diff) | |
parent | app-portage/nattka: add ~ppc64 to newer versions (diff) | |
download | gentoo-147d08bd32b6af0853f44d6f1837c69c2d3a3fdb.tar.gz gentoo-147d08bd32b6af0853f44d6f1837c69c2d3a3fdb.tar.bz2 gentoo-147d08bd32b6af0853f44d6f1837c69c2d3a3fdb.zip |
Merge updates from master
-rw-r--r-- | app-portage/nattka/nattka-0.0.3.ebuild | 2 | ||||
-rw-r--r-- | app-portage/nattka/nattka-0.0.4.ebuild | 2 | ||||
-rw-r--r-- | app-portage/nattka/nattka-0.0.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/httpbin/httpbin-0.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/multidict/multidict-4.5.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/vcrpy/vcrpy-4.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/yarl/yarl-1.4.2.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-9999.ebuild | 44 |
11 files changed, 27 insertions, 37 deletions
diff --git a/app-portage/nattka/nattka-0.0.3.ebuild b/app-portage/nattka/nattka-0.0.3.ebuild index 4a8324962fe3..cf9543a7ac65 100644 --- a/app-portage/nattka/nattka-0.0.3.ebuild +++ b/app-portage/nattka/nattka-0.0.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] diff --git a/app-portage/nattka/nattka-0.0.4.ebuild b/app-portage/nattka/nattka-0.0.4.ebuild index 4a8324962fe3..cf9543a7ac65 100644 --- a/app-portage/nattka/nattka-0.0.4.ebuild +++ b/app-portage/nattka/nattka-0.0.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] diff --git a/app-portage/nattka/nattka-0.0.5.ebuild b/app-portage/nattka/nattka-0.0.5.ebuild index 4a8324962fe3..cf9543a7ac65 100644 --- a/app-portage/nattka/nattka-0.0.5.ebuild +++ b/app-portage/nattka/nattka-0.0.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] diff --git a/dev-python/httpbin/httpbin-0.7.0.ebuild b/dev-python/httpbin/httpbin-0.7.0.ebuild index a3b7d71a202f..4929fd3bab91 100644 --- a/dev-python/httpbin/httpbin-0.7.0.ebuild +++ b/dev-python/httpbin/httpbin-0.7.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/brotlipy[${PYTHON_USEDEP}] diff --git a/dev-python/multidict/multidict-4.5.2.ebuild b/dev-python/multidict/multidict-4.5.2.ebuild index d78cfe879d25..104d4912315f 100644 --- a/dev-python/multidict/multidict-4.5.2.ebuild +++ b/dev-python/multidict/multidict-4.5.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" IUSE="doc test" RESTRICT="!test? ( test )" diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild index 62cc08dd8f92..65bf35a2c852 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/httpbin[${PYTHON_USEDEP}] diff --git a/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild index 18087a9df51a..3e3e3307a479 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/vcrpy/vcrpy-4.0.2.ebuild b/dev-python/vcrpy/vcrpy-4.0.2.ebuild index 72dfdfb7b51f..f368a19eb08a 100644 --- a/dev-python/vcrpy/vcrpy-4.0.2.ebuild +++ b/dev-python/vcrpy/vcrpy-4.0.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/kevin1024/vcrpy/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=" >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}] diff --git a/dev-python/werkzeug/werkzeug-1.0.1.ebuild b/dev-python/werkzeug/werkzeug-1.0.1.ebuild index f376383081ac..eb8490e997ca 100644 --- a/dev-python/werkzeug/werkzeug-1.0.1.ebuild +++ b/dev-python/werkzeug/werkzeug-1.0.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/pallets/werkzeug/archive/${PV}.tar.gz -> ${P}.gh.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" DEPEND=" diff --git a/dev-python/yarl/yarl-1.4.2.ebuild b/dev-python/yarl/yarl-1.4.2.ebuild index 3ba68320e3b8..0380e7b366fd 100644 --- a/dev-python/yarl/yarl-1.4.2.ebuild +++ b/dev-python/yarl/yarl-1.4.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild index 191f2848d3bf..c6dbf314e58c 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs bash-completion-r1 +inherit toolchain-funcs cmake-utils -if [[ ${PV} == 9999* ]] ; then +if [[ ${PV} == 9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm" BDEPEND="app-text/asciidoc" @@ -36,37 +36,27 @@ BDEPEND+=" virtual/pkgconfig " -src_compile() { - tc-export CC CXX LD PKG_CONFIG +src_configure() { + sed -i \ + -e '/^install.*LICENSEDIR/d' \ + -e '/set(DOCDIR / s#.*#set(DOCDIR ${CMAKE_INSTALL_DOCDIR})#' \ + CMakeLists.txt || die - emake LDXX="$(tc-getCXX)" COLOR=0 VERBOSE= \ - $(use xinerama || echo XINERAMAFLAGS= XINERAMALIBS= ) + mycmakeargs=( + -DWITH_XINERAMA=$(usex xinerama) + ) + + cmake-utils_src_configure } src_install() { - dobin herbstluftwm herbstclient - dodoc BUGS MIGRATION NEWS README.md - - doman doc/{herbstluftwm,herbstclient}.1 - - exeinto /etc/xdg/herbstluftwm - doexe share/{autostart,panel.sh,restartpanels.sh} - - insinto /usr/share/xsessions - doins share/herbstluftwm.desktop - - newbashcomp share/herbstclient-completion herbstclient + cmake-utils_src_install - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins share/_herbstclient + if ! use examples; then + rm -r "${ED}"/usr/share/doc/${PF}/examples || die fi - if use examples ; then - exeinto /usr/share/doc/${PF}/examples - doexe scripts/*.sh - docinto examples - dodoc scripts/README - docompress -x /usr/share/doc/${PF}/examples + if ! use zsh-completion; then + rm -r "${ED}"/usr/share/zsh || die fi } |