[gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/
commit: 8778c365f1575fc092359bdbc64b0cb120c7452a Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 02:28:48 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 02:28:48 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8778c365 sci-libs/arrayfire: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Aisha Tammy aisha.cc> sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild | 109 --- 1 file changed, 109 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild b/sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild deleted file mode 100644 index 9dff4b2c7..0 --- a/sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils multilib - -GTEST_PV="1.7.0" - -DESCRIPTION="A general purpose GPU library" -HOMEPAGE="http://www.arrayfire.com/"; -SRC_URI=" - http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 - test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" - -LICENSE=" - BSD - nonfree? ( OpenSIFT )" -SLOT="0" -IUSE="+examples +cpu cuda nonfree opencl test graphics" -KEYWORDS="~amd64" - -RDEPEND=" - >=sys-devel/gcc-4.7:* - media-libs/freeimage - cuda? ( - >=dev-util/nvidia-cuda-toolkit-7.5.18-r1 - dev-libs/boost - ) - cpu? ( - virtual/blas - virtual/cblas - virtual/lapacke - sci-libs/fftw:3.0 - ) - opencl? ( - virtual/blas - virtual/cblas - virtual/lapacke - >=sci-libs/clblas-2.4 - >=sci-libs/clfft-2.6.1 - dev-libs/boost - || ( dev-libs/boost-compute >=dev-libs/boost-1.61.0 ) - ) - graphics? ( - media-libs/glew:= - >=media-libs/glfw-3.1.1 - ~sci-visualization/forge-3.1.2 - )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-full-${PV}" -BUILD_DIR="${S}/build" -CMAKE_BUILD_TYPE=Release - -# We need write acccess /dev/nvidiactl, /dev/nvidia0 and /dev/nvidia-uvm and the portage -# user is (usually) not in the video group -RESTRICT="userpriv" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - if [[ $(gcc-major-version) -lt 4 ]] || ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) ; then - die "Compilation with gcc older than 4.7 is not supported." - fi - fi -} - -src_unpack() { - default - - if ! use nonfree; then - find "${WORKDIR}" -name "*_nonfree*" -delete || die - fi - - if use test; then - mkdir -p "${BUILD_DIR}"/third_party/src/ || die - mv "${WORKDIR}"/gtest-"${GTEST_PV}" "${BUILD_DIR}"/third_party/src/googletest || die - fi -} - -src_configure() { - if use cuda; then - addwrite /dev/nvidiactl - addwrite /dev/nvidia0 - addwrite /dev/nvidia-uvm - fi - - local mycmakeargs=( - -DBUILD_CPU="$(usex cpu)" - -DBUILD_CUDA="$(usex cuda)" - -DBUILD_OPENCL="$(usex opencl)" - -DBUILD_EXAMPLES="$(usex examples)" - -DBUILD_TEST="$(usex test)" - -DBUILD_GRAPHICS="$(usex graphics)" - -DBUILD_NONFREE="$(usex nonfree)" - -DUSE_SYSTEM_BOOST_COMPUTE=ON - -DUSE_SYSTEM_CLBLAS=ON - -DUSE_SYSTEM_CLFFT=ON - -DUSE_SYSTEM_FORGE=ON - -DAF_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/ArrayFire - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - dobin "${BUILD_DIR}/bin2cpp" -}
[gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/
commit: a9288e60f4a0c07c30841359cada019ebbd1e533 Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 02:29:24 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 02:29:24 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9288e60 sci-libs/arrayfire: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Aisha Tammy aisha.cc> sci-libs/arrayfire/arrayfire-3.2.2.ebuild | 110 -- 1 file changed, 110 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-3.2.2.ebuild b/sci-libs/arrayfire/arrayfire-3.2.2.ebuild deleted file mode 100644 index 614f29593..0 --- a/sci-libs/arrayfire/arrayfire-3.2.2.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils multilib - -GTEST_PV="1.7.0" - -DESCRIPTION="A general purpose GPU library" -HOMEPAGE="http://www.arrayfire.com/"; -SRC_URI=" - http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 - test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" - -LICENSE=" - BSD - nonfree? ( OpenSIFT )" -SLOT="0" -IUSE="+examples +cpu cuda nonfree opencl test unified graphics" -KEYWORDS="~amd64" - -RDEPEND=" - >=sys-devel/gcc-4.7:* - media-libs/freeimage - cuda? ( - >=dev-util/nvidia-cuda-toolkit-7.5.18-r1 - dev-libs/boost - ) - cpu? ( - virtual/blas - virtual/cblas - virtual/lapacke - sci-libs/fftw:3.0 - ) - opencl? ( - virtual/blas - virtual/cblas - virtual/lapacke - >=sci-libs/clblas-2.4 - >=sci-libs/clfft-2.6.1 - dev-libs/boost - || ( dev-libs/boost-compute >=dev-libs/boost-1.61.0 ) - ) - graphics? ( - media-libs/glew:= - >=media-libs/glfw-3.1.1 - ~sci-visualization/forge-3.2.2 - )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-full-${PV}" -BUILD_DIR="${S}/build" -CMAKE_BUILD_TYPE=Release - -# We need write acccess /dev/nvidiactl, /dev/nvidia0 and /dev/nvidia-uvm and the portage -# user is (usually) not in the video group -RESTRICT="userpriv" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - if [[ $(gcc-major-version) -lt 4 ]] || ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) ; then - die "Compilation with gcc older than 4.7 is not supported." - fi - fi -} - -src_unpack() { - default - - if ! use nonfree; then - find "${WORKDIR}" -name "*_nonfree*" -delete || die - fi - - if use test; then - mkdir -p "${BUILD_DIR}"/third_party/src/ || die - mv "${WORKDIR}"/gtest-"${GTEST_PV}" "${BUILD_DIR}"/third_party/src/googletest || die - fi -} - -src_configure() { - if use cuda; then - addwrite /dev/nvidiactl - addwrite /dev/nvidia0 - addwrite /dev/nvidia-uvm - fi - - local mycmakeargs=( - -DBUILD_CPU="$(usex cpu)" - -DBUILD_CUDA="$(usex cuda)" - -DBUILD_OPENCL="$(usex opencl)" - -DBUILD_EXAMPLES="$(usex examples)" - -DBUILD_TEST="$(usex test)" - -DBUILD_GRAPHICS="$(usex graphics)" - -DBUILD_NONFREE="$(usex nonfree)" - -DBUILD_UNIFIED="$(usex unified)" - -DUSE_SYSTEM_BOOST_COMPUTE=ON - -DUSE_SYSTEM_CLBLAS=ON - -DUSE_SYSTEM_CLFFT=ON - -DUSE_SYSTEM_FORGE=ON - -DAF_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/ArrayFire - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - dobin "${BUILD_DIR}/bin2cpp" -}
[gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/
commit: 50e954337a5743e5edbea9460a5ed08fb1d8c0da Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 02:30:13 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 02:30:13 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=50e95433 sci-libs/arrayfire: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Aisha Tammy aisha.cc> sci-libs/arrayfire/arrayfire-3.4.2-r1.ebuild | 114 --- 1 file changed, 114 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-3.4.2-r1.ebuild b/sci-libs/arrayfire/arrayfire-3.4.2-r1.ebuild deleted file mode 100644 index 0a9ff57d4..0 --- a/sci-libs/arrayfire/arrayfire-3.4.2-r1.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils multilib - -GTEST_PV="1.7.0" - -DESCRIPTION="A general purpose GPU library" -HOMEPAGE="http://www.arrayfire.com/"; -SRC_URI=" - http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 - test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" - -LICENSE=" - BSD - nonfree? ( OpenSIFT )" -SLOT="0" -IUSE="+examples +cpu cuda nonfree opencl test unified graphics" -KEYWORDS="~amd64" - -RDEPEND=" - >=sys-devel/gcc-4.7:* - media-libs/freeimage - cuda? ( - >=dev-util/nvidia-cuda-toolkit-8.0.44 - dev-libs/boost - ) - cpu? ( - virtual/blas - virtual/cblas - virtual/lapacke - sci-libs/fftw:3.0 - ) - opencl? ( - virtual/blas - virtual/cblas - virtual/lapacke - >=sci-libs/clblas-2.4 - >=sci-libs/clfft-2.6.1 - >=dev-libs/boost-1.61.0 - dev-libs/opencl-clhpp - ) - graphics? ( - media-libs/glbinding - >=media-libs/glfw-3.1.1 - ~sci-visualization/forge-0.9.2 - )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-full-${PV}" -BUILD_DIR="${S}/build" -CMAKE_BUILD_TYPE=Release - -PATCHES=("${FILESDIR}/${P}-Build-fix-for-CUDA-Compile-PTX-generated-names.patch") - -# We need write acccess /dev/nvidiactl, /dev/nvidia0 and /dev/nvidia-uvm and the portage -# user is (usually) not in the video group -RESTRICT="userpriv" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - if [[ $(gcc-major-version) -lt 4 ]] || ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) ; then - die "Compilation with gcc older than 4.7 is not supported." - fi - fi -} - -src_unpack() { - default - - if ! use nonfree; then - find "${WORKDIR}" -name "*_nonfree*" -delete || die - fi - - if use test; then - mkdir -p "${BUILD_DIR}"/third_party/src/ || die - mv "${WORKDIR}"/gtest-"${GTEST_PV}" "${BUILD_DIR}"/third_party/src/googletest || die - fi -} - -src_configure() { - if use cuda; then - addwrite /dev/nvidiactl - addwrite /dev/nvidia0 - addwrite /dev/nvidia-uvm - fi - - local mycmakeargs=( - -DBUILD_CPU="$(usex cpu)" - -DBUILD_CUDA="$(usex cuda)" - -DBUILD_OPENCL="$(usex opencl)" - -DBUILD_EXAMPLES="$(usex examples)" - -DBUILD_TEST="$(usex test)" - -DBUILD_GRAPHICS="$(usex graphics)" - -DBUILD_NONFREE="$(usex nonfree)" - -DBUILD_UNIFIED="$(usex unified)" - -DUSE_SYSTEM_BOOST_COMPUTE=ON - -DUSE_SYSTEM_CL2HPP=ON - -DUSE_SYSTEM_CLBLAS=ON - -DUSE_SYSTEM_CLFFT=ON - -DUSE_SYSTEM_FORGE=ON - -DUSE_SYSTEM_GLBINDING=ON - -DAF_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/ArrayFire - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - dobin "${BUILD_DIR}/bin2cpp" -}
[gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/files/
commit: b4c06e8aa5026aca4553ea949d46a291e619ea77 Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 02:31:23 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 02:31:23 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4c06e8a sci-libs/arrayfire: drop redundant patches Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> .../files/arrayfire-3.3.2-FindLAPACKE.patch| 28 -- ...-fix-for-CUDA-Compile-PTX-generated-names.patch | 34 -- 2 files changed, 62 deletions(-) diff --git a/sci-libs/arrayfire/files/arrayfire-3.3.2-FindLAPACKE.patch b/sci-libs/arrayfire/files/arrayfire-3.3.2-FindLAPACKE.patch deleted file mode 100644 index ab9b2f5e9..0 --- a/sci-libs/arrayfire/files/arrayfire-3.3.2-FindLAPACKE.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://github.com/arrayfire/arrayfire/issues/1419 - - -From 2691d99693d6185d4f322a7776b1ced0e76877d2 Mon Sep 17 00:00:00 2001 -From: Shehzan Mohammed -Date: Wed, 18 May 2016 10:18:34 -0400 -Subject: [PATCH] BUGFIX Correctly handle lapacke found by package config - - CMakeModules/FindLAPACKE.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeModules/FindLAPACKE.cmake b/CMakeModules/FindLAPACKE.cmake -index 5ecf7be..2ebd8dd 100644 a/CMakeModules/FindLAPACKE.cmake -+++ b/CMakeModules/FindLAPACKE.cmake -@@ -143,7 +143,7 @@ ELSE(PC_LAPACKE_FOUND) - ENDIF(LAPACKE_ROOT_DIR) - ENDIF(PC_LAPACKE_FOUND) - --IF(LAPACKE_LIB AND LAPACK_LIB) -+IF(PC_LAPACKE_FOUND OR (LAPACKE_LIB AND LAPACK_LIB)) - SET(LAPACK_LIBRARIES ${LAPACKE_LIB} ${LAPACK_LIB}) - ENDIF() - IF(LAPACKE_INCLUDES) --- -2.7.3 - diff --git a/sci-libs/arrayfire/files/arrayfire-3.4.2-Build-fix-for-CUDA-Compile-PTX-generated-names.patch b/sci-libs/arrayfire/files/arrayfire-3.4.2-Build-fix-for-CUDA-Compile-PTX-generated-names.patch deleted file mode 100644 index 3cc51b1b3..0 --- a/sci-libs/arrayfire/files/arrayfire-3.4.2-Build-fix-for-CUDA-Compile-PTX-generated-names.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 13c484e10537b52bcd012e6850520659769cece6 Mon Sep 17 00:00:00 2001 -From: Shehzan Mohammed -Date: Thu, 22 Dec 2016 18:10:54 -0500 -Subject: [PATCH] Build fix for CUDA Compile PTX generated names by CMake 3.7 - - src/backend/cuda/CMakeLists.txt | 10 +- - 1 file changed, 9 insertions(+), 1 deletion(-) - -diff --git a/src/backend/cuda/CMakeLists.txt b/src/backend/cuda/CMakeLists.txt -index 9cfa8a5..2f2045d 100644 a/src/backend/cuda/CMakeLists.txt -+++ b/src/backend/cuda/CMakeLists.txt -@@ -315,8 +315,16 @@ foreach(ptx_src_file ${ptx_sources}) - - get_filename_component(_name "${ptx_src_file}" NAME_WE) - -+ # CUDA_COMPILE_PTX from CMake 3.7 has new features that require this change -+ # TODO Fix this with a more complete solution -+ IF(CMAKE_VERSION VERSION_LESS 3.7) # Before 3.7 -+SET(NAME_APPEND "") -+ ELSE(CMAKE_VERSION VERSION_LESS 3.7) # 3.7 and newer -+SET(NAME_APPEND "_1") -+ ENDIF(CMAKE_VERSION VERSION_LESS 3.7) -+ - set(_gen_file_name -- "${PROJECT_BINARY_DIR}/src/backend/cuda/cuda_compile_ptx_generated_${_name}.cu.ptx") -+ "${PROJECT_BINARY_DIR}/src/backend/cuda/cuda_compile_ptx${NAME_APPEND}_generated_${_name}.cu.ptx") - set(_out_file_name - "${PROJECT_BINARY_DIR}/src/backend/cuda/${_name}.ptx") - --- -2.10.2 -
[gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/
commit: 8341f9088a14e1d65b20a59c6386ba2e46675f22 Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 02:28:12 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 02:28:22 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8341f908 sci-libs/arrayfire: version bump to 3.7.2 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/arrayfire/arrayfire-3.7.2.ebuild | 98 +++ sci-libs/arrayfire/metadata.xml | 40 + 2 files changed, 112 insertions(+), 26 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-3.7.2.ebuild b/sci-libs/arrayfire/arrayfire-3.7.2.ebuild new file mode 100644 index 0..2cc60ed29 --- /dev/null +++ b/sci-libs/arrayfire/arrayfire-3.7.2.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake multilib +CMAKE_BUILD_TYPE=Release + +DESCRIPTION="general purpose GPU library" +HOMEPAGE="https://www.arrayfire.com/"; +SRC_URI="https://github.com/arrayfire/arrayfire/releases/download/v${PV}/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2" +S="${WORKDIR}"/${PN}-full-${PV} +BUILD_DIR="${S}/build" + +KEYWORDS="~amd64" + +LICENSE="BSD nonfree? ( OpenSIFT )" +SLOT="0" +IUSE="examples +cache cuda doc mkl nonfree opencl test +trace" +RESTRICT="bindist mirror !test? ( test )" + +RDEPEND=" + media-libs/freeimage + media-libs/glbinding + >=media-libs/glfw-3.1 + ~sci-visualization/forge-1.0.5 + virtual/blas + virtual/cblas + virtual/lapacke + sci-libs/fftw:3.0 + cuda? ( + >=dev-util/nvidia-cuda-toolkit-9.0.0 + dev-libs/boost + ) + opencl? ( + >=dev-libs/boost-1.70.0 + >=sci-libs/clblas-2.4 + >=sci-libs/clfft-2.6.1 + virtual/opencl + ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + doc? ( app-doc/doxygen ) + virtual/pkgconfig +" + +# We need write acccess /dev/nvidiactl, /dev/nvidia0 and /dev/nvidia-uvm and the portage +# user is (usually) not in the video group +RESTRICT="userpriv" + +src_unpack() { + default + + if ! use nonfree; then + find "${WORKDIR}" -name "*_nonfree*" -delete || die + fi +} + +src_configure() { + if use cuda; then + addwrite /dev/nvidiactl + addwrite /dev/nvidia0 + addwrite /dev/nvidia-uvm + fi + + # forge headers are needed, so submodule + # has to stay, hence a ~ on forge dependency + local mycmakeargs=( + -DAF_BUILD_CPU=ON + -DAF_BUILD_CUDA="$(usex cuda)" + -DAF_BUILD_OPENCL="$(usex opencl)" + -DAF_BUILD_UNIFIED=ON + -DAF_BUILD_DOCS="$(usex doc)" + -DAF_BUILD_EXAMPLES="$(usex examples)" + -DAF_WITH_CUDNN="$(usex cuda)" + -DAF_BUILD_FORGE=OFF + -DAF_WITH_NONFREE="$(usex nonfree)" + -DAF_WITH_LOGGING=ON + -DAF_WITH_STACKTRACE="$(usex trace)" + -DAF_CACHE_KERNELS_TO_DISK="$(usex cache)" + -DAF_WITH_STATIC_MKL="$(usex mkl)" + -DAF_INSTALL_STANDALONE=OFF + -DAF_WITH_STATIC_FREEIMAGE=OFF + -DAF_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/ArrayFire + ) + cmake_src_configure +} + +src_install() { + cmake_src_install + + dodoc -r "${ED}"/usr/LICENSES + rm -r "${ED}"/usr/LICENSES || die + + dodir /usr/bin + dobin "${BUILD_DIR}"/bin2cpp +} diff --git a/sci-libs/arrayfire/metadata.xml b/sci-libs/arrayfire/metadata.xml index 9048a1aeb..a45aaf1e4 100644 --- a/sci-libs/arrayfire/metadata.xml +++ b/sci-libs/arrayfire/metadata.xml @@ -2,39 +2,27 @@ http://www.gentoo.org/dtd/metadata.dtd";> - mar...@linux.sungazer.de - Marius Brehler + gen...@aisha.cc + Aisha Tammy s...@gentoo.org Gentoo Science Project -ArrayFire is a high performance software library for parallel -computing with an easy-to-use API. Its array based function set -makes parallel programming simple. ArrayFire's multiple backends -(CUDA, OpenCL and native CPU) make it platform independent and -highly portable. - + ArrayFire is a high performance software library for parallel + computing with an easy-to-use API. Its array based function set + makes parallel programming simple. ArrayFire's multiple backends + (CUDA, OpenCL and native CPU) make it platform independent and + highly portable. + - -Build CPU backend. - - -Build CUDA backend. - - -Build OpenCL backend. - - -Build ArrayFire nonfree algorithms. -
[gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/
commit: 2041be5d2cd477175f07d11043393280afd30601 Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 02:29:49 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 02:29:49 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2041be5d sci-libs/arrayfire: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Aisha Tammy aisha.cc> sci-libs/arrayfire/arrayfire-3.3.2.ebuild | 112 -- 1 file changed, 112 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-3.3.2.ebuild b/sci-libs/arrayfire/arrayfire-3.3.2.ebuild deleted file mode 100644 index 900c7218f..0 --- a/sci-libs/arrayfire/arrayfire-3.3.2.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils multilib - -GTEST_PV="1.7.0" - -DESCRIPTION="A general purpose GPU library" -HOMEPAGE="http://www.arrayfire.com/"; -SRC_URI=" - http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 - test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" - -LICENSE=" - BSD - nonfree? ( OpenSIFT )" -SLOT="0" -IUSE="+examples +cpu cuda nonfree opencl test unified graphics" -KEYWORDS="~amd64" - -RDEPEND=" - >=sys-devel/gcc-4.7:* - media-libs/freeimage - cuda? ( - >=dev-util/nvidia-cuda-toolkit-7.5.18-r1 - dev-libs/boost - ) - cpu? ( - virtual/blas - virtual/cblas - virtual/lapacke - sci-libs/fftw:3.0 - ) - opencl? ( - virtual/blas - virtual/cblas - virtual/lapacke - >=sci-libs/clblas-2.4 - >=sci-libs/clfft-2.6.1 - dev-libs/boost - || ( dev-libs/boost-compute >=dev-libs/boost-1.61.0 ) - ) - graphics? ( - media-libs/glew:= - >=media-libs/glfw-3.1.1 - ~sci-visualization/forge-3.2.2 - )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-full-${PV}" -BUILD_DIR="${S}/build" -CMAKE_BUILD_TYPE=Release - -PATCHES=("${FILESDIR}/${P}-FindLAPACKE.patch") - -# We need write acccess /dev/nvidiactl, /dev/nvidia0 and /dev/nvidia-uvm and the portage -# user is (usually) not in the video group -RESTRICT="userpriv" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - if [[ $(gcc-major-version) -lt 4 ]] || ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) ; then - die "Compilation with gcc older than 4.7 is not supported." - fi - fi -} - -src_unpack() { - default - - if ! use nonfree; then - find "${WORKDIR}" -name "*_nonfree*" -delete || die - fi - - if use test; then - mkdir -p "${BUILD_DIR}"/third_party/src/ || die - mv "${WORKDIR}"/gtest-"${GTEST_PV}" "${BUILD_DIR}"/third_party/src/googletest || die - fi -} - -src_configure() { - if use cuda; then - addwrite /dev/nvidiactl - addwrite /dev/nvidia0 - addwrite /dev/nvidia-uvm - fi - - local mycmakeargs=( - -DBUILD_CPU="$(usex cpu)" - -DBUILD_CUDA="$(usex cuda)" - -DBUILD_OPENCL="$(usex opencl)" - -DBUILD_EXAMPLES="$(usex examples)" - -DBUILD_TEST="$(usex test)" - -DBUILD_GRAPHICS="$(usex graphics)" - -DBUILD_NONFREE="$(usex nonfree)" - -DBUILD_UNIFIED="$(usex unified)" - -DUSE_SYSTEM_BOOST_COMPUTE=ON - -DUSE_SYSTEM_CLBLAS=ON - -DUSE_SYSTEM_CLFFT=ON - -DUSE_SYSTEM_FORGE=ON - -DAF_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/ArrayFire - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - dobin "${BUILD_DIR}/bin2cpp" -}
[gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/
commit: 6fc3bed056f805686eb7bfaa4461373d178dfa33 Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 02:30:31 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 02:30:31 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6fc3bed0 sci-libs/arrayfire: drop live version Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Aisha Tammy aisha.cc> sci-libs/arrayfire/arrayfire-.ebuild | 110 --- 1 file changed, 110 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-.ebuild b/sci-libs/arrayfire/arrayfire-.ebuild deleted file mode 100644 index 356bccb0c..0 --- a/sci-libs/arrayfire/arrayfire-.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils git-r3 multilib - -GTEST_PV="1.7.0" - -DESCRIPTION="A general purpose GPU library" -HOMEPAGE="http://www.arrayfire.com/"; -SRC_URI="test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git" - -LICENSE=" - BSD - nonfree? ( OpenSIFT )" -SLOT="0" -IUSE="+examples +cpu cuda nonfree opencl test unified graphics" -KEYWORDS="" - -RDEPEND=" - >=sys-devel/gcc-4.7:* - media-libs/freeimage - cuda? ( - >=dev-util/nvidia-cuda-toolkit-7.5.18-r1 - dev-libs/boost - ) - cpu? ( - virtual/blas - virtual/cblas - virtual/lapacke - sci-libs/fftw:3.0 - ) - opencl? ( - virtual/blas - virtual/cblas - virtual/lapacke - >=sci-libs/clblas-2.4 - >=sci-libs/clfft-2.6.1 - dev-libs/boost - || ( dev-libs/boost-compute >=dev-libs/boost-1.61.0 ) - ) - graphics? ( - media-libs/glew:= - >=media-libs/glfw-3.1.1 - ~sci-visualization/forge-3.2.2 - )" -DEPEND="${RDEPEND}" - -BUILD_DIR="${S}/build" -CMAKE_BUILD_TYPE=Release - -# We need write acccess /dev/nvidiactl, /dev/nvidia0 and /dev/nvidia-uvm and the portage -# user is (usually) not in the video group -RESTRICT="userpriv" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - if [[ $(gcc-major-version) -lt 4 ]] || ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) ; then - die "Compilation with gcc older than 4.7 is not supported." - fi - fi -} - -src_unpack() { - git-r3_src_unpack - - if ! use nonfree; then - find "${WORKDIR}" -name "*_nonfree*" -delete || die - fi - - if use test; then - mkdir -p "${BUILD_DIR}"/third_party/src/ || die - cd "${BUILD_DIR}"/third_party/src/ || die - unpack ${A} - mv "${BUILD_DIR}"/third_party/src/gtest-"${GTEST_PV}" "${BUILD_DIR}"/third_party/src/googletest || die - fi -} - -src_configure() { - if use cuda; then - addwrite /dev/nvidiactl - addwrite /dev/nvidia0 - addwrite /dev/nvidia-uvm - fi - - local mycmakeargs=( - -DBUILD_CPU="$(usex cpu)" - -DBUILD_CUDA="$(usex cuda)" - -DBUILD_OPENCL="$(usex opencl)" - -DBUILD_EXAMPLES="$(usex examples)" - -DBUILD_TEST="$(usex test)" - -DBUILD_GRAPHICS="$(usex graphics)" - -DBUILD_NONFREE="$(usex nonfree)" - -DBUILD_UNIFIED="$(usex unified)" - -DUSE_SYSTEM_BOOST_COMPUTE=ON - -DUSE_SYSTEM_CLBLAS=ON - -DUSE_SYSTEM_CLFFT=ON - -DUSE_SYSTEM_FORGE=ON - -DAF_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/ArrayFire - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - dobin "${BUILD_DIR}/bin2cpp" -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/parser/
commit: 26cbfb39efb5541489495d7f578c6c922ba4ed56 Author: Hans de Graaff gentoo org> AuthorDate: Fri Sep 25 05:42:39 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Sep 25 06:09:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cbfb39 dev-ruby/parser: add 2.7.1.5 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/parser/Manifest | 1 + dev-ruby/parser/parser-2.7.1.5.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest index 7d11fa0cb47..823201cd0cb 100644 --- a/dev-ruby/parser/Manifest +++ b/dev-ruby/parser/Manifest @@ -1,2 +1,3 @@ DIST parser-2.7.1.3.gem 785920 BLAKE2B 85ec4c6d0ff2c86937f3ca43e27d222d75c98a6d7c5cc38a58f466aa905f303577fb20cbd02e6c295f45ca9b83fa8decf27c7ed22149b0cfc6cec3b1a71afce8 SHA512 eb9018deda2418e728925c48fa27d373f3a25ae562b92798e6ce42e225afaf9631bcd3c98999ff5d11daf464d80a887f7f2b5a23ae9dafa5e12ffd8b46d7bf88 DIST parser-2.7.1.4.gem 790016 BLAKE2B ac3266b686a04f1bebb59bfe2c3dfa1a3791596d2b606d3d0d40b9a96c0b56c08d89da77e659dc8a50b4ea39a2ae4134b69eb9c27afac60fb666a228d25d3fc1 SHA512 ee22f6e9622a460b9f4a9be840c8bb850f5c7c5f7fad4503e518376378d45e2bfb8e6113c25a3f4decc93bad9ea9b4616e8e0ff1bf46a21120c43d0f675c3b9a +DIST parser-2.7.1.5.gem 791552 BLAKE2B 813b05fd6cbf69fe6c5c96e15b1a4542fe00710cad9ab6f4e97ccc4cabef59d29dcef052dde0770adc67634d2cfa1d11d6afd5a7624c09eb65069d90da6d577a SHA512 8ae6901901c58e6dab7f0d54d113aeb8cccb27f80d7df69a51c70b13284a680cce1b34661c1ccec97ea2234768d90e507b89d43732af7abc4261b18dd024fc67 diff --git a/dev-ruby/parser/parser-2.7.1.5.ebuild b/dev-ruby/parser/parser-2.7.1.5.ebuild new file mode 100644 index 000..83eae080a85 --- /dev/null +++ b/dev-ruby/parser/parser-2.7.1.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_TASK_TEST="test" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}" + +inherit ruby-fakegem + +DESCRIPTION="A production-ready Ruby parser written in pure Ruby" +HOMEPAGE="https://github.com/whitequark/parser"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND+="test? ( =dev-util/ragel-6* )" + +ruby_add_bdepend "test? ( + dev-ruby/minitest:5 + dev-ruby/racc + dev-ruby/cliver )" +ruby_add_rdepend "=dev-ruby/ast-2.4* >=dev-ruby/ast-2.4.1" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die + sed -i -e '/simplecov/ s:^:#:' test/helper.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/em-websocket/
commit: b173bf40d39751dccdb5780ec7557f61bb9b5b4b Author: Hans de Graaff gentoo org> AuthorDate: Fri Sep 25 05:45:04 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Sep 25 06:09:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b173bf40 dev-ruby/em-websocket: add 0.5.2 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/em-websocket/Manifest | 1 + dev-ruby/em-websocket/em-websocket-0.5.2.ebuild | 47 + 2 files changed, 48 insertions(+) diff --git a/dev-ruby/em-websocket/Manifest b/dev-ruby/em-websocket/Manifest index 1d6e1bc1ba1..b374a75d4ce 100644 --- a/dev-ruby/em-websocket/Manifest +++ b/dev-ruby/em-websocket/Manifest @@ -1 +1,2 @@ DIST em-websocket-0.5.1.tar.gz 27792 BLAKE2B 5aa8b9b9a1bf7066086c3115358a01054dbd24c3b9e7b454210c653aa25face2230e5504e0fc3a13d4770bcfcdf5d792c1914f173ec8d83d1b97ee7c169636af SHA512 ca2b4e2e4be663a5932fe63ed0efab169fbee9aec50f9780c1ee5df0efa300acb58410b97a22d5d10a2cb9195c2a68f6c71bf4e070ee6d915c6abf4015aa5d94 +DIST em-websocket-0.5.2.tar.gz 29367 BLAKE2B 91d41044e20f1f8277527205e3ee6671de2a1fb9b433c18d5b48a166c7cfa53c6553e32b726326f126981f0e014625075bc918b71e00bd8a6919670c370b6cab SHA512 46df705e2af93082884c7ca521df4f6cf33309c441eb3ba96be609b2cf280e3b72c689810d55279db6dbbc178ed843d64ccdaf9d4b39d52ddac7d84956065b06 diff --git a/dev-ruby/em-websocket/em-websocket-0.5.2.ebuild b/dev-ruby/em-websocket/em-websocket-0.5.2.ebuild new file mode 100644 index 000..61ebed06f90 --- /dev/null +++ b/dev-ruby/em-websocket/em-websocket-0.5.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_DOCDIR="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="EventMachine based WebSocket server" +HOMEPAGE="https://rubygems.org/gems/em-websocket"; +SRC_URI="https://github.com/igrigorik/em-websocket/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/eventmachine-0.12.9 + =dev-ruby/http_parser_rb-0.6* +" + +all_ruby_prepare() { + # Avoid dependency on git + sed -i -e '/ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die + + # Only run unit tests since we require unpackaged code for the + # integration tests. + sed -i -e "/^require 'em-\(spec\|http\|websocket-client\)/ s:^:#:" \ + -e "/^require 'integration/ s:^:#:" spec/helper.rb || die + rm -fr spec/integration || die +} + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF}/ + doins -r examples +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/exifr/
commit: f9aa2ca4928a8a41a9e70f452a4d78cecfecba78 Author: Hans de Graaff gentoo org> AuthorDate: Fri Sep 25 05:46:09 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Sep 25 06:09:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9aa2ca4 dev-ruby/exifr: add 1.3.8 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/exifr/Manifest | 1 + dev-ruby/exifr/exifr-1.3.8.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-ruby/exifr/Manifest b/dev-ruby/exifr/Manifest index f4856a4fda3..92ab35d5712 100644 --- a/dev-ruby/exifr/Manifest +++ b/dev-ruby/exifr/Manifest @@ -1,2 +1,3 @@ DIST exifr-1.3.6.tar.gz 245123 BLAKE2B eadaec6e1e75d048a9279459c157b0e493ee79f30b964897a9e30a38d27bc5b6b6fe87db7da192f7cab430630b7ed8fe4084f951189cb5bfe805d38e9861c5bc SHA512 9580e47c9de317b456c3cb23099293e26aa1889e338d2b95c4983d7a03c8658ced67d1f11a3fc7b23a80b3a89698c6277ce1bf47e762e5e42822f2ba3041887f DIST exifr-1.3.7.tar.gz 245155 BLAKE2B b7a333de97015336cf776072c1d6940edaabe57c9fb379e4611bbb85fb03803be44244424e50ad9bc807a5598fea28dbf7e975cb063e644e6bc80ce365ed7dcd SHA512 a3249c9bc2b1702e82287e79f854ea7ccf5757eb5000f88479138026b1b8de56072a1289a29f840cd619bd81f27e835131e890ce5f3c573849d64e5ecf942f66 +DIST exifr-1.3.8.tar.gz 245288 BLAKE2B 49032ee6bd5aaf07c3ef66cd1cc0ae67adff6afc4cae058343d88c5a7dce3230fe151bbedb22c7418745953a0005f0d385a175246c5be48f33a14406914a7d13 SHA512 4e2d49418a31f4a325b9428edefe71066717335c263e0594e0f5b3707cf3fb7d5208d09efe5e2a43948c17894a841e4f1b08829d3fe7759ad3027e29989dce57 diff --git a/dev-ruby/exifr/exifr-1.3.8.ebuild b/dev-ruby/exifr/exifr-1.3.8.ebuild new file mode 100644 index 000..601d7e6393f --- /dev/null +++ b/dev-ruby/exifr/exifr-1.3.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_DOCDIR="doc/api" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A library to read EXIF info from JPEG and TIFF images" +HOMEPAGE="https://github.com/remvee/exifr/"; +SRC_URI="https://github.com/remvee/exifr/archive/release-${PV}.tar.gz -> ${P}.tar.gz" +RUBY_S="${PN}-release-${PV}" + +# License is not specified in source distribution but is in the GitHub +# repository. +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_parser/
commit: 7bf5d6e679d4b1f8132f1aa804c67819378e84e8 Author: Hans de Graaff gentoo org> AuthorDate: Fri Sep 25 05:47:48 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Sep 25 06:09:03 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf5d6e6 dev-ruby/regexp_parser: add 1.8.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/regexp_parser/Manifest | 1 + dev-ruby/regexp_parser/regexp_parser-1.8.0.ebuild | 37 +++ 2 files changed, 38 insertions(+) diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest index de71e4dcc58..2af280b03dc 100644 --- a/dev-ruby/regexp_parser/Manifest +++ b/dev-ruby/regexp_parser/Manifest @@ -1,3 +1,4 @@ DIST regexp_parser-0.5.0.tar.gz 80554 BLAKE2B 7890e6850e3ffbb927c5e72430ab29e6aeec4f8684eb56f4153414aca62702faa57f48887618e84b1d087e2ba366ec9d6b2e92200cc34472b7bbb5a8b0043415 SHA512 0d1c43fda01077b9b3d9c28ce9cb01772f10817e42d9c0ff28e6ea5cd059ad4869b940498c6a4e77d4fc6acb6ac0aba293ae67dd012650cdb58989b90868be16 DIST regexp_parser-1.5.1.tar.gz 82482 BLAKE2B ff1746e52e786e273923dd222ea8c8276eb1e4ffe9bf899068160dec229784709ba679983c1e43736c128ec094861174bd43e0aceea704ee2d38aff4a53e6775 SHA512 4856fbcac800083b417880c30b5d6a5ea445bb85950bdd7898f368bfa2d44b01b1e2058b279f1640cf1cf4d7b28e225d25bc2d356d2c4a7c1be0a2c621dd3827 DIST regexp_parser-1.7.1.tar.gz 83865 BLAKE2B 1aab4f5c4d399ee48951a9fa9f24fef14073ca5267ec29e5011880274d2749a7a3d1f5cb2a6a5107d5c848537367e1f725a6de9bb9af8803ccc8ccedaac415eb SHA512 fda810bc18039484725df5c6092b3d1b31f398e337cbace253cfdfa934274902f2dcb4e64c4fd0bb24379c79ea2976383313c1a5cd4ad246ecb7eabfd1a47d64 +DIST regexp_parser-1.8.0.tar.gz 85071 BLAKE2B 1d9f60617372f872e8b372bbee0f808d060add768094d53bc05ef2f4757936fcfb4772dc0a2ba59630884b339a3c66d34336cfa05825f4ef53427ddd3528b9d7 SHA512 bbf2429c00c214288869b77641e44d04591c3917ceeb9262ae8638c0731b020bead4a7b11d397ef2e1a26752c660addcc46fd94a4e557766d230de71b99a9501 diff --git a/dev-ruby/regexp_parser/regexp_parser-1.8.0.ebuild b/dev-ruby/regexp_parser/regexp_parser-1.8.0.ebuild new file mode 100644 index 000..9a339fd368c --- /dev/null +++ b/dev-ruby/regexp_parser/regexp_parser-1.8.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_TASK_TEST="test:full" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_BINWRAP="" + +RUBY_FAKEGEM_GEMSPEC="regexp_parser.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular expressions" +HOMEPAGE="https://github.com/ammar/regexp_parser"; +SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86" +IUSE="" + +DEPEND+=" =dev-util/ragel-6*" + +ruby_add_bdepend "dev-ruby/rake + test? ( dev-ruby/regexp_property_values dev-ruby/rspec:3 )" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile || die +} + +each_ruby_compile() { + ${RUBY} -S rake ragel:rb || die +}
[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/, kde-plasma/xembed-sni-proxy/files/
commit: e8512e4a1f5a9e2937343ed9710d0381d2a52ae4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 24 20:45:47 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 24 20:49:18 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8512e4a kde-plasma/xembed-sni-proxy: Rebase standalone-patch on current HEAD Reported-by: Duncan <1i5t5.duncan cox.net> Closes: https://bugs.gentoo.org/744181 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> .../xembed-sni-proxy-5.20.80-standalone.patch | 60 ++ .../xembed-sni-proxy/xembed-sni-proxy-.ebuild | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch new file mode 100644 index 00..a1f09aa93c --- /dev/null +++ b/kde-plasma/xembed-sni-proxy/files/xembed-sni-proxy-5.20.80-standalone.patch @@ -0,0 +1,60 @@ +From da1c5074e390b2ceca3f632f14adfba55def45ab Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Thu, 24 Sep 2020 22:34:28 +0200 +Subject: [PATCH] xembed-sni-proxy: Allow standalone build + +--- + CMakeLists.txt | 36 + + 1 file changed, 36 insertions(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 443ff07c1..ba15b9ea5 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -1,3 +1,35 @@ ++project(xembed-sni-proxy) ++ ++if(${CMAKE_SOURCE_DIR} STREQUAL ${xembed-sni-proxy_SOURCE_DIR}) ++set(PROJECT_VERSION "GENTOO_PV") ++set(PROJECT_VERSION_MAJOR 5) ++ ++cmake_minimum_required(VERSION 3.0) ++ ++set(QT_MIN_VERSION "5.15.0") ++set(KF5_MIN_VERSION "5.74") ++find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core DBus X11Extras) ++find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) ++set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) ++ ++include(KDEInstallDirs) ++include(KDECMakeSettings) ++include(KDECompilerSettings NO_POLICY_SCOPE) ++include(FeatureSummary) ++include(ECMQtDeclareLoggingCategory) ++include(ECMConfiguredInstall) ++ ++find_package(KF5WindowSystem ${KF5_MIN_VERSION} REQUIRED) ++find_package(X11 REQUIRED) ++find_package(XCB MODULE REQUIRED COMPONENTS XCB RANDR) ++set_package_properties(XCB PROPERTIES TYPE REQUIRED) ++ ++configure_file(../config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h) ++else() ++set(PROJECT_VERSION "5.20.80") ++set(PROJECT_VERSION_MAJOR 5) ++endif() ++ + add_definitions(-DQT_NO_CAST_TO_ASCII + -DQT_NO_CAST_FROM_ASCII + -DQT_NO_URL_CAST_FROM_STRING +@@ -65,3 +97,7 @@ install(TARGETS xembedsniproxy ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) + install(FILES xembedsniproxy.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR}) + + ecm_install_configured_files(INPUT plasma-xembedsniproxy.service.in @ONLY DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR}) ++ ++if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") ++feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) ++endif() +-- +2.28.0 + diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild index cc6b724e5f..1ab3a25559 100644 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild +++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild @@ -34,7 +34,7 @@ RDEPEND="${DEPEND} S="${S}/${PN}" -PATCHES=( "${FILESDIR}/${PN}-5.14.90-standalone.patch" ) +PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" ) src_prepare() { cmake_src_prepare
[gentoo-commits] proj/kde:master commit in: kde-plasma/ksysguard/
commit: 90fb8d8c19fa8e6d16b14562dd636e8a0d6e8793 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 24 19:50:27 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 24 19:50:27 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=90fb8d8c kde-plasma/ksysguard: Add new DEPEND Upstream commit b88990d581d8e810eb98d2967df6fe57410bd8f9 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/ksysguard/ksysguard-.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/ksysguard/ksysguard-.ebuild b/kde-plasma/ksysguard/ksysguard-.ebuild index 6fbf9105e6..18381005f7 100644 --- a/kde-plasma/ksysguard/ksysguard-.ebuild +++ b/kde-plasma/ksysguard/ksysguard-.ebuild @@ -36,6 +36,7 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-frameworks/solid-${KFMIN}:5 >=kde-plasma/libksysguard-${PVCUT}:5 lm-sensors? ( sys-apps/lm-sensors:= ) network? (
[gentoo-commits] proj/kde:master commit in: kde-apps/kalarm/
commit: 18669256e995b52d6502eab2195c6567184625da Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 24 19:56:34 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 24 19:58:37 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=18669256 kde-apps/kalarm: Add new DEPENDs Upstream commits: d019ff0b58d1e7682c43cd682b2a2339a34dda26 96968c896c7db477062c19298c9bed484ae9a042 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kalarm/kalarm-.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kalarm/kalarm-.ebuild b/kde-apps/kalarm/kalarm-.ebuild index 390b8dad3b..07d780e181 100644 --- a/kde-apps/kalarm/kalarm-.ebuild +++ b/kde-apps/kalarm/kalarm-.ebuild @@ -29,6 +29,7 @@ DEPEND=" >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 >=kde-apps/akonadi-mime-${PVCUT}:5 + >=kde-apps/grantleetheme-${PVCUT}:5 >=kde-apps/kalarmcal-${PVCUT}:5 >=kde-apps/kcalutils-${PVCUT}:5 >=kde-apps/kidentitymanagement-${PVCUT}:5 @@ -58,6 +59,7 @@ DEPEND=" >=kde-frameworks/kitemmodels-${KFMIN}:5 >=kde-frameworks/kjobwidgets-${KFMIN}:5 >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/knotifyconfig-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 >=kde-frameworks/ktextwidgets-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
[gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
commit: c73d39f18e932f9b48f73141821addadf5de1b7a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 24 20:04:02 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 24 20:04:02 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c73d39f1 kde-apps/mailcommon: Add new DEPEND Upstream commit 23e40edc02554e82c42c533a5c5c2d6dfe10fe18 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/mailcommon/mailcommon-.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/mailcommon/mailcommon-.ebuild b/kde-apps/mailcommon/mailcommon-.ebuild index 8209d839d5..697f2104b3 100644 --- a/kde-apps/mailcommon/mailcommon-.ebuild +++ b/kde-apps/mailcommon/mailcommon-.ebuild @@ -32,6 +32,7 @@ DEPEND=" >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 >=kde-apps/akonadi-mime-${PVCUT}:5 + >=kde-apps/grantleetheme-${PVCUT}:5 >=kde-apps/kmailtransport-${PVCUT}:5 >=kde-apps/kmime-${PVCUT}:5 >=kde-apps/kpimtextedit-${PVCUT}:5
[gentoo-commits] proj/kde:master commit in: kde-apps/rocs/
commit: ce7104718638cde73737f95f0805279ecbba7d13 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 24 20:07:16 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 24 20:07:16 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce710471 kde-apps/rocs: Drop unused DEPEND Upstream commit 77dd0bde7493a5daec2805f33f7d99f4a5d80aa4 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/rocs/rocs-.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/rocs/rocs-.ebuild b/kde-apps/rocs/rocs-.ebuild index 72e181162f..2f5992d170 100644 --- a/kde-apps/rocs/rocs-.ebuild +++ b/kde-apps/rocs/rocs-.ebuild @@ -32,7 +32,6 @@ RDEPEND=" >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kitemviews-${KFMIN}:5 >=kde-frameworks/kparts-${KFMIN}:5
[gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
commit: 193b4d17b5f5ce388ac39da6f1690fe22ccf5f4b Author: Joonas Niilola gentoo org> AuthorDate: Fri Sep 25 05:36:39 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Sep 25 05:36:39 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193b4d17 dev-libs/efl: don't forget others than systemd or elogind on 1.25.0 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/efl/efl-1.25.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/efl/efl-1.25.0-r1.ebuild b/dev-libs/efl/efl-1.25.0-r1.ebuild index 29edf16b8b4..649d6469d9b 100644 --- a/dev-libs/efl/efl-1.25.0-r1.ebuild +++ b/dev-libs/efl/efl-1.25.0-r1.ebuild @@ -197,6 +197,8 @@ src_configure() { if use elogind || use systemd; then emesonargs+=( -D systemd=true ) + else + emesonargs+=( -D systemd=false ) fi if use opengl; then
[gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
commit: c76b03773d845d9644690dc37f4c4e2c09e1e5d5 Author: Joonas Niilola gentoo org> AuthorDate: Fri Sep 25 05:32:41 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Sep 25 05:33:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76b0377 dev-libs/efl: fix elogind-systemd detection on 1.25.0 Bug: https://bugs.gentoo.org/726762 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/efl/efl-1.25.0-r1.ebuild | 302 ++ 1 file changed, 302 insertions(+) diff --git a/dev-libs/efl/efl-1.25.0-r1.ebuild b/dev-libs/efl/efl-1.25.0-r1.ebuild new file mode 100644 index 000..29edf16b8b4 --- /dev/null +++ b/dev-libs/efl/efl-1.25.0-r1.ebuild @@ -0,0 +1,302 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson xdg-utils + +DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" +HOMEPAGE="https://www.enlightenment.org"; +SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz"; + +LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +IUSE="+X avif bmp connman cpu_flags_arm_neon dds debug doc drm +eet efl-one elogind examples fbcon + +fontconfig fribidi gif gles2-only gnutls glib +gstreamer harfbuzz hyphen ibus ico libressl + lua +luajit jpeg2k json nls mono opengl +pdf physics pmaps postscript psd pulseaudio raw scim + sdl +sound +ssl +svg +system-lz4 systemd tga tgv tiff tslib unwind v4l vnc wayland webp xcf + xim xpm xpresent zeroconf" + +REQUIRED_USE=" + ?? ( elogind systemd ) + ?? ( gles2-only opengl ) + ^^ ( lua luajit ) + ssl + drm? ( gles2-only ) + examples? ( eet svg ) + gles2-only? ( || ( wayland X ) ) + pulseaudio? ( sound ) + wayland? ( gles2-only !opengl ) + xim? ( X ) + xpresent? ( X ) +" + +# Requires everything to be enabled unconditionally. +RESTRICT="test" + +RDEPEND=" + dev-libs/check + net-misc/curl + media-libs/giflib:= + media-libs/libpng:0= + sys-apps/dbus + sys-libs/zlib + virtual/jpeg:0= + X? ( + media-libs/freetype + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXinerama + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libXScrnSaver + wayland? ( x11-libs/libxkbcommon[X] ) + ) + avif? ( media-libs/libavif ) + connman? ( net-misc/connman ) + drm? ( + dev-libs/libinput + dev-libs/wayland + media-libs/mesa[gbm] + x11-libs/libdrm + x11-libs/libxkbcommon + ) + elogind? ( + sys-auth/elogind + virtual/libudev + ) + fontconfig? ( media-libs/fontconfig ) + fribidi? ( dev-libs/fribidi ) + gles2-only? ( + media-libs/mesa[egl,gles2] + virtual/opengl + ) + glib? ( dev-libs/glib:2 ) + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + ) + hyphen? ( dev-libs/hyphen ) + ibus? ( app-i18n/ibus ) + jpeg2k? ( media-libs/openjpeg:= ) + json? ( >=media-libs/rlottie-0.0.1_pre20200424:= ) + lua? ( dev-lang/lua:* ) + luajit? ( dev-lang/luajit:* ) + mono? ( dev-lang/mono ) + opengl? ( virtual/opengl ) + pdf? ( app-text/poppler:=[cxx] ) + physics? ( sci-physics/bullet:= ) + postscript? ( app-text/libspectre ) + pulseaudio? ( media-sound/pulseaudio ) + raw? ( media-libs/libraw:= ) + scim? ( app-i18n/scim ) + sdl? ( media-libs/libsdl2 ) + sound? ( media-libs/libsndfile ) + ssl? ( + gnutls? ( net-libs/gnutls:= ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + ) + ) + svg? ( gnome-base/librsvg ) + system-lz4? ( app-arch/lz4 ) + systemd? ( sys-apps/systemd:= ) + tiff? ( media-libs/tiff:0= ) + tslib? ( x11-libs/tslib:= ) + unwind? ( sys-libs/libunwind ) + v4l? ( media-libs/libv4l ) + vnc? ( net-libs/libvncserver ) + wayland? ( + dev-libs/wayland + media-libs/mesa[gles2,wayland] + x11-libs/libxkbcommon + ) + webp? ( media-libs/libwebp:= ) + xpm? ( x11-libs/libXpm ) + xpresent? ( x11-libs/libXpresent ) + zeroconf? ( net-dns/avahi ) +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgcon
[gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
commit: 42cbe3bbe4c0006beabc020a7dc9cb5e7fff2b93 Author: Joonas Niilola gentoo org> AuthorDate: Fri Sep 25 05:32:59 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Sep 25 05:33:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cbe3bb dev-libs/efl: remove old 1.25.0 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/efl/efl-1.25.0.ebuild | 300 - 1 file changed, 300 deletions(-) diff --git a/dev-libs/efl/efl-1.25.0.ebuild b/dev-libs/efl/efl-1.25.0.ebuild deleted file mode 100644 index fd0d1587fa9..000 --- a/dev-libs/efl/efl-1.25.0.ebuild +++ /dev/null @@ -1,300 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson xdg-utils - -DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" -HOMEPAGE="https://www.enlightenment.org"; -SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz"; - -LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="+X avif bmp connman cpu_flags_arm_neon dds debug doc drm +eet efl-one elogind examples fbcon - +fontconfig fribidi gif gles2-only gnutls glib +gstreamer harfbuzz hyphen ibus ico libressl - lua +luajit jpeg2k json nls mono opengl +pdf physics pmaps postscript psd pulseaudio raw scim - sdl +sound +ssl +svg +system-lz4 systemd tga tgv tiff tslib unwind v4l vnc wayland webp xcf - xim xpm xpresent zeroconf" - -REQUIRED_USE=" - ?? ( elogind systemd ) - ?? ( gles2-only opengl ) - ^^ ( lua luajit ) - ssl - drm? ( gles2-only ) - examples? ( eet svg ) - gles2-only? ( || ( wayland X ) ) - pulseaudio? ( sound ) - wayland? ( gles2-only !opengl ) - xim? ( X ) - xpresent? ( X ) -" - -# Requires everything to be enabled unconditionally. -RESTRICT="test" - -RDEPEND=" - dev-libs/check - net-misc/curl - media-libs/giflib:= - media-libs/libpng:0= - sys-apps/dbus - sys-libs/zlib - virtual/jpeg:0= - X? ( - media-libs/freetype - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libXScrnSaver - wayland? ( x11-libs/libxkbcommon[X] ) - ) - avif? ( media-libs/libavif ) - connman? ( net-misc/connman ) - drm? ( - dev-libs/libinput - dev-libs/wayland - media-libs/mesa[gbm] - x11-libs/libdrm - x11-libs/libxkbcommon - ) - elogind? ( - sys-auth/elogind - virtual/libudev - ) - fontconfig? ( media-libs/fontconfig ) - fribidi? ( dev-libs/fribidi ) - gles2-only? ( - media-libs/mesa[egl,gles2] - virtual/opengl - ) - glib? ( dev-libs/glib:2 ) - gstreamer? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - ) - hyphen? ( dev-libs/hyphen ) - ibus? ( app-i18n/ibus ) - jpeg2k? ( media-libs/openjpeg:= ) - json? ( >=media-libs/rlottie-0.0.1_pre20200424:= ) - lua? ( dev-lang/lua:* ) - luajit? ( dev-lang/luajit:* ) - mono? ( dev-lang/mono ) - opengl? ( virtual/opengl ) - pdf? ( app-text/poppler:=[cxx] ) - physics? ( sci-physics/bullet:= ) - postscript? ( app-text/libspectre ) - pulseaudio? ( media-sound/pulseaudio ) - raw? ( media-libs/libraw:= ) - scim? ( app-i18n/scim ) - sdl? ( media-libs/libsdl2 ) - sound? ( media-libs/libsndfile ) - ssl? ( - gnutls? ( net-libs/gnutls:= ) - !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) - ) - ) - svg? ( gnome-base/librsvg ) - system-lz4? ( app-arch/lz4 ) - systemd? ( sys-apps/systemd:= ) - tiff? ( media-libs/tiff:0= ) - tslib? ( x11-libs/tslib:= ) - unwind? ( sys-libs/libunwind ) - v4l? ( media-libs/libv4l ) - vnc? ( net-libs/libvncserver ) - wayland? ( - dev-libs/wayland - media-libs/mesa[gles2,wayland] - x11-libs/libxkbcommon - ) - webp? ( media-libs/libwebp:= ) - xpm? ( x11-libs/libXpm ) - xpresent? ( x11-libs/libXpresent ) - zeroconf? ( net-dns/avahi ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig - doc? ( app-doc/doxygen ) - nls? ( sys-devel/get
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-type1/
commit: 72cde2639ba32b067dccc0decaa824372988ba99 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 05:23:27 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 05:25:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72cde263 media-fonts/font-bh-type1-1.0.3-r2: hppa stable, bug 741975 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild b/media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild index 2e4e51fa48a..5b8cbf95bc9 100644 --- a/media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild +++ b/media-fonts/font-bh-type1/font-bh-type1-1.0.3-r2.ebuild @@ -7,4 +7,4 @@ inherit xorg-3 DESCRIPTION="X.Org Bigelow & Holmes Type 1 fonts" LICENSE="bh-luxi" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-misc/
commit: 9949b8e01ca9bd2df4c3ce8d3ce6ceb5d142e1ec Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 05:24:26 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 05:25:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9949b8e0 media-fonts/font-misc-misc-1.1.2-r2: arm64 stable, bug 741975 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-misc-misc/font-misc-misc-1.1.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r2.ebuild b/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r2.ebuild index f2cbf77c30e..9d98847e24f 100644 --- a/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r2.ebuild +++ b/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r2.ebuild @@ -6,4 +6,4 @@ inherit xorg-3 DESCRIPTION="X.Org miscellaneous fonts" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/
commit: 4f2d8014e2cad9a40013aa47b4478e072c2c60dc Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 05:23:49 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 05:25:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2d8014 media-fonts/font-bh-ttf-1.0.3-r2: hppa stable, bug 741975 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild index 76c1d8e4c59..d3f8d37b9de 100644 --- a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild +++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3-r2.ebuild @@ -7,4 +7,4 @@ inherit xorg-3 DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts" LICENSE="bh-luxi" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-macos"
[gentoo-commits] proj/sci:master commit in: dev-python/persim/, sci-mathematics/ripser/, dev-python/colorlover/
commit: 22c81e49e7d1c5c1679ccdc0686c4680f13ff961 Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 01:17:10 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 01:17:10 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=22c81e49 dev-python/{colorlover,persim} sci-mathematics/ripser: update metadata Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/colorlover/metadata.xml | 4 ++-- dev-python/persim/metadata.xml | 4 ++-- sci-mathematics/ripser/metadata.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/colorlover/metadata.xml b/dev-python/colorlover/metadata.xml index cfbacced2..2f2c0b51c 100644 --- a/dev-python/colorlover/metadata.xml +++ b/dev-python/colorlover/metadata.xml @@ -6,7 +6,7 @@ Aisha Tammy -proxy-ma...@gentoo.org -Proxy Maintainers +s...@gentoo.org +Gentoo Science Project diff --git a/dev-python/persim/metadata.xml b/dev-python/persim/metadata.xml index cfbacced2..2f2c0b51c 100644 --- a/dev-python/persim/metadata.xml +++ b/dev-python/persim/metadata.xml @@ -6,7 +6,7 @@ Aisha Tammy -proxy-ma...@gentoo.org -Proxy Maintainers +s...@gentoo.org +Gentoo Science Project diff --git a/sci-mathematics/ripser/metadata.xml b/sci-mathematics/ripser/metadata.xml index 49165d3bd..fbef5ab11 100644 --- a/sci-mathematics/ripser/metadata.xml +++ b/sci-mathematics/ripser/metadata.xml @@ -6,8 +6,8 @@ Aisha Tammy -proxy-ma...@gentoo.org -Proxy Maintainers +s...@gentoo.org +Gentoo Science Project print progress of calculations in console
[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/
commit: 8330ef96ea039898044479387d4e7b5f54478a15 Author: Mark Wright gentoo org> AuthorDate: Fri Sep 25 05:04:58 2020 + Commit: Mark Wright gentoo org> CommitDate: Fri Sep 25 05:06:59 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8330ef96 sci-mathematics/rstudio: Bump to 1.3.1093 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright gentoo.org> sci-mathematics/rstudio/Manifest| 1 + sci-mathematics/rstudio/rstudio-1.3.1093.ebuild | 231 2 files changed, 232 insertions(+) diff --git a/sci-mathematics/rstudio/Manifest b/sci-mathematics/rstudio/Manifest index 686f27d6dda..0627f2f8eaa 100644 --- a/sci-mathematics/rstudio/Manifest +++ b/sci-mathematics/rstudio/Manifest @@ -2,4 +2,5 @@ DIST core-dictionaries.zip 876339 BLAKE2B f29afcbf5a7f8ec635e5a5b248d978af286d18 DIST rstudio-1.2.5033.tar.gz 20456976 BLAKE2B 3cbca6a5180690104dddf1456168bd38708d4152ed9b7a167035dd66e270aeb6405169d34461cbd899738be1872607e3f3b6f81ff0b3c9e6a9ed965a889b1393 SHA512 3569d4fed342275a9905c87e4f97be63b6391d2c37f75397e06201a7c31f80d94799214f51ff8e57d458ef18d5e54afe1ec8a7c56ac05ed8b8225ecca72d1daf DIST rstudio-1.2.5042.tar.gz 20456999 BLAKE2B 3251ab2511daefefa395256fedb273ecc36dbc8118457474e3647f7616baea91301e597896582ad4b191195fc7baf17645c4c25b9a957a0c17a6251151b1dd87 SHA512 e09f2360abecde0c16e240e6838efb270a355bec3d3982ffde2b01b32b21e9281fef465734edbfeb5e05375529cc7f06d5b5d41304f367982f53ae7ad98e20f9 DIST rstudio-1.3.1056.tar.gz 89584544 BLAKE2B 0e758ad97f9faa2d3932a49dafd92bc21199a5c0a20e2d8480267ebbb7cd11dc38596b4bb697e04add7bfe6b126f7b2ae6675040a0ac8caca5a5cf737f5ad6eb SHA512 8a9077c2ae021e0cf4cca41b374a50534087b35fd2c1e4b18bdd5ba3672e1ab275046e483ec8a3aba729a8e39f961149fb03a053ea005d8a32873b51201baca2 +DIST rstudio-1.3.1093.tar.gz 89554292 BLAKE2B defd68e65a2cbc570aaf6fb14bd16342946154cda7322549d426281aea48d923803f061c1cd7d74b65b000a67ed62713dd06d311617e54130cb7c08147b34694 SHA512 c8a8d2312353e574dc2fb8ff2e64bd46c8aaf889c86f9c81ce22a7275e4cbec436dadfdaee513c3fc47dd3ad003e07a25baac4d8fcf47cc21df919afa084e92e DIST rstudio-1.3.959.tar.gz 89639419 BLAKE2B d45b2c1b0e426ddb5a945e59a8127ddfd47f6230ef0929639c4b525382ae57437a273df6ade85cfbf3a29911cf0158ee2e0808bfa94e783d70d4615f6c228f31 SHA512 e5d8bfe16011790ff4723c731043f44070d8fe48f85c5a9ab8389c9a2b7a1d3813e9362063ec4c6a6ca3b0a0857e2190481cbb74191650a129c0d2e10b342fac diff --git a/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild b/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild new file mode 100644 index 000..af87bd08951 --- /dev/null +++ b/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild @@ -0,0 +1,231 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils cmake pam xdg-utils java-pkg-2 java-ant-2 pax-utils prefix qmake-utils vcs-clean + +# TODO +# * use dict from tree, linguas +# * do src_test (use junit from tree?) + +GIN_VER=2.1.2 +# grep 'PANDOC_VERSION=' dependencies/common/install-pandoc +PANDOC_VER=2.9.2.1 +# grep -5 QT_CANDIDATES src/cpp/desktop/CMakeLists.txt +QT_VER=5.12.6 +QT_SLOT=5 + +DESCRIPTION="IDE for the R language" +HOMEPAGE=" + http://www.rstudio.org + https://github.com/rstudio/rstudio/"; +SRC_URI=" + https://github.com/rstudio/rstudio/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://s3.amazonaws.com/rstudio-dictionaries/core-dictionaries.zip +" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="dedicated libressl server" + +RDEPEND=" + >=app-text/pandoc-${PANDOC_VER} + dev-java/aopalliance:1 + dev-java/gin:2.1 + dev-java/javax-inject + =dev-java/validation-api-1.0*:1.0[source] + dev-haskell/pandoc-citeproc + dev-lang/R + dev-libs/boost:= + >=dev-libs/mathjax-2.7.4 + sys-apps/util-linux + sys-devel/clang:* + sys-libs/zlib + >=virtual/jre-1.8:= + x11-libs/pango + !dedicated? ( + >=dev-qt/qtcore-${QT_VER}:${QT_SLOT} + >=dev-qt/qtdeclarative-${QT_VER}:${QT_SLOT} + >=dev-qt/qtdbus-${QT_VER}:${QT_SLOT} + >=dev-qt/qtgui-${QT_VER}:${QT_SLOT} + >=dev-qt/qtnetwork-${QT_VER}:${QT_SLOT} + >=dev-qt/qtopengl-${QT_VER}:${QT_SLOT} + >=dev-qt/qtpositioning-${QT_VER}:${QT_SLOT} + >=dev-qt/qtprintsupport-${QT_VER}:${QT_SLOT} + >=dev-qt/qtsingleapplication-2.6.1_p20150629[X,qt5(+)] + >=dev-qt/qtsensors-${QT_VER}:${QT_SLOT} + >=dev-qt/qtsql-${QT_VER}:${QT_SLOT} + >=dev-qt/qtsvg-${QT_VER}:${QT_SLOT} + >=dev-qt/qtwebchannel-${QT_VER}:${QT_SLOT} + >=dev-qt/qtwebengine-${QT_VER}:${QT_SLOT}[widgets] + >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT} + >=dev-qt/qtxml-${QT_VER}:${QT_SLOT} + >=dev-qt/qtxm
[gentoo-commits] proj/sci:master commit in: dev-cpp/thrust/
commit: 7ce5b720ea7f349099011709d47e0ff67b3087cd Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 01:03:13 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 01:03:13 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ce5b720 dev-cpp/thrust: C++ parallel algorithms library Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-cpp/thrust/metadata.xml | 12 dev-cpp/thrust/thrust-1.10.0.ebuild | 24 2 files changed, 36 insertions(+) diff --git a/dev-cpp/thrust/metadata.xml b/dev-cpp/thrust/metadata.xml new file mode 100644 index 0..0ee446868 --- /dev/null +++ b/dev-cpp/thrust/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + gen...@aisha.cc + Aisha Tammy + + + s...@gentoo.org + Gentoo Science Project + + diff --git a/dev-cpp/thrust/thrust-1.10.0.ebuild b/dev-cpp/thrust/thrust-1.10.0.ebuild new file mode 100644 index 0..e4792c997 --- /dev/null +++ b/dev-cpp/thrust/thrust-1.10.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="C++ parallel agorithms library" +HOMEPAGE="https://github.com/NVIDIA/thrust"; +SRC_URI="https://github.com/NVIDIA/thrust/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +src_configure() { + local mycmakeargs=( + -DTHRUST_ENABLE_HEADER_TESTING=OFF + -DTHRUST_ENABLE_TESTING=OFF + -DTHRUST_ENABLE_EXAMPLES=OFF + -DTHRUST_INCLUDE_CUB_CMAKE=OFF + ) + cmake_src_configure +}
[gentoo-commits] repo/proj/guru:dev commit in: app-portage/version/
commit: d65869b7f421577f493ffb539eea71852689c980 Author: Azael Reyes gmail com> AuthorDate: Fri Sep 25 05:01:43 2020 + Commit: Azael Reyes gmail com> CommitDate: Fri Sep 25 05:01:43 2020 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d65869b7 app-portage/version: updating to v0.18.0-alpha Signed-off-by: Azael Reyes gmail.com> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azael Reyes gmail.com> app-portage/version/Manifest| 1 + app-portage/version/version-0.18.0_alpha.ebuild | 32 + 2 files changed, 33 insertions(+) diff --git a/app-portage/version/Manifest b/app-portage/version/Manifest index 6ab576d1..6922cf62 100644 --- a/app-portage/version/Manifest +++ b/app-portage/version/Manifest @@ -3,6 +3,7 @@ DIST version-0.14.2_alpha.tar.gz 46401 BLAKE2B 1c850c21d1ba8feb20e61876e3ee9fd42 DIST version-0.14.4_alpha.tar.gz 47074 BLAKE2B 1b7d1b2e5a23fd27727ebf1e162da9e8b8c5ab87c25e6317220c2879073ab3f27a8868e7ab57d31ce090b8428ae49ab41eaaf402ea1c185f15b5525fc4ab99e2 SHA512 392e43fa614ccdb12f143cef6fa3eb2478ec8a18531520ea56489bb862da7d16a4631711ffbb604bcfa3b26c40dc6326d4cb5a72b4e34490b9ec5cc0056cd275 DIST version-0.15.0_alpha.tar.gz 47595 BLAKE2B 93e8c70ba3c8d04c529b71538c6c506153033e534b099466010cd9838906922e3bdada2e4ca0b88219404d107761a26a2789d29d7bf56e8bb83d924e65983980 SHA512 bcb07d978463267340406732ad25d89e83280612c1ea049c7bf50c08ac168682adbaa8f9fff69c6c8c1687aa279e90c1b1f56ff265a40b730d2823ef1da5a4d3 DIST version-0.17.0_alpha.tar.gz 47695 BLAKE2B 4f67e6082fcfd1bf1327df5996b8361470f4c026b5adb03a2e9665c3d8d806a2e5a6f2862fdf46e6c121298161fb3088b3fded5fa4b3436a5c26b6b5703e3824 SHA512 4f2cd9de5eb7f5eb33a2cb1d0fbbefd6c3974186f0a4d3f83c25932e3fbeae8f13797a445cefc03859943e2be669d91d87bd940a453f68260c7ec7e229d7414e +DIST version-0.18.0_alpha.tar.gz 48129 BLAKE2B de987ff73733dc55bfd6c26d7510f32b4bf9533058221d0e44e2c3df62dc8af3213053812e4188e79ba1e2c232de5a41daf8a17cbff62c5044a10e9ca78a3e2f SHA512 fbc90c420130d212f236fc990e8912a0f88ebefa69b29ea391acbf1c7a87bf7f2a3c17782638ab7d75cfb11a046ba305ae4e49f0060af8ba8215a138acbbb93c DIST version-0.6.1_alpha.tar.gz 24986 BLAKE2B a78b7b1a5a2aec26afba6916483a40ac17c2aafae45511d3ba35bf28ec8466e1b696f235e1d3d54c83bffa5e9f974c7f2cd8f188e637d8b315e876d91741fae2 SHA512 ff68c7cfec5c59a1cfb8a600a1a439e7bdacba464c27e114f6fc0879caaf66cf04447e8dfff5c4afc02808fd19677f979520121b00c2d1f0a4995c5adade728d DIST version-0.6.2_alpha.tar.gz 35658 BLAKE2B 89be24ecf24ac711045711f65303eb2deae9cccaf8d1fbc28c8f07e4d1fff3234e5ffdb0686de05fa29becca9d4eba2875307a4842f0f1aa66a8910d74f984cc SHA512 1fbb9295209e58babe1039ded6295024db040b4c5775f405be4af5e49035d9d968f322d919b055567340998828d04bafab7a140d98807d4a0d8eeedda7ed2dba DIST version-0.9.0_alpha.tar.gz 41858 BLAKE2B 801f5c820484fb54cb4c030f20d2c287fd7054ac363065fe534b3d1e300a1078f49ca3770b3bec966aa161e3b4005934f4f4ed8ba8eecaedd17930e00561fd85 SHA512 bcba979bbf4016582d74c7fcc5882ea6e0e20a8884a398e4e87697fd3b0b44829f9b2e513aaa6f2f313cc0f319a48810795c640128b0f934310352d68803ca90 diff --git a/app-portage/version/version-0.18.0_alpha.ebuild b/app-portage/version/version-0.18.0_alpha.ebuild new file mode 100644 index ..c90fba04 --- /dev/null +++ b/app-portage/version/version-0.18.0_alpha.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MYPV="${PV/_alpha/-alpha}" + +DESCRIPTION="A command line function for package version management." +HOMEPAGE="https://github.com/azaeldevel/octetos-version"; +SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +DEPEND="dev-libs/octetos-coreutils" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/octetos-${PN}-${MYPV}" + +src_prepare() { + default + eautoreconf -fi +} +src_configure() { + econf --with-portage +}
[gentoo-commits] repo/proj/guru:dev commit in: app-misc/apidb/
commit: e8d68306a0fb53b4aab8e14f3ae2bf060cb56438 Author: Azael Reyes gmail com> AuthorDate: Fri Sep 25 01:51:35 2020 + Commit: Azael Reyes gmail com> CommitDate: Fri Sep 25 01:51:35 2020 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8d68306 app-misc/apidb: Updating to 5.0.0-alpha19 Signed-off-by: Azael Reyes gmail.com> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azael Reyes gmail.com> app-misc/apidb/Manifest | 1 + app-misc/apidb/apidb-5.0.0_alpha19.ebuild | 73 +++ 2 files changed, 74 insertions(+) diff --git a/app-misc/apidb/Manifest b/app-misc/apidb/Manifest index 8cacbc60..69810b13 100644 --- a/app-misc/apidb/Manifest +++ b/app-misc/apidb/Manifest @@ -1,3 +1,4 @@ DIST 4.3.0-beta.2.tar.gz 168416 BLAKE2B a3c6e948d0227c6bfc1e030111c0c31fe89ebc294f283246f3446d611ae4d4353534c9270dac40fb46b9189d8ea42ab0f10c2e2d783af8499442c207bd76e3dd SHA512 efc0733ea683a47a2e10e97a53ea6ed378aa152b191d7689529a9acfe0866c7aefec2987b9094c4874c4966ae5869a133a5b194de8e99af338282ff30f2586ad DIST 5.0.0-alpha.2.tar.gz 165464 BLAKE2B 92975743b28dbed779c9d3c86cb9636b321f18268e830e97fcd80f54f67bb29a70b1d8f5bd509b5f6c86f982b48d31b861aad5f1981f4304ad43eda254620283 SHA512 d184cc782494e655f154cd23486a3bf4385b07c0ce95032b940c614cb16cb575ffecdceab3e71e7d90cb198b68867b0da65db0981e5b87c4ab7c703fa794 +DIST 5.0.0-alpha19.tar.gz 160561 BLAKE2B 52479e68742f62b8c98d9c9a31a261f6c887966bdf3e1820e3109af5a8164ba8294e4aecf806afb182a05750a6a548d855a492ee277051c494ef8897e2de3e73 SHA512 7008857aa20365d8b9f0c05a5e021e4071ae9af7c9208a4d33840b8e5118e5e1404cd005ec05a5a0d64bb3690d009a2f60af648dadc2bd14d806b6776828724b DIST 5.0.0-alpha8.tar.gz 165674 BLAKE2B 10227665ddf1c2b17cacb4b52a4fb0ef06125066546cfc5ce919e2ce6bcba27dabdb471edee4a405f05208333fd6e719981d90384194dc6fab62791abc2eb671 SHA512 e1ef0a916b64ba116efad641b64446656a1e57c0e1c0d65cceafb59ec04deb142de1a11e625c4e8c214b36dcbf9adb4d413283d7a22f0a090098cebfc021e182 diff --git a/app-misc/apidb/apidb-5.0.0_alpha19.ebuild b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild new file mode 100644 index ..e13f5fe5 --- /dev/null +++ b/app-misc/apidb/apidb-5.0.0_alpha19.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +CMAKE_MAKEFILE_GENERATOR="emake" +CMAKE_BINARY=cmake +CMAKE_MAKEFILE_GENERATOR=emake + +MYPV="${PV/_alpha19/-alpha19}" +MYPN="${PN}" +MYP="${MYPN}-${MYPV}" + +DESCRIPTION="API Generator for Database acces." +HOMEPAGE="https://github.com/azaeldevel/apidb"; +SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz"; + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="mariadb postgresql commands gui corelibs" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/libxml2 + dev-libs/boost + sys-devel/bison + sys-devel/flex + gui? ( x11-libs/gtk+ ) + dev-libs/libtar + mariadb? ( dev-libs/octetos-db-maria ) + postgresql? ( dev-libs/octetos-db-postgresql ) + media-gfx/imagemagick +" + +S="${WORKDIR}/${PN}-${MYPV}" + +src_prepare() { + sed -i 's/lib/${LIBDIR}/' src/CMakeLists.txt || die + sed -i 's/lib/${LIBDIR}/' src/mysql-reader-c++/CMakeLists.txt || die + sed -i 's/lib/${LIBDIR}/' src/mariadb-reader-c++/CMakeLists.txt || die + sed -i 's/lib/${LIBDIR}/' src/postgresql-reader-c++/CMakeLists.txt || die + + cmake_src_prepare +} + +src_configure() { + APIDBBUILD="CORE" + APIDBINSTALL="" + if use corelibs ;then + APIDBINSTALL="CORE" + fi + if use mariadb ;then + APIDBBUILD="$APIDBBUILD;MARIADB" + APIDBINSTALL="$APIDBINSTALL;DRIVERS" + fi + if use postgresql ;then + APIDBBUILD="$APIDBBUILD;POSTGRESQL" + APIDBINSTALL="$APIDBINSTALL;DRIVERS" + fi + if use commands ;then + APIDBINSTALL="$APIDBINSTALL;COMMANDS" + fi + if use gui ;then + APIDBINSTALL="$APIDBINSTALL;GUI" + fi + local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_GENTOO -DAPIDBBUILD=$APIDBBUILD -DAPIDBINSTALL=$APIDBINSTALL) + cmake_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-screen-cyrillic/
commit: 8f5187947804397a32d576173514f5cd9cee7ffd Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:34:40 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:51 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f518794 media-fonts/font-screen-cyrillic: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-screen-cyrillic-1.0.4-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r1.ebuild b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r1.ebuild deleted file mode 100644 index 22334704640..000 --- a/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org Screen cyrillic fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-daewoo-misc/
commit: e9ab1198c3591098212cb12b4e8062fdc959dc6f Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:31:18 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ab1198 media-fonts/font-daewoo-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-daewoo-misc/font-daewoo-misc-1.0.3-r1.ebuild| 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3-r1.ebuild b/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3-r1.ebuild deleted file mode 100644 index 6b29e2bc2ea..000 --- a/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org Daewoo fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-misc/
commit: 63da0ea97c4effb720d3a18eb43236dbe55dff98 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:33:49 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63da0ea9 media-fonts/font-misc-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-misc-misc/font-misc-misc-1.1.2-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r1.ebuild b/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r1.ebuild deleted file mode 100644 index 11e36a75fa4..000 --- a/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org miscellaneous fonts" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bitstream-type1/
commit: c76f9bc9337c11ab99a4b9ce3c6bf19b3835a3e5 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:30:29 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76f9bc9 media-fonts/font-bitstream-type1: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-bitstream-type1/font-bitstream-type1-1.0.3-r1.ebuild | 10 -- 1 file changed, 10 deletions(-) diff --git a/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3-r1.ebuild b/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3-r1.ebuild deleted file mode 100644 index bd5a857cc14..000 --- a/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3-r1.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org Bitstream Type 1 fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE=""
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-meltho/
commit: 9fac95af8e27ced777bc495bea983b5fe0112265 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:33:33 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fac95af media-fonts/font-misc-meltho: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-misc-meltho/font-misc-meltho-1.0.3-r1.ebuild| 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3-r1.ebuild b/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3-r1.ebuild deleted file mode 100644 index 2853c3d7cb6..000 --- a/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -FONT_DIR="OTF" - -inherit xorg-2 - -DESCRIPTION="X.Org Syriac fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE=""
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-ethiopic/
commit: e4e1184e910c215f51ae0f5657b50d021b298c34 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:33:16 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:41 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e1184e media-fonts/font-misc-ethiopic: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-misc-ethiopic/Manifest | 1 - .../font-misc-ethiopic-1.0.3-r1.ebuild | 21 - 2 files changed, 22 deletions(-) diff --git a/media-fonts/font-misc-ethiopic/Manifest b/media-fonts/font-misc-ethiopic/Manifest index d75850858a9..58a204e032c 100644 --- a/media-fonts/font-misc-ethiopic/Manifest +++ b/media-fonts/font-misc-ethiopic/Manifest @@ -1,2 +1 @@ -DIST font-misc-ethiopic-1.0.3.tar.bz2 245606 BLAKE2B e0cf89f4500226b7213d6f3f88b3bf575501140d8742fe5e30b07eefd2c1fe2fc9bfe941639032d3b5ce45eb7e6f352af7b6468e7f8b0fc941ed9cee8d531f96 SHA512 b3e3f7462f37216796730a894761c7d60d5ede0f51351997e6c3c92e3136c788a2710690f482d05ed1396a4b6be452e1f871febc7e5b7a1a67e43bcc1ec7c77d DIST font-misc-ethiopic-1.0.4.tar.bz2 270076 BLAKE2B b27d188fcb5be3e4e5fed810f26c0f5edf5a51a3532bd51b44e55283518bc1a353054da4f37c5535197eeb6958bfe1567ab54d1d9f428b046b84c5d1233aae21 SHA512 4fed9ff3782746898c56dac199e9ca89356f4967779937049b9ff4ffad202317c023859f92d44b371dfa5485d5368ccad648e64b12cde0ed21f7d4aee5affcd5 diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild deleted file mode 100644 index aa7c7e0be9a..000 --- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -FONT_DIR="OTF" - -inherit xorg-2 - -DESCRIPTION="Miscellaneous Ethiopic fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -FONT_OPTIONS="--with-otf-fontdir=${EPREFIX}/usr/share/fonts/OTF" - -src_install() { - xorg-2_src_install - # TTF fonts are not supposed to be installed. - # Also fixes file collision per bug #309689 - rm -rf "${ED}/usr/share/fonts/TTF" || die -}
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-mutt-misc/
commit: 28040c8ffafc811a8bbdc4b2758f62b0567143e9 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:34:06 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:47 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28040c8f media-fonts/font-mutt-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild deleted file mode 100644 index ee3b047a0cd..000 --- a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org ClearlyU fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
commit: d70a6280fedfb61abe722e349c7e4d9aba3124d7 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:49:20 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:53:07 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70a6280 media-libs/mesa: Drop IUSE=libglvnd Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-.ebuild | 22 -- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild index d7ceac80a26..9a49069d0d3 100644 --- a/media-libs/mesa/mesa-.ebuild +++ b/media-libs/mesa/mesa-.ebuild @@ -35,7 +35,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +llvm lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland +X xa xvmc zink +zstd" @@ -76,14 +76,8 @@ LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.100" RDEPEND=" !app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] + >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] - libglvnd? ( - >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}] - !app-eselect/eselect-opengl - ) - !libglvnd? ( - >=app-eselect/eselect-opengl-1.3.0 - ) gallium? ( unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( @@ -244,7 +238,7 @@ x86? ( usr/lib*/libGLESv2.so.2.0.0 usr/lib*/libGL.so.1.2.0 usr/lib*/libOSMesa.so.8.0.0 - libglvnd? ( usr/lib/libGLX_mesa.so.0.0.0 ) + usr/lib/libGLX_mesa.so.0.0.0 )" llvm_check_deps() { @@ -496,13 +490,13 @@ multilib_src_configure() { emesonargs+=( $(meson_use test build-tests) -Dglx=$(usex X dri disabled) + -Dglvnd=enabled -Dshared-glapi=enabled $(meson_feature dri3) $(meson_feature egl) $(meson_feature gbm) $(meson_feature gles1) $(meson_feature gles2) - $(meson_use libglvnd glvnd) $(meson_use selinux) $(meson_feature zstd) -Dvalgrind=$(usex valgrind auto false) @@ -533,14 +527,6 @@ multilib_src_test() { meson test -v -C "${BUILD_DIR}" -t 100 } -pkg_postinst() { - if ! use libglvnd; then - # Switch to the xorg implementation. - echo - eselect opengl set --use-old ${OPENGL_DIR} - fi -} - # $1 - VIDEO_CARDS flag (check skipped for "--") # other args - names of DRI drivers to enable dri_driver_enable() {
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-jis-misc/
commit: c7fbaa130a2c1e9687b2dc4227d671300fdeb0ff Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:32:25 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:36 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fbaa13 media-fonts/font-jis-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-jis-misc/font-jis-misc-1.0.3-r1.ebuild | 11 --- 1 file changed, 11 deletions(-) diff --git a/media-fonts/font-jis-misc/font-jis-misc-1.0.3-r1.ebuild b/media-fonts/font-jis-misc/font-jis-misc-1.0.3-r1.ebuild deleted file mode 100644 index 5ce84d1f1e7..000 --- a/media-fonts/font-jis-misc/font-jis-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org JIS (japanese) fonts" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-isas-misc/
commit: 5507baa7e879c9bb4bcced34ab12fe26bc82b0b2 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:32:08 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:34 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5507baa7 media-fonts/font-isas-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-isas-misc/font-isas-misc-1.0.3-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-isas-misc/font-isas-misc-1.0.3-r1.ebuild b/media-fonts/font-isas-misc/font-isas-misc-1.0.3-r1.ebuild deleted file mode 100644 index 9ae45b44828..000 --- a/media-fonts/font-isas-misc/font-isas-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org the Institute of Software, Academia Sinica (chinese) fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-xfree86-type1/
commit: 3aac6486fde270b33ef65a404b7e17ade54ad023 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:35:45 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aac6486 media-fonts/font-xfree86-type1: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-xfree86-type1/font-xfree86-type1-1.0.4-r1.ebuild | 10 -- 1 file changed, 10 deletions(-) diff --git a/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r1.ebuild b/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r1.ebuild deleted file mode 100644 index 8f6d3f7e84f..000 --- a/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4-r1.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org XFree86 Type 1 font" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE=""
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-sony-misc/
commit: 9c52328aca10b9b5f63115c35d58ca6ae079693f Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:34:55 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c52328a media-fonts/font-sony-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-sony-misc/font-sony-misc-1.0.3-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-sony-misc/font-sony-misc-1.0.3-r1.ebuild b/media-fonts/font-sony-misc/font-sony-misc-1.0.3-r1.ebuild deleted file mode 100644 index 3369d48770d..000 --- a/media-fonts/font-sony-misc/font-sony-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org Sony fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-fbdev/
commit: b54d981b3569e04e4cf49ee2595801590f9d3daa Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:50:59 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:53:01 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54d981b x11-drivers/xf86-video-fbdev: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild | 14 -- 1 file changed, 14 deletions(-) diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild deleted file mode 100644 index 3d08249dc22..000 --- a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="video driver for framebuffer device" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="x11-base/xorg-server" -DEPEND="${RDEPEND} - x11-base/xorg-proto"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-micro-misc/
commit: 3fafe77ca4d7301da797659f2d168ca2632f5681 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:32:40 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:38 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fafe77c media-fonts/font-micro-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-micro-misc/font-micro-misc-1.0.3-r1.ebuild | 13 - 1 file changed, 13 deletions(-) diff --git a/media-fonts/font-micro-misc/font-micro-misc-1.0.3-r1.ebuild b/media-fonts/font-micro-misc/font-micro-misc-1.0.3-r1.ebuild deleted file mode 100644 index bca8cf08376..000 --- a/media-fonts/font-micro-misc/font-micro-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org micro-misc font" -LICENSE="public-domain" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
commit: 9a307cd54ca6be4345ebe3d785c53423463ff5ed Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:47:20 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:53:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a307cd5 media-libs/mesa: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/Manifest | 4 - media-libs/mesa/mesa-20.0.8.ebuild | 557 media-libs/mesa/mesa-20.1.6.ebuild | 557 media-libs/mesa/mesa-20.2.0_rc2.ebuild | 565 - media-libs/mesa/mesa-20.2.0_rc3.ebuild | 565 - 5 files changed, 2248 deletions(-) diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index 025fe6df8f1..2dca688555b 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -1,7 +1,3 @@ -DIST mesa-20.0.8.tar.xz 12360736 BLAKE2B 19e3f8a40b34b5f17ed76077c5d92f728a134b2479c43d86674ed1818ab99639a9b732041f67488251df808564f6abe5b587d756ef9c7c13dcada87cd0fc05de SHA512 d906330c412899907dd05a84034a929107fccaf3044814c4b1f30ba5690cbcf1587b5f17534c6345111f3cb7cf292afd5984a60486643ff6f534b57cec615374 -DIST mesa-20.1.6.tar.xz 12805724 BLAKE2B d652b59e4987436d2e05de9138f2e2fb4a8bf435c24d9c7ad08bcb82a3bf7c9c64bc71b15b4b6d334f8b574341719f372aa1b893283abc21191a4d71d9d30fee SHA512 5ef28334ecb7effaaf597ea3efe0406af62419e6fa629e835d843161ab8d83515626ec0f0495c4cc66af9e5669398ac96c16ca626e4965a9831e1704c995fb09 DIST mesa-20.1.7.tar.xz 12825368 BLAKE2B 2fedda518ff29bfda49af12d714dc258e48fca3492d2327ce5080d11bbaea5ad646d438f3e2d5ddabeffae83211976fb15001c650cd6ab4052ab09d97342afdc SHA512 5ff614c3f7568db7673cd2398615e5398c7f50093abdabd0730e07fe9c358310793fea3f130058110c9a2aa284c6efd207e1bdca3d1a1ba46fb18d76e34f361a DIST mesa-20.1.8.tar.xz 12846348 BLAKE2B b31680458100fc4394819a379a14237cfe39befea91f53641dc181d29891cb3e508c45f5ea1b07deee97f6bf04b6d8b2ca9cd8270bf79ab4a524035fbdc58c36 SHA512 519b0e2837982d097c362d974a90c94efd1cdf14505fc43eaa740a23c042bc0c3f04d0edaf6b371966d82667cade6d0c68c92528e1be6c12884b38c67fd064c1 -DIST mesa-20.2.0-rc2.tar.xz 13528208 BLAKE2B 6505446829ec2c01c0de7a7d9c1187db874111402da5ffe2f9f5872df7b6a5e53a3b628c190172bb9a806851b3b85aa0e3b53a4fcfb40f99adfc48cc3876c9f5 SHA512 36d9a74db50335bd31a8d5c47f7c657f05eeda044530fe123c06c472ed27c9b5dff19716d11d95256449223e82dde38895547cf6ae60b7460d3b1e9ed440704a -DIST mesa-20.2.0-rc3.tar.xz 13550928 BLAKE2B b3e8a257422c06d1cbd7b7309b73d988be51adf4a60c4cd8e401c8fb86a430c7059956ef8264bbbce45ee5e38535916903dc915ab3660b0e5bc14b980d557d67 SHA512 56a692e02abed95ee16be17930f4c71519191def1a6465d465af6ebbf9d8b7e204a240e720b0fc512f4f18da3e4f37dbf8d96c3231ffba15e7114c240be71444 DIST mesa-20.2.0-rc4.tar.xz 13569628 BLAKE2B 54068c298a57f2c19113828e2e9b94dd15070ecc0c899f7e3dc527b27579e4f8c3c84c7b841c8d0b8313556cca41bfefd3e08b360dd0e364cbc29e0609ff6f3d SHA512 1f718bfbadbc15b7216864226adb737f3a4a7801dc60ca9294effd4be5f260fffd31c988eed9550e8a7a7430acb05ba0c7d65693c1f375eab4b95d2d029755bb diff --git a/media-libs/mesa/mesa-20.0.8.ebuild b/media-libs/mesa/mesa-20.0.8.ebuild deleted file mode 100644 index f8e02ddc8cd..000 --- a/media-libs/mesa/mesa-20.0.8.ebuild +++ /dev/null @@ -1,557 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit llvm meson multilib-minimal python-any-r1 linux-info - -OPENGL_DIR="xorg-x11" - -MY_P="${P/_/-}" - -DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"; - -if [[ ${PV} == ]]; then - EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git"; - inherit git-r3 -else - SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"; - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" -fi - -LICENSE="MIT" -SLOT="0" -RESTRICT=" - !test? ( test ) -" - -RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" -VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris lima nouveau panfrost vc4 virgl vivante vmware" -for card in ${VIDEO_CARDS}; do - IUSE_VIDEO_CARDS+=" video_cards_${card}" -done - -IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm - lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan - vulkan-overlay wayland +X xa xvmc +zstd" - -REQUIRED_USE=" - d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) - gles1? ( egl ) - gles2? ( egl ) - vulkan? ( dri3 - video_cards_radeonsi? ( llvm ) ) - vulkan-overlay? ( vulkan ) - wayland? ( egl g
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-cyrillic/
commit: 4b3e9554dce6e595d69c4bf13b32e40b0ad2eb2f Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:32:58 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3e9554 media-fonts/font-misc-cyrillic: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-misc-cyrillic/font-misc-cyrillic-1.0.3-r1.ebuild| 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3-r1.ebuild b/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3-r1.ebuild deleted file mode 100644 index 1ead1caba9e..000 --- a/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org misc-cyrillic fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-sun-misc/
commit: c136c7ff3d9bef57c81f7c246fc60c7fd07c0258 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:35:12 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:54 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c136c7ff media-fonts/font-sun-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-sun-misc/font-sun-misc-1.0.3-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-sun-misc/font-sun-misc-1.0.3-r1.ebuild b/media-fonts/font-sun-misc/font-sun-misc-1.0.3-r1.ebuild deleted file mode 100644 index 6425d862181..000 --- a/media-fonts/font-sun-misc/font-sun-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org Sun fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/
commit: 15b469e0318109d50611f147fdb73dc35865a119 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:31:02 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:28 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b469e0 media-fonts/font-cursor-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild| 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild deleted file mode 100644 index 2255e6c642a..000 --- a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org cursor font" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x86-linux" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-ibm-type1/
commit: f7296d397e325664ce5e98bfe2d300a519d4f5b1 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:31:51 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:33 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7296d39 media-fonts/font-ibm-type1: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r1.ebuild | 10 -- 1 file changed, 10 deletions(-) diff --git a/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r1.ebuild b/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r1.ebuild deleted file mode 100644 index 4232ad2b7c3..000 --- a/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3-r1.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org IBM Courier font" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE=""
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-schumacher-misc/
commit: 2d63669b2610201c71252b5b72c704019453be38 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:34:22 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:49 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d63669b media-fonts/font-schumacher-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-schumacher-misc-1.1.2-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2-r1.ebuild b/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2-r1.ebuild deleted file mode 100644 index 95f9abb9e41..000 --- a/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org Schumacher fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-dec-misc/
commit: 43419bc9485b3329cccb1b7d5ef57aa53311f2f0 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:31:34 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:31 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43419bc9 media-fonts/font-dec-misc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild b/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild deleted file mode 100644 index 63a366f1d9e..000 --- a/media-fonts/font-dec-misc/font-dec-misc-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org DEC fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cronyx-cyrillic/
commit: 30cc1e716d54cf12f459f8bd66cafc4786fd0a86 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:30:46 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:26 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cc1e71 media-fonts/font-cronyx-cyrillic: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-cronyx-cyrillic-1.0.3-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3-r1.ebuild b/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3-r1.ebuild deleted file mode 100644 index 6e8f450d3c6..000 --- a/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org Cronyx cyrillic fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] repo/gentoo:master commit in: x11-apps/xev/
commit: 409f4c8bdbf98e013c9c57263729454d78c6a05b Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:50:37 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:59 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409f4c8b x11-apps/xev: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xev/Manifest | 1 - x11-apps/xev/xev-1.2.3.ebuild | 16 2 files changed, 17 deletions(-) diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest index d73745a7123..3ff4caa2196 100644 --- a/x11-apps/xev/Manifest +++ b/x11-apps/xev/Manifest @@ -1,2 +1 @@ -DIST xev-1.2.3.tar.bz2 134866 BLAKE2B 9ff8bdb1e75754a5390115d10dd5851f71b2319ad7ff02299ff28284aa23c14cd1ad3ee9eea81718ed355fc31983e4f7ec0312b31e3f86d3691bb52ebbe0cc4e SHA512 47cc7ac096e77cfa4e687914d767263cf3e1dca5bffd0f68c7ba0fe751b248c8a16525bd2da4d6efa0ea8d637831c893d41c9687cace4aaa9c0909a45ef1943e DIST xev-1.2.4.tar.bz2 136792 BLAKE2B 46b38d7295f8a11509598758ece9d880f9c3d303064de5cb6ef12aa9d0b066e78aefd3aa5e0c94ea4af7633936209474be362f9e38c0994eefe798662c2e4c6c SHA512 383472ddbfad639ba46a69080ecdd11a514a0578fd32c463fae18da02e0265c944589eebf12a858994f5fd601c02a0d51517e9b3ff61c6afe740d374f02781ca diff --git a/x11-apps/xev/xev-1.2.3.ebuild b/x11-apps/xev/xev-1.2.3.ebuild deleted file mode 100644 index 84bc210d12b..000 --- a/x11-apps/xev/xev-1.2.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="Print contents of X events" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXrandr" -DEPEND="${RDEPEND} - x11-base/xorg-proto"
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bitstream-speedo/
commit: 79835f3719a06eb556653f33872a6595c6ae723b Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:30:13 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79835f37 media-fonts/font-bitstream-speedo: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-bitstream-speedo-1.0.2-r1.ebuild | 10 -- 1 file changed, 10 deletions(-) diff --git a/media-fonts/font-bitstream-speedo/font-bitstream-speedo-1.0.2-r1.ebuild b/media-fonts/font-bitstream-speedo/font-bitstream-speedo-1.0.2-r1.ebuild deleted file mode 100644 index b2ce9f25a14..000 --- a/media-fonts/font-bitstream-speedo/font-bitstream-speedo-1.0.2-r1.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="Bitstream Speedo fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE=""
[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-winitzki-cyrillic/
commit: d2ff258b5c4b65fe9178a4dbeda88d07be85732e Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:35:29 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ff258b media-fonts/font-winitzki-cyrillic: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../font-winitzki-cyrillic-1.0.3-r1.ebuild | 12 1 file changed, 12 deletions(-) diff --git a/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3-r1.ebuild b/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3-r1.ebuild deleted file mode 100644 index 8ea82811231..000 --- a/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org Winitzki cyrillic font" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="x11-apps/bdftopcf"
[gentoo-commits] proj/sci:master commit in: dev-ml/mlgmpidl/, dev-ml/mlgmpidl/files/
commit: 54e2936975c47ef952f551c489917392a70e657f Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 21:46:39 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 21:47:05 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=54e29369 dev-ml/mlgmpidl: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> .../files/mlgmpidl-1.1-mpfr-3_compat.patch | 20 dev-ml/mlgmpidl/metadata.xml | 17 --- dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild| 55 -- 3 files changed, 92 deletions(-) diff --git a/dev-ml/mlgmpidl/files/mlgmpidl-1.1-mpfr-3_compat.patch b/dev-ml/mlgmpidl/files/mlgmpidl-1.1-mpfr-3_compat.patch deleted file mode 100644 index efb07559d..0 --- a/dev-ml/mlgmpidl/files/mlgmpidl-1.1-mpfr-3_compat.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Naurp mlgmpidl/gmp_caml.h mlgmpidl2/gmp_caml.h mlgmpidl/gmp_caml.h2007-07-11 13:29:31.0 + -+++ mlgmpidl2/gmp_caml.h 2010-07-03 16:09:33.0 + -@@ -14,6 +14,16 @@ - #if defined(HAS_MPFR) - #if HAS_MPFR!=0 - #include "mpfr.h" -+#ifndef GMP_RND_MAX -+#define GMP_RND_MAX (MPFR_RNDNA - 1) -+#define mpfr_random(x)\ -+ {\ -+ gmp_randstate_t s;\ -+ gmp_randinit_default(s);\ -+ mpfr_urandomb(x,s);\ -+ gmp_randclear(s);\ -+ } -+#endif - #endif - #endif - #include "caml/mlvalues.h" diff --git a/dev-ml/mlgmpidl/metadata.xml b/dev-ml/mlgmpidl/metadata.xml deleted file mode 100644 index 8c51f92e4..0 --- a/dev-ml/mlgmpidl/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - sci-mathemat...@gentoo.org - Gentoo Mathematics Project - - -MLGMPIDL is a package offering an interface to the GMP and MPFR -libraries for OCaml version 3.07 or higher. The interface offers access -to almost all the functions of the library, and is decomposed into 7 -submodules. - - - Add support for dev-libs/mpfr - - diff --git a/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild b/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild deleted file mode 100644 index 90bc71a8e..0 --- a/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="OCaml interface to the GMP and MPFR libraries" -HOMEPAGE="http://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/"; -SRC_URI="https://gforge.inria.fr/frs/download.php/20228/${PN}-${PV}.tgz"; - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc +mpfr" - -RDEPEND=" - >=dev-lang/ocaml-3.09 - dev-ml/camlidl - dev-libs/gmp:0 - mpfr? ( dev-libs/mpfr:0 )" -DEPEND="${RDEPEND} - doc? ( - app-text/texlive - app-text/ghostscript-gpl - )" - -S="${WORKDIR}/${PN}" - -src_prepare() { - rm -R html mlgmpidl.pdf || die - mv Makefile.config.model Makefile.config || die - sed \ - -e "s/FLAGS = \\\/FLAGS += \\\/g" \ - -e "s/-O3 -UNDEBUG/-DUDEBUG/g" \ - -e "s/MLGMPIDL_PREFIX = /MLGMPIDL_PREFIX = \$(DESTDIR)\/usr/g" \ - -i Makefile.config || die - - if use !mpfr; then - sed -i -e "s/HAS_MPFR=1/#HAS_MPFR=0/g" Makefile.config || die - fi - - epatch "${FILESDIR}"/${P}-mpfr-3_compat.patch -} - -src_compile() { - emake -j1 all gmprun gmptop - - use doc && emake html mlgmpidl.pdf -} - -src_install(){ - use doc && DOCS+=( mlgmpidl.pdf ) - default -}
[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-auth/sssd/
commit: c67d0fc8b07ef8bd04bb92c3b539db7e4b407659 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 01:19:16 2020 + Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 01:19:54 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67d0fc8 sys-auth/sssd: Rev version and unmask Signed-off-by: Matt Turner gentoo.org> profiles/package.mask | 4 sys-auth/sssd/{sssd-2.3.1.ebuild => sssd-2.3.1-r1.ebuild} | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index fbc7e146044..dd8e043da6a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -667,10 +667,6 @@ dev-ada/gnatcoll-db >=dev-libs/vala-common-0.49 dev-lang/vala:0.50 -# Matt Turner (2020-08-13) -# Masked for testing ->=sys-auth/sssd-2.3.0 - # Jonas Stein (2020-08-13) # One of many password generators, but with dead upstream in this case. # Masked for removal after 2020-10-01. diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1-r1.ebuild similarity index 98% rename from sys-auth/sssd/sssd-2.3.1.ebuild rename to sys-auth/sssd/sssd-2.3.1-r1.ebuild index 72dab04b2dc..196c37e1b93 100644 --- a/sys-auth/sssd/sssd-2.3.1.ebuild +++ b/sys-auth/sssd/sssd-2.3.1-r1.ebuild @@ -10,7 +10,7 @@ inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 pam DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="https://github.com/SSSD/sssd"; SRC_URI="https://github.com/SSSD/sssd/releases/download/${PN}-${PV//./_}/${P}.tar.gz"; -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" LICENSE="GPL-3" SLOT="0"
[gentoo-commits] proj/sci:master commit in: dev-lua/lua-md5/, dev-lua/lua-md5/files/, sci-biology/genometools/
commit: 8135299eca5f87441e95d0fdebcc45077f2315a0 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 21:01:53 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 21:01:53 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8135299e dev-lua/lua-md5, sci-biology/genometools: drop dead packages Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> .../files/lua-md5-1.2-respect-DESTDIR.patch| 19 -- dev-lua/lua-md5/lua-md5-1.2.ebuild | 25 - dev-lua/lua-md5/metadata.xml | 8 - sci-biology/genometools/genometools-1.5.10.ebuild | 41 -- sci-biology/genometools/metadata.xml | 12 --- 5 files changed, 105 deletions(-) diff --git a/dev-lua/lua-md5/files/lua-md5-1.2-respect-DESTDIR.patch b/dev-lua/lua-md5/files/lua-md5-1.2-respect-DESTDIR.patch deleted file mode 100644 index 9f7e71027..0 --- a/dev-lua/lua-md5/files/lua-md5-1.2-respect-DESTDIR.patch +++ /dev/null @@ -1,19 +0,0 @@ Makefile.ori 2018-09-11 16:35:19.884248326 +0200 -+++ Makefile 2018-09-11 16:35:22.214321658 +0200 -@@ -22,11 +22,11 @@ - $(CC) $(CFLAGS) $(LIB_OPTION) -o src/$(DES56_LIBNAME) $(DES56_OBJS) $(COMPAT52_OBJS) - - install: src/$(MD5_LIBNAME) src/$(DES56_LIBNAME) -- mkdir -p $(LUA_LIBDIR)/md5 -- cp src/$(MD5_LIBNAME) $(LUA_LIBDIR)/md5/core.so -- mkdir -p $(LUA_DIR) -- cp $(MD5_LUAS) $(LUA_DIR) -- cp src/$(DES56_LIBNAME) $(LUA_LIBDIR) -+ mkdir -p $(DESTDIR)/$(LUA_LIBDIR)/md5 -+ cp src/$(MD5_LIBNAME) $(DESTDIR)/$(LUA_LIBDIR)/md5/core.so -+ mkdir -p $(DESTDIR)/$(LUA_DIR) -+ cp $(MD5_LUAS) $(DESTDIR)/$(LUA_DIR) -+ cp src/$(DES56_LIBNAME) $(DESTDIR)/$(LUA_LIBDIR) - - clean: - rm -f $(MD5_OBJS) src/$(MD5_LIBNAME) $(DES56_OBJS) src/$(DES56_LIBNAME) $(COMPAT52_OBJS) diff --git a/dev-lua/lua-md5/lua-md5-1.2.ebuild b/dev-lua/lua-md5/lua-md5-1.2.ebuild deleted file mode 100644 index 14a644702..0 --- a/dev-lua/lua-md5/lua-md5-1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils - -DESCRIPTION="Basic cryptographic facilities for Lua 5.0, 5.1 or 5.2" -HOMEPAGE="http://keplerproject.github.io/md5"; -SRC_URI="https://github.com/keplerproject/md5/archive/v1.2.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/md5-"${PV}" - -src_prepare(){ - epatch "${FILESDIR}"/lua-md5-1.2-respect-DESTDIR.patch - default -} diff --git a/dev-lua/lua-md5/metadata.xml b/dev-lua/lua-md5/metadata.xml deleted file mode 100644 index 4163b4b2a..0 --- a/dev-lua/lua-md5/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - diff --git a/sci-biology/genometools/genometools-1.5.10.ebuild b/sci-biology/genometools/genometools-1.5.10.ebuild deleted file mode 100644 index 9e69302c6..0 --- a/sci-biology/genometools/genometools-1.5.10.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Tools for bioinformatics (Tallymer, Readjoiner, gff3validator, ...)" -HOMEPAGE="http://genometools.org"; -SRC_URI="http://genometools.org/pub/${P}.tar.gz"; - -LICENSE="ICS" -SLOT="0" -KEYWORDS="" -IUSE="cairo" - -DEPEND=" - dev-libs/glib - cairo? ( x11-libs/cairo x11-libs/pango ) - sci-biology/samtools:0.1-legacy - dev-db/sqlite:3 - >=dev-lang/lua-5.1:= - dev-lua/lpeg - dev-lua/luafilesystem - dev-lua/lua-md5 - dev-lang/luajit - dev-libs/tre" -RDEPEND="${DEPEND}" - -src_prepare(){ - sed -e "s#/usr/local#"${EPREFIX}"/usr#g" -i Makefile || die - sed -e "s#/usr/include/bam#${EPREFIX}/usr/include/bam-0.1-legacy#" -i Makefile || die - sed -e "s#-lbam#-lbam-0.1-legacy#" -i Makefile || die - eapply_user -} - -src_compile(){ - local myemakeargs=( useshared=yes ) - ! use cairo && myemakeargs+=( cairo=no ) - use x86 && myemakeargs+=( 32bit=yes ) - use amd64 && myemakeargs+=( 64bit=yes ) - emake ${myemakeargs} -} diff --git a/sci-biology/genometools/metadata.xml b/sci-biology/genometools/metadata.xml deleted file mode 100644 index 138cb7705..0 --- a/sci-biology/genometools/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - -
[gentoo-commits] proj/sci:master commit in: sci-mathematics/why/files/, sci-mathematics/why/
commit: b965520209214cd9a83ac0377a881eff48034f7f Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 19:33:48 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 19:33:48 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b9655202 sci-mathematics/why: drop dead package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-mathematics/why/files/why-flocq23.patch | 11 - sci-mathematics/why/metadata.xml| 25 --- sci-mathematics/why/why-2.34.ebuild | 69 - 3 files changed, 105 deletions(-) diff --git a/sci-mathematics/why/files/why-flocq23.patch b/sci-mathematics/why/files/why-flocq23.patch deleted file mode 100644 index b54d85a38..0 --- a/sci-mathematics/why/files/why-flocq23.patch +++ /dev/null @@ -1,11 +0,0 @@ lib/coq/WhyFloats.v.orig 2014-03-17 16:01:46.0 -0600 -+++ lib/coq/WhyFloats.v2014-04-21 15:39:55.680771647 -0600 -@@ -108,7 +108,7 @@ - generalize (Zeq_bool_eq _ _ H1). clear. - rewrite Fcalc_digits.Z_of_nat_S_digits2_Pnat. - intros H. --apply (Fcalc_digits.Zpower_gt_Zdigits Fcalc_digits.radix2 (Zpos prec) (Zpos m)). -+apply (Fcore_digits.Zpower_gt_Zdigits Fcalc_digits.radix2 (Zpos prec) (Zpos m)). - revert H. - unfold FLT_exp. - generalize (Fcore_digits.Zdigits radix2 (Zpos m)). diff --git a/sci-mathematics/why/metadata.xml b/sci-mathematics/why/metadata.xml deleted file mode 100644 index 70e1eb45f..0 --- a/sci-mathematics/why/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - s...@gentoo.org - Gentoo Science Project - - -Why is a software verification platform. It contains a general-purpose -verification condition generator (VCG) which is used as a back-end -by other verification tools but it can also be used directly to verify -programs. It also provides Krakatoa, a tool or the verification of Java -programs and Caduceus, a tool for the verification of C programs. - - - Use sci-mathematics/apron library for -abstract interpretation - Add sci-mathematics/coq support - Add sci-mathematics/flocq support - Add sci-mathematics/gappalib-coq support - Add sci-mathematics/frama-c support - Add sci-mathematics/pff support - Add sci-mathematics/why3 support - - diff --git a/sci-mathematics/why/why-2.34.ebuild b/sci-mathematics/why/why-2.34.ebuild deleted file mode 100644 index 4851cd7c9..0 --- a/sci-mathematics/why/why-2.34.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="Why is a software verification platform" -HOMEPAGE="http://why.lri.fr/"; -SRC_URI="http://why.lri.fr/download/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="apron coq doc examples float gappa frama-c gtk pff why3" - -DEPEND=">=dev-lang/ocaml-3.12.1 - >=dev-ml/ocamlgraph-1.5 - gtk? ( >=dev-ml/lablgtk-2.14 ) - apron? ( sci-mathematics/apron ) - coq? ( sci-mathematics/coq ) - gappa? ( sci-mathematics/gappalib-coq ) - pff? ( sci-mathematics/pff ) - frama-c? ( >=sci-mathematics/frama-c-20140301 ) - float? ( sci-mathematics/flocq ) - why3? ( sci-mathematics/why3 )" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES README Version ) - -src_prepare() { - sed -i Makefile.in \ - -e "s/DESTDIR =.*//g" \ - -e "s/@COQLIB@/\$(DESTDIR)\/@COQLIB@/g" || die - - #to build with apron-0.9.10 - sed -i configure.in \ - -e "s/pvs/sri-pvs/g" \ - -e "s/oct_caml/octMPQ_caml/g" \ - -e "s/box_caml/boxMPQ_caml/g" \ - -e "s/polka_caml/polkaMPQ_caml/g" || die - - epatch "${FILESDIR}"/why-flocq23.patch - eautoreconf -} - -src_configure() { - econf $(use_enable apron) PATH="/usr/bin:$PATH" -} - -src_compile(){ - MAKEOPTS+=" -j1" - emake DESTDIR="/" -} - -src_install(){ - default - - doman doc/why.1 - - if use doc; then - dodoc doc/manual.ps - fi - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples examples-c - fi -}
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/
commit: fe81ebff670ff16591084df5d04184b6912f40bf Author: Patrick McLean sony com> AuthorDate: Fri Sep 25 00:53:15 2020 + Commit: Patrick McLean gentoo org> CommitDate: Fri Sep 25 00:53:30 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe81ebff sys-cluster/ceph: Revbumps, fix for systemd units (bug #604328) Closes: https://bugs.gentoo.org/604328 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> .../{ceph-15.2.5.ebuild => ceph-14.2.11-r1.ebuild} | 30 ++ .../{ceph-15.2.5.ebuild => ceph-15.2.5-r1.ebuild} | 2 ++ .../ceph/files/ceph-14.2.11-systemd-unit-fix.patch | 27 +++ .../ceph/files/ceph-15.2.5-systemd-unit-fix.patch | 27 +++ 4 files changed, 69 insertions(+), 17 deletions(-) diff --git a/sys-cluster/ceph/ceph-15.2.5.ebuild b/sys-cluster/ceph/ceph-14.2.11-r1.ebuild similarity index 93% copy from sys-cluster/ceph/ceph-15.2.5.ebuild copy to sys-cluster/ceph/ceph-14.2.11-r1.ebuild index 942ffd88e77..35c24e6a41d 100644 --- a/sys-cluster/ceph/ceph-15.2.5.ebuild +++ b/sys-cluster/ceph/ceph-14.2.11-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend CMAKE_MAKEFILE_GENERATOR=emake DISTUTILS_OPTIONAL=1 @@ -16,7 +17,7 @@ if [[ ${PV} == ** ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"; - KEYWORDS="~amd64 ~arm64 ~ppc64" + KEYWORDS="~amd64 ~ppc64" fi DESCRIPTION="Ceph distributed filesystem" @@ -28,8 +29,8 @@ SLOT="0" CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3) IUSE="babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana jemalloc - kafka kerberos ldap libressl lttng +mgr numa +openssl pmdk rabbitmq +radosgw - rbd-rwl +ssl spdk system-boost systemd +tcmalloc test uring xfs zfs" + kafka kerberos ldap libressl lttng +mgr numa +openssl rabbitmq +radosgw +ssl + spdk system-boost systemd +tcmalloc test xfs zfs" IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})" DEPEND=" @@ -45,7 +46,6 @@ DEPEND=" dev-libs/crypto++:= dev-libs/leveldb:=[snappy,tcmalloc(-)?] dev-libs/libaio:= - dev-libs/libfmt:= dev-libs/libnl:3= dev-libs/libxml2:= dev-libs/xmlsec:=[!openssl?,!libressl?] @@ -92,7 +92,6 @@ DEPEND=" libressl? ( dev-libs/libressl:= ) ) system-boost? ( =dev-libs/boost-1.72*[threads,context,python,${PYTHON_USEDEP}] ) - uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zfs? ( sys-fs/zfs:= ) ${PYTHON_DEPS} @@ -128,7 +127,6 @@ RDEPEND="${DEPEND} app-admin/sudo net-misc/socat sys-apps/gptfdisk - sys-apps/nvme-cli >=sys-apps/smartmontools-7.0 sys-block/parted sys-fs/cryptsetup @@ -137,7 +135,6 @@ RDEPEND="${DEPEND} virtual/awk dev-python/bcrypt[${PYTHON_USEDEP}] dev-python/cherrypy[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/pecan[${PYTHON_USEDEP}] @@ -146,7 +143,6 @@ RDEPEND="${DEPEND} dev-python/requests[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] mgr? ( - dev-python/jsonpatch[${PYTHON_USEDEP}] dev-python/more-itertools[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pyjwt[${PYTHON_USEDEP}] @@ -189,16 +185,19 @@ PATCHES=( "${FILESDIR}/ceph-14.2.0-cflags.patch" "${FILESDIR}/ceph-12.2.4-boost-build-none-options.patch" "${FILESDIR}/ceph-13.2.0-cflags.patch" - "${FILESDIR}/ceph-15.2.0-no-virtualenvs.patch" + "${FILESDIR}/ceph-14.2.0-mgr-python-version.patch" + "${FILESDIR}/ceph-14.2.5-no-virtualenvs.patch" "${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch" "${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch" "${FILESDIR}/ceph-14.2.0-link-crc32-statically.patch" "${FILESDIR}/ceph-14.2.0-cython-0.29.patch" - "${FILESDIR}/ceph-15.2.0-rocksdb-cmake.patch" - "${FILESDIR}/ceph-15.2.2-systemd-unit.patch" - "${FILESDIR}/ceph-15.2.3-spdk-compile.patch" - "${FILESDIR}/ceph-15.2.4-system-uring.patch" - "${FILESDIR}/ceph-15.2.5-missing-includes.patch" + "${FILESDIR}/ceph-14.2.3-dpdk-compile-fix-1.patch" + "${FILESDIR}/ceph-14.2.4-python-executable.patch" + "${FILESDIR}/ceph-14.2.4-undefined-behaviour.patch" + "${FILESDIR}/ceph-14.2.10-missing-includes.patch" + "${FILESDIR}/ceph-14.2.10-python-warnings.patch" + "${FILESDIR}/ceph-14.2.10-build-without-mgr.patch" + "${FILESDIR}/ceph-14.2.11-systemd-unit-fix.patch" ) check-reqs_export_vars() { @@ -245,7 +244,6 @@ ceph_src_configure() { l
[gentoo-commits] proj/sci:master commit in: dev-python/Forthon/
commit: 49a4eb921522ecb91c69dbaafef1a2b74ad234b7 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 19:01:12 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 19:01:12 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=49a4eb92 dev-python/Forthon: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/Forthon/Forthon-0.8.13.ebuild | 30 -- 1 file changed, 30 deletions(-) diff --git a/dev-python/Forthon/Forthon-0.8.13.ebuild b/dev-python/Forthon/Forthon-0.8.13.ebuild deleted file mode 100644 index cfa00558c..0 --- a/dev-python/Forthon/Forthon-0.8.13.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) - -inherit eutils distutils-r1 - -DESCRIPTION="Python interface generator for Fortran based codes" -HOMEPAGE="http://hifweb.lbl.gov/Forthon"; -SRC_URI="http://hifweb.lbl.gov/${PN}/${P}.tgz"; - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -python_prepare_all() { - sed -i -e "/data_files/ s/'License.txt',//" setup.py || die - distutils-r1_python_prepare_all -} - -python_install_all() { - dohtml docs/index.html - if use examples ; then - docinto /usr/share/doc/${PF} - dodoc -r {example,simpleexample} - fi - distutils-r1_python_install_all -}
[gentoo-commits] proj/sci:master commit in: dev-python/Forthon/
commit: f80e3af9b5c233127df7d37c2d33a00a42be5121 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 19:00:54 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 19:00:54 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f80e3af9 dev-python/Forthon: version bump to 0.8.49 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/Forthon/Forthon-0.8.49.ebuild | 22 ++ 1 file changed, 22 insertions(+) diff --git a/dev-python/Forthon/Forthon-0.8.49.ebuild b/dev-python/Forthon/Forthon-0.8.49.ebuild new file mode 100644 index 0..8208e0381 --- /dev/null +++ b/dev-python/Forthon/Forthon-0.8.49.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) + +inherit eutils distutils-r1 + +DESCRIPTION="Python interface generator for Fortran based codes" +HOMEPAGE="http://hifweb.lbl.gov/Forthon"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +python_install_all() { + dodoc -r {example,simpleexample} + dohtml docs/index.html + + distutils-r1_python_install_all +}
[gentoo-commits] proj/sci:master commit in: dev-python/GOGrapher/
commit: fbe0f47d726310d2da5b24ab1e01fed08fd14c64 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 18:49:39 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 18:49:39 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fbe0f47d dev-python/GOGrapher: drop dead package unresolvable upstream Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/GOGrapher/GOGrapher-.ebuild | 22 -- dev-python/GOGrapher/metadata.xml | 12 2 files changed, 34 deletions(-) diff --git a/dev-python/GOGrapher/GOGrapher-.ebuild b/dev-python/GOGrapher/GOGrapher-.ebuild deleted file mode 100644 index ac8577b5e..0 --- a/dev-python/GOGrapher/GOGrapher-.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 subversion - -DESCRIPTION="A Gene Ontology Programming Library" -HOMEPAGE="https://projects.dbbe.musc.edu/trac/GOGrapher"; -ESVN_REPO_URI="https://projects.dbbe.musc.edu/public/GOGrapher/trunk"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - dev-python/networkx[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/dev-python/GOGrapher/metadata.xml b/dev-python/GOGrapher/metadata.xml deleted file mode 100644 index 138cb7705..0 --- a/dev-python/GOGrapher/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - -
[gentoo-commits] repo/gentoo:master commit in: sys-devel/prelink/
commit: 280a2bb6675d01256641b45b21b821856ff87856 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 24 22:48:28 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 24 22:48:28 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280a2bb6 sys-devel/prelink: drop old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/prelink/prelink-20151030.ebuild | 71 --- 1 file changed, 71 deletions(-) diff --git a/sys-devel/prelink/prelink-20151030.ebuild b/sys-devel/prelink/prelink-20151030.ebuild deleted file mode 100644 index 1b0b170001a..000 --- a/sys-devel/prelink/prelink-20151030.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 2002-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_PN="${PN}-cross" -MY_P="${MY_PN}-${PV}" - -inherit autotools flag-o-matic - -DESCRIPTION="Modifies ELFs to avoid runtime symbol resolutions resulting in faster load times" -HOMEPAGE="https://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/ https://people.redhat.com/jakub/prelink"; -SRC_URI="https://git.yoctoproject.org/cgit/cgit.cgi/${MY_PN}/snapshot/${MY_P}.tar.bz2 - doc? ( https://people.redhat.com/jakub/prelink/prelink.pdf )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86" -IUSE="doc selinux" - -RDEPEND=">=dev-libs/elfutils-0.100 - selinux? ( sys-libs/libselinux ) - !dev-libs/libelf" -DEPEND="${RDEPEND} - sys-libs/binutils-libs" - -S=${WORKDIR}/${MY_P} - -PATCHES=( - "${FILESDIR}"/${PN}-20130503-prelink-conf.patch - "${FILESDIR}"/${PN}-20130503-libiberty-md5.patch -) - -# tests were fixed only in development version after 20151030 -RESTRICT=test - -src_prepare() { - default - - sed -i -e '/^CC=/s: : -Wl,--disable-new-dtags :' testsuite/functions.sh #100147 - - has_version 'dev-libs/elfutils[threads]' && append-ldflags -pthread - - eautoreconf -} - -src_configure() { - econf $(use_enable selinux) -} - -src_install() { - default - - use doc && dodoc "${DISTDIR}"/prelink.pdf - - insinto /etc - doins doc/prelink.conf - - exeinto /etc/cron.daily - newexe "${FILESDIR}"/prelink.cron prelink - newconfd "${FILESDIR}"/prelink.confd prelink -} - -pkg_postinst() { - if [ -z "${REPLACING_VERSIONS}" ] ; then - elog "You may wish to read the Gentoo Linux Prelink Guide, which can be" - elog "found online at:" - elog "https://wiki.gentoo.org/wiki/Prelink"; - elog "Please edit /etc/conf.d/prelink to enable and configure prelink" - fi -}
[gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/
commit: 79f78dd6c987b2f6df22617ce0a6a38c2ef979a4 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 24 22:50:26 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 24 22:50:26 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f78dd6 dev-lang/erlang: drop old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-lang/erlang/Manifest | 1 - dev-lang/erlang/erlang-23.0.1.ebuild | 158 --- 2 files changed, 159 deletions(-) diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest index fada20a27f8..ce5e4724f79 100644 --- a/dev-lang/erlang/Manifest +++ b/dev-lang/erlang/Manifest @@ -1,6 +1,5 @@ DIST erlang-22.3.2.tar.gz 55856668 BLAKE2B d5d2ae17b8fb1b7c3da0c145e4e17d38e47d5291d6bc77228c9280eaa114630003f0e75cc0b6eafd21642a86448d8fd907d95c006cdfe6f18978e796e20585bd SHA512 02333fed57394012834452aff38d9a3340c52b109b14e444b6e7975ac3a65485de1deda6ae6c732a28f75ca2518000de576f70497118306699e35af5f249a0d1 DIST erlang-22.3.4.tar.gz 55861416 BLAKE2B 881eb664ea449fa021cdb6daaeb998ea5f736eae0900ad67c1416c0e0e0888b212e1fd1fc0ee655f1c05821b56bae52f150c3f29c2eddbac205d2a6f2fce5494 SHA512 14e90efb40568a1fd7a32b82fcdf32df8ccbda938b9e538bb3b1a77d343ae16f5721abb3d47e8dd567d7aa91d1dea6da8b7ada8a5cd8d33c38ba324f1d65eca1 -DIST erlang-23.0.1.tar.gz 56387006 BLAKE2B 4ecbb5a4de0f83d80da179071d5bed7c6e7eca11f5f8f8c5681673967eaf6f0573240b9ac59e00e7162fdaa3d41e89b357263f47371f0ff9365b448a9f7cf4a9 SHA512 fc9114312327f2b7289078b29ae658a1100c860dfae03e892c1b316007b5ff286cfc301772b336eb1f5b983b3d5f507f03eff2917f418b1b9cb9714f42a59db4 DIST erlang-23.0.2.tar.gz 56391276 BLAKE2B a9f3203a28dfb3a8abe93f7cabd34b7c34346cf400dbad751c180dcbe33c40761c74680ef7ed1a3221a69c0519f37183787463f659e5a10393404df95c59fbec SHA512 82764ab879ea7588de505c6d58716999dc207163d8dcded226fe6849a3239c00088cb614558b77c038dcad1440f9b2e3ca2b2f1251df5d71b423d3f6e7497c6e DIST erlang-23.0.3.tar.gz 56388263 BLAKE2B 58f41ab2956c93fbabc6b91f89e3c3f3c23a7dc7dc5473f1cf99817043aa18949933d6182e7e7daefa394529d2b2be8efb51462d8e7a8beb23ed70dbe2c0a319 SHA512 f7752bfa06dd283b36e330ba4270ee37ca759be697c804e6ac249becdc67de4bccb43f60a8d47f9a094d778f11fb17cf6d29de8ce60471aeb18c5fbd64cdfb4d DIST erlang_doc_html_22.3.tar.gz 34041790 BLAKE2B 76372acf5d6a581fb97cac9fa8230f1505650e9398d0a8e6ed163718f6d64cbbb3b7c79a1b7129827482345ddf950be4a5d83f0dac44e173f0ef45b148b73faa SHA512 9199b6229b73a22e271c232ce03b83b65c265367062d57ca5babd23a2f0a088fde3054b25c65c1bf2cb714cb70354ce4324aa8e865db72beb1f788c27389558c diff --git a/dev-lang/erlang/erlang-23.0.1.ebuild b/dev-lang/erlang/erlang-23.0.1.ebuild deleted file mode 100644 index eefe9fc3c90..000 --- a/dev-lang/erlang/erlang-23.0.1.ebuild +++ /dev/null @@ -1,158 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -WX_GTK_VER="3.0" - -inherit elisp-common java-pkg-opt-2 systemd wxwidgets - -# NOTE: If you need symlinks for binaries please tell maintainers or -# open up a bug to let it be created. - -UPSTREAM_V="$(ver_cut 1-2)" - -DESCRIPTION="Erlang programming language, runtime environment and libraries (OTP)" -HOMEPAGE="https://www.erlang.org/"; -SRC_URI="https://github.com/erlang/otp/archive/OTP-${PV}.tar.gz -> ${P}.tar.gz - http://erlang.org/download/otp_doc_man_${UPSTREAM_V}.tar.gz -> ${PN}_doc_man_${UPSTREAM_V}.tar.gz - doc? ( http://erlang.org/download/otp_doc_html_${UPSTREAM_V}.tar.gz -> ${PN}_doc_html_${UPSTREAM_V}.tar.gz )" - -LICENSE="Apache-2.0" -# We use this subslot because Compiled HiPE Code can be loaded on the exact -# same build of ERTS that was used when compiling the code. See -# http://erlang.org/doc/system_principles/misc.html for more information. -SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" -IUSE="doc emacs +hipe java +kpoll libressl odbc sctp ssl systemd tk wxwidgets" - -RDEPEND=" - acct-group/epmd - acct-user/epmd - sys-libs/ncurses:0 - sys-libs/zlib - emacs? ( >=app-editors/emacs-23.1:* ) - java? ( >=virtual/jdk-1.8:* ) - odbc? ( dev-db/unixODBC ) - sctp? ( net-misc/lksctp-tools ) - ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.7d:0= ) - libressl? ( dev-libs/libressl:0= ) - ) - systemd? ( sys-apps/systemd ) - wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] ) -" -DEPEND="${RDEPEND} - dev-lang/perl -" - -S="${WORKDIR}/otp-OTP-${PV}" - -PATCHES=( - "${FILESDIR}/18.2.1-wx3.0.patch" - "${FILESDIR}/${PN}-22.0-dont-ignore-LDFLAGS.patch" -) - -SITEFILE=50"${PN}"-gentoo.el - -src_prepare() { - default - - ./otp_build autoconf || die -} - -src_configure() { - use wxwidgets && setup-wxwidgets - - local myconf=( -
[gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/
commit: 922fad7da9e23276c7d1614cd1876441fce7e0d7 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 24 22:49:00 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 24 22:49:00 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922fad7d dev-libs/mpc: drop old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/mpc/Manifest| 1 - dev-libs/mpc/mpc-1.1.0-r1.ebuild | 28 2 files changed, 29 deletions(-) diff --git a/dev-libs/mpc/Manifest b/dev-libs/mpc/Manifest index 070ae4acdb2..e04b044c17c 100644 --- a/dev-libs/mpc/Manifest +++ b/dev-libs/mpc/Manifest @@ -1,2 +1 @@ -DIST mpc-1.1.0.tar.gz 701263 BLAKE2B afd9fefe687b7cd3c3a483e183f366348e34f58f5d713e2f6b38da16e2e382248b446d9da01ea89fe7202b795b08929b7c42c89c2c1e9a57482faf01ee697beb SHA512 72d657958b07c7812dc9c7cbae093118ce0e454c68a585bfb0e2fa559f1bf7c5f49b93906f580ab3f1073e5b595d23c6494d4d76b765d16dde857a18dd239628 DIST mpc-1.2.0.tar.gz 840711 BLAKE2B 3609d299623a722ca90d4b04ff64becaaa399a5fa40fbc43a1d027692d8fbe6f4ebd24a3c8ea963963977952d130cd3993887da7b0b0c1613a27a24dd37e5831 SHA512 84fa3338f51d369111456a63ad040256a1beb70699e21e2a932c779aa1c3bd08b201412c1659ecbb58403ea0548faacc35996d94f88f0639549269b7563c61b7 diff --git a/dev-libs/mpc/mpc-1.1.0-r1.ebuild b/dev-libs/mpc/mpc-1.1.0-r1.ebuild deleted file mode 100644 index ccf53fd8100..000 --- a/dev-libs/mpc/mpc-1.1.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib-minimal - -DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" -HOMEPAGE="http://mpc.multiprecision.org/"; -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/3" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -DEPEND=">=dev-libs/gmp-5.0.0:0=[${MULTILIB_USEDEP},static-libs?] - >=dev-libs/mpfr-3.0.0:0=[${MULTILIB_USEDEP},static-libs?]" -RDEPEND="${DEPEND}" - -multilib_src_configure() { - ECONF_SOURCE=${S} econf $(use_enable static-libs static) -} - -multilib_src_install_all() { - einstalldocs - find "${D}" -name '*.la' -delete || die -}
[gentoo-commits] proj/sci:master commit in: dev-python/hopcroftkarp/files/, dev-python/hopcroftkarp/
commit: 609da66bf7c8950365b55d192df18bcb38f1023e Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 18:41:40 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 18:41:40 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=609da66b dev-python/hopcroftkarp: max matching on bipartite graph Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> .../files/hopcroftkarp-1.2.5_p1-setup_py.patch | 13 + .../hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild | 22 ++ dev-python/hopcroftkarp/metadata.xml | 12 3 files changed, 47 insertions(+) diff --git a/dev-python/hopcroftkarp/files/hopcroftkarp-1.2.5_p1-setup_py.patch b/dev-python/hopcroftkarp/files/hopcroftkarp-1.2.5_p1-setup_py.patch new file mode 100644 index 0..b76b882e9 --- /dev/null +++ b/dev-python/hopcroftkarp/files/hopcroftkarp-1.2.5_p1-setup_py.patch @@ -0,0 +1,13 @@ +diff --git a/setup.py b/setup.py +index 552ab4e..022b5d3 100644 +--- a/setup.py b/setup.py +@@ -10,7 +10,7 @@ setup( + url='https://github.com/sofiat-olaosebikan/hopcroftkarp', + license = 'GPL', + keywords = 'hopcroftkarp algorithm, maximum cardinality matching, bipartite graphs', +- packages=find_packages(), ++ packages=[ 'hopcroftkarp' ], + zip_safe=True, + package_dir={'hopcroftkarp': 'hopcroftkarp'}, + test_suite='test', diff --git a/dev-python/hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild b/dev-python/hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild new file mode 100644 index 0..5077b4790 --- /dev/null +++ b/dev-python/hopcroftkarp/hopcroftkarp-1.2.5_p1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="python frontend for the fast ripser tda tool" +HOMEPAGE="https://ripser.scikit-tda.org/"; +COMMIT="2846e1dd3265d95d2bddb0cf4190b830cbb4efe6" +SRC_URI="https://github.com/sofiatolaosebikan/hopcroftkarp/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${COMMIT} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PATCHES=( "${FILESDIR}"/${P}-setup_py.patch ) + +distutils_enable_tests pytest diff --git a/dev-python/hopcroftkarp/metadata.xml b/dev-python/hopcroftkarp/metadata.xml new file mode 100644 index 0..2f2c0b51c --- /dev/null +++ b/dev-python/hopcroftkarp/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +gen...@aisha.cc +Aisha Tammy + + +s...@gentoo.org +Gentoo Science Project + +
[gentoo-commits] proj/sci:master commit in: dev-python/ripser/
commit: 65917e3ff940bfcf9a445c4a885066699b3b8874 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 18:44:07 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 18:44:07 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=65917e3f dev-python/ripser: python version of ripser Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/ripser/metadata.xml| 12 dev-python/ripser/ripser-0.5.4.ebuild | 32 2 files changed, 44 insertions(+) diff --git a/dev-python/ripser/metadata.xml b/dev-python/ripser/metadata.xml new file mode 100644 index 0..2f2c0b51c --- /dev/null +++ b/dev-python/ripser/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +gen...@aisha.cc +Aisha Tammy + + +s...@gentoo.org +Gentoo Science Project + + diff --git a/dev-python/ripser/ripser-0.5.4.ebuild b/dev-python/ripser/ripser-0.5.4.ebuild new file mode 100644 index 0..b59f2022b --- /dev/null +++ b/dev-python/ripser/ripser-0.5.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="python frontend for the fast ripser tda tool" +HOMEPAGE="https://ripser.scikit-tda.org/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-python/cython[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/persim[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + sci-libs/scikits_learn[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/hopcroftkarp[${PYTHON_USEDEP}] + dev-python/joblib[${PYTHON_USEDEP}] + ) +" +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-haskell/drift/files/, dev-haskell/drift/, profiles/
commit: f7590a52e55bced50677c4e3e55ba9841ca667d7 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 24 22:39:39 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 24 22:42:08 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7590a52 profiles/package.mask: drop masked dev-haskell/drift package Closes: https://bugs.gentoo.org/735914 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/drift/Manifest | 1 - dev-haskell/drift/drift-2.4.2.ebuild | 35 -- dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch | 22 -- dev-haskell/drift/metadata.xml | 7 - profiles/package.mask | 6 5 files changed, 71 deletions(-) diff --git a/dev-haskell/drift/Manifest b/dev-haskell/drift/Manifest deleted file mode 100644 index 175c64fd6b3..000 --- a/dev-haskell/drift/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST DrIFT-2.4.2.tar.gz 69676 BLAKE2B 8b072b88e52f9106eeddd62c391805b17bab0cea59e6ac8eedb1c88d22dce91ba697174b2380ee2d2fd41036116fa41778d119bfa5b673444ee466815e49c7f0 SHA512 c6f36e9efad171c165ea8028b7d251e66d5b410aaa51a74e4b8745cf76b77fcfdf6f641fd375f15663b559ae6b8939622a175ba321537afdbb2a114a1550f7db diff --git a/dev-haskell/drift/drift-2.4.2.ebuild b/dev-haskell/drift/drift-2.4.2.ebuild deleted file mode 100644 index 3ac6bb595f2..000 --- a/dev-haskell/drift/drift-2.4.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.5.2. - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit eutils haskell-cabal - -MY_PN="DrIFT" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Program to derive type class instances" -HOMEPAGE="http://repetae.net/computer/haskell/DrIFT/"; -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"; - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/old-time:=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ghc-7.10.patch -} diff --git a/dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch b/dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch deleted file mode 100644 index c45a2945fd2..000 --- a/dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/src/ParseLib2.hs b/src/ParseLib2.hs -index 730e4be..a7406fa 100644 a/src/ParseLib2.hs -+++ b/src/ParseLib2.hs -@@ -34,2 +34,3 @@ module ParseLib2 - import Data.Char -+import Control.Applicative hiding ( many ) - import Control.Monad -@@ -49,2 +50,6 @@ instance Functor Parser where - -+instance Applicative Parser where -+pure = return -+(<*>) = ap -- defined in Control.Monad -+ - instance Monad Parser where -@@ -58,2 +63,6 @@ instance Monad Parser where - -+instance Alternative Parser where -+(<|>) = mplus -+empty = mzero -+ - instance MonadPlus Parser where diff --git a/dev-haskell/drift/metadata.xml b/dev-haskell/drift/metadata.xml deleted file mode 100644 index 522384de844..000 --- a/dev-haskell/drift/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - hask...@gentoo.org - - diff --git a/profiles/package.mask b/profiles/package.mask index f91d4f14695..094aaffcf45 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -657,12 +657,6 @@ games-roguelike/mazesofmonad # Does not compile against ghc-8.8. Removal in 30 days. dev-haskell/glade -# Sergei Trofimovich (2020-08-24) -# Obsolete package without reverse dependencies. -# Does not compile against ghc-8.8. Removal in 30 days. -# Bug #735914. -dev-haskell/drift - # Alfredo Tupone (2020-08-23) # Ported to py3 but not yet released # Masked to allow py2.7 removal
[gentoo-commits] repo/gentoo:master commit in: games-roguelike/mazesofmonad/, games-roguelike/mazesofmonad/files/, profiles/
commit: d731587059e50abbff4c4e133b4d5190c8c6251f Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 24 22:41:33 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 24 22:42:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7315870 profiles/package.mask: drop masked games-roguelike/mazesofmonad package Closes: https://bugs.gentoo.org/736052 Signed-off-by: Sergei Trofimovich gentoo.org> games-roguelike/mazesofmonad/Manifest | 1 - .../files/mazesofmonad-1.0.9-time-1.5.patch| 22 - .../mazesofmonad/mazesofmonad-1.0.9-r3.ebuild | 37 -- games-roguelike/mazesofmonad/metadata.xml | 25 --- profiles/package.mask | 6 5 files changed, 91 deletions(-) diff --git a/games-roguelike/mazesofmonad/Manifest b/games-roguelike/mazesofmonad/Manifest deleted file mode 100644 index e3ac83b9e72..000 --- a/games-roguelike/mazesofmonad/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MazesOfMonad-1.0.9.tar.gz 56342 BLAKE2B 93e2466d76804538b87b601af39916e8c39a853d11added65dc5b3408dcb19b75e50edbb3bc484de1cb6ef01de46814cd95886738025c31d271c5c2d81b80e00 SHA512 a537672907f0bf356574b5c16b9b354cc73133958873e3dfc064f9de2ad7c18bed011f811887edc37c9b40de5529f7954889953946a79da29a255637e81d9612 diff --git a/games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch b/games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch deleted file mode 100644 index 11ef34ef45f..000 --- a/games-roguelike/mazesofmonad/files/mazesofmonad-1.0.9-time-1.5.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/MazesOfMonad.cabal b/MazesOfMonad.cabal -index db5e5bf..c3b427b 100644 a/MazesOfMonad.cabal -+++ b/MazesOfMonad.cabal -@@ -34,3 +34,3 @@ Executable mazesofmonad - regex-posix, containers, filepath, directory, pretty, --array, mtl, old-locale, time -+array, mtl, old-locale, time, time-locale-compat - -diff --git a/src/MoresmauJP/Rpg/Save.hs b/src/MoresmauJP/Rpg/Save.hs -index 12965b7..238b9b9 100644 a/src/MoresmauJP/Rpg/Save.hs -+++ b/src/MoresmauJP/Rpg/Save.hs -@@ -10,2 +10,3 @@ import Data.Maybe - import Data.Time -+import qualified Data.Time.Locale.Compat as DTLC - -@@ -112,3 +113,3 @@ listGames rs name= do - if isJust $ bckGame bs --then return $ Just (dropExtension x,formatTime defaultTimeLocale (iso8601DateFormat $ Just "%R") $ bckDate bs) -+then return $ Just (dropExtension x,formatTime DTLC.defaultTimeLocale (DTLC.iso8601DateFormat $ Just "%R") $ bckDate bs) - else return Nothing diff --git a/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild b/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild deleted file mode 100644 index b11d9b01d52..000 --- a/games-roguelike/mazesofmonad/mazesofmonad-1.0.9-r3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -CABAL_FEATURES="bin" -inherit eutils haskell-cabal - -MY_PN=MazesOfMonad -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Console-based roguelike Role Playing Game similar to nethack" -HOMEPAGE="https://github.com/JPMoresmau/MazesOfMonad - https://hackage.haskell.org/package/MazesOfMonad"; -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"; - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/gmp-5:0= - dev-libs/libffi:=" -DEPEND="${RDEPEND} - >=dev-lang/ghc-7.4.1 - >=dev-haskell/cabal-1.6 - dev-haskell/hunit - dev-haskell/mtl - dev-haskell/random - dev-haskell/regex-posix - dev-haskell/time-locale-compat -" - -S=${WORKDIR}/${MY_P} - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.9-time-1.5.patch -) diff --git a/games-roguelike/mazesofmonad/metadata.xml b/games-roguelike/mazesofmonad/metadata.xml deleted file mode 100644 index c264aaf1de4..000 --- a/games-roguelike/mazesofmonad/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - ga...@gentoo.org - Gentoo Games Project - - - hask...@gentoo.org - Gentoo Haskell - - - MazesOfMonad is a console-based Role Playing Game. You create - characters with their strong and weak points, and try to complete - mazes that are randomly generated. You can pick up gold and items - on the way, meet monsters, and deal with them as you want. You can - fight, use magic, bribe, trade, steal... This is only a simple game - that I did to see what building a full blown Haskell application - is like to develop. Versions 1.0.5 and above are complete - and working. - - -
[gentoo-commits] repo/gentoo:master commit in: dev-haskell/glade/files/, dev-haskell/glade/, profiles/
commit: 6320b8a248098bf6651845c048fe00ea84b09df6 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Sep 24 22:40:53 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Sep 24 22:42:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6320b8a2 profiles/package.mask: drop masked dev-haskell/glade package Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/glade/Manifest | 1 - .../glade/files/glade-0.13.1-glib-2.62.patch | 10 -- dev-haskell/glade/glade-0.13.1.ebuild | 38 -- dev-haskell/glade/metadata.xml | 17 -- profiles/package.mask | 5 --- 5 files changed, 71 deletions(-) diff --git a/dev-haskell/glade/Manifest b/dev-haskell/glade/Manifest deleted file mode 100644 index 73929f4f6f7..000 --- a/dev-haskell/glade/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST glade-0.13.1.tar.gz 145648 BLAKE2B 31d650bdbe848b2e14efadc90f074664775cfa040def9328c084871efbd708a1bd03d34047d83f9a76cfe4069f14f787c50bde419abb0539597be2ea4a806032 SHA512 3e4282c4a8170351a6c82bf346685da7dd192d9e0139d8ef3f104f085b10686d1b89a77f01f1edc500f5d9584c1c31a63d1f89dc48a1a9a3f100207ae425ddce diff --git a/dev-haskell/glade/files/glade-0.13.1-glib-2.62.patch b/dev-haskell/glade/files/glade-0.13.1-glib-2.62.patch deleted file mode 100644 index 953c9df0ec1..000 --- a/dev-haskell/glade/files/glade-0.13.1-glib-2.62.patch +++ /dev/null @@ -1,10 +0,0 @@ a/glade.cabal -+++ b/glade.cabal -@@ -82,6 +82,7 @@ Library - default-language: Haskell98 - default-extensions: ForeignFunctionInterface - -+cpp-options: -D__attribute__(A)= - if os(darwin) - cpp-options: -U__BLOCKS__ -D__attribute__(A)= -D_Nullable= -D_Nonnull= - diff --git a/dev-haskell/glade/glade-0.13.1.ebuild b/dev-haskell/glade/glade-0.13.1.ebuild deleted file mode 100644 index d6e64bb0411..000 --- a/dev-haskell/glade/glade-0.13.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.4. - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Binding to the glade library" -HOMEPAGE="http://projects.haskell.org/gtk2hs/"; -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"; - -LICENSE="LGPL-2.1" -SLOT="2/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/glib-0.13.4:0=[profile?] =dev-haskell/gtk-0.14.5:2=[profile?] =dev-lang/ghc-7.4.1:= - gnome-base/libglade:2.0 -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24 - >=dev-haskell/gtk2hs-buildtools-0.13.2.0:0= = 1.24 && < 1.25' 'Cabal >= 1.24' -} diff --git a/dev-haskell/glade/metadata.xml b/dev-haskell/glade/metadata.xml deleted file mode 100644 index 2ba679a4954..000 --- a/dev-haskell/glade/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - hask...@gentoo.org - Gentoo Haskell - - - This library allows to load externally stored user interfaces into - programs. This allows alteration of the interface without recompilation - of the program. - - Note that this functionality is now provided in gtk directly - (as of version 2.12 of the gtk+ C lib) by the - Graphics.UI.Gtk.Builder module. - - diff --git a/profiles/package.mask b/profiles/package.mask index 094aaffcf45..8c6a2fcb0bd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -652,11 +652,6 @@ dev-libs/hsa-ext-rocr # Bug #736052. games-roguelike/mazesofmonad -# Sergei Trofimovich (2020-08-24) -# Obsolete package without reverse dependencies. -# Does not compile against ghc-8.8. Removal in 30 days. -dev-haskell/glade - # Alfredo Tupone (2020-08-23) # Ported to py3 but not yet released # Masked to allow py2.7 removal
[gentoo-commits] proj/sci:master commit in: dev-python/colorlover/
commit: a9942ac81428dcddf6013133b93da4c9c36e7cd4 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 18:06:10 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 18:06:10 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9942ac8 dev-python/colorlover: colorschemes from plotly Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/colorlover/colorlover-0.3.0.ebuild | 16 dev-python/colorlover/metadata.xml| 12 2 files changed, 28 insertions(+) diff --git a/dev-python/colorlover/colorlover-0.3.0.ebuild b/dev-python/colorlover/colorlover-0.3.0.ebuild new file mode 100644 index 0..dfb611a12 --- /dev/null +++ b/dev-python/colorlover/colorlover-0.3.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="color scales in python for humans" +HOMEPAGE="https://github.com/plotly/colorlover"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-python/colorlover/metadata.xml b/dev-python/colorlover/metadata.xml new file mode 100644 index 0..cfbacced2 --- /dev/null +++ b/dev-python/colorlover/metadata.xml @@ -0,0 +1,12 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +gen...@aisha.cc +Aisha Tammy + + +proxy-ma...@gentoo.org +Proxy Maintainers + +
[gentoo-commits] proj/sci:master commit in: dev-libs/libcuda/files/, dev-libs/libgdev/files/, dev-libs/libgdev/, ...
commit: a96ccebd1721082b8a8d8322d36104bf492e529d Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 17:55:54 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 17:55:54 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a96ccebd dev-libs/lib{cuda,gdev}: drop duplicate dead packages Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> ...-detection-of-nouveau-in-case-its-builtin.patch | 26 ...Fix-install-target-for-gdev-lib-userspace.patch | 36 - ...stall-target-for-gdev-lib-userspace-part2.patch | 35 .../0004-Respect-extra-CFLAGS-and-LDFLAGS.patch| 26 .../0005-Fix-install-target-for-cuda-lib.patch | 47 -- dev-libs/libcuda/libcuda-.ebuild | 43 dev-libs/libcuda/metadata.xml | 11 - ...-detection-of-nouveau-in-case-its-builtin.patch | 26 ...Fix-install-target-for-gdev-lib-userspace.patch | 36 - ...stall-target-for-gdev-lib-userspace-part2.patch | 35 .../0004-Respect-extra-CFLAGS-and-LDFLAGS.patch| 26 dev-libs/libgdev/libgdev-.ebuild | 44 dev-libs/libgdev/metadata.xml | 11 - 13 files changed, 402 deletions(-) diff --git a/dev-libs/libcuda/files/0001-Fix-detection-of-nouveau-in-case-its-builtin.patch b/dev-libs/libcuda/files/0001-Fix-detection-of-nouveau-in-case-its-builtin.patch deleted file mode 100644 index aaafd7da7..0 --- a/dev-libs/libcuda/files/0001-Fix-detection-of-nouveau-in-case-its-builtin.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 605e69e70ce7b4c505be91696612e98649ec383f Mon Sep 17 00:00:00 2001 -From: Alexey Shvetsov -Date: Thu, 15 Nov 2012 08:29:04 +0400 -Subject: [PATCH 1/5] Fix detection of nouveau in case its builtin - -Signed-off-by: Alexey Shvetsov - common/autogen.sh | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/common/autogen.sh b/common/autogen.sh -index 469d3d8..1dca70f 100644 a/common/autogen.sh -+++ b/common/autogen.sh -@@ -4,6 +4,8 @@ if [ ! $(lsmod | grep nvidia | wc -l) -eq 0 ] ; then - driver='nvi' - elif [ ! $(lsmod | grep nouveau | wc -l) -eq 0 ] ; then - driver='nouveau' -+elif [ ! $(zgrep NOUVEAU /proc/config.gz | grep y | wc -l) -eq 0 ] ; then -+ driver='nouveau' - elif [ ! $(lsmod | grep pscnv | wc -l) -eq 0 ] ; then - driver='pscnv' - else --- -1.7.12.3 - diff --git a/dev-libs/libcuda/files/0002-Fix-install-target-for-gdev-lib-userspace.patch b/dev-libs/libcuda/files/0002-Fix-install-target-for-gdev-lib-userspace.patch deleted file mode 100644 index 797136fae..0 --- a/dev-libs/libcuda/files/0002-Fix-install-target-for-gdev-lib-userspace.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 870f4cddb0233188ec1613a44eb9feb8c94469da Mon Sep 17 00:00:00 2001 -From: Alexey Shvetsov -Date: Thu, 15 Nov 2012 08:34:55 +0400 -Subject: [PATCH 2/5] Fix install target for gdev lib userspace - -Signed-off-by: Alexey Shvetsov - lib/user/gdev/Makefile | 12 ++-- - 1 file changed, 6 insertions(+), 6 deletions(-) - -diff --git a/lib/user/gdev/Makefile b/lib/user/gdev/Makefile -index d602fa9..5440469 100644 a/lib/user/gdev/Makefile -+++ b/lib/user/gdev/Makefile -@@ -22,12 +22,12 @@ all: $(OBJS) - $(CC) -fPIC -c $^ -o $@ $(CFLAGS) $(EXTRA_LIBS) - - install: -- @if test ! -d $(GDEVDIR) ; then mkdir $(GDEVDIR) ; fi ; -- @if test ! -d $(GDEVDIR)/lib64 ; then mkdir $(GDEVDIR)/lib64 ; fi ; -- @if test ! -d $(GDEVDIR)/include ; then mkdir $(GDEVDIR)/include ; fi ; -- cp -f ./$(TARGET).so.1.0.0 $(GDEVDIR)/lib64/ -- ln -sf $(GDEVDIR)/lib64/$(TARGET).so.1.0.0 $(GDEVDIR)/lib64/$(TARGET).so.1 -- ln -sf $(GDEVDIR)/lib64/$(TARGET).so.1 $(GDEVDIR)/lib64/$(TARGET).so -+ @if test ! -d $(GDEVDIR) ; then mkdir $(DESTDIR)/$(GDEVDIR) ; fi ; -+ @if test ! -d $(GDEVDIR)/lib64 ; then mkdir $(DESTDIR)/$(GDEVDIR)/lib64 ; fi ; -+ @if test ! -d $(GDEVDIR)/include ; then mkdir $(DESTDIR)/$(GDEVDIR)/include ; fi ; -+ cp -f ./$(TARGET).so.1.0.0 $(DESTDIR)/$(GDEVDIR)/lib64/ -+ ln -sf $(GDEVDIR)/lib64/$(TARGET).so.1.0.0 $(DESTDIR)/$(GDEVDIR)/lib64/$(TARGET).so.1 -+ ln -sf $(GDEVDIR)/lib64/$(TARGET).so.1 $(DESTDIR)/$(GDEVDIR)/lib64/$(TARGET).so - cp -f $(HEADERS) $(GDEVDIR)/include - - uninstall: --- -1.7.12.3 - diff --git a/dev-libs/libcuda/files/0003-Fix-install-target-for-gdev-lib-userspace-part2.patch b/dev-libs/libcuda/files/0003-Fix-install-target-for-gdev-lib-userspace-part2.patch deleted file mode 100644 index 159ebd737..0 --- a/dev-libs/libcuda/files/0003-Fix-install-target-for-gdev-lib-userspace-part2.patch +++ /dev/null @@ -1,35 +0,0 @@ -From d99538f4e1f313c385a40ccff6aa3adff62ec55e Mon Sep 17 00:00:00 2001 -From: Alexey Shvetsov -Date: Thu, 15 Nov 2012 08:41:13 +0400 -Subjec
[gentoo-commits] repo/gentoo:master commit in: dev-db/libdbi/
commit: e6f5240b85d9d3af2c3386ae35db837ab40378d9 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 21:52:05 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 21:52:05 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f5240b dev-db/libdbi: port to EAPI=7 Signed-off-by: Aaron Bauman gentoo.org> dev-db/libdbi/libdbi-0.9.0.ebuild | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/dev-db/libdbi/libdbi-0.9.0.ebuild b/dev-db/libdbi/libdbi-0.9.0.ebuild index b1fe05a9a1b..f042010c240 100644 --- a/dev-db/libdbi/libdbi-0.9.0.ebuild +++ b/dev-db/libdbi/libdbi-0.9.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit eutils autotools ltprune multilib +inherit autotools DESCRIPTION="A database-independent abstraction layer in C" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -14,7 +14,7 @@ IUSE="doc static-libs" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" SLOT=0 -DOCS="AUTHORS ChangeLog README README.osx TODO" +DOCS=( AUTHORS ChangeLog README README.osx TODO ) RDEPEND="" DEPEND="${RDEPEND} @@ -24,21 +24,17 @@ DEPEND="${RDEPEND} " PDEPEND=">=dev-db/libdbi-drivers-0.9.0" # On purpose, libdbi-drivers 0.8.4 does not exist -src_unpack() { - unpack ${A} - chown -R portage:portage "${S}" -} - src_prepare() { - #epatch "${FILESDIR}"/${PN}-0.9.0-fix-ac-macro.patch - #epatch "${FILESDIR}"/libdbi-0.8.1-pkg-config.patch - #cp -f "${FILESDIR}"/dbi.pc.in "${S}"/dbi.pc.in - epatch "${FILESDIR}"/libdbi-0.9.0-doc-build-fix.patch + eapply "${FILESDIR}"/libdbi-0.9.0-doc-build-fix.patch - # configure.in has been changed + mv configure.in configure.ac || die + + # configure.in/ac has been changed eautoreconf + # should append CFLAGS, not replace them sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in + eapply_user } src_configure() { @@ -50,7 +46,7 @@ src_configure() { src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die "removing .la files failed" # syslog-ng requires dbi.pc insinto /usr/$(get_libdir)/pkgconfig/
[gentoo-commits] proj/sci:master commit in: dev-cpp/growler/, dev-cpp/growler-core/, dev-cpp/growler-math/, ...
commit: a6001121532981264aef735aefb6ea9d1adf0f67 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 17:37:58 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 17:37:58 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6001121 dev-cpp/growler: + friends - drop dead packages Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild | 30 -- dev-cpp/growler-arch/metadata.xml | 9 -- dev-cpp/growler-core/growler-core-0.3.7.ebuild | 29 - dev-cpp/growler-core/metadata.xml | 13 dev-cpp/growler-link/files/0.3.7-gcc4.7.patch | 15 - dev-cpp/growler-link/files/0.3.7-gcc4.patch| 36 -- dev-cpp/growler-link/growler-link-0.3.7.ebuild | 35 - dev-cpp/growler-link/metadata.xml | 13 dev-cpp/growler-math/growler-math-0.3.4.1.ebuild | 24 --- dev-cpp/growler-math/metadata.xml | 9 -- dev-cpp/growler-thread/growler-thread-0.3.4.ebuild | 26 dev-cpp/growler-thread/metadata.xml| 12 dev-cpp/growler/growler-0.3.8.2.ebuild | 20 dev-cpp/growler/metadata.xml | 9 -- 14 files changed, 280 deletions(-) diff --git a/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild b/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild deleted file mode 100644 index 3d75d60c2..0 --- a/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Growler libraries and utilities" -HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"; -SRC_URI="${HOMEPAGE}/downloads/growler-arch-${PV}.tar.gz" - -SLOT="0" -LICENSE="NOSA" -KEYWORDS="~amd64 ~x86" -IUSE="doc static-libs" - -RDEPEND=" - >=dev-cpp/growler-link-0.3.7 - >=dev-cpp/growler-thread-0.3.4 - >=dev-cpp/growler-core-0.3.7" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen dev-libs/libxslt )" - -DOCS=( README NEWS AUTHORS NOSA ChangeLog ) - -src_configure() { - econf \ - $(use_enable doc) \ - $(use_enable static-libs static) \ - --enable-fast-install -} diff --git a/dev-cpp/growler-arch/metadata.xml b/dev-cpp/growler-arch/metadata.xml deleted file mode 100644 index 56f547ec6..0 --- a/dev-cpp/growler-arch/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - bryan.d.gr...@nasa.gov - Bryan Green - - Growler-Arch is the set growler libraries and utilities that provide a distributed object architecture and environment. - diff --git a/dev-cpp/growler-core/growler-core-0.3.7.ebuild b/dev-cpp/growler-core/growler-core-0.3.7.ebuild deleted file mode 100644 index d562bd2e6..0 --- a/dev-cpp/growler-core/growler-core-0.3.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="General-purpose classes and functionality" -HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"; -SRC_URI="${HOMEPAGE}/downloads/growler-core-${PV}.tar.gz" - -SLOT="0" -LICENSE="NOSA" -KEYWORDS="~amd64 ~x86" -IUSE="doc static-libs" - -RDEPEND=" - >=dev-cpp/growler-link-0.3.7 - >=dev-cpp/growler-thread-0.3.4" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -DOCS=( README NEWS AUTHORS NOSA ChangeLog ) - -src_configure() { - econf \ - $(use_enable doc) \ - $(use_enable static-libs static) \ - --enable-fast-install -} diff --git a/dev-cpp/growler-core/metadata.xml b/dev-cpp/growler-core/metadata.xml deleted file mode 100644 index f4b35821b..0 --- a/dev-cpp/growler-core/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - bryan.d.gr...@nasa.gov - Bryan Green - - -Growler-Core provides a large set of mainly general-purpose classes and -functionality for developing and using the Growler Distributed Component -Architecture. - - diff --git a/dev-cpp/growler-link/files/0.3.7-gcc4.7.patch b/dev-cpp/growler-link/files/0.3.7-gcc4.7.patch deleted file mode 100644 index f3939be89..0 --- a/dev-cpp/growler-link/files/0.3.7-gcc4.7.patch +++ /dev/null @@ -1,15 +0,0 @@ - lib/strings.cxx | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/strings.cxx b/lib/strings.cxx -index 1efa4fd..09488d8 100644 a/lib/strings.cxx -+++ b/lib/strings.cxx -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - - using namespace std; - diff --git a/dev-cpp/growler-link/files/0.3.7-gcc4.patch
[gentoo-commits] proj/sci:master commit in: dev-cpp/highwayhash/
commit: 53c42a5dd3805548cf56882625791b626bc32d1a Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 17:32:41 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 17:32:41 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=53c42a5d dev-cpp/highwayhash: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-cpp/highwayhash/highwayhash-20180209.ebuild | 30 - 1 file changed, 30 deletions(-) diff --git a/dev-cpp/highwayhash/highwayhash-20180209.ebuild b/dev-cpp/highwayhash/highwayhash-20180209.ebuild deleted file mode 100644 index 2fd3f1349..0 --- a/dev-cpp/highwayhash/highwayhash-20180209.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Fast strong hash functions: SipHash/HighwayHash" -HOMEPAGE="https://github.com/google/highwayhash"; -COMMIT="14dedecd1de87cb662f7a882ea1578d2384feb2f" -SRC_URI="https://github.com/google/highwayhash/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${COMMIT}" - -src_prepare() { - sed -i "/CXXFLAGS/s/-O3/${CXXFLAGS}/" Makefile || die - default -} - -src_install() { - emake DESTDIR="${D}" INCDIR="${EPREFIX}/usr/include" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install - use static-libs || rm "${D}/${EPREFIX}/usr/$(get_libdir)"/lib*.a || die - einstalldocs -}
[gentoo-commits] proj/sci:master commit in: dev-cpp/highwayhash/
commit: adaba2936189cc599ecf2d0edcf506ff25187af5 Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 17:31:09 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 17:31:44 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=adaba293 dev-cpp/highwayhash: version bump to dated ebuild Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-cpp/highwayhash/highwayhash-20200922.ebuild | 30 + 1 file changed, 30 insertions(+) diff --git a/dev-cpp/highwayhash/highwayhash-20200922.ebuild b/dev-cpp/highwayhash/highwayhash-20200922.ebuild new file mode 100644 index 0..8483be41f --- /dev/null +++ b/dev-cpp/highwayhash/highwayhash-20200922.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Fast strong hash functions: SipHash/HighwayHash" +HOMEPAGE="https://github.com/google/highwayhash"; +COMMIT="bdd572de8cfa3a1fbef6ba32307c2629db7c4773" +SRC_URI="https://github.com/google/highwayhash/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +src_prepare() { + sed -i "/CXXFLAGS/s/-O3/${CXXFLAGS}/" Makefile || die + default +} + +src_install() { + emake DESTDIR="${ED}"\ + INCDIR="/usr/include" \ + LIBDIR="/usr/$(get_libdir)" \ + install + use static-libs || \ + rm "${ED}"/${EPREFIX}/usr/$(get_libdir)/lib*.a || die + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: games-rpg/deponia-tcj/
commit: 92249693c9aad9426a4931a27e9d3afc0fed3ac5 Author: James Le Cuirot gentoo org> AuthorDate: Thu Sep 24 21:25:11 2020 + Commit: James Le Cuirot gentoo org> CommitDate: Thu Sep 24 21:25:11 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92249693 games-rpg/deponia-tcj: New package Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> games-rpg/deponia-tcj/Manifest| 1 + games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild | 62 +++ games-rpg/deponia-tcj/metadata.xml| 8 +++ 3 files changed, 71 insertions(+) diff --git a/games-rpg/deponia-tcj/Manifest b/games-rpg/deponia-tcj/Manifest new file mode 100644 index 000..7e87b2c04c1 --- /dev/null +++ b/games-rpg/deponia-tcj/Manifest @@ -0,0 +1 @@ +DIST DeponiaTCJ_3.3.0156_Full_DEB_DE_EN_FR_IT_RU_PL_Daedalic_ESD.tar.gz 8283369628 BLAKE2B 49d7dd83f14c8a79cbf398accab43e325e605728c24d0dcae9dbe2ab838757f0cfa122472cc665f19543e33a931c3debe70489a2b066716771b1d29298eb029f SHA512 77aa0ea4bd137fcb634e88528660920805e1c627df7db7ebc3fa488ff420b004acdaf17973c6bf3414e53e96df4e2ed6bc48e6f31b322e5ae488521a1477e2c0 diff --git a/games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild b/games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild new file mode 100644 index 000..eb2f670cf6b --- /dev/null +++ b/games-rpg/deponia-tcj/deponia-tcj-3.3.0156.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop wrapper + +MY_PN="Deponia - The Complete Journey" +DESCRIPTION="The Complete Journey: The first three Deponia point-and-click adventures" +HOMEPAGE="https://www.daedalic.com/deponia"; +SRC_URI="DeponiaTCJ_${PV}_Full_DEB_DE_EN_FR_IT_RU_PL_Daedalic_ESD.tar.gz" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64" +RESTRICT="bindist fetch splitdebug strip" + +RDEPEND=" + media-libs/libsdl2[opengl,video] + media-libs/openal + virtual/opengl +" + +S="${WORKDIR}/${MY_PN}" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR}/*" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.humblebundle.com/store/deponia-the-complete-journey"; + einfo "and move it to your distfiles directory." +} + +src_prepare() { + default + rm libs64/libz.so.1 || die +} + +src_install() { + exeinto "${DIR}" + doexe deponia_tcj + + make_wrapper \ + ${PN} \ + "env SDL_DYNAMIC_API=\"${EPREFIX}/usr/$(get_libdir)/libSDL2-2.0.so.0\" ./deponia_tcj" \ + "${DIR}" \ + "${DIR}/lib" + + insinto "${DIR}" + doins -r \ + config.ini \ + data{,1,2,3}.vis \ + deponia{1,2,3}/ \ + lua/ \ + version.txt + + exeinto "${DIR}"/lib + doexe libs64/* + + make_desktop_entry ${PN} "${MY_PN}" applications-games + dodoc readme.txt +} diff --git a/games-rpg/deponia-tcj/metadata.xml b/games-rpg/deponia-tcj/metadata.xml new file mode 100644 index 000..26079e608be --- /dev/null +++ b/games-rpg/deponia-tcj/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + ga...@gentoo.org + Gentoo Games Project + +
[gentoo-commits] repo/proj/guru:dev commit in: licenses/
commit: b4d8912fe60fcb71e2666791c7c5d94d28880584 Author: Jesus P Rey (Chuso) chuso net> AuthorDate: Thu Sep 24 20:41:30 2020 + Commit: Jesús P Rey chuso net> CommitDate: Thu Sep 24 20:42:09 2020 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4d8912f app-crypt/autofirma: Add missing license file. Signed-off-by: Jesus P Rey chuso.net> Bug: https://bugs.gentoo.org/744535 licenses/EUPL-1.1 | 268 ++ 1 file changed, 268 insertions(+) diff --git a/licenses/EUPL-1.1 b/licenses/EUPL-1.1 new file mode 100644 index ..ae4a7673 --- /dev/null +++ b/licenses/EUPL-1.1 @@ -0,0 +1,268 @@ + European Union Public Licence + V. 1.1 + EUPL © the European Community 2007 + +This European Union Public Licence (the “EUPL”) applies to the Work or Software +(as defined below) which is provided under the terms of this Licence. Any use of the +Work, other than as authorised under this Licence is prohibited (to the extent such use +is covered by a right of the copyright holder of the Work). + +The Original Work is provided under the terms of this Licence when the Licensor (as +defined below) has placed the following notice immediately following the copyright +notice for the Original Work: + +Licensed under the EUPL V.1.1 + +or has expressed by any other mean his willingness to license under the EUPL. + +1. Definitions + +In this Licence, the following terms have the following meaning: + +- The Licence: this Licence. + +- The Original Work or the Software: the software distributed and/or communicated +by the Licensor under this Licence, available as Source Code and also as Executable +Code as the case may be. + +- Derivative Works: the works or software that could be created by the Licensee, +based upon the Original Work or modifications thereof. This Licence does not define +the extent of modification or dependence on the Original Work required in order to +classify a work as a Derivative Work; this extent is determined by copyright law +applicable in the country mentioned in Article 15. + +- The Work: the Original Work and/or its Derivative Works. + +- The Source Code: the human-readable form of the Work which is the most +convenient for people to study and modify. + +- The Executable Code: any code which has generally been compiled and which is +meant to be interpreted by a computer as a program. + +- The Licensor: the natural or legal person that distributes and/or communicates the +Work under the Licence. + +- Contributor(s): any natural or legal person who modifies the Work under the +Licence, or otherwise contributes to the creation of a Derivative Work. + +- The Licensee or “You”: any natural or legal person who makes any usage of the +Software under the terms of the Licence. + +- Distribution and/or Communication: any act of selling, giving, lending, renting, +distributing, communicating, transmitting, or otherwise making available, on-line or +off-line, copies of the Work or providing access to its essential functionalities at the +disposal of any other natural or legal person. + +2. Scope of the rights granted by the Licence + +The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sublicensable +licence to do the following, for the duration of copyright vested in the +Original Work: + +- use the Work in any circumstance and for all usage, +- reproduce the Work, +- modify the Original Work, and make Derivative Works based upon the Work, +- communicate to the public, including the right to make available or display the +Work or copies thereof to the public and perform publicly, as the case may be, +the Work, +- distribute the Work or copies thereof, +- lend and rent the Work or copies thereof, +- sub-license rights in the Work or copies thereof. + +Those rights can be exercised on any media, supports and formats, whether now +known or later invented, as far as the applicable law permits so. + +In the countries where moral rights apply, the Licensor waives his right to exercise his +moral right to the extent allowed by law in order to make effective the licence of the +economic rights here above listed. + +The Licensor grants to the Licensee royalty-free, non exclusive usage rights to any +patents held by the Licensor, to the extent necessary to make use of the rights granted +on the Work under this Licence. + +3. Communication of the Source Code + +The Licensor may provide the Work either in its Source Code form, or as Executable +Code. If the Work is provided as Executable Code, the Licensor provides in addition a +machine-readable copy of the Source Code of the Work along with each copy of the +Work that the Licensor distributes or indicates, in a notice following the copyright +notice attached to the Work, a repository where the Source Code is easily and freely +accessible for as long as the Licensor continues to
[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/
commit: 4aacab63a54e19de46ed447f175aeba6fa5f8830 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 24 20:35:50 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 24 20:39:59 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aacab63 app-benchmarks/stress-ng: drop old version Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/stress-ng/Manifest | 1 - app-benchmarks/stress-ng/stress-ng-0.11.20.ebuild | 41 --- 2 files changed, 42 deletions(-) diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest index 7a60955..c167caddce1 100644 --- a/app-benchmarks/stress-ng/Manifest +++ b/app-benchmarks/stress-ng/Manifest @@ -1,2 +1 @@ -DIST stress-ng-0.11.20.tar.xz 480540 BLAKE2B 97ef2726ae5882c405ac752b56fa14e1a08a428b2ff2685b2d513438394b86184aa412ce97ea428a6ab4ec42c29c6bd4f5c28da9331c27c477d29a8fbe070a74 SHA512 08dda9ec44d9bde873b0186c4dbf3b15090c261316f0ec0ceed5378d31780b85038f898957c892393fef593ad5c913d044c1db8e2b60c68d88f5678d0209b6ac DIST stress-ng-0.11.21.tar.xz 485764 BLAKE2B 69ab6ac25c66ee903820e6936a467d0802be32fd2eeec762d11979eeddcbee37e1a2b19b68408553173226ae3493f700fbb92f7d6707e372cfe5d59bbc9d6e94 SHA512 ec41d57f1d58150efc5db5cf96d8b2d8f6f2453cce2f5b2275b8cacb68fad6acfe7fe3004326413ab4ee02098a340938a3cf04404141f1310a05e07abaf7b500 diff --git a/app-benchmarks/stress-ng/stress-ng-0.11.20.ebuild b/app-benchmarks/stress-ng/stress-ng-0.11.20.ebuild deleted file mode 100644 index 3985c5e0570..000 --- a/app-benchmarks/stress-ng/stress-ng-0.11.20.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit optfeature toolchain-funcs - -DESCRIPTION="Stress test for a computer system with various selectable ways" -HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/"; -SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"; - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -DEPEND=" - dev-libs/libaio - dev-libs/libbsd - dev-libs/libgcrypt:0= - sys-apps/attr - sys-apps/keyutils:= - sys-libs/libcap - sys-libs/zlib -" - -RDEPEND="${DEPEND}" - -DOCS=( "README" "README.Android" "TODO" "syscalls.txt" ) - -PATCHES=( "${FILESDIR}/${PN}-0.11.17-makefile.patch" ) - -src_compile() { - tc-export CC - - default -} - -pkg_postinst() { - optfeature "AppArmor support" sys-libs/libapparmor - optfeature "SCTP support" net-misc/lksctp-tools -}
[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/
commit: 0d0bd8dbc2f4c1d1fd950f2249b9220562eb2651 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 24 20:28:49 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 24 20:39:55 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0bd8db games-server/minecraft-server: bump to version 1.16.3 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> games-server/minecraft-server/Manifest | 1 + .../minecraft-server-1.16.3.ebuild | 53 ++ 2 files changed, 54 insertions(+) diff --git a/games-server/minecraft-server/Manifest b/games-server/minecraft-server/Manifest index dcdf10594b9..5420ddea0b6 100644 --- a/games-server/minecraft-server/Manifest +++ b/games-server/minecraft-server/Manifest @@ -1,2 +1,3 @@ DIST minecraft-server-1.16.1.jar 37968964 BLAKE2B 08c9f3f5b7c5618fd55b40e77a3ab92ed2d8cdf64771fe171292045ee611b6c549f0e732ed3dec2553f2219c219ff8f9b2187563717be14edbffa68ceb05b555 SHA512 8fa8bf001cb50e59351f58598fdbd4b7b13cee8d5a6ae7d4486f6259d419c8101123cb18efc96cac7c796ca98483d6d1e9ac3888d6b364d81b86927aee3f350d DIST minecraft-server-1.16.2.jar 37942337 BLAKE2B 538eef87ecfaa13c55a2a177a813914761ff6bc91f5017016207ff90af7eaa02432c3277d01c42b55cfc173f4654d202f954e0058c77b2200c1cebd6839a0021 SHA512 c95500c30e7008784766d8fea2356949eb8477ad7f1eed5e6aa478929468d05437ed322d5c805c26e430a59301f5c96cad79aa258412870ecc0ddc4efe13550f +DIST minecraft-server-1.16.3.jar 37942656 BLAKE2B 1ed70ac476dd202797f46a4844519d816f17c272d0703791d74b651fa8ac4c343a6939b50c5a0230d5bf149a564af6c7603297f0b114ce9fd2487f4bebef1c7e SHA512 ef9956ec55638b54e21e3b504ba2d2ce1b9d09769b5e118a36fbf2d97bd84a5bb49adf9a07328ae3e1c9fd76fe3da0b7d56baaa77bdc55b99d0f45039ada2ac3 diff --git a/games-server/minecraft-server/minecraft-server-1.16.3.ebuild b/games-server/minecraft-server/minecraft-server-1.16.3.ebuild new file mode 100644 index 000..3d8866f30ac --- /dev/null +++ b/games-server/minecraft-server/minecraft-server-1.16.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGIT_COMMIT="f02f4473dbf152c23d7d484952121db0b36698cb" +README_GENTOO_SUFFIX="-r1" + +inherit readme.gentoo-r1 java-pkg-2 + +DESCRIPTION="The official server for the sandbox video game" +HOMEPAGE="https://www.minecraft.net/"; +SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P}.jar" + +LICENSE="Mojang" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + acct-group/minecraft + acct-user/minecraft + app-misc/dtach + || ( + >=virtual/jre-1.8 + >=virtual/jdk-1.8 + ) +" + +RESTRICT="bindist mirror" + +S="${WORKDIR}" + +src_unpack() { + cp "${DISTDIR}/${A}" "${WORKDIR}" || die +} + +src_compile() { + :; +} + +src_install() { + java-pkg_newjar minecraft-server-${PV}.jar minecraft-server.jar + java-pkg_dolauncher minecraft-server --jar minecraft-server.jar --java_args "\${JAVA_OPTS}" + + newinitd "${FILESDIR}"/minecraft-server.initd-r4 minecraft-server + newconfd "${FILESDIR}"/minecraft-server.confd-r1 minecraft-server + + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +}
[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/
commit: bf09957636ff6fbad79bf22cb18cfd55ffdd97fc Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 24 20:39:43 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 24 20:39:59 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf099576 app-antivirus/clamtk: bump to version 6.06 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> app-antivirus/clamtk/Manifest | 1 + app-antivirus/clamtk/clamtk-6.06.ebuild | 142 2 files changed, 143 insertions(+) diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest index b8575aba17f..53c7d8eed8f 100644 --- a/app-antivirus/clamtk/Manifest +++ b/app-antivirus/clamtk/Manifest @@ -1,4 +1,5 @@ DIST clamtk-6.05.tar.xz 230076 BLAKE2B 577a2f6cec4cde7d72be2ee519d3fb26b9b713f199f1b526eea8a4bc3fd997ca60ceff1c2478fea568c27a648a16f1962c406c7ed00b75c3e545d4ee0f6ece45 SHA512 d7d49c186cce226649f9b449802a1ada52ddb51e2954de16ca379618e0ab8517ed80f934e2ee0f03d5dbc6c0fd2015f76b0f32230e0a526d71008692dd817fd2 +DIST clamtk-6.06.tar.xz 232024 BLAKE2B a9a7310410f685bb6cae24ae6cee45b31a524b88cf75c9346617614e5dba43f3942d39dd6d484d656906c3fbb2122ab3858ab017c0e79d5ed9271b2968b750d2 SHA512 ee4d09e0f3c703bef5a1b3e1bdc97d3d1d91998c98e82a2fb1e3326fa8fdff32d7bbef7d9e2bf2b6292fa1982b1efb3b5cdb4cdd7afb17f6ffd0e089d8b4539a DIST clamtk-gnome-0.05.tar.xz 15148 BLAKE2B d72ad0c9b3272c1a21d3722994152e23aeb01bd79d006cbcd3545c2689887b4f596daeeef72a13d9cdd9cfc89c4091963b4a1917824bbb06be4678f2c446a114 SHA512 a5d3b0e87889880272aa61a0feebca8e885c7fa964bad767351c826188c236f2152b3c43328b6aa720c5942b2bf1da69916d3664358c274813a6ac032ee4dea0 DIST clamtk-kde-0.18.tar.xz 17732 BLAKE2B ca82934417f2d869fd8c8e36a31ef4a52cf4ee73581c5d1d400c1b28908c5ea2524a8f5d1110b1e949038378613fb4d5607d5123eebe91df695a53d0dd489302 SHA512 145ddd349010e0bb6fe3295e50d6e15a2dd96e604babbd5de4cb49ba75169d2050777cac38e40ac6a64cb89ddf94025d610aca73136c75f81115d0a2d863d24e DIST nemo-sendto-clamtk-0.04.tar.xz 4228 BLAKE2B ce656d4f021bc30cd12fb2ee5f98a78c1f1fdb2460ed2cbba0b572408617f91b39b2ca2fe542b9cec7be79b4b9fdfd685f5553e1a671454ca1e6723241dcb805 SHA512 2b5d3abbc4ae5dbc71b1b7bc836df88ad51e6afa00d5e954b5c1355a70c0420b6fef895e1cb5cccb86a662aee2039cef6c01821c1347fa155b5da3529b25562c diff --git a/app-antivirus/clamtk/clamtk-6.06.ebuild b/app-antivirus/clamtk/clamtk-6.06.ebuild new file mode 100644 index 000..51d6b124ca0 --- /dev/null +++ b/app-antivirus/clamtk/clamtk-6.06.ebuild @@ -0,0 +1,142 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit desktop perl-functions python-single-r1 xdg-utils + +MY_PV_KDE="0.18" +MY_PV_NAUTILUS="0.05" +MY_PV_NEMO="0.04" +MY_PV_THUNAR="0.06" + +DESCRIPTION="A graphical front-end for ClamAV" +HOMEPAGE="https://gitlab.com/dave_m/clamtk/wikis/Home"; +SRC_URI=" + https://bitbucket.org/davem_/${PN}-gtk3/downloads/${P}.tar.xz + kde? ( https://bitbucket.org/davem_/${PN}-kde/downloads/${PN}-kde-${MY_PV_KDE}.tar.xz ) + nautilus? ( https://bitbucket.org/davem_/${PN}-gnome/downloads/${PN}-gnome-${MY_PV_NAUTILUS}.tar.xz ) + nemo? ( https://bitbucket.org/davem_/nemo-sendto-${PN}/downloads/nemo-sendto-${PN}-${MY_PV_NEMO}.tar.xz ) + thunar? ( https://bitbucket.org/davem_/thunar-sendto-${PN}/downloads/thunar-sendto-${PN}-${MY_PV_THUNAR}.tar.xz ) +" + +LICENSE="|| ( Artistic GPL-1+ )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="kde nautilus nemo +nls thunar" +REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + app-antivirus/clamav + dev-perl/File-chdir + dev-perl/Gtk3 + dev-perl/JSON + dev-perl/LWP-Protocol-https + dev-perl/LWP-UserAgent-Cached + dev-perl/Locale-gettext + dev-perl/Text-CSV + dev-perl/glib-perl + dev-perl/libwww-perl + virtual/perl-Digest-MD5 + virtual/perl-Digest-SHA + virtual/perl-Encode + virtual/perl-MIME-Base64 + virtual/perl-Time-Piece + nautilus? ( + ${PYTHON_DEPS} + dev-python/nautilus-python[${PYTHON_SINGLE_USEDEP}] + ) +" + +BDEPEND="nls? ( sys-devel/gettext )" + +DOCS=( "CHANGES" "credits.md" "DISCLAIMER" "README.md" ) + +pkg_setup() { + use nautilus && python-single-r1_pkg_setup +} + +src_unpack() { + default + + unpack "${S}"/clamtk.1.gz + + use kde && unpack "${S}"/../clamtk-kde-${MY_PV_KDE}/clamtk-kde.1.gz + use nautilus && unpack "${S}"/../clamtk-gnome-${MY_PV_NAUTILUS}/clamtk-gnome.1.gz + use nemo && unpack "${S}"/../nemo-sendto-clamtk-${MY_PV_NEMO}/nemo-sendto-clamtk.1.gz + use thunar && unpack "${S}"/../thunar-sendto-clamtk-${MY_PV_THUNAR}/thunar-sendto-clamtk.1.gz +} + +src_install() { + dobin clamtk + + perl_set_version + insinto "${VENDOR_LIB}"/ClamTk + d
[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/
commit: 69cd6f54a3c6c3e0a204e6b291066176bcf4afe0 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 24 20:32:07 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 24 20:39:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cd6f54 games-server/bedrock-server: bump to version 1.16.40.02 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> games-server/bedrock-server/Manifest | 1 + .../bedrock-server-1.16.40.02.ebuild | 53 ++ 2 files changed, 54 insertions(+) diff --git a/games-server/bedrock-server/Manifest b/games-server/bedrock-server/Manifest index 2ca36acf92c..d82ed384dd9 100644 --- a/games-server/bedrock-server/Manifest +++ b/games-server/bedrock-server/Manifest @@ -1,2 +1,3 @@ DIST bedrock-server-1.16.1.02.zip 69830343 BLAKE2B c35d68f8527df9c6b96662ded02f8195ecb0bc11fa2cd93b3a0f4522cf6cbe4332f76749cc5d688179fa810edaf7c3dbb8244ad7bef1a2ee73205ab0852cc9ac SHA512 c8a79167c22e86e93e38c5a1e3d35911247011e954d49539cb8a33eb1345d49c085a1682efd4dda9681a0d1123f9caac3c4deba88e48fcccf4d1f0f7dea878b8 DIST bedrock-server-1.16.20.03.zip 69934892 BLAKE2B 17beeff7a00b47c99eaf2d3552c3ec1af8902c16e945e6df745ba5c82cc201effde8083868a18ae58920af8bd3517d02393ca9ab3533b858a4ef84aa539d6eb2 SHA512 b7b6621dfa6855ca15a3bdd2e6f55de48d5e53b1afd0adaf0a2f595fd3b962831e0cef65b0eb2d18c4dce19baf18bbbfb6d314b2026ae8a03adf4ff9a568c314 +DIST bedrock-server-1.16.40.02.zip 69910097 BLAKE2B 6c074a3f99bcd9dfe0214a43550d08714af9a58ee619765bf6713b59b997c1c322bba906966c18181fdb3c5e3e5791140fa49d25146820b649f30ace1c147adb SHA512 e0d012719a413656ed0f4b8ffc0ca96d537e3dbfc306ce8e05d757442e209ce2b1f9a43c1152c3a36ed251a35f68f6072401742e1ab2cf75d75ef9420232702b diff --git a/games-server/bedrock-server/bedrock-server-1.16.40.02.ebuild b/games-server/bedrock-server/bedrock-server-1.16.40.02.ebuild new file mode 100644 index 000..a60cb02addb --- /dev/null +++ b/games-server/bedrock-server/bedrock-server-1.16.40.02.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="The official bedrock (non-java) based server for the sandbox video game" +HOMEPAGE="https://www.minecraft.net/"; +SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip"; + +LICENSE="Mojang" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + acct-group/bedrock + acct-user/bedrock + app-misc/dtach + dev-libs/openssl:0/1.1 + net-misc/curl[ssl] +" + +BDEPEND="app-arch/unzip" + +RESTRICT="bindist mirror" + +S="${WORKDIR}" + +DOCS=( + "bedrock_server_how_to.html" + "release-notes.txt" +) + +QA_PREBUILT=" + opt/bedrock-server/bedrock_server + opt/bedrock-server/libCrypto.so +" + +src_install() { + exeinto /opt/bedrock-server + doexe bedrock_server libCrypto.so + + insinto /opt/bedrock-server + doins {permissions,whitelist}.json server.properties + doins -r {behavior,resource}_packs definitions structures + + dodir /opt/bin + dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server + + newinitd "${FILESDIR}"/bedrock-server.initd-r2 bedrock-server + newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server + + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/
commit: 16a0344b3a0fe8770c4408fdaf55c958cd388c03 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 24 20:30:28 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 24 20:39:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a0344b games-server/minecraft-server: drop old version Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> games-server/minecraft-server/Manifest | 1 - .../minecraft-server-1.16.2-r1.ebuild | 49 -- 2 files changed, 50 deletions(-) diff --git a/games-server/minecraft-server/Manifest b/games-server/minecraft-server/Manifest index 5420ddea0b6..8c6ae129bfd 100644 --- a/games-server/minecraft-server/Manifest +++ b/games-server/minecraft-server/Manifest @@ -1,3 +1,2 @@ DIST minecraft-server-1.16.1.jar 37968964 BLAKE2B 08c9f3f5b7c5618fd55b40e77a3ab92ed2d8cdf64771fe171292045ee611b6c549f0e732ed3dec2553f2219c219ff8f9b2187563717be14edbffa68ceb05b555 SHA512 8fa8bf001cb50e59351f58598fdbd4b7b13cee8d5a6ae7d4486f6259d419c8101123cb18efc96cac7c796ca98483d6d1e9ac3888d6b364d81b86927aee3f350d -DIST minecraft-server-1.16.2.jar 37942337 BLAKE2B 538eef87ecfaa13c55a2a177a813914761ff6bc91f5017016207ff90af7eaa02432c3277d01c42b55cfc173f4654d202f954e0058c77b2200c1cebd6839a0021 SHA512 c95500c30e7008784766d8fea2356949eb8477ad7f1eed5e6aa478929468d05437ed322d5c805c26e430a59301f5c96cad79aa258412870ecc0ddc4efe13550f DIST minecraft-server-1.16.3.jar 37942656 BLAKE2B 1ed70ac476dd202797f46a4844519d816f17c272d0703791d74b651fa8ac4c343a6939b50c5a0230d5bf149a564af6c7603297f0b114ce9fd2487f4bebef1c7e SHA512 ef9956ec55638b54e21e3b504ba2d2ce1b9d09769b5e118a36fbf2d97bd84a5bb49adf9a07328ae3e1c9fd76fe3da0b7d56baaa77bdc55b99d0f45039ada2ac3 diff --git a/games-server/minecraft-server/minecraft-server-1.16.2-r1.ebuild b/games-server/minecraft-server/minecraft-server-1.16.2-r1.ebuild deleted file mode 100644 index e219f388284..000 --- a/games-server/minecraft-server/minecraft-server-1.16.2-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_COMMIT="c5f6fb23c3876461d46ec380421e42b289789530" -README_GENTOO_SUFFIX="-r1" - -inherit readme.gentoo-r1 java-pkg-2 - -DESCRIPTION="The official server for the sandbox video game" -HOMEPAGE="https://www.minecraft.net/"; -SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P}.jar" - -LICENSE="Mojang" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - acct-group/minecraft - acct-user/minecraft - app-misc/dtach - || ( - >=virtual/jre-1.8 - >=virtual/jdk-1.8 - ) -" - -RESTRICT="bindist mirror" - -S="${WORKDIR}" - -src_unpack() { - cp "${DISTDIR}/${A}" "${WORKDIR}" || die -} - -src_install() { - java-pkg_newjar minecraft-server-${PV}.jar minecraft-server.jar - java-pkg_dolauncher minecraft-server --jar minecraft-server.jar --java_args "\${JAVA_OPTS}" - - newinitd "${FILESDIR}"/minecraft-server.initd-r4 minecraft-server - newconfd "${FILESDIR}"/minecraft-server.confd-r1 minecraft-server - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -}
[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/
commit: 2278e2acf544193ce692d12ab5e292266c537378 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 24 20:34:35 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 24 20:39:58 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2278e2ac app-benchmarks/stress-ng: bump to version 0.11.21 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/stress-ng/Manifest | 1 + app-benchmarks/stress-ng/stress-ng-0.11.21.ebuild | 41 +++ 2 files changed, 42 insertions(+) diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest index 8765c676141..7a60955 100644 --- a/app-benchmarks/stress-ng/Manifest +++ b/app-benchmarks/stress-ng/Manifest @@ -1 +1,2 @@ DIST stress-ng-0.11.20.tar.xz 480540 BLAKE2B 97ef2726ae5882c405ac752b56fa14e1a08a428b2ff2685b2d513438394b86184aa412ce97ea428a6ab4ec42c29c6bd4f5c28da9331c27c477d29a8fbe070a74 SHA512 08dda9ec44d9bde873b0186c4dbf3b15090c261316f0ec0ceed5378d31780b85038f898957c892393fef593ad5c913d044c1db8e2b60c68d88f5678d0209b6ac +DIST stress-ng-0.11.21.tar.xz 485764 BLAKE2B 69ab6ac25c66ee903820e6936a467d0802be32fd2eeec762d11979eeddcbee37e1a2b19b68408553173226ae3493f700fbb92f7d6707e372cfe5d59bbc9d6e94 SHA512 ec41d57f1d58150efc5db5cf96d8b2d8f6f2453cce2f5b2275b8cacb68fad6acfe7fe3004326413ab4ee02098a340938a3cf04404141f1310a05e07abaf7b500 diff --git a/app-benchmarks/stress-ng/stress-ng-0.11.21.ebuild b/app-benchmarks/stress-ng/stress-ng-0.11.21.ebuild new file mode 100644 index 000..3985c5e0570 --- /dev/null +++ b/app-benchmarks/stress-ng/stress-ng-0.11.21.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit optfeature toolchain-funcs + +DESCRIPTION="Stress test for a computer system with various selectable ways" +HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/"; +SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz"; + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +DEPEND=" + dev-libs/libaio + dev-libs/libbsd + dev-libs/libgcrypt:0= + sys-apps/attr + sys-apps/keyutils:= + sys-libs/libcap + sys-libs/zlib +" + +RDEPEND="${DEPEND}" + +DOCS=( "README" "README.Android" "TODO" "syscalls.txt" ) + +PATCHES=( "${FILESDIR}/${PN}-0.11.17-makefile.patch" ) + +src_compile() { + tc-export CC + + default +} + +pkg_postinst() { + optfeature "AppArmor support" sys-libs/libapparmor + optfeature "SCTP support" net-misc/lksctp-tools +}
[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/
commit: f380d5fe81ec625b4a773d960e13346171851ce2 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 24 20:32:54 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 24 20:39:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f380d5fe games-server/bedrock-server: drop old version Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> games-server/bedrock-server/Manifest | 1 - .../bedrock-server-1.16.20.03-r1.ebuild| 53 -- 2 files changed, 54 deletions(-) diff --git a/games-server/bedrock-server/Manifest b/games-server/bedrock-server/Manifest index d82ed384dd9..f7de754999a 100644 --- a/games-server/bedrock-server/Manifest +++ b/games-server/bedrock-server/Manifest @@ -1,3 +1,2 @@ DIST bedrock-server-1.16.1.02.zip 69830343 BLAKE2B c35d68f8527df9c6b96662ded02f8195ecb0bc11fa2cd93b3a0f4522cf6cbe4332f76749cc5d688179fa810edaf7c3dbb8244ad7bef1a2ee73205ab0852cc9ac SHA512 c8a79167c22e86e93e38c5a1e3d35911247011e954d49539cb8a33eb1345d49c085a1682efd4dda9681a0d1123f9caac3c4deba88e48fcccf4d1f0f7dea878b8 -DIST bedrock-server-1.16.20.03.zip 69934892 BLAKE2B 17beeff7a00b47c99eaf2d3552c3ec1af8902c16e945e6df745ba5c82cc201effde8083868a18ae58920af8bd3517d02393ca9ab3533b858a4ef84aa539d6eb2 SHA512 b7b6621dfa6855ca15a3bdd2e6f55de48d5e53b1afd0adaf0a2f595fd3b962831e0cef65b0eb2d18c4dce19baf18bbbfb6d314b2026ae8a03adf4ff9a568c314 DIST bedrock-server-1.16.40.02.zip 69910097 BLAKE2B 6c074a3f99bcd9dfe0214a43550d08714af9a58ee619765bf6713b59b997c1c322bba906966c18181fdb3c5e3e5791140fa49d25146820b649f30ace1c147adb SHA512 e0d012719a413656ed0f4b8ffc0ca96d537e3dbfc306ce8e05d757442e209ce2b1f9a43c1152c3a36ed251a35f68f6072401742e1ab2cf75d75ef9420232702b diff --git a/games-server/bedrock-server/bedrock-server-1.16.20.03-r1.ebuild b/games-server/bedrock-server/bedrock-server-1.16.20.03-r1.ebuild deleted file mode 100644 index a60cb02addb..000 --- a/games-server/bedrock-server/bedrock-server-1.16.20.03-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="The official bedrock (non-java) based server for the sandbox video game" -HOMEPAGE="https://www.minecraft.net/"; -SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip"; - -LICENSE="Mojang" -SLOT="0" -KEYWORDS="-* ~amd64" - -RDEPEND=" - acct-group/bedrock - acct-user/bedrock - app-misc/dtach - dev-libs/openssl:0/1.1 - net-misc/curl[ssl] -" - -BDEPEND="app-arch/unzip" - -RESTRICT="bindist mirror" - -S="${WORKDIR}" - -DOCS=( - "bedrock_server_how_to.html" - "release-notes.txt" -) - -QA_PREBUILT=" - opt/bedrock-server/bedrock_server - opt/bedrock-server/libCrypto.so -" - -src_install() { - exeinto /opt/bedrock-server - doexe bedrock_server libCrypto.so - - insinto /opt/bedrock-server - doins {permissions,whitelist}.json server.properties - doins -r {behavior,resource}_packs definitions structures - - dodir /opt/bin - dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server - - newinitd "${FILESDIR}"/bedrock-server.initd-r2 bedrock-server - newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server - - einstalldocs -}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/linux-misc-apps/
commit: 922ca064966f3746bf62dd7a07e07746983f1686 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 20:21:36 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 20:22:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922ca064 sys-apps/linux-misc-apps: fix Manifest Signed-off-by: Aaron Bauman gentoo.org> sys-apps/linux-misc-apps/Manifest | 4 1 file changed, 4 deletions(-) diff --git a/sys-apps/linux-misc-apps/Manifest b/sys-apps/linux-misc-apps/Manifest index 3b9ccbdccf4..cf994b79c8a 100644 --- a/sys-apps/linux-misc-apps/Manifest +++ b/sys-apps/linux-misc-apps/Manifest @@ -1,6 +1,2 @@ -DIST linux-3.18.tar.xz 80934708 BLAKE2B cf796fa1eb24276470b51bd3754f02932e57c6469e45959893b3714457ba33f0081ff04137990f228e1aae6d42a05073478a3ef932df468af7cd02bf8c8836c4 SHA512 2f0b72466e9bc538a675738aa416573d41bbbd7e3e2ffd5b5b127afde609ebc278cec5a3c37e73479607e957c13f1b4ed9782a3795e0dcc2cf8e550228594009 -DIST linux-3.6.tar.bz2 82296001 BLAKE2B 454e1c86dd5b7d2f9ff8ba777feda3743b620ecf4325c06b7270b2b1f60d2af2797836b509252e7140980ab0ba620d8fc98dd5d3968d19f8101c9327af262eef SHA512 cbaefc2c4c8ab2251c3345b7b2c88d55a49e3468d8b177b05dd6d96a802efa9a052b1a1ecab8b71298bac97f45259516d88253838332b4fdb4307780ebcddce9 -DIST linux-4.19.tar.xz 103117552 BLAKE2B 1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0 SHA512 ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4 -DIST linux-4.4.tar.xz 87295988 BLAKE2B f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb SHA512 13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e DIST linux-5.6.tar.xz 111785252 BLAKE2B 8dbe02a8ca7fd3dcf512a15c5d8098c1e7f94257e65173fed43fcc45480e4ab790df8cd394e2a21dc9a00385bc9bbe98215a31e7f7e1d9c8f21cd8ace69e SHA512 80846fe2b4e4a7ff471d2dde28a8216ae807a3209f959e93d39ea4fc9a189ea28ec3db9d303b3fe15a28c2cb90e7446876678e93e23353c2d6f262e364a06bc9 DIST linux-5.8.tar.xz 114459324 BLAKE2B 7bd97f8fa4527840754434414c07283e89731dc8ebb1e95fa5bc1469a60af1122582c0d3b6e262e77882f023190068df3537bd8b65964b3caa820bb2c8e579c7 SHA512 45a53ecf351096ef6e98242cca4228b8da9b9139ecc6963695791ea6fb7a9484a4e1c19dcca7ce7cbfdfa49de0451b70973bb078f12bdae9cbaddbc3f8092556
[gentoo-commits] repo/gentoo:master commit in: sys-block/megacli/
commit: 6cb752486e6593648b73b552ac7f597fba8d17e5 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 20:22:05 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 20:22:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb75248 sys-block/megacli: fix Manifest Signed-off-by: Aaron Bauman gentoo.org> sys-block/megacli/Manifest | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-block/megacli/Manifest b/sys-block/megacli/Manifest index 2ec47c1bd14..05fd638dc13 100644 --- a/sys-block/megacli/Manifest +++ b/sys-block/megacli/Manifest @@ -1,3 +1 @@ DIST 8-07-14_MegaCLI.zip 7939395 BLAKE2B 3b4151724fab8b9fd2a5797d11919c52cdd5c96fefb6074fad6637a9a82a6d9291dd43e5480669779dbce18f3cb0c56fe119e868a6d6a7c9d05779eb6fccb154 SHA512 ee2b66b69dc41bb678e54f5ccf4908a51e6fde147b2118844ff6248127aa51f12af0e7562c74461d52ea8e9b4345877b21c87fc89210208d80cf2fd3402a93e3 -DIST 8.07.10_MegaCLI_Linux.zip 1543709 BLAKE2B 6b42195d105faa5ce6469d6a36c37a1d84b9a814bbc0e85ba45d8d29914232868db40fef0572c281a2716041e98222923547d7c7f25a71217bd4468ac3031fbd SHA512 ee83910dac54b653f5c33703555c51d37b33e1672c6de6473950ca21ff19518b7de921cfa07a50e1c7f26054c7075c6bc241b52f89757cc1e0e0f4251a07bcd7 -DIST 8.07.14_MegaCLI.zip 7939395 BLAKE2B 3b4151724fab8b9fd2a5797d11919c52cdd5c96fefb6074fad6637a9a82a6d9291dd43e5480669779dbce18f3cb0c56fe119e868a6d6a7c9d05779eb6fccb154 SHA512 ee2b66b69dc41bb678e54f5ccf4908a51e6fde147b2118844ff6248127aa51f12af0e7562c74461d52ea8e9b4345877b21c87fc89210208d80cf2fd3402a93e3
[gentoo-commits] repo/gentoo:master commit in: dev-util/statifier/
commit: 912abc766edede6a7114f5d3a9cf0c60dd853eff Author: Conrad Kostecki gentoo org> AuthorDate: Thu Sep 24 20:20:08 2020 + Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 24 20:20:08 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912abc76 dev-util/statifier: drop old version Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> dev-util/statifier/statifier-1.7.4.ebuild | 58 --- 1 file changed, 58 deletions(-) diff --git a/dev-util/statifier/statifier-1.7.4.ebuild b/dev-util/statifier/statifier-1.7.4.ebuild deleted file mode 100644 index 7ade05bbc42..000 --- a/dev-util/statifier/statifier-1.7.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MULTILIB_COMPAT=( abi_x86_{32,64} ) - -inherit multilib-build toolchain-funcs - -DESCRIPTION="Statifier is a tool for creating portable, self-containing Linux executables" -HOMEPAGE="http://statifier.sourceforge.net"; -SRC_URI="https://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.gz"; - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="GPL-2" - -RDEPEND=" - app-shells/bash - sys-apps/coreutils - virtual/awk -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.7.4-clang.patch - "${FILESDIR}"/${PN}-1.7.4-fix-build-system.patch - "${FILESDIR}"/${PN}-1.7.4-musl.patch -) - -src_prepare() { - default - - # Don't compile 32-bit on amd64 no-multilib profile - if ! use abi_x86_32; then - sed -i -e 's/ELF32 .*/ELF32 := no/g' configs/config.x86_64 || die - fi -} - -src_configure() { - tc-export CC - - # Fix permissions, as configure is not marked executable - chmod +x configure || die - econf -} - -src_compile() { - # Package complains with MAKEOPTS > -j1 - emake -j1 -} - -src_install() { - # Package complains with MAKEOPTS > -j1 - emake -j1 DESTDIR="${D}" install - - # Install docs - einstalldocs -}
[gentoo-commits] repo/proj/guru:dev commit in: licenses/, app-crypt/configuradorfnmt/
commit: b408bb0f0b937f3c732a2022fc30f06f5b7c0ba5 Author: Jesus P Rey (Chuso) chuso net> AuthorDate: Thu Sep 24 20:08:00 2020 + Commit: Jesús P Rey chuso net> CommitDate: Thu Sep 24 20:09:28 2020 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b408bb0f app-crypt/configuradorfnmt - New package Signed-off-by: Jesus P Rey chuso.net> Bug: https://bugs.gentoo.org/744535 app-crypt/configuradorfnmt/Manifest| 1 + .../configuradorfnmt/configuradorfnmt-1.0.1.ebuild | 26 +++ app-crypt/configuradorfnmt/metadata.xml| 8 ++ licenses/FNMT-RCM | 90 ++ 4 files changed, 125 insertions(+) diff --git a/app-crypt/configuradorfnmt/Manifest b/app-crypt/configuradorfnmt/Manifest new file mode 100644 index ..b89c4522 --- /dev/null +++ b/app-crypt/configuradorfnmt/Manifest @@ -0,0 +1 @@ +DIST configuradorfnmt-1.0.1-0.x86_64.rpm 139541324 BLAKE2B f47afc8934dd31e7508e1cfa3837d3e2edc44cbc3cd6805131a617909e9d5996d9223e942a0de380a260bc4be9f434678aeab4665daaf751122a8b86979aaa2a SHA512 5622d2d0242c26ef0b8598ecd753e49b05248efaea19f161edd28944349c1a6fda2fa0583c584285ca51ec83972a6661551f79df49e4b10e4bf176bdc66f1725 diff --git a/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild b/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild new file mode 100644 index ..5925e8fb --- /dev/null +++ b/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop java-utils-2 rpm xdg + +DESCRIPTION="Spanish government certificate request generator" +HOMEPAGE="https://www.cert.fnmt.es/"; +SRC_URI="https://descargas.cert.fnmt.es/Linux/configuradorfnmt-1.0.1-0.x86_64.rpm"; + +LICENSE="FNMT-RCM" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="virtual/jre:1.8" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/ + +src_install() { + java-pkg_dojar "usr/lib64/${PN}/${PN}.jar" + java-pkg_dolauncher + doicon "usr/lib64/${PN}/${PN}.png" + make_desktop_entry "${PN} %u" "Configurador FNMT" "${PN}" "Utility" "Comment[es]=Generador de certificados de la FNMT\nMimeType=x-scheme-handler/fnmtcr" +} diff --git a/app-crypt/configuradorfnmt/metadata.xml b/app-crypt/configuradorfnmt/metadata.xml new file mode 100644 index ..73a06ced --- /dev/null +++ b/app-crypt/configuradorfnmt/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +gen...@chuso.net +Jesus Perez Rey + + diff --git a/licenses/FNMT-RCM b/licenses/FNMT-RCM new file mode 100644 index ..3ea0d593 --- /dev/null +++ b/licenses/FNMT-RCM @@ -0,0 +1,90 @@ +ACUERDO DE LICENCIA DE USUARIO FINAL + +APLICACIÓN FNMT-RCM DE GENERACIÓN DE CLAVES FUERA DEL NAVEGADOR + +CONFIGURADOR FNMT + +© Copyright 2019 FNMT-RCM. Todos los derechos reservados. + +Acuerdo de Licencia de Usuario Final y Condiciones de Uso (el Acuerdo) de la aplicación informática Configurador FNMT (la Aplicación) titularidad de la Fábrica Nacional de Moneda y Timbre-Real Casa de la Moneda, Entidad Pública Empresarial, Medio Propio (FNMT-RCM), con domicilio institucional en Madrid, calle Jorge Juan, 106. NIF: Q2826004J, ce...@fnmt.es. +Lea los términos y condiciones de este Acuerdo detenidamente antes de utilizar la Aplicación. Este es un contrato legalmente vinculante. Al aceptar electrónicamente la descarga y/o instalación de la Aplicación, tanto si se utiliza como si no, usted acepta todos los términos y condiciones de este Acuerdo en nombre suyo y de cualquier entidad o persona que represente o para cuyo dispositivo descargue la Aplicación. Si no está de acuerdo con los términos y condiciones de este Acuerdo, no continúe con el proceso de instalación, no use la Aplicación y elimine todas las descargas/copias en su poder o control. + +OBJETO +FNMT-RCM otorga una licencia de uso, no exclusiva, de ámbito mundial y sin derecho a sublicencia de ningún tipo, sobre la aplicación informática Configurador FNMT (la Aplicación) y para los usos definidos en este Acuerdo. La Licencia se otorga a la persona física, jurídica o entidad (Usuario o licenciatario) que descargan y/o instalan y utilizan la Aplicación para la generación de claves criptográficas en el equipo del usuario final. Este es el único propósito de la Aplicación. +El usuario final (el Usuario), por el hecho de la descarga y/o instalación de la Aplicación, acepta el presente Acuerdo en toda su extensión, incluyendo la cláusula de responsabilidad y sus exclusiones. No se otorga ningún otro derecho de propiedad industrial o intelectual sobre la Aplicación o la documentación puesta a su disposición. +El Usuario debe cumplir con todos los términos y condiciones de este contrato para la descarga, instalación y uso de la Aplicación objeto de este Acuerdo de Licencia. +La FNMT-RCM, se reserva el derecho de modifica
[gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/
commit: 3acb052051e29ae6d89876541058c8cce4037711 Author: Matt Turner gentoo org> AuthorDate: Thu Sep 24 20:03:38 2020 + Commit: Matt Turner gentoo org> CommitDate: Thu Sep 24 20:04:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acb0520 sys-power/powertop: Drop old versions Signed-off-by: Matt Turner gentoo.org> sys-power/powertop/Manifest | 2 - sys-power/powertop/powertop-2.10.ebuild | 122 sys-power/powertop/powertop-2.11.ebuild | 118 -- 3 files changed, 242 deletions(-) diff --git a/sys-power/powertop/Manifest b/sys-power/powertop/Manifest index 88069afa218..98398aedba9 100644 --- a/sys-power/powertop/Manifest +++ b/sys-power/powertop/Manifest @@ -1,3 +1 @@ -DIST powertop-2.11.tar.gz 307755 BLAKE2B 01723262922df5cc2ec63f6972b2a301f7efc4c701dfa3c08280dcdaa4b79f2d04503592f8c17e43d77df89e7f08695b0381f498671969fe4aa388578f732978 SHA512 bbe2882196f1b3ae39885d38dd86018576bfac5b5e8f16ea10c7dfd197197d0493ae4ce83c969417a4c4239c41dbcfada989063f14e2943c088a7489e43953b7 DIST powertop-2.13.tar.gz 303030 BLAKE2B 3c88e05f9889cc4b276bea3bc50a3a83228ca8efae278379a14fadc6104754f2837174e028bf9c5ded9f3af84ce6b8766ac3d24b6ae62b9b192c03fc3afdec11 SHA512 8ebeccd17b6f76d9e445382d9ce5b1c00ab2daf4f1e6e133c249bceb35ea582ca3e76da5415fd0b55a28b8a124655dc5ac7a18aaf2a3df955547d77495e59181 -DIST powertop-v2.10.tar.gz 722992 BLAKE2B 573f1f0ed40705d3463f6e6f76c67ae99127ab2541b851143dafa707ef1c2dab4127d27811b63ad27e6b002ea4efd39417297a0227996ad9b01141b6de733d41 SHA512 4219e7aadbeebdf6932c04f784434e4dd0f540bf4941d43c1830b1b5cad1f3928769b13897e24dd956b6bdee65fb1fbe902ee30685bca229b71e140d65367837 diff --git a/sys-power/powertop/powertop-2.10.ebuild b/sys-power/powertop/powertop-2.10.ebuild deleted file mode 100644 index a0784d08bd4..000 --- a/sys-power/powertop/powertop-2.10.ebuild +++ /dev/null @@ -1,122 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"; - -if [[ ${PV} == "" ]] ; then - GIT_ECLASS="git-r3" - SRC_URI="" -else - SRC_URI="https://01.org/sites/default/files/downloads/${PN}-v${PV}.tar.gz"; - KEYWORDS="amd64 arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux" - MY_P="${PN}-v${PV}" - S="${WORKDIR}/${MY_P}" -fi - -inherit autotools ${GIT_ECLASS} linux-info - -DESCRIPTION="tool to diagnose issues with power consumption and power management" -HOMEPAGE="https://01.org/powertop/ https://github.com/fenrus75/powertop/"; - -LICENSE="GPL-2" -SLOT="0" -IUSE="nls unicode X" - -DEPEND=" - dev-libs/libnl:3 - sys-apps/pciutils - sys-libs/ncurses:=[unicode?] -" - -BDEPEND=" - virtual/pkgconfig - sys-devel/gettext -" -RDEPEND=" - ${DEPEND} - X? ( x11-apps/xset ) - virtual/libintl -" - -PATCHES=( - "${FILESDIR}"/${PN}-2.8-ncurses_tinfo.patch -) - -pkg_setup() { - CONFIG_CHECK=" - ~X86_MSR - ~DEBUG_FS - ~PERF_EVENTS - ~TRACEPOINTS - ~NO_HZ_IDLE - ~HIGH_RES_TIMERS - ~HPET_TIMER - ~CPU_FREQ_STAT - ~CPU_FREQ_GOV_ONDEMAND - ~FTRACE - ~BLK_DEV_IO_TRACE - ~TRACING - " - ERROR_KERNEL_X86_MSR="X86_MSR is not enabled in the kernel, you almost certainly need it" - ERROR_KERNEL_DEBUG_FS="DEBUG_FS is not enabled in the kernel, you almost certainly need it" - ERROR_KERNEL_PERF_EVENTS="PERF_EVENTS should be enabled in the kernel for full powertop function" - ERROR_KERNEL_TRACEPOINTS="TRACEPOINTS should be enabled in the kernel for full powertop function" - ERROR_KERNEL_NO_HZ_IDLE="NO_HZ_IDLE should be enabled in the kernel for full powertop function" - ERROR_KERNEL_HIGH_RES_TIMERS="HIGH_RES_TIMERS should be enabled in the kernel for full powertop function" - ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for full powertop function" - ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the kernel for full powertop function" - ERROR_KERNEL_CPU_FREQ_GOV_ONDEMAND="CPU_FREQ_GOV_ONDEMAND should be enabled in the kernel for full powertop function" - ERROR_KERNEL_FTRACE="FTRACE needs to be turned on to enable BLK_DEV_IO_TRACE" - ERROR_KERNEL_BLK_DEV_IO_TRACE="BLK_DEV_IO_TRACE needs to be turned on to enable other config options" - ERROR_KERNEL_TRACING="TRACING should be enabled in the kernel for full powertop function" - linux-info_pkg_setup - if linux_config_exists; then - if kernel_is -lt 3 7 0; then - if linux_chkconfig_present SND_HDA_INTEL; then - CONFIG_CHECK="~SND_HDA_POWER_SAVE" - ERROR_
[gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/, sci-libs/scikits_video/, dev-python/ccdproc/, ...
.0.2.ebuild sci-libs/nibabel/nibabel-.ebuild sci-libs/nipy/nipy-0.4.1.ebuild sci-libs/nipy/nipy-0.4.2.ebuild sci-libs/nipy/nipy-.ebuild sci-libs/nipype/nipype-1.1.1-r1.ebuild sci-libs/nipype/nipype-1.1.1-r2.ebuild sci-libs/pmx/pmx-.ebuild sci-libs/pybids/pybids-0.10.2.ebuild sci-libs/pybids/pybids-0.11.1.ebuild sci-libs/pybids/pybids-0.5.0.ebuild sci-libs/pybids/pybids-0.6.5.ebuild sci-libs/scikits_video/scikits_video-1.1.11_p20200114.ebuild sci-libs/spams-python/spams-python-2.6.ebuild sci-libs/spyking-circus/spyking-circus-0.9.6.ebuild sci-visualization/fsleyes/fsleyes-0.32.0.ebuild sci-visualization/fsleyes/fsleyes-0.32.3.ebuild X-VCS-Directories: dev-python/pysolar/ sci-visualization/fsleyes/ dev-python/astropy/ dev-python/fslpy/ sci-biology/nistats/ sci-libs/nipy/ sci-libs/pybids/ dev-python/photutils/ sci-libs/pmx/ sci-geosciences/pydap_responses_matlab/ sci-biology/psychopy/ dev-python/ufl/ dev-python/trimesh/ sci-biology/dipy/ sci-biology/behaviopy/ sci-libs/spyking-circus/ sci-biology/pysurfer/ dev-python/astropysics/ sci-biology/samri/ sci-biology/pybrain/ sci-libs/nipype/ sci-biology/mne-python/ sci-biology/kat/ sci-biology/metaseq/ sci-biology/nilearn/ sci-libs/nibabel/ sci-libs/scikits_video/ dev-python/ccdproc/ dev-python/bokeh/ sci-chemistry/pesto/ dev-python/gammapy/ sci-biology/deeptools/ sci-libs/spams-python/ sci-biology/nitime/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: db8050af46235f9b1acd2fb76583516a92576f6d X-VCS-Branch: master Date: Thu, 24 Sep 2020 15:59:27 + (UTC) commit: db8050af46235f9b1acd2fb76583516a92576f6d Author: Aisha Tammy aisha cc> AuthorDate: Thu Sep 24 15:53:32 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Thu Sep 24 15:58:48 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=db8050af dev-python/scipy: mass dependency name update Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/astropy/astropy-.ebuild | 2 +- dev-python/astropysics/astropysics-.ebuild | 2 +- dev-python/bokeh/packs | 2 +- dev-python/ccdproc/ccdproc-.ebuild | 2 +- dev-python/fslpy/fslpy-2.6.2.ebuild | 2 +- dev-python/fslpy/fslpy-2.7.0.ebuild | 2 +- dev-python/fslpy/fslpy-2.8.4.ebuild | 2 +- dev-python/gammapy/gammapy-.ebuild | 2 +- dev-python/photutils/photutils-.ebuild | 2 +- dev-python/pysolar/pysolar-0.8.ebuild | 2 +- dev-python/trimesh/trimesh-3.3.5.ebuild | 2 +- dev-python/trimesh/trimesh-3.5.14.ebuild| 2 +- dev-python/trimesh/trimesh-3.6.13.ebuild| 2 +- dev-python/ufl/ufl-2019.1.0.ebuild | 2 +- sci-biology/behaviopy/behaviopy-0.1.ebuild | 2 +- sci-biology/behaviopy/behaviopy-.ebuild | 2 +- sci-biology/deeptools/deeptools-2.5.0.ebuild| 2 +- sci-biology/deeptools/deeptools-.ebuild | 2 +- sci-biology/dipy/dipy-0.11.0.ebuild | 2 +- sci-biology/dipy/dipy-1.1.1.ebuild | 2 +- sci-biology/dipy/dipy-.ebuild | 2 +- sci-biology/kat/kat-2.4.2.ebuild| 2 +- sci-biology/kat/kat-.ebuild | 2 +- sci-biology/metaseq/metaseq-0.5.3.ebuild| 2 +- sci-biology/mne-python/mne-python-0.7.ebuild| 2 +- sci-biology/mne-python/mne-python-.ebuild | 2 +- sci-biology/nilearn/nilearn-0.4.2.ebuild| 2 +- sci-biology/nilearn/nilearn-0.5.0.ebuild| 2 +- sci-biology/nilearn/nilearn-0.5.2.ebuild| 2 +- sci-biology/nilearn/nilearn-0.6.2.ebuild| 2 +- sci-biology/nilearn/nilearn-.ebuild | 2 +- sci-biology/nistats/nistats-.ebuild | 2 +- sci-biology/nitime/nitime-0.6.ebuild| 2 +- sci-biology/nitime/nitime-.ebuild | 2 +- sci-biology/psychopy/psychopy-1.84.0.ebuild | 2 +- sci-biology/psychopy/psychopy-1.84.1.ebuild | 2 +- sci-biology/psychopy/psychopy-1.84.2.ebuild | 2 +- sci-biology/psychopy/psychopy-.eb
[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/autofirma/
commit: 21f3ddd6f5f71c09ee3f879da01c0f64359a04ed Author: Jesus P Rey (Chuso) chuso net> AuthorDate: Thu Sep 24 19:57:11 2020 + Commit: Jesús P Rey chuso net> CommitDate: Thu Sep 24 19:58:31 2020 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21f3ddd6 app-crypt/autofirma-1.6.5-r1: Simplify and improve support for other browsers and ABIs. Signed-off-by: Jesus P Rey chuso.net> Bug: https://bugs.gentoo.org/743802 .../{autofirma-1.6.5.ebuild => autofirma-1.6.5-r1.ebuild} | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/app-crypt/autofirma/autofirma-1.6.5.ebuild b/app-crypt/autofirma/autofirma-1.6.5-r1.ebuild similarity index 65% rename from app-crypt/autofirma/autofirma-1.6.5.ebuild rename to app-crypt/autofirma/autofirma-1.6.5-r1.ebuild index 3531733f..bba0bd3d 100644 --- a/app-crypt/autofirma/autofirma-1.6.5.ebuild +++ b/app-crypt/autofirma/autofirma-1.6.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop java-utils-2 multilib-build rpm +inherit desktop java-utils-2 rpm xdg DESCRIPTION="Spanish government's electronic signature application for online procedures" HOMEPAGE="https://administracionelectronica.gob.es/ctt/clienteafirma"; @@ -13,9 +13,7 @@ LICENSE="|| ( GPL-2+ EUPL-1.1 )" SLOT="0" KEYWORDS="~amd64" -RDEPEND="virtual/jre:1.8 - !abi_x86_x32? ( www-client/firefox )" -DEPEND="${RDEPEND}" +RDEPEND="virtual/jre:1.8" BDEPEND="app-arch/unzip" S=${WORKDIR} @@ -30,8 +28,5 @@ src_install() { java-pkg_dolauncher java-pkg_dojar "usr/lib64/${PN}/${PN}Configurador.jar" doicon "usr/lib64/${PN}/${PN}.png" - make_desktop_entry "${PN}" AutoFirma "${PN}" "Utility" - sed -i "s/autoFirma/${PN}/" "usr/lib64/firefox/defaults/pref/${PN}.js" || die - insinto /usr/$(get_libdir)/firefox/defaults/pref - doins "usr/lib64/firefox/defaults/pref/${PN}.js" + make_desktop_entry "${PN} %u" AutoFirma "${PN}" "Utility" "Comment[es]=Aplicación de firma electrónica de la FNMT\nMimeType=x-scheme-handler/afirma" }
[gentoo-commits] repo/gentoo:master commit in: sci-libs/libticables2/
commit: cb3b3112224d8eeecb0c20087ffeec51a75889cc Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:09:08 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:23 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3b3112 sci-libs/libticables2: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> sci-libs/libticables2/Manifest | 2 - sci-libs/libticables2/libticables2-1.3.3-r1.ebuild | 48 -- sci-libs/libticables2/libticables2-1.3.4.ebuild| 48 -- 3 files changed, 98 deletions(-) diff --git a/sci-libs/libticables2/Manifest b/sci-libs/libticables2/Manifest index 2c48b93e78a..3cd4eed5e44 100644 --- a/sci-libs/libticables2/Manifest +++ b/sci-libs/libticables2/Manifest @@ -1,3 +1 @@ -DIST libticables2-1.3.3.tar.bz2 495883 BLAKE2B 203b09c39d925a5dc4e3f8b828388e0f311f2cdadbd64e3db929c011eb750b7a86f27c307a8585de1099421f24d10971652afe99dcd7f32a806cf7fe7b4d7748 SHA512 19c9a6bb8319ccf9e9004e10c4addffbee605c3735e53e4a5628b360b0c2e8575076208d14d00d6304eb894d3c69aede6de00120cd26f8c543c6e6cc4adb21a9 -DIST libticables2-1.3.4.tar.bz2 920163 BLAKE2B 3770ed280b8a6ccf81f09a251ff33b80f025d878f75486e43d74feb820414b5167829825e10c9fc26f98eb06c63ad008f7062d51a60081d6a61a64bc9d8a51cf SHA512 fbea9ed2041a04f79e02045d40e88a3ab20edc8d86ecef4ae6a181063f3609b8b2c3aeb2ce2f4508be56655accba60eab7379116ac341921f233f469eb99b461 DIST libticables2-1.3.5.tar.bz2 187416 BLAKE2B aea17b04783ff09a0f36fff60938c6f954f832b33dceec427e11b29b16e442921370b3cb43cb7c8d70dad854e3e9894a1d52378fed3cf232f38d69757725ad41 SHA512 171abdf41f496891c62da17a2b84d929ac32021b0f2abc0c37ed73ec93806d4a14df37a8ffbe2b0c172ff3461aa6c639fc1ba23aafb19e024b99448dd66c63bd diff --git a/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild b/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild deleted file mode 100644 index 6696e6c73d3..000 --- a/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib - -DESCRIPTION="Library to handle different link cables for TI calculators" -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"; -SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc nls static-libs usb" - -RDEPEND=" - dev-libs/glib:2 - usb? ( virtual/libusb:1 ) - nls? ( virtual/libintl )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) - -src_configure() { - # --disable-libusb $(use_enable usb libusb10) would enable virtual/libusb:1 - econf \ - --disable-rpath \ - $(use_enable debug logging) \ - $(use_enable nls) \ - $(use_enable static-libs static) \ - $(use_enable usb libusb) \ - $(use_enable usb libusb10) -} - -src_install() { - default - use doc && dohtml docs/html/* - use static-libs || rm -f "${ED}"/usr/$(get_libdir)/${PN}.la -} - -pkg_postinst() { - elog "Please read README in /usr/share/doc/${PF}" - elog "if you encounter any problem with a link cable" -} diff --git a/sci-libs/libticables2/libticables2-1.3.4.ebuild b/sci-libs/libticables2/libticables2-1.3.4.ebuild deleted file mode 100644 index 3ac960c27d3..000 --- a/sci-libs/libticables2/libticables2-1.3.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Library to handle different link cables for TI calculators" -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"; -SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc nls static-libs usb" - -RDEPEND=" - dev-libs/glib:2 - usb? ( virtual/libusb:1 ) - nls? ( virtual/libintl )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) - -src_configure() { - # --disable-libusb $(use_enable usb libusb10) would enable virtual/libusb:1 - local myeconfargs=( - --disable-rpath - $(use_enable debug logging) - $(use_enable nls) - $(use_enable usb libusb) - $(use_enable usb libusb10) - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - use doc && dohtml docs/html/* -} - -pkg_postinst() { - elog "Please read README in /usr/share/doc/${PF}" - elog "if you encounter any problem with a link cable" -}
[gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/
commit: ef8aed59415138c1a37045af4fa328f7041ac060 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:42:49 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8aed59 dev-ml/alcotest: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> dev-ml/alcotest/Manifest | 1 - dev-ml/alcotest/alcotest-0.8.1.ebuild | 34 -- 2 files changed, 35 deletions(-) diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest index e1a56dcbf4a..d32e219ec8a 100644 --- a/dev-ml/alcotest/Manifest +++ b/dev-ml/alcotest/Manifest @@ -1,2 +1 @@ -DIST alcotest-0.8.1.tar.gz 24358 BLAKE2B 4f905cb478183015355b7bed85b2b20de6880b64d6425a4804cf050dd95fe024e83d9c2f6b57f908bdf7eac650cd2133811219fd30de0c45fa0e66caa3178980 SHA512 76224df2d4923e666fd844a0735f2a23035454bb3c3aeb6a6f8d19376342f0f94f39a401d6225af3f90cddd2f65aa779ce87e42ee8d82e6b3ca33730d4277253 DIST alcotest-0.8.2.tar.gz 25456 BLAKE2B 6f3362dd83d127600710a9efcf5428ce1d960a2a8798a533c3216d7c8934dadd38f672f383e45c0a0ab441e723b4c6477a3c92905e2351e81bbfda324e373e69 SHA512 df1cf5ab42e91a66cae2913504d6825f842169332b8673047faea769966f62d61cb1c288325a840211df0b22c31208566cf754b0816bfdf5d8ef34e8c5127668 diff --git a/dev-ml/alcotest/alcotest-0.8.1.ebuild b/dev-ml/alcotest/alcotest-0.8.1.ebuild deleted file mode 100644 index b0d31476816..000 --- a/dev-ml/alcotest/alcotest-0.8.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit opam - -DESCRIPTION="A lightweight and colourful test framework" -HOMEPAGE="https://github.com/mirage/alcotest/"; -SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-ml/fmt:= - dev-ml/astring:= - dev-ml/cmdliner:= - dev-ml/result:= -" -DEPEND="${RDEPEND} - dev-ml/jbuilder - dev-ml/findlib" - -src_compile() { - jbuilder build -p alcotest || die -} - -src_test() { - jbuilder runtest -p alcotest || die -}
[gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/
commit: 1c4ec0ca622fbcc4a8f14d804875bdfaafc50ab8 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:49:59 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:31 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4ec0ca app-admin/checksec: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-admin/checksec/Manifest | 2 -- app-admin/checksec/checksec-1.7.5.ebuild | 36 app-admin/checksec/checksec-1.8.0.ebuild | 36 3 files changed, 74 deletions(-) diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest index d3302aa86d7..05d882b6e18 100644 --- a/app-admin/checksec/Manifest +++ b/app-admin/checksec/Manifest @@ -1,6 +1,4 @@ DIST checksec-1.11.1.tar.gz 198151 BLAKE2B 2b45834adb045dbf75a0ffab4f03b2640d068a48df20c628223bcf71c94300cf32ccbce8f47c6dd02b6dd9e12b924e4e7221b68eb781351ced52e09ce0cb3848 SHA512 dd742d6c9bc567b10f8d50f5edd2e1f3439b469ced46da05f53e14c0fe5c90310114564e674afc8c7f55170e07beb6359263e1fd153e4b29f3edb4e88cfbf8c0 -DIST checksec-1.7.5.tar.gz 51266 BLAKE2B a77e6d0bf52bc8a0ec18c0f1ffe883b68acccaaee6fd0d1714d456c31c3004b5d9279c3926885be168befba1dc7a75b1269dac5cb5847c247470e765601f08e6 SHA512 7269fb3628907f6fe4e8b720d2dcbd5bf8586e1821bd758533dff6255c6a52be9146b58f60abea798ee92471c3d5ad9e867fa7ad4b8e5ea2d8aa03d5a3b83098 -DIST checksec-1.8.0.tar.gz 52391 BLAKE2B 3720e4faae5aa82172c673ce7ddc662db1433b82d25f25be4c219f1664da8af687d2a5ee9c05703e9f151a998be9226e896e125b7cff05d3881e61e8a9f5c918 SHA512 0236e40ba8b4f7c13ebd3b51f22dd05e6c4442e8646b5a1ee814556d9a6ca19f9bae638af33a6bfec2f8ef95567d222a20dcdcd9eae6ffb7ea5261919f020283 DIST checksec-1.9.0.tar.gz 196168 BLAKE2B f9095a516f166e9a407c9796e28ed7da4ffd97686923745e46b0ab4110f084690781995b6cc190234b8a26fe1e6eb2c8f32f7f15191f0dbc26b38048c87e9a2d SHA512 8bf68dd0b86a6eceb6f5eb016a15ed1bf7d086777c3ec1c62848ec23e62dceed4579404d76824f17b8e1305e679ba6204f0dc4c224f7a11067651f33c2d96515 DIST checksec-2.0.1.tar.gz 199903 BLAKE2B 726d3f868cc73649f7a3cd42270ab1c6965d6bed772f3c612064c54dad569e748f5a2d24df2b8663328442ba8126fe0edac04b0034ba6a23bf6e32ca93a78e30 SHA512 b2466b621b6ddb3fa01cfc5eb3dc301d6d616b26ddd2017a622ba2a24e9daf8f5e294236d1dda695fd9ab25fa411724b5f7dbdabc944cdc124e4369c176f35b4 DIST checksec-2.1.0.tar.gz 200384 BLAKE2B 6e954f574c632da1aee629aecd7ded6286879ba6156252c3d4b5d11f52e3c457bb1d9223934c70f402aaa1e8a8f8d530b55c7f860c024c86c2c2bbcbe9216646 SHA512 66090777de15c492090da3494127037ffe20a169b426b054b3a8f642e9c980b2a99d5c8f8411715d74b1faed41023fb17770d3f07eec5b9efda0a43b64c07a74 diff --git a/app-admin/checksec/checksec-1.7.5.ebuild b/app-admin/checksec/checksec-1.7.5.ebuild deleted file mode 100644 index da34dcf8e55..000 --- a/app-admin/checksec/checksec-1.7.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -MY_PN=${PN}.sh -DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)" -HOMEPAGE="https://github.com/slimm609/checksec.sh"; -SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86" -IUSE="" - -S="${WORKDIR}"/${MY_PN}-${PV} - -DOCS=( ChangeLog README.md ) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.7.2-path.patch - sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die -} - -src_install() { - default - - doman extras/man/* - - insinto /usr/share/zsh/site-functions - doins extras/zsh/_${PN} - - dobin ${PN} -} diff --git a/app-admin/checksec/checksec-1.8.0.ebuild b/app-admin/checksec/checksec-1.8.0.ebuild deleted file mode 100644 index eb85bc06b86..000 --- a/app-admin/checksec/checksec-1.8.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -MY_PN=${PN}.sh -DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)" -HOMEPAGE="https://github.com/slimm609/checksec.sh"; -SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" -IUSE="" - -S="${WORKDIR}"/${MY_PN}-${PV} - -DOCS=( ChangeLog README.md ) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.7.2-path.patch - sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die -} - -src_install() { - default - - doman extras/man/* - - insinto /usr/share/zsh/site-functions - doins extras/zsh/_${PN} - - dobin ${PN} -}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/
commit: aa97295fd488d8ae5c7d4a74cd7b3c181eb2b9e9 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:49:12 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:31 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa97295f app-dicts/verbiste: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-dicts/verbiste/Manifest | 2 - app-dicts/verbiste/verbiste-0.1.38-r1.ebuild | 68 app-dicts/verbiste/verbiste-0.1.41.ebuild| 66 --- 3 files changed, 136 deletions(-) diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest index 4228de1be8d..b8e4ece9def 100644 --- a/app-dicts/verbiste/Manifest +++ b/app-dicts/verbiste/Manifest @@ -1,3 +1 @@ -DIST verbiste-0.1.38.tar.gz 706222 BLAKE2B 2ec6f5da9ae410faf422afc7717db5c77d288c6994ec4076c9ace1f3589ee98cbe624a82601415e2c736e127a96225da5afda8ada6a26b2b926a501316b723df SHA512 b5d99d08a9d1a7c91c1dbb86e0d4465a46403db881cd28d2abaf8d376adef6b4d4f5ac93e528d45beb639b77aff7e1730dbb436624674ff21c1f5781173db787 -DIST verbiste-0.1.41.tar.gz 751059 BLAKE2B 503411520a2b76463d20cae09af33f28255db5450a6721da248a87f4df102b64084e224261416bff9fba62cf6e1605363c4aae1090e91da06b65892c37ee9e5b SHA512 f89bb1074cd8c65f8516004c89aae50c65b5bd426d78a01b5e6b7418d86b5c348d2c554ab202c9f34cc9c5586a54518160fc225afa237cdb140ff99f78563702 DIST verbiste-0.1.44.tar.gz 780465 BLAKE2B 692fd3bdf00323b08d4c8a66baaf9f6800c4593428d36efb4cd4bfc51eea912297154e4b0610b94b66d1354317ac7cf24d6dca083d521c648338a0974f6d0899 SHA512 36c8a2af31f948dc3970bef260d5cd7f9d230f4966f846bcc823f006cd98ab98229544b7470466529344ac5735d1189c859c539f526cd58410d9a521510db5e5 diff --git a/app-dicts/verbiste/verbiste-0.1.38-r1.ebuild b/app-dicts/verbiste/verbiste-0.1.38-r1.ebuild deleted file mode 100644 index 3d3ccc0033d..000 --- a/app-dicts/verbiste/verbiste-0.1.38-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils gnome2-utils fdo-mime ltprune - -DESCRIPTION="French conjugation system" -HOMEPAGE="http://sarrazip.com/dev/verbiste.html"; -SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"; - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" - -IUSE="gtk" - -RDEPEND=" - >=dev-libs/libxml2-2.4.0:2 - gtk? ( >=x11-libs/gtk+-2.6:2 ) -" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - econf \ - --with-console-app \ - --without-gnome-app \ - --without-gnome-applet \ - $(use_with gtk gtk-app) -} - -src_install() { - default - prune_libtool_files - dodoc HACKING LISEZMOI - # file is only installed with USE=gnome - if use gtk; then - sed -e 's/Exec=.*/Exec=verbiste-gtk/' \ - -i src/gnome/verbiste.desktop || die - insinto usr/share/applications - doins src/gnome/verbiste.desktop - fi -} - -pkg_preinst() { - if use gtk; then - gnome2_icon_savelist - fi -} - -pkg_postinst() { - if use gtk; then - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update - fi -} - -pkg_postrm() { - if use gtk; then - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update - fi -} diff --git a/app-dicts/verbiste/verbiste-0.1.41.ebuild b/app-dicts/verbiste/verbiste-0.1.41.ebuild deleted file mode 100644 index 4648b20ec98..000 --- a/app-dicts/verbiste/verbiste-0.1.41.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils gnome2-utils ltprune xdg-utils - -DESCRIPTION="French conjugation system" -HOMEPAGE="http://sarrazip.com/dev/verbiste.html"; -SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"; - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="gtk" - -RDEPEND=" - >=dev-libs/libxml2-2.4.0:2 - gtk? ( >=x11-libs/gtk+-2.6:2 ) -" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - econf \ - --with-console-app \ - --without-gnome-app \ - --without-gnome-applet \ - $(use_with gtk gtk-app) -} - -src_install() { - default - prune_libtool_files - dodoc HACKING LISEZMOI - # file is only installed with USE=gnome - if use gtk; then - sed -e 's/Exec=.*/Exec=verbiste-gtk/' \ - -i src/gnome/verbiste.desktop || die - insinto usr/share/applications - doins src/gnome/verbiste.desktop - fi -} - -pkg_preinst() { -
[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/4ti2/
commit: fc3dc92977a5bf8dd683fe87be22be3d32b2f4c4 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:11:02 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3dc929 sci-mathematics/4ti2: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> sci-mathematics/4ti2/4ti2-1.6.5.ebuild | 37 -- sci-mathematics/4ti2/Manifest | 1 - 2 files changed, 38 deletions(-) diff --git a/sci-mathematics/4ti2/4ti2-1.6.5.ebuild b/sci-mathematics/4ti2/4ti2-1.6.5.ebuild deleted file mode 100644 index 65d55399c3f..000 --- a/sci-mathematics/4ti2/4ti2-1.6.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true -# The swig subdir is not used, so we can skip running autotools in it. #518000 -AT_NO_RECURSIVE=1 - -inherit autotools-utils toolchain-funcs - -DESCRIPTION="Software package for algebraic, geometric and combinatorial problems" -HOMEPAGE="http://www.4ti2.de/"; -SRC_URI="http://4ti2.de/version_${PV}/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" -IUSE="static-libs" - -DEPEND=" - sci-mathematics/glpk:0[gmp] - dev-libs/gmp[cxx]" -RDEPEND="${DEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -PATCHES=( - "${FILESDIR}"/${PN}-1.3.2-gold.patch - ) - -src_prepare() { - sed \ - -e "s:^CXX.*$:CXX=$(tc-getCXX):g" \ - -i m4/glpk-check.m4 || die - autotools-utils_src_prepare -} diff --git a/sci-mathematics/4ti2/Manifest b/sci-mathematics/4ti2/Manifest index 1f78df613c4..5384fc2923b 100644 --- a/sci-mathematics/4ti2/Manifest +++ b/sci-mathematics/4ti2/Manifest @@ -1,4 +1,3 @@ DIST 4ti2-1.6.2.tar.gz 5531651 BLAKE2B 1e55f8e0df242a6eeff3b66f2a4a0f6508fc5fb722ec86558c289d6c8d295b169b60c9b3172f7e672f9fc341e767221138819c6534aba9695aa43ecbf61e1ab3 SHA512 ff68f767b8677ce0ce94cca39fa3ef87835d77a951f0ec6ae28ab171bf09ae25c551d88c2cdf5bf3115b33bd32366b063533a1c22576130a00f542f9370bcd7b -DIST 4ti2-1.6.5.tar.gz 5640117 BLAKE2B e520aebae93b7001f2d03e3e6c515e4a29a7e5e154d1a571f0a25fab26fdab9185991821a8ccf7a23e4262cf488c0ec749c9ad344535374d85c946a4d28befb3 SHA512 90dc105d99659e3c2213b484b6d21e877d7484ca0ad0373ece066df26de7c0e0cce614faaae9f7b678d03fa54f987fe95ab6d3f958477b1294a2dc00733a3a08 DIST 4ti2-1.6.6.tar.gz 5640126 BLAKE2B e52fdfd9b406b86236795b1ba2494d9686f3c93961359bf409ddcdfeb0067e3b0904473b66268315795c8941ba0cb93dbe5e4c3cea402379bd07ee65a1951e5d SHA512 89f36aaf3d8f41bb31b37b44a013ea966d9664880473ad0d6d1825ffb00afec1eff3139c09ac6b684f0679e2ae0d201a84396bb721aa1f63dc1deca592392c41 DIST 4ti2-1.6.7.tar.gz 5649869 BLAKE2B ab0e7da1de88e5e99ead0b8fa7f7a72773b84ae903a31dc3134e83364ea45069889f8ce9812bb471cf72b824fe013756d557489b4d2ab31216141d5b6347acfc SHA512 38d638fe01ff3cef1aebae1eefd276cf02f808978851b4465e132f77d3ab34ea51d512e2ea28a42ac65263b458c43cf420dc5f8ac930f959dd0c14916cef9841
[gentoo-commits] repo/gentoo:master commit in: sci-electronics/magic/
commit: 06787dbec06146cac745be92526bf244932a3c60 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:04:10 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06787dbe sci-electronics/magic: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> sci-electronics/magic/Manifest | 2 - sci-electronics/magic/magic-7.5.231.ebuild | 73 sci-electronics/magic/magic-8.0.138.ebuild | 76 -- 3 files changed, 151 deletions(-) diff --git a/sci-electronics/magic/Manifest b/sci-electronics/magic/Manifest index aaa86e03d40..bd1baafd599 100644 --- a/sci-electronics/magic/Manifest +++ b/sci-electronics/magic/Manifest @@ -1,5 +1,3 @@ DIST 2002a.tar.gz 6601961 BLAKE2B e34bc281b3f1bc032ba14954b781c8b0055bb9125c57944a5b5f595f8b22feb455c60f3230cf04f06bc41aa807e909d900e3d3ab746076e2c99dcbbdf51a71df SHA512 cb8e30df77e58eb37f7ada775db8a8411612897b1cdbcb59b0c4bd814fa73c6cb10a5461e27e9eecb0fe452e194ee95fbb02b568b86848e501b9c37cc24de39e DIST magic-7.5.202.tgz 3692294 BLAKE2B 8c484e7771b388df8a5e9df574a522f81b5ae34bfaa0db28f444f31a0f5737094d73d2f5467796df74f9230fe684e9c96b08b11812b5627ee5a1bcc74893a021 SHA512 62be6e781ab51a4129a520b91a35ff5c280e7e9cb825e5d71e4012205dd0b777ca8c2355fb071d7d716977d477bddd44e45ca2810d3f97bb63dfe46c5ad1ba80 -DIST magic-7.5.231.tgz 3751133 BLAKE2B ffe7b19cfadd84ab91d668f7f317fc53dcec4292348324a9cd6326370a6b8446db537667103169313b72ad5e5e78458e346e802744ab2856eae40d773d65f80e SHA512 ff1aa170c0fdbeb78aca7328370f40fde1a7276dd77e1b4d4d53f121b38ffecdc8b0d860dc92c1dfeccd1dd7685ee6079aa19984757025fc743ae1a88ed0aace -DIST magic-8.0.138.tgz 3880247 BLAKE2B be6e11f55452c990ae443639ba6852d683323159104ef3626e96e5ddc275a420f0f8debfcb517a7ac38ecd04aa01dfc935e81634c740f1761a1bd3a6adb35c69 SHA512 934fb0afef7fd7aca1307a1e9c86d23531d4188d1bd03bbfbb3609cabec115f5ce66ef02b75f5a0aedbace0b1f68260585b279a6d7bc45f58a4e0ac09cd99d36 DIST magic-8.0.207.tgz 3893605 BLAKE2B 39309def79e03fd6b116482eec2f200cb2b0d2042add2e2a70b0805bc0bc75654de6a92150167ab755b21c333be917c5fac53a30e9f5ee7915fd662179ce391c SHA512 034387d774f653d6de419d597564e96242b87bf3c478045e5a649f490fe4e5431c983f6667b5900ec9ae283af2775404dfbdcbaf18419f85d7242d492360d32b diff --git a/sci-electronics/magic/magic-7.5.231.ebuild b/sci-electronics/magic/magic-7.5.231.ebuild deleted file mode 100644 index b85ff98fcbd..000 --- a/sci-electronics/magic/magic-7.5.231.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib eutils autotools - -DESCRIPTION="The VLSI design CAD tool" -HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html"; -SRC_URI="http://www.opencircuitdesign.com/magic/archive/${P}.tgz \ - ftp://ftp.mosis.edu/pub/sondeen/magic/new/beta/2002a.tar.gz"; - -LICENSE="HPND GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug opengl" - -RDEPEND="sys-libs/ncurses:0= - sys-libs/readline:0= - dev-lang/tcl:0= - dev-lang/tk:0= - dev-tcltk/blt - opengl? ( virtual/opengl )" -DEPEND="${RDEPEND} - app-shells/tcsh" - -src_prepare() { - einfo remove bundled readline-4.3 - rm -r readline || die - - epatch \ - "${FILESDIR}"/${PN}-7.5.231-blt-test.patch \ - "${FILESDIR}"/${PN}-7.5.231-ldflags.patch \ - "${FILESDIR}"/${PN}-7.5.231-verbose-build.patch - - cd scripts || die - eautoreconf - cd .. || die - - sed -i -e "s: -pg : :" tcltk/Makefile || die -} - -src_configure() { - # Short-circuit top-level configure script to retain CFLAGS - # fix tcl/tk detection #447868 - cd scripts - CPP="cpp" econf \ - --with-tcl=yes \ - --with-tcllibs="/usr/$(get_libdir)" \ - --with-tklibs="/usr/$(get_libdir)" \ - --enable-modular \ - $(use_enable debug memdebug) \ - $(use_with opengl) -} - -src_install() { - emake -j1 DESTDIR="${D}" install - - dodoc README README.Tcl TODO - - # Move docs from libdir to docdir and add symlink. - mv "${D}/usr/$(get_libdir)/magic/doc"/* "${D}/usr/share/doc/${PF}/" || die - rmdir "${D}/usr/$(get_libdir)/magic/doc" || die - dosym "/usr/share/doc/${PF}" "/usr/$(get_libdir)/magic/doc" - - # Move tutorial from libdir to datadir and add symlink. - dodir /usr/share/${PN} - mv "${D}/usr/$(get_libdir)/magic/tutorial" "${D}/usr/share/${PN}/" || die - dosym "/usr/share/${PN}/tutorial" "/usr/$(get_libdir)/magic/tutorial" - - # Install latest MOSIS tech files - cp -pPR "${WORKDIR}"/2002a "${D}"/usr/$(get_libdir)/magic/sys/current || die -} diff --git a/sci-electronics/magic/magic-8.0.138.ebuild b/sci-electronics/magic/magic-8.0.
[gentoo-commits] repo/gentoo:master commit in: net-libs/libmbim/
commit: c33a3ad5683a60fbc4c124a79bee82f846b2c736 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:37:57 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33a3ad5 net-libs/libmbim: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> net-libs/libmbim/Manifest | 4 --- net-libs/libmbim/libmbim-1.10.0.ebuild | 44 net-libs/libmbim/libmbim-1.12.2.ebuild | 44 net-libs/libmbim/libmbim-1.12.4.ebuild | 44 net-libs/libmbim/libmbim-1.6.0.ebuild | 46 -- 5 files changed, 182 deletions(-) diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest index 42efe88348c..ba76b7a36bc 100644 --- a/net-libs/libmbim/Manifest +++ b/net-libs/libmbim/Manifest @@ -1,9 +1,5 @@ -DIST libmbim-1.10.0.tar.xz 384480 BLAKE2B 68e038b680613316a748fcae7be6a60241cb74be3bdfb800a179199a79220266f6a1cb7592ae2a77074f09dbef06ae71f6f3b6f4127f94e3434c2c9b349b31ba SHA512 648395a37621e51647878a6c86766a319e5f93080dde6fc41e0e280ffda95decb68352e6bfba946d0a1b441bc2a58e1cdef750274b1282b1f1183b1cbcd51d84 -DIST libmbim-1.12.2.tar.xz 397268 BLAKE2B 70d6ebfadda141b118ecb2c2476ba8c3b2ed1c8803295b6dfc4c32af4c4a0a14f8055ec0fd278e6be85676f4139823a01475ad5da56799425fa6adfd1b97c1f4 SHA512 d9ae50fecd39f2581ca8db21ec66ac6bfe13e10fe9298a7ec60338f66421ca8411dee3042f58692d60d491d17324d25233623674d322e81f0205c0dea486361a -DIST libmbim-1.12.4.tar.xz 401816 BLAKE2B a9d28eea7e0cdd5aae1a6f38a3a80d9e84e9fe8e471d7637da6d2352ddc79c2df659c95a1a3d89c8794b9e6874ca32d7d912db06298be770203c0c5648d5b696 SHA512 74b0290eba3c83c13d1a8a07c1eaa979eae79cfadccd1b7acef0729c9d4c90e721dee9503a7cf69dd9c13a11c4a876716000cf78c22017d7e2d4e2b7906a3fbf DIST libmbim-1.14.0.tar.xz 401460 BLAKE2B 702bb0bbfeaf48f982986da9f5c57a09534d5fae8e42af2c8735822f832ce9a08473deb4fb20c65597d854aa73311ff317f8c99dd466d1874ed57bae1dbe684b SHA512 a9b1ba59828fd1c8cf39705717c56e3b75f34d6b3b9cd9f8be40fe245c07f4ea4d211727322c8b3c6d92f004c670e2fe6de76a3117e38b1e8de6673cfb6168bd DIST libmbim-1.14.4.tar.xz 402924 BLAKE2B 0dec5cc540c2d57a5f98d2619c0c478c2b1377fcf446a1d40d5f978ab99a79d83f1fc55831483269fc12225ea08f6f7516310b23ab7e068916b58ff6c352b589 SHA512 0471cf1647aeaa4ee5c304fc3719d4ad9a631752458d71dd7cd24bd17215fada4ee47aa65c05903f24bb2d4e2f637e577ff30cbf8c22b5de5af2107bb05970e3 DIST libmbim-1.16.0.tar.xz 453532 BLAKE2B 68732c02f7ee56d898895fe61a1aac44b0c1e858d5bd8fbc4a962429d86ffd1e58442f8ab7c74211d312cc8efb549d3dda14f2c13e16d5d12f8b790299d268be SHA512 90dcb4bf0e4d1d8da5f8bdc0d5a788b51775c55289c416e4dde1020dc353604a4ce40d723c500f8fb9099d7e9061b5c83148106dfd167128bae2cbafbda1279c DIST libmbim-1.16.2.tar.xz 455096 BLAKE2B f29eaea16ab1f627ed7976fb84d6d1234bc58009e140e70e5ef4f3b9d2a37fcbc3a5492ccbf94d83c169cc64d4f7b545ce556704ce3c750bc00da80d5431119d SHA512 6081a5b40b7fc5cd21adf1948c16c57919c452bc2eccdccb561412ecada5aca7ff1fcac79568eb3dda83d49c780b0dab95a0b15bda0c4f2712b735cbe95402be DIST libmbim-1.18.0.tar.xz 474768 BLAKE2B 3dce8e1fa0e57cdf75174d0145006b38213fcd2de9166589f2d3ddd7a17dae3b308ce7a7338d388543c8ba83b6a9d2bf12051cbde1666fc43580314d9906704b SHA512 510af324563a6a4f9a9d656d6724398cf5c5ba07424962d5407dd05867ef36da40e1ee6c8be8040c6a67e764bc059d24282db45ce3d47075fcf4d7416245b28d -DIST libmbim-1.6.0.tar.xz 360800 BLAKE2B 28b36b14ee8b28793ae0dbe2b2cd421b1d5cf7c2c8aa853d9920fb2f413239fcb5cff7c341f2841ee68052621b2a60e1dea3f212a0ba62a7310353f9215191b4 SHA512 60c20da65cb5e0e5e3d73434c8b7960ebb7138d6b004d4e6223ba63ea95fdc97b35697a329f12a81033c39c36efcbb3bcb5d8ae813a569dc6e6ca928a1cd79dd diff --git a/net-libs/libmbim/libmbim-1.10.0.ebuild b/net-libs/libmbim/libmbim-1.10.0.ebuild deleted file mode 100644 index a91ced3b0bc..000 --- a/net-libs/libmbim/libmbim-1.10.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit multilib -if [[ ${PV} == "" ]] ; then - inherit git-r3 autotools - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libmbim/libmbim.git"; -else - KEYWORDS="~alpha amd64 arm ~mips x86" - SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz"; -fi - -DESCRIPTION="MBIM modem protocol helper library" -HOMEPAGE="https://cgit.freedesktop.org/libmbim/"; - -LICENSE="LGPL-2" -SLOT="0" -IUSE="static-libs" - -RDEPEND=">=dev-libs/glib-2.32:2 - dev-libs/libgudev:=" -DEPEND="${RDEPEND} - dev-util/glib-utils - dev-util/gtk-doc-am - virtual/pkgconfig" -[[ ${PV} == "" ]] && DEPEND+=" dev-util/gtk-doc" #469214 - -src_prepare() { - [[ -e configure ]] || eautoreconf -} - -src_configure() { - econf \ - --disable-more-warnings \ - --disable-gtk-doc \ - $(use_enable static{-libs,}
[gentoo-commits] repo/gentoo:master commit in: sci-libs/xkaapi/
commit: 5331c61e6d4f761c5e89d7f84a2bfd03b8ac7394 Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:10:23 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5331c61e sci-libs/xkaapi: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> sci-libs/xkaapi/Manifest | 1 - sci-libs/xkaapi/xkaapi-2.1.ebuild | 57 --- 2 files changed, 58 deletions(-) diff --git a/sci-libs/xkaapi/Manifest b/sci-libs/xkaapi/Manifest index 798a45f9501..1cc539d30a8 100644 --- a/sci-libs/xkaapi/Manifest +++ b/sci-libs/xkaapi/Manifest @@ -1,3 +1,2 @@ -DIST xkaapi-2.1.tar.gz 2916405 BLAKE2B a3bbba6ed5575ed617b2fdbfec435c72ac12e8f464e5a25263fac38f049bd1b89bb5df6e526c2fa537e16fd5bd04fa3cd1ad39f56cf1a58da0f3ba75fd55c580 SHA512 5d4db7576d449b086677bcc686595da773da2c0db155aa0d0039f57fb379bfc166a35b139992416a3f44bdbccbf9f48688b3d3050eea77a258f2a395d7867b26 DIST xkaapi-2.2.tar.gz 2858464 BLAKE2B 909ea71e3fe86ee6614724793a5a41edd03151025b50e1e99dcf262be9022dfdc8cfef636de4814db1fec99e97015b73f4e5ed8f45ad377e4a3a4ab46b54ee93 SHA512 1be98c4e3c50cf198ec3522c7ccbe7757464889b32fb39e53447548fc2975e727fb2b68b25ae99c367b155588b1ab2181e3280d099ceb991929aa2f0e9c83f0c DIST xkaapi-3.0.3.tar.gz 1535482 BLAKE2B 6f10395b66d334e235df8dec7cfa4fa128aceeac10846e78c02cc96867fb2c649a0dc88f6a64d9c5afbfb97a02221f4e6971f313bb6ca52d217aae39caa26327 SHA512 28fb02a73269e55eec90b5c2c82e4ade3bfb24d55a1f61ac6bf47da4c7e2d864cfa1389772baca9ebef4f24b3373fb6971f3fe98a4d232187e9d29a88110eda1 diff --git a/sci-libs/xkaapi/xkaapi-2.1.ebuild b/sci-libs/xkaapi/xkaapi-2.1.ebuild deleted file mode 100644 index 02fd2e03500..000 --- a/sci-libs/xkaapi/xkaapi-2.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -FORTRAN_NEEDED=fortran -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils fortran-2 - -UPSTREAM_NO=32735 - -DESCRIPTION="Kernel for Adaptative, Asynchronous Parallel and Interactive programming" -HOMEPAGE="http://kaapi.gforge.inria.fr"; -SRC_URI="https://gforge.inria.fr/frs/download.php/${UPSTREAM_NO}/${P}.tar.gz"; - -SLOT="0" -LICENSE="CeCILL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="blas cxx fortran gpu openmp static-libs" - -RDEPEND=" - sys-apps/hwloc - dev-libs/libffi -" -DEPEND="${RDEPEND} -" - -PATCHES=( - "${FILESDIR}"/${P}-flags.patch - "${FILESDIR}"/${P}-ffi.patch - ) - -src_prepare() { - sed \ - -e 's:-Werror::g' \ - -i tests/testsuite* tests/*/*.am || die - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-mode=gentoo - --enable-api-kaapic - --enable-api-quark - --with-ccache=no - --enable-hwloc - --with-libffi="${EPREFIX}"/usr - --enable-target$(usex gpu gpu mt) - $(use_enable fortran api-kaapif) - $(use_enable cxx api-kaapixx) - $(use_enable blas kblas) - $(use_enable openmp libkomp) -# $(use_with plasma "${EPREFIX}"/usr) - ) - autotools-utils_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: dev-lang/polyml/
commit: b359e07ef8a781596eb86039a89c0898c2eda45f Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:41:54 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b359e07e dev-lang/polyml: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> dev-lang/polyml/Manifest| 4 --- dev-lang/polyml/polyml-5.4.1.ebuild | 45 --- dev-lang/polyml/polyml-5.5.0.ebuild | 51 -- dev-lang/polyml/polyml-5.5.1.ebuild | 72 - dev-lang/polyml/polyml-5.5.2.ebuild | 72 - 5 files changed, 244 deletions(-) diff --git a/dev-lang/polyml/Manifest b/dev-lang/polyml/Manifest index 2c0f434a74b..58d163f18be 100644 --- a/dev-lang/polyml/Manifest +++ b/dev-lang/polyml/Manifest @@ -1,6 +1,2 @@ DIST polyml-5.6.tar.gz 6066166 BLAKE2B dc7e35ad1f51f270f9043736bca8b3d8a96e208dfa2833a2de3c06c969e8bb9d5e92c3ab025e4e55539188a9d6d5000b7befdd3cfc17aa3b0e54315778ab71b0 SHA512 cd4f25c225831dec512f7136dfda4ba31abd6939d9e8e0cacdb6d48212488b56ba5969c76e76fcbfcfa83d015a67d9cf62457286086f3c2b3f7914a7939d7b59 DIST polyml-5.8.tar.gz 9817105 BLAKE2B 93992c8baa78017bfda6c2151d1f48805829b77c0b7ed9bec87c951fc4a4236459ed59aab1eca88ed4a1d7aa10eb9734f93324583e012b18bb7d8cce84b5a35b SHA512 50baed79b50b14bd87acc637de93fd6d0f05e61fe0f03682a12a1d2c5f382313488d48f84b49ad915b01acc5a3a5769fb05fcaa7b24499c56402ddd3ba393930 -DIST polyml.5.4.1.tar.gz 6107319 BLAKE2B 1fdff3b26fa7554a0f3d31cca0dc4a4e013fb930e6295cd6107012bc67e87db1f64916087edb34e403c3e1a88b26bff947c1cc9d946fe93ac7a1144434d15081 SHA512 4a7b404ed648b5a9fd9d52917214688d15f4f9a5f4570ba13b52a8304bde1cc4b534f539ffc3c9554283816ae130e4c898a179d776df6d3220fba9743a19b175 -DIST polyml.5.5.1.tar.gz 5465794 BLAKE2B 0ae6973c866cdf33e0eeb26475c95f26f11eca13458ab52c2c6fd3f4b3034cd5e71a7e4dbff5574070a11833479bff2723066bfc71367d71cd6e4f9f17a5cba1 SHA512 283954c8bf5599d83ea69916b827b1acae7137fe4add67537026092da2e6f1a89d71d3a394dbba599bbe9e967ded1446f39f4d81afb90301532db6be949f7a6f -DIST polyml.5.5.2.tar.gz 5599140 BLAKE2B 08b7c4be7c52bd8f57c53f6caa24be7ab457c7419459192f33369bf3c7024002ffd98dfd7af4db53c3a2484f9c966010a635f4e09e9edf8a62b5d5230f9a04bf SHA512 248c2a38c4691898bc1243a041f4683bf227d9c8a98c6c3545af2a8a3249ed5ed96f33f90cb2dede8809b42f33c0557650147302cfe046a5fba965ccd93cbc5b -DIST polyml.5.5.tar.gz 5504389 BLAKE2B 8ad51504e4bc4a3f6090052d641389b7378aa56295ebe8503ea09082a0bb85ee157c04ac19ca66ab8b8c8b49b0d645339d499ea7d4eba18eae6f90be8afcc907 SHA512 4725c2e4a786b8c63bc6fc1cadad0de818ed935014d51040af43defa07b03ba7bedb2185bfb2e39a0db7284479e79e698b31ec7fe8463c306b668de1eda69b89 diff --git a/dev-lang/polyml/polyml-5.4.1.ebuild b/dev-lang/polyml/polyml-5.4.1.ebuild deleted file mode 100644 index 022401f5434..000 --- a/dev-lang/polyml/polyml-5.4.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit base autotools - -MY_P=${PN}.${PV} - -DESCRIPTION="Poly/ML is a full implementation of Standard ML" -HOMEPAGE="https://www.polyml.org"; -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="X elibc_glibc +gmp portable test +threads" -RESTRICT="!test? ( test )" - -RDEPEND="X? ( x11-libs/motif:0 ) - gmp? ( >=dev-libs/gmp-5 ) - elibc_glibc? ( threads? ( >=sys-libs/glibc-2.13 ) )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -PATCHES=("${FILESDIR}/${PN}-5.4.1-configure.patch" - "${FILESDIR}/${PN}-5.4.1-asm.patch") - -src_prepare() { - base_src_prepare - eautoreconf -} - -src_configure() { - econf \ - $(use_with X x) \ - $(use_with gmp) \ - $(use_with portable) \ - $(use_with threads) -} - -src_test() { - emake tests -} diff --git a/dev-lang/polyml/polyml-5.5.0.ebuild b/dev-lang/polyml/polyml-5.5.0.ebuild deleted file mode 100644 index 3cde2319640..000 --- a/dev-lang/polyml/polyml-5.5.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit base autotools versionator - -# Although the download is called 5.5, after building it poly -v says -# it is 5.5.0. -MY_PV=$(get_version_component_range "1-2" "${PV}") -MY_P="${PN}.${MY_PV}" - -DESCRIPTION="Poly/ML is a full implementation of Standard ML" -HOMEPAGE="https://www.polyml.org"; -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="X elibc_glibc +gmp portable test +threads" -RESTRICT="!test? ( test )" - -RDEPEND="X? ( x11-libs/motif:0 ) - gmp? ( >=dev-libs/gmp-5 ) - elibc_glibc? ( threads? ( >=sys-libs/
[gentoo-commits] repo/gentoo:master commit in: media-fonts/monoid/
commit: 172ff12a45254135dd0f8103de3e2baf36635c3a Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 19:36:25 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 19:53:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172ff12a media-fonts/monoid: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> media-fonts/monoid/Manifest | 1 - media-fonts/monoid/monoid-0.60.ebuild | 30 -- 2 files changed, 31 deletions(-) diff --git a/media-fonts/monoid/Manifest b/media-fonts/monoid/Manifest index 45d49139054..a3a3663b9ac 100644 --- a/media-fonts/monoid/Manifest +++ b/media-fonts/monoid/Manifest @@ -1,2 +1 @@ -DIST monoid-0.60.tar.gz 6294560 BLAKE2B 18fa005b82025f96307178666a33974d7d801e0a42e3cc06b50e01698f56a31586ea230d30d2216198a69bef2ca955bdf29c2d2aa319ae4a978a9558908796db SHA512 07159e938c26aafb15b6c9cceefcd10833d30a3c186f73b5185c1c912304de35ef575476770f33f20d4f5985cec14029962fd29a8fd1708a16c489dcedc9a3fb DIST monoid-0.61.tar.gz 22431008 BLAKE2B a5aafdcdce20da43544abf3e362b24948010019502dd0862321a94434ef3cdc9b74b149d555ade44d08440fcc72169cc85ecf0b8f6ee9cdea85b2eaba2271a3a SHA512 b94ffda585ce8fda14576140cf771173773490169a559c52d275471f6061667278d268ae80543270d9275f3512e40ea95129062b890dd31d33d61a7980b58a33 diff --git a/media-fonts/monoid/monoid-0.60.ebuild b/media-fonts/monoid/monoid-0.60.ebuild deleted file mode 100644 index 232a9909555..000 --- a/media-fonts/monoid/monoid-0.60.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit font multiprocessing - -DESCRIPTION="Open source coding font" -HOMEPAGE="https://larsenwork.com/monoid/ https://github.com/larsenwork/monoid"; -SRC_URI="https://github.com/larsenwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT OFL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="binchecks strip" - -DEPEND="media-gfx/fontforge[python]" -RDEPEND="" - -FONT_SUFFIX="ttf" -FONT_S="${S}/_release" -DOCS="Readme.md" - -src_compile() { - local NJOBS=$(makeopts_jobs) - for x in Source/*.sfdir; do - Scripts/build.py ${NJOBS} ${NJOBS} $x - done -}