[gentoo-commits] proj/sci:master commit in: sci-libs/oasa/
commit: f6b0956397c3a05d2b9e5c9335ae0ccfcbf056d8 Author: Aisha Tammy aisha cc> AuthorDate: Mon Sep 28 00:52:07 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Mon Sep 28 00:52:07 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f6b09563 sci-libs/oasa: drop dead package only works with python2 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/oasa/metadata.xml | 14 -- sci-libs/oasa/oasa-0.13.1.ebuild | 20 2 files changed, 34 deletions(-) diff --git a/sci-libs/oasa/metadata.xml b/sci-libs/oasa/metadata.xml deleted file mode 100644 index e66cf80b9..0 --- a/sci-libs/oasa/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - sci-chemis...@gentoo.org - Gentoo Chemistry Project - - -OASA is a python library for manipulation of chemical formats that forms the base of BKChem. It is in separate package, because there are other programs using it (e.g. Pybel in sci-chemistry/openbabel-python). - - - Add support for Cairo graphics library using dev-python/pycairo - - diff --git a/sci-libs/oasa/oasa-0.13.1.ebuild b/sci-libs/oasa/oasa-0.13.1.ebuild deleted file mode 100644 index af02300ad..0 --- a/sci-libs/oasa/oasa-0.13.1.ebuild +++ /dev/null @@ -1,20 +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 - -DESCRIPTION="Python library for manipulation of chemical structures" -HOMEPAGE="http://bkchem.zirael.org/oasa_en.html; -SRC_URI="http://bkchem.zirael.org/download/${P}.tar.gz; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cairo" - -DEPEND="" -RDEPEND="cairo? ( >=dev-python/pycairo-1.2[${PYTHON_USEDEP}] )"
[gentoo-commits] proj/sci:master commit in: sci-libs/nexus/
commit: 06351d3139be034f67c6446819b8298fcd5e9bf1 Author: Aisha Tammy aisha cc> AuthorDate: Mon Sep 28 00:43:02 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Mon Sep 28 00:44:11 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=06351d31 sci-libs/nexus: version bump Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/nexus/nexus-4.4.3_p20200126.ebuild | 58 + 1 file changed, 58 insertions(+) diff --git a/sci-libs/nexus/nexus-4.4.3_p20200126.ebuild b/sci-libs/nexus/nexus-4.4.3_p20200126.ebuild new file mode 100644 index 0..b19a65fbe --- /dev/null +++ b/sci-libs/nexus/nexus-4.4.3_p20200126.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake java-pkg-opt-2 + +DESCRIPTION="Data format for neutron and x-ray scattering data" +HOMEPAGE="http://nexusformat.org/; +COMMIT=5b803b3a0014bd9759b3d846da3cd3c1cfafd7d5 +SRC_URI="https://github.com/nexusformat/code/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}"/code-${COMMIT} + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="cxx hdf4 +hdf5 java xml" + +REQUIRED_USE=" || ( hdf4 hdf5 xml ) " + +RDEPEND=" + dev-libs/libxml2 + sys-libs/readline + sys-libs/libtermcap-compat + xml? ( dev-libs/mxml ) + hdf4? ( sci-libs/hdf ) + hdf5? ( sci-libs/hdf5[zlib] ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-doc/doxygen[dot] +" + +pkg_setup() { + java-pkg-opt-2_pkg_setup +} + +src_prepare() { + java-pkg-opt-2_src_prepare + cmake_src_prepare +} + +src_configure() { + # no fortran, doesn't compile + local mycmakeargs=( + -DENABLE_APPS=ON + -DENABLE_CONTRIB=ON + -DENABLE_HDF4=$(usex hdf4) + -DENABLE_HDF5=$(usex hdf5) + -DENABLE_MXML=$(usex xml) + -DENABLE_CXX=$(usex cxx) + -DENABLE_FORTRAN90=NO + -DENABLE_FORTRAN77=NO + -DENABLE_JAVA=$(usex java) + ) + cmake_src_configure +}
[gentoo-commits] proj/sci:master commit in: sci-libs/nexus/
commit: d65e9fc0f39654fc2ef5cc96e021a99edc2e6b95 Author: Aisha Tammy aisha cc> AuthorDate: Mon Sep 28 00:46:38 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Mon Sep 28 00:46:38 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d65e9fc0 sci-libs/nexus: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/nexus/metadata.xml | 17 +--- sci-libs/nexus/nexus-4.4.1.ebuild | 56 --- 2 files changed, 7 insertions(+), 66 deletions(-) diff --git a/sci-libs/nexus/metadata.xml b/sci-libs/nexus/metadata.xml index ef8f9fd1a..f4859bfa6 100644 --- a/sci-libs/nexus/metadata.xml +++ b/sci-libs/nexus/metadata.xml @@ -2,26 +2,23 @@ http://www.gentoo.org/dtd/metadata.dtd;> - c.k...@embl-hamburg.de - Chris Kerr - I occasionally submit patches to NeXus + gen...@aisha.cc + Aisha Tammy s...@gentoo.org Gentoo Science Project - Libraries and tools for the NeXus data format, developed -collaboratively by scientists from major scientific facilities to facilitate -analysis and visualisation of neutron, x-ray and muon data. -NeXus is based on HDF5. + + Libraries and tools for the NeXus data format, developed + collaboratively by scientists from major scientific facilities to facilitate + analysis and visualisation of neutron, x-ray and muon data. + NeXus is based on HDF5. Allow using the verbose XML representation of NeXus data Support the old HDF4 representation Support the standard representation (HDF5) - Generate library documentation with app-doc/doxygen - Build the Fortran bindings Build the Java bindings - Build optional utility applications nexusformat/code diff --git a/sci-libs/nexus/nexus-4.4.1.ebuild b/sci-libs/nexus/nexus-4.4.1.ebuild deleted file mode 100644 index 253a81115..0 --- a/sci-libs/nexus/nexus-4.4.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -FORTRAN_NEEDED=fortran -FORTRAN_STANDARD="77 90" -inherit cmake-utils fortran-2 java-pkg-opt-2 - -DESCRIPTION="Data format for neutron and x-ray scattering data" -HOMEPAGE="http://nexusformat.org/; -SRC_URI="https://github.com/nexusformat/code/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc cxx fortran -hdf4 +hdf5 java utils xml" - -REQUIRED_USE=" || ( hdf4 hdf5 xml ) " - -RDEPEND=" - xml? ( dev-libs/mxml ) - hdf4? ( sci-libs/hdf ) - hdf5? ( sci-libs/hdf5[zlib] ) - utils? ( sys-libs/readline:0 sys-libs/libtermcap-compat dev-libs/libxml2 ) -" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen dev-tex/xcolor ) -" - -S="${WORKDIR}/code-${PV}" - -pkg_setup() { - # Handling of dependencies between Fortran module files doesn't play well with parallel make - use fortran && export MAKEOPTS="${MAKEOPTS} -j1 " - use fortran && fortran-2_pkg_setup - java-pkg-opt-2_pkg_setup -} - -src_configure() { - # Linking between Fortran libraries gives a relocation error, using workaround suggested at: - # http://www.gentoo.org/proj/en/base/amd64/howtos/?part=1=3 - use fortran && append-fflags -fPIC - - cmake-utils_src_configure \ - $(cmake-utils_use_enable hdf4) \ - $(cmake-utils_use_enable hdf5) \ - $(cmake-utils_use_enable xml MXML) \ - $(cmake-utils_use_enable cxx) \ - $(cmake-utils_use_enable fortran FORTRAN90) \ - $(cmake-utils_use_enable fortran FORTRAN77) \ - $(cmake-utils_use_enable java) \ - $(cmake-utils_use_enable utils APPS) \ - $(cmake-utils_use_enable utils CONTRIB) -}
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/
commit: 13bcd1b880081f517bd78dcd4c6751eb67a480d3 Author: Patrick McLean gentoo org> AuthorDate: Mon Sep 28 04:26:22 2020 + Commit: Patrick McLean gentoo org> CommitDate: Mon Sep 28 04:26:22 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bcd1b8 sys-kernel/vanilla-source-4.19.148: Version bump Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> sys-kernel/vanilla-sources/Manifest | 2 +- ...{vanilla-sources-4.19.147.ebuild => vanilla-sources-4.19.148.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index 810745cfe16..243d853a65a 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -6,7 +6,7 @@ DIST linux-5.4.tar.xz 109441440 BLAKE2B 193bc4a3147e147d5529956164ec4912fad5d5c6 DIST linux-5.7.tar.xz 112690468 BLAKE2B b2b71e231507429b178b6b89be546c4a3ee2757f5d2c58b6137d383f16034a587225a75a9dbca6a01a433056ebe078487132c224e909a2971c9634687e47b1d1 SHA512 45bde01593f6147c8c169b9e46b4b56eee998142552ae0ff82f1dd21b1fd54f3b32f6283f6bd77ea717d374672167849e468c157f235d2f12f7d7816e4623bf6 DIST linux-5.8.tar.xz 114459324 BLAKE2B 7bd97f8fa4527840754434414c07283e89731dc8ebb1e95fa5bc1469a60af1122582c0d3b6e262e77882f023190068df3537bd8b65964b3caa820bb2c8e579c7 SHA512 45a53ecf351096ef6e98242cca4228b8da9b9139ecc6963695791ea6fb7a9484a4e1c19dcca7ce7cbfdfa49de0451b70973bb078f12bdae9cbaddbc3f8092556 DIST patch-4.14.199.xz 3893364 BLAKE2B c0c4e8d402e9f6f05b65ad243130b011138ece53f6fe791f9e68f89536c8e37a752badc5d4bc53b11133afb3b84760a7c4a57ba65ae7d23cc1d9a60cdc606f60 SHA512 5ca1070e58a8cb6548891c9c470bc8f5d9c8beea1f441032281ca61524d8beb96e4678162479d3aff7f96d02d3682d5376d91dd0718b138f5e13dc4547dda329 -DIST patch-4.19.147.xz 3423732 BLAKE2B 6d9a34c24c699d104f451db9077f62326ef93695abff3210b5c823777cf801bb82c0ff1d10dcd17b05df3c49bbd1bb9ee5b93e36e2e48795b24600a8dbc55e2f SHA512 fc929e99affcc3f331831bc54eed8186d44a1333b0b07b244ef93ab4d6a1d468ca433e03df5e2c2ceb01dcb6285d5c6d2bf67aff71ed76a94946e907cbc9cb64 +DIST patch-4.19.148.xz 3434156 BLAKE2B 8737101044c2dc5400b64c61f9589a10b0af3eb862cd439098eeb6d2cd0645676f93093549494584789e38786dc19d1843fc5136187797abe6b3bd6713aae721 SHA512 a8790ae1925d1622f469e975e5da3baaca6204d324f5c981159d19011f77df51a600ea76e1d6da6f2bac6e9c1c2cf1b64f0df5e7e288800ca7451195be6146a7 DIST patch-4.4.237.xz 3318664 BLAKE2B 1771de77c365203b1a40f0c6880a0b2fcb090044c7214bf756aeedffe7ec72fca482ebad2c5efd957b285d341d26fcdefc7731a0512faba6ddc0e4382d7cc78e SHA512 3358f389d334258aca30ba3e2bf1b13b6bb86707dcb1cfce788d83c2ca1674cd437d7aa0484bfa0ace8906f1695af98cb6053e2d902c09deaf66ac1bef9a4598 DIST patch-4.9.237.xz 3675464 BLAKE2B ab202035a95936544f0b3cce2e14295bac52450c83aa9b6d6cfd36fc108eb72a610ee89d725564e6b2f6c2006a832b3b2fcbe5b4d4d51d5bed3d902e330a136b SHA512 de937e1b64a12fdc86452d97dc5f5d99c5d71851d9a480dcca21712f85bf9f07dd754695cf5678f41df5e67d2ac2aaadce87f7e4a9a725f191168c02a2c9473f DIST patch-5.4.68.xz 2007900 BLAKE2B 95b3e0db26a03596dfe2407a709f7fce085d7222e1a99d568073517dc2eb45e806010a91db6e129ba1ce9c75499ef853fcf189e40511aea7dc8acb0ce76b5ca3 SHA512 4db326bc299245e32ccd7e0d988a823fa3d115265d6f7a16ece056f1f6317193405de43b9dbd020ec992822442aa5c0311d9b56ed7408b5bc8587ca49612f962 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.147.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.19.148.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.147.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.148.ebuild
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/
commit: 4a9e8a07ca860d6442c134ddeed13a8c7969f69b Author: Patrick McLean gentoo org> AuthorDate: Mon Sep 28 04:25:40 2020 + Commit: Patrick McLean gentoo org> CommitDate: Mon Sep 28 04:25:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9e8a07 sys-kernel/vanilla-source-5.4.68: Version bump Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> sys-kernel/vanilla-sources/Manifest | 2 +- .../{vanilla-sources-5.4.67.ebuild => vanilla-sources-5.4.68.ebuild}| 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index 7b8139ca8c4..810745cfe16 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -9,6 +9,6 @@ DIST patch-4.14.199.xz 3893364 BLAKE2B c0c4e8d402e9f6f05b65ad243130b011138ece53f DIST patch-4.19.147.xz 3423732 BLAKE2B 6d9a34c24c699d104f451db9077f62326ef93695abff3210b5c823777cf801bb82c0ff1d10dcd17b05df3c49bbd1bb9ee5b93e36e2e48795b24600a8dbc55e2f SHA512 fc929e99affcc3f331831bc54eed8186d44a1333b0b07b244ef93ab4d6a1d468ca433e03df5e2c2ceb01dcb6285d5c6d2bf67aff71ed76a94946e907cbc9cb64 DIST patch-4.4.237.xz 3318664 BLAKE2B 1771de77c365203b1a40f0c6880a0b2fcb090044c7214bf756aeedffe7ec72fca482ebad2c5efd957b285d341d26fcdefc7731a0512faba6ddc0e4382d7cc78e SHA512 3358f389d334258aca30ba3e2bf1b13b6bb86707dcb1cfce788d83c2ca1674cd437d7aa0484bfa0ace8906f1695af98cb6053e2d902c09deaf66ac1bef9a4598 DIST patch-4.9.237.xz 3675464 BLAKE2B ab202035a95936544f0b3cce2e14295bac52450c83aa9b6d6cfd36fc108eb72a610ee89d725564e6b2f6c2006a832b3b2fcbe5b4d4d51d5bed3d902e330a136b SHA512 de937e1b64a12fdc86452d97dc5f5d99c5d71851d9a480dcca21712f85bf9f07dd754695cf5678f41df5e67d2ac2aaadce87f7e4a9a725f191168c02a2c9473f -DIST patch-5.4.67.xz 1999108 BLAKE2B aeabfb6686fac0b05cc4c26ebebf6c7e485f48d3bc7404894345433f293adec4a655efbebf48c77708ab4a155dcbfa0aaf1e8497ba0c8c2adc0ffcc67195c962 SHA512 0d6aa7a30cfdf3d435cb776d6679a53ba093a46771bec9eaff7c8a1226c80455390155d342bf8b4c7308d84bafbc8e282c52fb1d2f4736244a7298ac2d362219 +DIST patch-5.4.68.xz 2007900 BLAKE2B 95b3e0db26a03596dfe2407a709f7fce085d7222e1a99d568073517dc2eb45e806010a91db6e129ba1ce9c75499ef853fcf189e40511aea7dc8acb0ce76b5ca3 SHA512 4db326bc299245e32ccd7e0d988a823fa3d115265d6f7a16ece056f1f6317193405de43b9dbd020ec992822442aa5c0311d9b56ed7408b5bc8587ca49612f962 DIST patch-5.7.18.xz 773408 BLAKE2B 624c9909c3983e86df6affb562495925c729534ce6108af3c49c73b24c8c74d73cac44843abae2486e507d4f43c55588cb1a00f0f0f1a1204ffd3efbc512f980 SHA512 59fba5b05fbb8b2f072642318bcd49db1c990a46683bbff18c1578ef149be13be15637d353c0423babcab22820cab2a4ca3801dbc33459725e32a5df9d74987f DIST patch-5.8.12.xz 482628 BLAKE2B 5c29e28392665d07475c08749c59a3784ccd52dd88d22eda7477a0366c375349cdfee7b15c8d28f69c8d83a19a96e499a0e29c4b72b583241a7980a443c2761c SHA512 46aaf68e7771376688401736b8f36cbfa32e0cf2bbaaaaed0e9c44e62b427db912397f04415e65981eb801f9a23384503e3f005c1bf34d96bdfe39460b06 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.67.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-5.4.68.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-5.4.67.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-5.4.68.ebuild
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/
commit: 011ae3f2b533ddbb2dcba93070481bec2ce3baad Author: Patrick McLean gentoo org> AuthorDate: Mon Sep 28 04:24:57 2020 + Commit: Patrick McLean gentoo org> CommitDate: Mon Sep 28 04:24:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011ae3f2 sys-kernel/vanilla-source-5.8.12: Version bump Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> sys-kernel/vanilla-sources/Manifest | 2 +- .../{vanilla-sources-5.8.11.ebuild => vanilla-sources-5.8.12.ebuild}| 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index b09f9a991e4..7b8139ca8c4 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -11,4 +11,4 @@ DIST patch-4.4.237.xz 3318664 BLAKE2B 1771de77c365203b1a40f0c6880a0b2fcb090044c7 DIST patch-4.9.237.xz 3675464 BLAKE2B ab202035a95936544f0b3cce2e14295bac52450c83aa9b6d6cfd36fc108eb72a610ee89d725564e6b2f6c2006a832b3b2fcbe5b4d4d51d5bed3d902e330a136b SHA512 de937e1b64a12fdc86452d97dc5f5d99c5d71851d9a480dcca21712f85bf9f07dd754695cf5678f41df5e67d2ac2aaadce87f7e4a9a725f191168c02a2c9473f DIST patch-5.4.67.xz 1999108 BLAKE2B aeabfb6686fac0b05cc4c26ebebf6c7e485f48d3bc7404894345433f293adec4a655efbebf48c77708ab4a155dcbfa0aaf1e8497ba0c8c2adc0ffcc67195c962 SHA512 0d6aa7a30cfdf3d435cb776d6679a53ba093a46771bec9eaff7c8a1226c80455390155d342bf8b4c7308d84bafbc8e282c52fb1d2f4736244a7298ac2d362219 DIST patch-5.7.18.xz 773408 BLAKE2B 624c9909c3983e86df6affb562495925c729534ce6108af3c49c73b24c8c74d73cac44843abae2486e507d4f43c55588cb1a00f0f0f1a1204ffd3efbc512f980 SHA512 59fba5b05fbb8b2f072642318bcd49db1c990a46683bbff18c1578ef149be13be15637d353c0423babcab22820cab2a4ca3801dbc33459725e32a5df9d74987f -DIST patch-5.8.11.xz 466860 BLAKE2B 7ddf80fdd27fb71d47308ed1cf97e724d97de7fb94b1338959aca3d42796c47beacdf1fe2e8fee5468e4bc022d04da90bcf26681aa56a6e5dbaea7577c0b78c1 SHA512 e25526290621bf802f743002e8d02308813e6a6bbbe44b2415bab0199d82bec18dd15aa47ff8b19c69b604dc3733a0d36f7389d0edd79b18a003b7da0532e489 +DIST patch-5.8.12.xz 482628 BLAKE2B 5c29e28392665d07475c08749c59a3784ccd52dd88d22eda7477a0366c375349cdfee7b15c8d28f69c8d83a19a96e499a0e29c4b72b583241a7980a443c2761c SHA512 46aaf68e7771376688401736b8f36cbfa32e0cf2bbaaaaed0e9c44e62b427db912397f04415e65981eb801f9a23384503e3f005c1bf34d96bdfe39460b06 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.8.11.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-5.8.12.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-5.8.11.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-5.8.12.ebuild
[gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
commit: 37580ad3a79e7c371d7acc6dcd1b78fb3ff512ef Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 23:44:16 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:44:16 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=37580ad3 sci-libs/k3match: drop dead package suggested replacements - pyflann - pynndescent Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/k3match/k3match-1.1.ebuild | 21 - sci-libs/k3match/metadata.xml | 12 2 files changed, 33 deletions(-) diff --git a/sci-libs/k3match/k3match-1.1.ebuild b/sci-libs/k3match/k3match-1.1.ebuild deleted file mode 100644 index 22a049103..0 --- a/sci-libs/k3match/k3match-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" - -inherit distutils-r1 - -DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time" -HOMEPAGE="http://pschella.github.com/k3match/; -SRC_URI="http://www.astro.ru.nl/~pschella/files/software/${PN}/${P}.tar.gz; - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE=" " - -DEPEND=">=dev-python/numpy-1.4.0[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml deleted file mode 100644 index 27bcacd8e..0 --- a/sci-libs/k3match/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - astrofl...@gmail.com - AstroFloyd - - - s...@gentoo.org - Gentoo Science Project - -
[gentoo-commits] proj/sci:master commit in: sci-libs/calculix-cgx/files/, sci-libs/calculix-ccx/files/, ...
commit: 90afbee2f7a8457590f89b4866a4c1ae5364f41a Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 23:41:25 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:41:25 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=90afbee2 sci-libs/calculix-c{c,g}x: drop dead packages depend on spooles which was defunct in 1999 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild | 74 -- ...0_Makefile_custom_cc_flags_spooles_arpack.patch | 35 -- sci-libs/calculix-ccx/metadata.xml | 11 sci-libs/calculix-cgx/calculix-cgx-2.10.ebuild | 58 - .../01_cgx_2.10_Makefile_custom_cxx_flags.patch| 73 - .../02_cgx_2.10_menu_fix-freeglut_2.8.1.patch | 72 - sci-libs/calculix-cgx/metadata.xml | 8 --- 7 files changed, 331 deletions(-) diff --git a/sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild b/sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild deleted file mode 100644 index 9b7efa9f3..0 --- a/sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils toolchain-funcs flag-o-matic fortran-2 - -MY_P=ccx_${PV/_/} - -DESCRIPTION="A Free Software Three-Dimensional Structural Finite Element Program" -HOMEPAGE="http://www.calculix.de/; -SRC_URI=" - http://www.dhondt.de/${MY_P}.src.tar.bz2 - doc? ( http://www.dhondt.de/${MY_P}.ps.tar.bz2 ) - examples? ( http://www.dhondt.de/${MY_P}.test.tar.bz2 )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="arpack doc examples openmp threads" - -RDEPEND=" - arpack? ( >=sci-libs/arpack-3.1.3 ) - >=sci-libs/spooles-2.2[threads=] - virtual/lapack - virtual/blas" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-text/ghostscript-gpl )" - -S=${WORKDIR}/CalculiX/${MY_P}/src - -PATCHES=( - "${FILESDIR}/01_${MY_P}_Makefile_custom_cc_flags_spooles_arpack.patch" -) - -src_configure() { - # Technically we currently only need this when arpack is not used. - # Keeping things this way in case we change pkgconfig for arpack - export LAPACK=$($(tc-getPKG_CONFIG) --libs lapack) - - append-cflags "-I/usr/include/spooles -DSPOOLES" - if use threads; then - append-cflags "-DUSE_MT" - fi - - if use openmp; then - append-fflags "-fopenmp" - append-cflags "-fopenmp" - fi - - if use arpack; then - export ARPACKLIB=$($(tc-getPKG_CONFIG) --libs arpack) - append-cflags "-DARPACK" - fi - export CC="$(tc-getCC)" - export FC="$(tc-getFC)" -} - -src_install () { - dobin ${MY_P} - dosym ${MY_P} /usr/bin/ccx - - if use doc; then - cd "${S}/../doc" || die - ps2pdf ${MY_P}.ps ${MY_P}.pdf || die "ps2pdf failed" - dodoc ${MY_P}.pdf - fi - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r "${S}"/../test/* - fi -} diff --git a/sci-libs/calculix-ccx/files/01_ccx_2.10_Makefile_custom_cc_flags_spooles_arpack.patch b/sci-libs/calculix-ccx/files/01_ccx_2.10_Makefile_custom_cc_flags_spooles_arpack.patch deleted file mode 100644 index 83caf80f9..0 --- a/sci-libs/calculix-ccx/files/01_ccx_2.10_Makefile_custom_cc_flags_spooles_arpack.patch +++ /dev/null @@ -1,35 +0,0 @@ -Fix Makefile to make it use custom CFLAGS and system libraries. - -diff -uwrN ccx_2.10.ORIG/src/Makefile ccx_2.10/src/Makefile src/Makefile 2016-03-07 04:57:09.462878788 +0100 -+++ ccx_2.10/src/Makefile 2016-03-07 06:05:44.150786978 +0100 -@@ -1,9 +1,6 @@ - --CFLAGS = -Wall -O3 -fopenmp -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE --FFLAGS = -Wall -O3 -fopenmp -- --CC=cc --FC=gfortran -+CFLAGS := -Wall -DARCH="Linux" -DMATRIXSTORAGE $(CFLAGS) -+FFLAGS := -Wall $(FFLAGS) - - .c.o : - $(CC) $(CFLAGS) -c $< -@@ -18,15 +15,10 @@ - OCCXC = $(SCCXC:.c=.o) - OCCXMAIN = $(SCCXMAIN:.c=.o) - --DIR=../../../SPOOLES.2.2 -- --LIBS = \ -- $(DIR)/spooles.a \ -- ../../../ARPACK/libarpack_INTEL.a \ -- -lpthread -lm -lc -+LIBS = $(ARPACKLIB) $(LAPACK) -lm -lc -lspooles -lpthread - - ccx_2.10: $(OCCXMAIN) ccx_2.10.a $(LIBS) -- ./date.pl; $(CC) $(CFLAGS) -c ccx_2.10.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.10.a $(LIBS) -+ ./date.pl; $(CC) $(CFLAGS) -c ccx_2.10.c; $(FC) $(FFLAGS) -o $@ $(OCCXMAIN) ccx_2.10.a $(LIBS) - - ccx_2.10.a: $(OCCXF) $(OCCXC) - ar vr $@ $? diff --git a/sci-libs/calculix-ccx/metadata.xml b/sci-libs/calculix-ccx/metadata.xml deleted file mode 100644 index a62eacf73..0 ---
[gentoo-commits] proj/sci:master commit in: dev-python/pylibconfig2/
commit: edf530c5a11d6b5666aa7e46973899e96e8a3498 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 23:26:55 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:26:55 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=edf530c5 dev-python/pylibconfig2: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/pylibconfig2/metadata.xml | 25 -- dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild | 20 - dev-python/pylibconfig2/pylibconfig2-.ebuild | 26 --- 3 files changed, 71 deletions(-) diff --git a/dev-python/pylibconfig2/metadata.xml b/dev-python/pylibconfig2/metadata.xml deleted file mode 100644 index cbff41127..0 --- a/dev-python/pylibconfig2/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mar...@linux.sungazer.de - Marius Brehler - - - s...@gentoo.org - Gentoo Science Project - - -Pure python library for libconfig syntax. -IO works via strings, and include directives. - -Scalar types are pythons basic types str, int, long, float, bool. -The libconfig types Array, List, Group are implemented as ConfArray, -ConfList, ConfGroup, respectively. A config is setup from a string -only, and represented as a string automatically. - - - heinzK1X/pylibconfig2 - pylibconfig2 - - diff --git a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild b/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild deleted file mode 100644 index 5d35c0e7f..0 --- a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Pure python library for libconfig syntax" -HOMEPAGE="https://github.com/heinzK1X/pylibconfig2; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/pyparsing[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND}" diff --git a/dev-python/pylibconfig2/pylibconfig2-.ebuild b/dev-python/pylibconfig2/pylibconfig2-.ebuild deleted file mode 100644 index 197e6ce54..0 --- a/dev-python/pylibconfig2/pylibconfig2-.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Pure python library for libconfig syntax" -HOMEPAGE="https://github.com/heinzK1X/pylibconfig2; -EGIT_REPO_URI="https://github.com/heinzK1X/${PN}.git git://github.com/heinzK1X/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="test" - -RDEPEND=" - dev-python/pyparsing[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND}" - -python_test() { - distutils_install_for_testing - esetup.py test || die -}
[gentoo-commits] proj/sci:master commit in: dev-python/POT/
commit: 7ff8eab2a5e2c1a8ba2fd6719e30d65479ac957d Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 22:33:32 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:02:00 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ff8eab2 dev-python/POT: enable passing tests Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/POT/POT-0.7.0.ebuild | 6 ++ 1 file changed, 6 insertions(+) diff --git a/dev-python/POT/POT-0.7.0.ebuild b/dev-python/POT/POT-0.7.0.ebuild index 2a541527d..c5fa704f3 100644 --- a/dev-python/POT/POT-0.7.0.ebuild +++ b/dev-python/POT/POT-0.7.0.ebuild @@ -21,3 +21,9 @@ RDEPEND="${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" + +distutils_enable_tests pytest + +python_test() { + pytest -c /dev/null -vv || die "tests failed for ${EPYTHON}" +}
[gentoo-commits] proj/sci:master commit in: dev-python/persim/
commit: 0cd9c150784821102674c7aebaf90c01a038f3d8 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 22:46:57 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:02:00 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0cd9c150 dev-python/persim: enable tests Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/persim/persim-0.1.3.ebuild | 4 1 file changed, 4 insertions(+) diff --git a/dev-python/persim/persim-0.1.3.ebuild b/dev-python/persim/persim-0.1.3.ebuild index b64ac9d90..c078bf724 100644 --- a/dev-python/persim/persim-0.1.3.ebuild +++ b/dev-python/persim/persim-0.1.3.ebuild @@ -3,6 +3,7 @@ EAPI=7 +# bump on plotly bump merge PYTHON_COMPAT=( python3_{6..7} ) inherit distutils-r1 @@ -16,8 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="${PYTHON_DEPS} + dev-python/hopcroftkarp[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/plotly[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] sci-libs/scikits_learn[${PYTHON_USEDEP}] " + +distutils_enable_tests pytest
[gentoo-commits] proj/sci:master commit in: dev-python/dnaio/
commit: 26a6561ed3947a5427c4d1639d9d6d3ac8c4ae9a Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 22:40:12 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:02:00 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=26a6561e dev-python/dnaio: explain no tests Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/dnaio/dnaio-0.4.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/dnaio/dnaio-0.4.2.ebuild b/dev-python/dnaio/dnaio-0.4.2.ebuild index 18c372450..73615c246 100644 --- a/dev-python/dnaio/dnaio-0.4.2.ebuild +++ b/dev-python/dnaio/dnaio-0.4.2.ebuild @@ -18,3 +18,5 @@ RDEPEND=" ${PYTHON_DEPS} dev-python/xopen " + +# no tests in package
[gentoo-commits] proj/sci:master commit in: dev-python/pynndescent/
commit: 2787ea25ff972548df482f8268bde694b5e09cbb Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 23:00:25 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:02:00 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2787ea25 dev-python/pynndescent: use nose as recommended previous tests using pytest were fine too just that upstream said to use nose Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/pynndescent/pynndescent-0.4.8.ebuild | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/pynndescent/pynndescent-0.4.8.ebuild b/dev-python/pynndescent/pynndescent-0.4.8.ebuild index fd9e76744..d90d10ab5 100644 --- a/dev-python/pynndescent/pynndescent-0.4.8.ebuild +++ b/dev-python/pynndescent/pynndescent-0.4.8.ebuild @@ -23,8 +23,5 @@ RDEPEND="${PYTHON_DEPS} <=sci-libs/scikits_learn-0.24.0[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" -BDEPEND=" - test? ( dev-python/nose ) -" -distutils_enable_tests pytest +distutils_enable_tests nose
[gentoo-commits] proj/sci:master commit in: dev-python/Forthon/
commit: add7900c778065127b752ca221998788a35f22eb Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 22:34:04 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:02:00 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=add7900c dev-python/Forthon: explain no tests present 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/Forthon/Forthon-0.8.49.ebuild b/dev-python/Forthon/Forthon-0.8.49.ebuild index 63c487ed8..66c7f85db 100644 --- a/dev-python/Forthon/Forthon-0.8.49.ebuild +++ b/dev-python/Forthon/Forthon-0.8.49.ebuild @@ -14,6 +14,8 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +# no tests in package + python_install_all() { dodoc -r example simpleexample docs
[gentoo-commits] proj/sci:master commit in: dev-python/colorlover/
commit: 20e339ee830bbeea054eb37f3de953ce430bffd8 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 22:37:32 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:02:00 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=20e339ee dev-python/colorlover: explain no tests 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/colorlover/colorlover-0.3.0.ebuild b/dev-python/colorlover/colorlover-0.3.0.ebuild index dfb611a12..0d65521c2 100644 --- a/dev-python/colorlover/colorlover-0.3.0.ebuild +++ b/dev-python/colorlover/colorlover-0.3.0.ebuild @@ -14,3 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" + +# no tests in package
[gentoo-commits] repo/proj/wine:master commit in: app-emulation/vkd3d/
commit: 7cddf9837754604d83a96b713b519834afc9c63c Author: Nick Sarnie gentoo org> AuthorDate: Mon Sep 28 02:26:19 2020 + Commit: Nick Sarnie gentoo org> CommitDate: Mon Sep 28 02:26:19 2020 + URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=7cddf983 app-emulation/vkd3d: Bump to 1.2 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/vkd3d/Manifest | 1 + app-emulation/vkd3d/vkd3d-1.2.ebuild | 39 2 files changed, 40 insertions(+) diff --git a/app-emulation/vkd3d/Manifest b/app-emulation/vkd3d/Manifest index 257e832..7014678 100644 --- a/app-emulation/vkd3d/Manifest +++ b/app-emulation/vkd3d/Manifest @@ -1 +1,2 @@ DIST vkd3d-1.0.tar.xz 461884 BLAKE2B 4dbd729f9e795d3d81178abc1a8774c0bbe6a5257c96c97acf1e4b4cdb5b7e30c77235e8b8fa57f7db3196caf30c55c3b0c07e2981629dd6177436a3cd117d33 SHA512 55712528688cdedc63049e168b371b470dbb8e31ddc36d8b23b0655f4a061726eb8556b9abf3cb887f6bd21379959aed9fab93ba0fd53813aec413ebec71d615 +DIST vkd3d-1.2.tar.xz 611240 BLAKE2B e7ea3f7120ad1092be0239bdc2e6d0dfdfecc3b1c2e7c359c4bfbd8c259f092e041a75a0e896da9a1c6370d5716590711128d31c9e552897b177b300b9a15107 SHA512 ca9d5b11e7770747b78b61f43196b45b7bda8d2dd4f1d76da915f895a04dc28c20499e1e433f5ce17416964fe0f37cdc907e7aa540ec9105afbc8a100094f3e7 diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild new file mode 100644 index 000..f866aca --- /dev/null +++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multilib-minimal + +if [[ "${PV}" == "" ]]; then + EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git; + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz; +fi + +IUSE="spirv-tools" +RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] ) + media-libs/vulkan-loader[${MULTILIB_USEDEP},X] + x11-libs/xcb-util:=[${MULTILIB_USEDEP}] + x11-libs/xcb-util-keysyms:=[${MULTILIB_USEDEP}] + x11-libs/xcb-util-wm:=[${MULTILIB_USEDEP}]" + +DEPEND="${RDEPEND} + dev-util/spirv-headers + dev-util/vulkan-headers" + +DESCRIPTION="D3D12 to Vulkan translation library" +HOMEPAGE="https://source.winehq.org/git/vkd3d.git/; + +LICENSE="LGPL-2.1" +SLOT="0" + +multilib_src_configure() { + local myconf=( + $(use_with spirv-tools) + ) + + ECONF_SOURCE=${S} econf "${myconf[@]}" +}
[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/
commit: de4b25ce0ce16868133c3287f5faebde36fcc7ea Author: Nick Sarnie gentoo org> AuthorDate: Mon Sep 28 02:28:49 2020 + Commit: Nick Sarnie gentoo org> CommitDate: Mon Sep 28 02:28:49 2020 + URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=de4b25ce app-emulation/wine-vanilla: Bump to 5.18 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/Manifest | 1 + .../wine-vanilla/{wine-vanilla-.ebuild => wine-vanilla-5.18.ebuild} | 2 +- app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest index 098aac7..1236ba5 100644 --- a/app-emulation/wine-vanilla/Manifest +++ b/app-emulation/wine-vanilla/Manifest @@ -40,6 +40,7 @@ DIST wine-5.14.tar.xz 23975804 BLAKE2B bc14b84f4044323cd65c8c0a715a09b296bb8ecad DIST wine-5.15.tar.xz 23999688 BLAKE2B af462d9e4c9fe5e364fd474bc17b6ea61b3390428762845291271811feab13cf6ccd39c8c5847b0cc922bd273d42227d95b871dfa04cf055560a3cff65349275 SHA512 90baf7df915cf1ce88022a4aebe4a6975b4b0defcc043a0c6738fefb9b853e0bfbcc645c39e33cdbb20673fab5df7561ab5b55e38a4e0a68907912a80e556ae3 DIST wine-5.16.tar.xz 24025256 BLAKE2B 2008b428b16870ec6fa6a38866152d6b94a8a83b3d673557bab9c0c435897900bd0b4b7b73e685698cf7445a6c3eda12f88132d4f43e7b2108213ea947a76c09 SHA512 e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be DIST wine-5.17.tar.xz 24064512 BLAKE2B a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62 SHA512 05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696 +DIST wine-5.18.tar.xz 24160316 BLAKE2B 4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05 SHA512 70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823 DIST wine-5.2.tar.xz 22837712 BLAKE2B ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d SHA512 57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f DIST wine-5.3.tar.xz 22918612 BLAKE2B dce58aec45f665e1014635eadc9cc00c969e46c87de5d41bc51168237d9fc01011dcfc3fa4c83ed4cbcdfe19a3747e5e32f87946434a6eba2a8547f1929b33f3 SHA512 40528f46ad10c11758308e3bf21ba73c7af133d4dda386d542acec3a5cb31e01be0eb102b94f9d82a2358e45597bf49bd1e82c463e3a26aff8c0827b5a0894b6 DIST wine-5.4.tar.xz 22917904 BLAKE2B ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2 SHA512 892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98 diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild similarity index 99% copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild copy to app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild index fed13ca..f411a70 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild @@ -95,7 +95,7 @@ COMMON_DEPEND=" udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) - vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] ) + vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] ) xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild b/app-emulation/wine-vanilla/wine-vanilla-.ebuild index fed13ca..f411a70 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild @@ -95,7 +95,7 @@ COMMON_DEPEND=" udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) - vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] ) + vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] ) xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/
commit: 50d213e58c068cc39caa712aefe7a6ce3678 Author: Nick Sarnie gentoo org> AuthorDate: Mon Sep 28 02:30:17 2020 + Commit: Nick Sarnie gentoo org> CommitDate: Mon Sep 28 02:30:17 2020 + URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=50d213e5 app-emulation/wine-staging: Bump to 5.18 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-staging/Manifest| 2 ++ .../{wine-staging-.ebuild => wine-staging-5.18.ebuild} | 7 --- app-emulation/wine-staging/wine-staging-.ebuild| 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-emulation/wine-staging/Manifest b/app-emulation/wine-staging/Manifest index cda2707..2c1c84f 100644 --- a/app-emulation/wine-staging/Manifest +++ b/app-emulation/wine-staging/Manifest @@ -36,6 +36,7 @@ DIST wine-5.14.tar.xz 23975804 BLAKE2B bc14b84f4044323cd65c8c0a715a09b296bb8ecad DIST wine-5.15.tar.xz 23999688 BLAKE2B af462d9e4c9fe5e364fd474bc17b6ea61b3390428762845291271811feab13cf6ccd39c8c5847b0cc922bd273d42227d95b871dfa04cf055560a3cff65349275 SHA512 90baf7df915cf1ce88022a4aebe4a6975b4b0defcc043a0c6738fefb9b853e0bfbcc645c39e33cdbb20673fab5df7561ab5b55e38a4e0a68907912a80e556ae3 DIST wine-5.16.tar.xz 24025256 BLAKE2B 2008b428b16870ec6fa6a38866152d6b94a8a83b3d673557bab9c0c435897900bd0b4b7b73e685698cf7445a6c3eda12f88132d4f43e7b2108213ea947a76c09 SHA512 e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be DIST wine-5.17.tar.xz 24064512 BLAKE2B a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62 SHA512 05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696 +DIST wine-5.18.tar.xz 24160316 BLAKE2B 4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05 SHA512 70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823 DIST wine-5.2.tar.xz 22837712 BLAKE2B ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d SHA512 57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f DIST wine-5.3.tar.xz 22918612 BLAKE2B dce58aec45f665e1014635eadc9cc00c969e46c87de5d41bc51168237d9fc01011dcfc3fa4c83ed4cbcdfe19a3747e5e32f87946434a6eba2a8547f1929b33f3 SHA512 40528f46ad10c11758308e3bf21ba73c7af133d4dda386d542acec3a5cb31e01be0eb102b94f9d82a2358e45597bf49bd1e82c463e3a26aff8c0827b5a0894b6 DIST wine-5.4.tar.xz 22917904 BLAKE2B ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2 SHA512 892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98 @@ -76,6 +77,7 @@ DIST wine-staging-5.13.tar.gz 9807468 BLAKE2B 17fea3955affd66082d9cf3d72529b5510 DIST wine-staging-5.14.tar.gz 9780843 BLAKE2B 03b964fd8b71a8a9e54f53074e4be82dd633a6489cdc30bade6e844e458ca43437bbd34c1a629fd0c1090173e37379a048be45561172bfff8e003daaf4104583 SHA512 da81b572480a6fc12aa39a93070e2b88593bba1463d5b0545083dbd6eaa306ec57fe39e77f24544d2a1a396a3e64c1687c12b69e0643e11a909e4e31a3e46014 DIST wine-staging-5.16.tar.gz 9830408 BLAKE2B 0c4fd5e9942f4b5a666b21cb2ab3fdb059bca5762fd622b69358fd5df7f5c770681a3cbe6f9a0433e83f3be95b69808d95ed5f76df86b9713dcedb72a398966e SHA512 62e103dd5b591bc1066b91299a95c318bf1588f273f8380c1ac43d5367b695055a1684b8cc6473255a0b449b21a483ff4e87adc3ae332d0fb520023340fff79f DIST wine-staging-5.17.tar.gz 10342408 BLAKE2B aa8f864560eb476a4c2011e588df9b24410e4e4a8d6c8d81b5ff63208b3b4474870ae8bd718ba22cdb14b920b52aeac54274710bdb1b4dd427b7c7b0e8e9d14b SHA512 38c9860c8109e29026dd773a6448c9ac6faa373c0dfc04011a5f0b22be69c66dd6bdba95cb28bfb8e3656a53d726f2ffc0bae74bce4d437c4fe5a532e75a19ec +DIST wine-staging-5.18.tar.gz 10357038 BLAKE2B 07df0de55d1bfa36d3492498a48d8f1402dffa161f3b02f3326185d524bea9a2f0893b85a70650797bf1b74c06f5814ddc09cb184a5977cfacb968921020aee1 SHA512 75911ac4d5aaf6cfef41aa487290369d714f153b1fba2279daca75d6c5cbc7e7de9d3f8ef55eb7c311a05b86a212163e2b81ff685c1527fb0e90f223ec23dcab DIST wine-staging-5.2.tar.gz 9898002 BLAKE2B f4dc43223cf89e6c76fc7898a98acdc9eb3d4a8e8279a38135f155d9a3fe6a2f7bbc52ece5c4a07cf801caa91c10e40f172271b442356e52a59c31a8a82db3c3 SHA512 dd2066db1eb4d424579bdf8d25f476eae0b86a6bea7b1f7ff2a21d7bf0209b4ef00d9c0ed29a7cab50c5dea4684acb5d342ebf02554b16fd0938a03e607f6270 DIST wine-staging-5.3.tar.gz 9904213 BLAKE2B
[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/
commit: e8032a94f204e9b4a2cdde3c9a65229b81b50663 Author: Nick Sarnie gentoo org> AuthorDate: Mon Sep 28 02:34:38 2020 + Commit: Nick Sarnie gentoo org> CommitDate: Mon Sep 28 02:34:38 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8032a94 app-emulation/wine-staging: Drop old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-staging/Manifest| 2 - .../wine-staging/wine-staging-5.14.ebuild | 621 - 2 files changed, 623 deletions(-) diff --git a/app-emulation/wine-staging/Manifest b/app-emulation/wine-staging/Manifest index c4c7b1e17f6..eb04e57318e 100644 --- a/app-emulation/wine-staging/Manifest +++ b/app-emulation/wine-staging/Manifest @@ -1,11 +1,9 @@ DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98 SHA512 46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75 -DIST wine-5.14.tar.xz 23975804 BLAKE2B bc14b84f4044323cd65c8c0a715a09b296bb8ecad043062513c1a584a7b542bba9934e7563bec8e2d798c27f54683db37ffc227dd4cbf8e58f6ef1931b884c14 SHA512 21240d832497ba9a4313613ae27c21316ef383290dfcce81aebfbbf45edb7db6981739fe2ad42138b6df0a75a434d5aa8e4d87f9745f98c5f14000e1949ec342 DIST wine-5.15.tar.xz 23999688 BLAKE2B af462d9e4c9fe5e364fd474bc17b6ea61b3390428762845291271811feab13cf6ccd39c8c5847b0cc922bd273d42227d95b871dfa04cf055560a3cff65349275 SHA512 90baf7df915cf1ce88022a4aebe4a6975b4b0defcc043a0c6738fefb9b853e0bfbcc645c39e33cdbb20673fab5df7561ab5b55e38a4e0a68907912a80e556ae3 DIST wine-5.16.tar.xz 24025256 BLAKE2B 2008b428b16870ec6fa6a38866152d6b94a8a83b3d673557bab9c0c435897900bd0b4b7b73e685698cf7445a6c3eda12f88132d4f43e7b2108213ea947a76c09 SHA512 e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be DIST wine-5.17.tar.xz 24064512 BLAKE2B a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62 SHA512 05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696 DIST wine-5.18.tar.xz 24160316 BLAKE2B 4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05 SHA512 70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823 DIST wine-staging-150ce22fa21ffa040816e725ead34ed1de516bd8.tar.gz 9840427 BLAKE2B e263d6563a5438973309346ba820acdb5079ef236c5c55694bdfa16c54f3f4fe76750ab324d6c5e1f0b429df634b917f138f4a1db38417ac2b49ce41ee36a211 SHA512 37f05909ca6cb28a3527f31882562146d3971f47345312b96783b5e62bc95ee61779f12f4c13e3d05ec5f331463a7600c16d5bc428d13c42bf3e3568f4d3923e -DIST wine-staging-5.14.tar.gz 9780843 BLAKE2B 03b964fd8b71a8a9e54f53074e4be82dd633a6489cdc30bade6e844e458ca43437bbd34c1a629fd0c1090173e37379a048be45561172bfff8e003daaf4104583 SHA512 da81b572480a6fc12aa39a93070e2b88593bba1463d5b0545083dbd6eaa306ec57fe39e77f24544d2a1a396a3e64c1687c12b69e0643e11a909e4e31a3e46014 DIST wine-staging-5.16.tar.gz 9830408 BLAKE2B 0c4fd5e9942f4b5a666b21cb2ab3fdb059bca5762fd622b69358fd5df7f5c770681a3cbe6f9a0433e83f3be95b69808d95ed5f76df86b9713dcedb72a398966e SHA512 62e103dd5b591bc1066b91299a95c318bf1588f273f8380c1ac43d5367b695055a1684b8cc6473255a0b449b21a483ff4e87adc3ae332d0fb520023340fff79f DIST wine-staging-5.17.tar.gz 10342408 BLAKE2B aa8f864560eb476a4c2011e588df9b24410e4e4a8d6c8d81b5ff63208b3b4474870ae8bd718ba22cdb14b920b52aeac54274710bdb1b4dd427b7c7b0e8e9d14b SHA512 38c9860c8109e29026dd773a6448c9ac6faa373c0dfc04011a5f0b22be69c66dd6bdba95cb28bfb8e3656a53d726f2ffc0bae74bce4d437c4fe5a532e75a19ec DIST wine-staging-5.18.tar.gz 10357038 BLAKE2B 07df0de55d1bfa36d3492498a48d8f1402dffa161f3b02f3326185d524bea9a2f0893b85a70650797bf1b74c06f5814ddc09cb184a5977cfacb968921020aee1 SHA512 75911ac4d5aaf6cfef41aa487290369d714f153b1fba2279daca75d6c5cbc7e7de9d3f8ef55eb7c311a05b86a212163e2b81ff685c1527fb0e90f223ec23dcab diff --git a/app-emulation/wine-staging/wine-staging-5.14.ebuild b/app-emulation/wine-staging/wine-staging-5.14.ebuild deleted file mode 100644 index 674958ea886..000 --- a/app-emulation/wine-staging/wine-staging-5.14.ebuild +++ /dev/null @@ -1,621 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" -PLOCALE_BACKUP="en" - -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib
[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
commit: cad18bc55aaf8f19bf150c5532eda5419ab8c794 Author: Nick Sarnie gentoo org> AuthorDate: Mon Sep 28 02:33:40 2020 + Commit: Nick Sarnie gentoo org> CommitDate: Mon Sep 28 02:33:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad18bc5 app-emulation/wine-vanilla: Drop old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/Manifest| 1 - .../wine-vanilla/wine-vanilla-5.14.ebuild | 539 - 2 files changed, 540 deletions(-) diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest index 237803e88e3..4372eaf4809 100644 --- a/app-emulation/wine-vanilla/Manifest +++ b/app-emulation/wine-vanilla/Manifest @@ -4,7 +4,6 @@ DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 951d7f305a6e5b3759c809562 DIST wine-4.0.3.tar.xz 21680420 BLAKE2B a7caf4b82fa2594f77e31f29b2a3da59c08bb58f213268d61bdf48998345162bc36fbfc24db94d11cb07b6da347b3471e9d8976d9abfa0f76c183c0a519aa73e SHA512 a8fde0bcf600eaec56c3ce58c9aa992386784c85cf1c93aa84d50aff4c842b12a6b099c23391d3ad9a0059f3dc9069c0f8e00fad293305ba8a33afc70bf26e14 DIST wine-5.0.1.tar.xz 22476496 BLAKE2B 8fd7729812c0144b6c9ec7f28ecc25bca5bc7801d9927346928f43fc46ca0be89ecb4caefb7a93cf2f3365e088d11e6bd53a028ea8cc9e170ef864ff63f21a5a SHA512 d9756f0a74417ea9e05d08a94ff29b83ebff3db3a3cbaa90979d5312754371ddfcab6bded73a246ef980252b908d8a26e93de2779b766c4bff92c91f8c315d98 DIST wine-5.0.2.tar.xz 22484932 BLAKE2B 93253a86605b32dc8f7c79a16336643e6f84937094f8c96ea336289c2076a4d9f759fc1ad128f7b1a009da5eb2ed25cdc893da99e338093608bf5fc0ef1a85fc SHA512 9ff902ff929d9ac8c81843eea141c96446d26b14f70781a40a3ea1fdef5f412ca4c87374a5a3af9b42b52236159645e55d6e54f8b06178a4d210a72fb1d5358e -DIST wine-5.14.tar.xz 23975804 BLAKE2B bc14b84f4044323cd65c8c0a715a09b296bb8ecad043062513c1a584a7b542bba9934e7563bec8e2d798c27f54683db37ffc227dd4cbf8e58f6ef1931b884c14 SHA512 21240d832497ba9a4313613ae27c21316ef383290dfcce81aebfbbf45edb7db6981739fe2ad42138b6df0a75a434d5aa8e4d87f9745f98c5f14000e1949ec342 DIST wine-5.15.tar.xz 23999688 BLAKE2B af462d9e4c9fe5e364fd474bc17b6ea61b3390428762845291271811feab13cf6ccd39c8c5847b0cc922bd273d42227d95b871dfa04cf055560a3cff65349275 SHA512 90baf7df915cf1ce88022a4aebe4a6975b4b0defcc043a0c6738fefb9b853e0bfbcc645c39e33cdbb20673fab5df7561ab5b55e38a4e0a68907912a80e556ae3 DIST wine-5.16.tar.xz 24025256 BLAKE2B 2008b428b16870ec6fa6a38866152d6b94a8a83b3d673557bab9c0c435897900bd0b4b7b73e685698cf7445a6c3eda12f88132d4f43e7b2108213ea947a76c09 SHA512 e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be DIST wine-5.17.tar.xz 24064512 BLAKE2B a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62 SHA512 05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696 diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.14.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.14.ebuild deleted file mode 100644 index fed13ca5bb0..000 --- a/app-emulation/wine-vanilla/wine-vanilla-5.14.ebuild +++ /dev/null @@ -1,539 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" -PLOCALE_BACKUP="en" - -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils - -MY_PN="${PN%%-*}" -MY_P="${MY_PN}-${PV}" - -if [[ ${PV} == "" ]] ; then - EGIT_REPO_URI="https://source.winehq.org/git/wine.git; - EGIT_BRANCH="master" - inherit git-r3 - SRC_URI="" - #KEYWORDS="" -else - MAJOR_V=$(ver_cut 1) - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz; - KEYWORDS="-* ~amd64 ~x86" -fi -S="${WORKDIR}/${MY_P}" - -GWP_V="20200523" -PATCHDIR="${WORKDIR}/gentoo-wine-patches" - -DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets" -HOMEPAGE="https://www.winehq.org/; -SRC_URI="${SRC_URI} - https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz -" - -LICENSE="LGPL-2.1" -SLOT="${PV}" -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks +unwind v4l vkd3d vulkan +X +xcomposite xinerama +xml"
[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/
commit: 350badc501008dffecb9f4c6fdf2a48915b0d8a1 Author: Nick Sarnie gentoo org> AuthorDate: Mon Sep 28 02:34:21 2020 + Commit: Nick Sarnie gentoo org> CommitDate: Mon Sep 28 02:34:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350badc5 app-emulation/wine-staging: Sync with ::wine Bump to 5.18 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-staging/Manifest| 2 ++ .../{wine-staging-.ebuild => wine-staging-5.18.ebuild} | 7 --- app-emulation/wine-staging/wine-staging-.ebuild| 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-emulation/wine-staging/Manifest b/app-emulation/wine-staging/Manifest index 1e09ed4d18a..c4c7b1e17f6 100644 --- a/app-emulation/wine-staging/Manifest +++ b/app-emulation/wine-staging/Manifest @@ -3,7 +3,9 @@ DIST wine-5.14.tar.xz 23975804 BLAKE2B bc14b84f4044323cd65c8c0a715a09b296bb8ecad DIST wine-5.15.tar.xz 23999688 BLAKE2B af462d9e4c9fe5e364fd474bc17b6ea61b3390428762845291271811feab13cf6ccd39c8c5847b0cc922bd273d42227d95b871dfa04cf055560a3cff65349275 SHA512 90baf7df915cf1ce88022a4aebe4a6975b4b0defcc043a0c6738fefb9b853e0bfbcc645c39e33cdbb20673fab5df7561ab5b55e38a4e0a68907912a80e556ae3 DIST wine-5.16.tar.xz 24025256 BLAKE2B 2008b428b16870ec6fa6a38866152d6b94a8a83b3d673557bab9c0c435897900bd0b4b7b73e685698cf7445a6c3eda12f88132d4f43e7b2108213ea947a76c09 SHA512 e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be DIST wine-5.17.tar.xz 24064512 BLAKE2B a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62 SHA512 05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696 +DIST wine-5.18.tar.xz 24160316 BLAKE2B 4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05 SHA512 70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823 DIST wine-staging-150ce22fa21ffa040816e725ead34ed1de516bd8.tar.gz 9840427 BLAKE2B e263d6563a5438973309346ba820acdb5079ef236c5c55694bdfa16c54f3f4fe76750ab324d6c5e1f0b429df634b917f138f4a1db38417ac2b49ce41ee36a211 SHA512 37f05909ca6cb28a3527f31882562146d3971f47345312b96783b5e62bc95ee61779f12f4c13e3d05ec5f331463a7600c16d5bc428d13c42bf3e3568f4d3923e DIST wine-staging-5.14.tar.gz 9780843 BLAKE2B 03b964fd8b71a8a9e54f53074e4be82dd633a6489cdc30bade6e844e458ca43437bbd34c1a629fd0c1090173e37379a048be45561172bfff8e003daaf4104583 SHA512 da81b572480a6fc12aa39a93070e2b88593bba1463d5b0545083dbd6eaa306ec57fe39e77f24544d2a1a396a3e64c1687c12b69e0643e11a909e4e31a3e46014 DIST wine-staging-5.16.tar.gz 9830408 BLAKE2B 0c4fd5e9942f4b5a666b21cb2ab3fdb059bca5762fd622b69358fd5df7f5c770681a3cbe6f9a0433e83f3be95b69808d95ed5f76df86b9713dcedb72a398966e SHA512 62e103dd5b591bc1066b91299a95c318bf1588f273f8380c1ac43d5367b695055a1684b8cc6473255a0b449b21a483ff4e87adc3ae332d0fb520023340fff79f DIST wine-staging-5.17.tar.gz 10342408 BLAKE2B aa8f864560eb476a4c2011e588df9b24410e4e4a8d6c8d81b5ff63208b3b4474870ae8bd718ba22cdb14b920b52aeac54274710bdb1b4dd427b7c7b0e8e9d14b SHA512 38c9860c8109e29026dd773a6448c9ac6faa373c0dfc04011a5f0b22be69c66dd6bdba95cb28bfb8e3656a53d726f2ffc0bae74bce4d437c4fe5a532e75a19ec +DIST wine-staging-5.18.tar.gz 10357038 BLAKE2B 07df0de55d1bfa36d3492498a48d8f1402dffa161f3b02f3326185d524bea9a2f0893b85a70650797bf1b74c06f5814ddc09cb184a5977cfacb968921020aee1 SHA512 75911ac4d5aaf6cfef41aa487290369d714f153b1fba2279daca75d6c5cbc7e7de9d3f8ef55eb7c311a05b86a212163e2b81ff685c1527fb0e90f223ec23dcab diff --git a/app-emulation/wine-staging/wine-staging-.ebuild b/app-emulation/wine-staging/wine-staging-5.18.ebuild similarity index 99% copy from app-emulation/wine-staging/wine-staging-.ebuild copy to app-emulation/wine-staging/wine-staging-5.18.ebuild index 2b9e5595802..5b6a507ddc0 100644 --- a/app-emulation/wine-staging/wine-staging-.ebuild +++ b/app-emulation/wine-staging/wine-staging-5.18.ebuild @@ -115,7 +115,7 @@ COMMON_DEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] ) - vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] ) + vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] ) xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) @@ -492,9 +492,10 @@ multilib_src_configure() { $(use_with vaapi va) ) - local PKG_CONFIG + local PKG_CONFIG AR RANLIB # Avoid crossdev's
[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
commit: 20375e8366a7cd6de38da1e284833e05f9e40773 Author: Nick Sarnie gentoo org> AuthorDate: Mon Sep 28 02:33:17 2020 + Commit: Nick Sarnie gentoo org> CommitDate: Mon Sep 28 02:33:17 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20375e83 app-emulation/wine-vanilla: Sync with ::wine Bump to 5.18 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/Manifest | 1 + .../wine-vanilla/{wine-vanilla-.ebuild => wine-vanilla-5.18.ebuild} | 2 +- app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest index 082f4d2c110..237803e88e3 100644 --- a/app-emulation/wine-vanilla/Manifest +++ b/app-emulation/wine-vanilla/Manifest @@ -8,3 +8,4 @@ DIST wine-5.14.tar.xz 23975804 BLAKE2B bc14b84f4044323cd65c8c0a715a09b296bb8ecad DIST wine-5.15.tar.xz 23999688 BLAKE2B af462d9e4c9fe5e364fd474bc17b6ea61b3390428762845291271811feab13cf6ccd39c8c5847b0cc922bd273d42227d95b871dfa04cf055560a3cff65349275 SHA512 90baf7df915cf1ce88022a4aebe4a6975b4b0defcc043a0c6738fefb9b853e0bfbcc645c39e33cdbb20673fab5df7561ab5b55e38a4e0a68907912a80e556ae3 DIST wine-5.16.tar.xz 24025256 BLAKE2B 2008b428b16870ec6fa6a38866152d6b94a8a83b3d673557bab9c0c435897900bd0b4b7b73e685698cf7445a6c3eda12f88132d4f43e7b2108213ea947a76c09 SHA512 e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be DIST wine-5.17.tar.xz 24064512 BLAKE2B a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62 SHA512 05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696 +DIST wine-5.18.tar.xz 24160316 BLAKE2B 4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05 SHA512 70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823 diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild similarity index 99% copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild copy to app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild index fed13ca5bb0..f411a705130 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild @@ -95,7 +95,7 @@ COMMON_DEPEND=" udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) - vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] ) + vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] ) xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild b/app-emulation/wine-vanilla/wine-vanilla-.ebuild index fed13ca5bb0..f411a705130 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild @@ -95,7 +95,7 @@ COMMON_DEPEND=" udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) - vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] ) + vkd3d? ( >=app-emulation/vkd3d-1.2[${MULTILIB_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] ) xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
[gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/
commit: 9e252a170ae13c79abc6f93a171a41aa0c3d1b32 Author: Nick Sarnie gentoo org> AuthorDate: Mon Sep 28 02:32:20 2020 + Commit: Nick Sarnie gentoo org> CommitDate: Mon Sep 28 02:32:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e252a17 app-emulation/vkd3d: Sync with ::wine Bump to 1.2 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/vkd3d/Manifest | 1 + app-emulation/vkd3d/vkd3d-1.2.ebuild | 39 2 files changed, 40 insertions(+) diff --git a/app-emulation/vkd3d/Manifest b/app-emulation/vkd3d/Manifest index dd36273926d..99a8cd7b580 100644 --- a/app-emulation/vkd3d/Manifest +++ b/app-emulation/vkd3d/Manifest @@ -1,2 +1,3 @@ DIST vkd3d-1.0.tar.xz 461884 BLAKE2B 4dbd729f9e795d3d81178abc1a8774c0bbe6a5257c96c97acf1e4b4cdb5b7e30c77235e8b8fa57f7db3196caf30c55c3b0c07e2981629dd6177436a3cd117d33 SHA512 55712528688cdedc63049e168b371b470dbb8e31ddc36d8b23b0655f4a061726eb8556b9abf3cb887f6bd21379959aed9fab93ba0fd53813aec413ebec71d615 DIST vkd3d-1.1.tar.xz 487452 BLAKE2B 834ca06d2159a5857dde457f27e541f06624e87633af6aca7445867abc38c56a1da1fe34b6795ffbd6aa73e983ac0e4301402ae35ef8358fa8cc79c12972b11d SHA512 e107612bdca95e998f9d819bdf74e4ffe1b4d400d250ab855c4ebf94b7d3f088b3221591fef03b1c6b8ecb030feb1673f74831bd8bd8edda2989d09a8846b0f7 +DIST vkd3d-1.2.tar.xz 611240 BLAKE2B e7ea3f7120ad1092be0239bdc2e6d0dfdfecc3b1c2e7c359c4bfbd8c259f092e041a75a0e896da9a1c6370d5716590711128d31c9e552897b177b300b9a15107 SHA512 ca9d5b11e7770747b78b61f43196b45b7bda8d2dd4f1d76da915f895a04dc28c20499e1e433f5ce17416964fe0f37cdc907e7aa540ec9105afbc8a100094f3e7 diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild new file mode 100644 index 000..f866aca35b5 --- /dev/null +++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multilib-minimal + +if [[ "${PV}" == "" ]]; then + EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git; + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz; +fi + +IUSE="spirv-tools" +RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] ) + media-libs/vulkan-loader[${MULTILIB_USEDEP},X] + x11-libs/xcb-util:=[${MULTILIB_USEDEP}] + x11-libs/xcb-util-keysyms:=[${MULTILIB_USEDEP}] + x11-libs/xcb-util-wm:=[${MULTILIB_USEDEP}]" + +DEPEND="${RDEPEND} + dev-util/spirv-headers + dev-util/vulkan-headers" + +DESCRIPTION="D3D12 to Vulkan translation library" +HOMEPAGE="https://source.winehq.org/git/vkd3d.git/; + +LICENSE="LGPL-2.1" +SLOT="0" + +multilib_src_configure() { + local myconf=( + $(use_with spirv-tools) + ) + + ECONF_SOURCE=${S} econf "${myconf[@]}" +}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/opal-utils/, sys-apps/opal-utils/files/
commit: 4b97045030783a1d91f050b2f4df2f66cdbdccf4 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Sep 28 01:44:15 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 28 01:54:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b970450 sys-apps/opal-utils: replace sed with patch Also filter out -Werror in opal-prd Makefile Closes: https://bugs.gentoo.org/744634 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/opal-utils/files/flags.patch | 35 + sys-apps/opal-utils/opal-utils-6.5.2.ebuild | 7 ++ sys-apps/opal-utils/opal-utils-6.6.2.ebuild | 8 ++- sys-apps/opal-utils/opal-utils-6.6.3.ebuild | 8 ++- 4 files changed, 41 insertions(+), 17 deletions(-) diff --git a/sys-apps/opal-utils/files/flags.patch b/sys-apps/opal-utils/files/flags.patch new file mode 100644 index 000..5aa045ed1ca --- /dev/null +++ b/sys-apps/opal-utils/files/flags.patch @@ -0,0 +1,35 @@ +From 828c1c28c314c62cf90b9b989f92af7ea96c100d Mon Sep 17 00:00:00 2001 +From: Georgy Yakovlev +Date: Sun, 27 Sep 2020 18:48:38 -0700 +Subject: [PATCH] respect user flags + +--- + external/ffspart/rules.mk | 2 +- + external/opal-prd/Makefile | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/external/ffspart/rules.mk b/external/ffspart/rules.mk +index 40972c6..09a025f 100644 +--- a/external/ffspart/rules.mk b/external/ffspart/rules.mk +@@ -30,5 +30,5 @@ $(LIBFLASH_OBJS): libflash-%.o : libflash/%.c + $(Q_CC)$(CC) $(CFLAGS) -c $< -o $@ + + $(EXE): $(OBJS) +- $(Q_CC)$(CC) $(CFLAGS) $^ -lrt -o $@ ++ $(Q_CC)$(CC) $(CFLAGS) $^ -lrt $(LDFLAGS) -o $@ + +diff --git a/external/opal-prd/Makefile b/external/opal-prd/Makefile +index fb9402f..52f10d9 100644 +--- a/external/opal-prd/Makefile b/external/opal-prd/Makefile +@@ -1,5 +1,5 @@ + # SPDX-License-Identifier: Apache-2.0 +-CFLAGS += -m64 -Werror -Wall -g2 -ggdb ++CFLAGS += -m64 -Wall + LDFLAGS += -m64 + ASFLAGS = -m64 + CPPFLAGS += -I. -I../../include -I../../ +-- +2.28.0 + diff --git a/sys-apps/opal-utils/opal-utils-6.5.2.ebuild b/sys-apps/opal-utils/opal-utils-6.5.2.ebuild index 9e12d9fc8b8..9479de387f7 100644 --- a/sys-apps/opal-utils/opal-utils-6.5.2.ebuild +++ b/sys-apps/opal-utils/opal-utils-6.5.2.ebuild @@ -32,6 +32,8 @@ ERROR_SCOM_DEBUGFS="CONFIG_SCOM_DEBUGFS is required to use xscom-utils" S="${WORKDIR}/skiboot-${PV}" +PATCHES=( "${FILESDIR}/flags.patch" ) + python_check_deps() { has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && has_version "dev-python/sphinx[${PYTHON_USEDEP}]" @@ -42,11 +44,6 @@ pkg_setup() { use doc && python-any-r1_pkg_setup } -src_prepare() { - default - sed -i '/^CFLAGS +=/ s/-g2 -ggdb//' external/opal-prd/Makefile || die -} - src_configure() { tc-export CC LD export OPAL_PRD_VERSION="${PV}" diff --git a/sys-apps/opal-utils/opal-utils-6.6.2.ebuild b/sys-apps/opal-utils/opal-utils-6.6.2.ebuild index 867857095da..22d57ef7a34 100644 --- a/sys-apps/opal-utils/opal-utils-6.6.2.ebuild +++ b/sys-apps/opal-utils/opal-utils-6.6.2.ebuild @@ -32,6 +32,8 @@ ERROR_SCOM_DEBUGFS="CONFIG_SCOM_DEBUGFS is required to use xscom-utils" S="${WORKDIR}/skiboot-${PV}" +PATCHES=( "${FILESDIR}/flags.patch" ) + python_check_deps() { has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && has_version "dev-python/sphinx[${PYTHON_USEDEP}]" @@ -42,12 +44,6 @@ pkg_setup() { use doc && python-any-r1_pkg_setup } -src_prepare() { - default - sed -i '/^CFLAGS +=/ s/-g2 -ggdb//' external/opal-prd/Makefile || die - sed -i 's/-lrt -o/-lrt $(LDFLAGS) -o/' external/ffspart/rules.mk || die -} - src_configure() { tc-export CC LD export OPAL_PRD_VERSION="${PV}" diff --git a/sys-apps/opal-utils/opal-utils-6.6.3.ebuild b/sys-apps/opal-utils/opal-utils-6.6.3.ebuild index 6f824f28e38..823783f6fa3 100644 --- a/sys-apps/opal-utils/opal-utils-6.6.3.ebuild +++ b/sys-apps/opal-utils/opal-utils-6.6.3.ebuild @@ -32,6 +32,8 @@ ERROR_SCOM_DEBUGFS="CONFIG_SCOM_DEBUGFS is required to use xscom-utils" S="${WORKDIR}/skiboot-${PV}" +PATCHES=( "${FILESDIR}/flags.patch" ) + python_check_deps() { has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && has_version "dev-python/sphinx[${PYTHON_USEDEP}]" @@ -42,12 +44,6 @@ pkg_setup() { use doc && python-any-r1_pkg_setup } -src_prepare() { - default - sed -i '/^CFLAGS +=/ s/-g2 -ggdb//' external/opal-prd/Makefile || die - sed -i 's/-lrt -o/-lrt $(LDFLAGS) -o/' external/ffspart/rules.mk || die -} - src_configure() { tc-export CC LD export OPAL_PRD_VERSION="${PV}"
[gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/
commit: 1124ee57abc5f73bab4e5633d0d4a8e617d0bcc0 Author: Aaron W. Swenson gentoo org> AuthorDate: Mon Sep 28 01:38:48 2020 + Commit: Aaron W. Swenson gentoo org> CommitDate: Mon Sep 28 01:39:55 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1124ee57 app-office/gnucash: Bump to 4.2 Signed-off-by: Aaron W. Swenson gentoo.org> app-office/gnucash/Manifest | 1 + app-office/gnucash/gnucash-4.2.ebuild | 234 ++ 2 files changed, 235 insertions(+) diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest index daceb7e1685..3693e01abc4 100644 --- a/app-office/gnucash/Manifest +++ b/app-office/gnucash/Manifest @@ -1,3 +1,4 @@ DIST gnucash-3.8b.tar.bz2 14285584 BLAKE2B 304d73b04883b61b8a4e174f458206769483ca0f6d28d284c760397e0bc4061dbdb379ff3cca35e80d6736516549a8733bf36895a11c2202fb9f8f25e591e1d9 SHA512 e0529934e9ccafbef2b724f5fca9a0e300c78cf21596f0dcd4b5c11ff300c06a963b68eff1efe00834dc488ced604b86011075bb22480488ddf31d2d4c94ddca DIST gnucash-4.0.tar.bz2 13978744 BLAKE2B 9718e365e1a3939357fabb98f43a95ed22d4d4ee13bb17a7dda5da8ed2c4fe6c4ec4951eb1b5a66bd71feb3f26a4e896d5cb7a177cd7d1b773ac26e643a24f0a SHA512 29fd61352932ff0962e5c634711bc1ae09020e457bace5d2954b743976b607ad3632ddf6a7024148e989dc8e69769400cb7795eee097f8d88dea3ac8d6b7c7ee DIST gnucash-4.1.tar.bz2 13994973 BLAKE2B 875ec0d9b2b6b8ec7144ad52f172f6727078746884d8d1d369a4b7535ebe5bcc0c70b4a25f1ba8e3f97d0603a8d511c9911e343f2610b557511b56eafbea8f39 SHA512 caf25d4ca0a950b1aa0c236c801938ff2235dc7c7710065a5b78fd3745904dd5e5103c6ed8abebfe3a4a68c8048372802f856c63cdde8aeaf71840daf2e9ec07 +DIST gnucash-4.2.tar.bz2 14225695 BLAKE2B be77c5876cd1720e9b7422c6afbb05f0144a20cf45d7dac0e8bd3362139f4b4d18f47f0edcb6db9db7a2485263d6bff5e0546f5691fe097fe1d4912852bc0ce4 SHA512 f730d2ba5d6b310e0c467767aa4c4e6a153b441b6b9aed948344b9a9b9dee351f3cba9fac1d655385136f5ce4313f8f37ef305e9b93b0ea32c40525d9293b070 diff --git a/app-office/gnucash/gnucash-4.2.ebuild b/app-office/gnucash/gnucash-4.2.ebuild new file mode 100644 index 000..5aba7f54f2a --- /dev/null +++ b/app-office/gnucash/gnucash-4.2.ebuild @@ -0,0 +1,234 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit cmake gnome2-utils python-single-r1 toolchain-funcs xdg-utils + +DESCRIPTION="A personal finance manager" +HOMEPAGE="http://www.gnucash.org/; +SRC_URI="https://github.com/Gnucash/${PN}/releases/download/${PV}/${P}.tar.bz2; + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + +IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres + python quotes -register2 smartcard sqlite test" +RESTRICT="!test? ( test )" + +# Examples doesn't build unless GUI is also built +REQUIRED_USE=" + examples? ( gui ) + python? ( ${PYTHON_REQUIRED_USE} ) + smartcard? ( aqbanking )" + +# dev-libs/boost must always be built with nls enabled. +# net-libs/aqbanking dropped gtk with v6. So, to simplify the +# dependency, we just rely on that. +RDEPEND=" + >=dev-libs/glib-2.56.1:2 + >=dev-scheme/guile-2.2.0:=[regex] + >=sys-libs/zlib-1.1.4 + dev-libs/boost:=[icu,nls] + dev-libs/icu:= + dev-libs/libxml2:2 + dev-libs/libxslt + aqbanking? ( + >=net-libs/aqbanking-6[ofx?] + sys-libs/gwenhywfar + smartcard? ( sys-libs/libchipcard ) + ) + gnome-keyring? ( >=app-crypt/libsecret-0.18 ) + gui? ( + >=x11-libs/gtk+-3.22.30:3 + gnome-base/dconf + net-libs/webkit-gtk:4= + aqbanking? ( sys-libs/gwenhywfar[gtk] ) + ) + mysql? ( + dev-db/libdbi + dev-db/libdbi-drivers[mysql] + ) + ofx? ( >=dev-libs/libofx-0.9.1:= ) + postgres? ( + dev-db/libdbi + dev-db/libdbi-drivers[postgres] + ) + python? ( ${PYTHON_DEPS} ) + quotes? ( + >=dev-perl/Finance-Quote-1.11 + dev-perl/Date-Manip + dev-perl/HTML-TableExtract + ) + sqlite? ( + dev-db/libdbi + dev-db/libdbi-drivers[sqlite] + ) +" + +DEPEND="${RDEPEND} + >=dev-cpp/gtest-1.8.0 + >=sys-devel/gettext-0.20 + dev-lang/perl + dev-perl/XML-Parser + sys-devel/libtool +" + +BDEPEND=" + dev-lang/swig + dev-util/cmake + virtual/pkgconfig + || ( + >=sys-devel/gcc-8:* + >=sys-devel/clang-6:* + ) +" + +PDEPEND="doc? ( + ~app-doc/gnucash-docs-${PV} + gnome-extra/yelp +)" + +PATCHES=( + "${FILESDIR}"/${PN}-3.2-no-gui.patch + "${FILESDIR}"/${PN}-3.8-examples-subdir.patch + "${FILESDIR}"/${PN}-3.8-exclude-license.patch +) + +S="${WORKDIR}/${PN}-$(ver_cut 1-2)" +
[gentoo-commits] repo/gentoo:master commit in: app-doc/gnucash-docs/
commit: 046577e5fa367caaad65528dbad36ce3c97b28f9 Author: Aaron W. Swenson gentoo org> AuthorDate: Mon Sep 28 00:50:46 2020 + Commit: Aaron W. Swenson gentoo org> CommitDate: Mon Sep 28 01:39:54 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046577e5 app-doc/gnucash-docs: Bump to 4.2 Also bump to EAPI 7 Signed-off-by: Aaron W. Swenson gentoo.org> app-doc/gnucash-docs/Manifest| 1 + app-doc/gnucash-docs/gnucash-docs-4.2.ebuild | 65 2 files changed, 66 insertions(+) diff --git a/app-doc/gnucash-docs/Manifest b/app-doc/gnucash-docs/Manifest index 092fb44d141..d2f640faf8e 100644 --- a/app-doc/gnucash-docs/Manifest +++ b/app-doc/gnucash-docs/Manifest @@ -1,3 +1,4 @@ DIST gnucash-docs-3.8b.tar.gz 71058053 BLAKE2B 0a69db02faf6487f2ecc1b5f9a788fb50cec65ff7db53ca9ec6048510156f094c0ce457d1abb4a9a6694060f68780c0336de41dbd0736ad93055cce81b3a66ab SHA512 3c30e88412e17960006517fb7c341220159c45760ca28c79c27c66551451c8ec14e000757f4d9a78c923e10d437351e38dbedaf0a1f3b11bbf5b87d80cb230fe DIST gnucash-docs-4.0.tar.gz 62498230 BLAKE2B 39d711267a7ec0d45915659db8557fd2871c295aba82601c34878f56c5a24b0f56ffa68a4597e464050e3e59f62411ae6f5efc0870bea2fa46f313f58ed3826b SHA512 4aa4510b86a6bf3a217c9809b73166c0ce777b9f5a506c15f51ca80a0aa45b93e774e1b7c07571ceb0aad6b6df67a4f268d5498874d23653cb0c94620f491d1d DIST gnucash-docs-4.1.tar.gz 62496616 BLAKE2B c1868c5a639c12fbc77dd8c46d504d9aa66574d577068c781f5c652ac3b385bffb61aede88953f0c9e89369b71d92ee94c7aa553b91e0adcfbb99b43244ce8b4 SHA512 dc63650ed989eec273ab720f802bdcbfdd3041bc4f6bedd02a4575cbc337eb2f264aa05986ecc99e4c7d3007827b213a0f306e3ae38821950dee17bb21b10615 +DIST gnucash-docs-4.2.tar.gz 62497632 BLAKE2B 764387cbbc1d072ac3e245a86b78eb484cfa05371dcf4c17d0441bf08e00f85523975c50a88ecde24e9d949572228a723d53fcce7df397553b0e50145be28686 SHA512 e54082dcd7f92d7ca3f31cea5968ecd4167dc9e1e12f23d8684af3e2af4c696d8afed3cf477df771bb11da125ee5887d09ead1edff961ca4bedfb58fd61efdf2 diff --git a/app-doc/gnucash-docs/gnucash-docs-4.2.ebuild b/app-doc/gnucash-docs/gnucash-docs-4.2.ebuild new file mode 100644 index 000..c9d4be30803 --- /dev/null +++ b/app-doc/gnucash-docs/gnucash-docs-4.2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools optfeature + +DESCRIPTION="Documentation package for GnuCash" +HOMEPAGE="http://www.gnucash.org/; +SRC_URI="https://github.com/Gnucash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2 FDL-1.1" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +LOCALES=( de it ja pt ru ) +IUSE="${LOCALES[*]/#/l10n_}" + +DEPEND=" + app-text/docbook-xml-dtd:4.5 + app-text/docbook-xsl-stylesheets + app-text/rarian + dev-libs/libxml2 + dev-libs/libxslt +" + +src_prepare() { + default + eautoreconf +} + +src_compile() { + : +} + +src_install() { + local doc_type my_lang + + for doc_type in help guide; do + for my_lang in C ${L10N}; do + case $my_lang in + # Both help and guides translated + C|de|it|pt) ;; + ru|ja) # Only guides translated + if [[ ${doc_type} = "help" ]] ; then + elog "Help documentation hasn't been translated for $my_lang" + elog "Will do English instead." + continue + fi + ;; + *) + die "Invalid locale: $my_lang" + ;; + esac + + emake -C "${doc_type}/${my_lang}" DESTDIR="${D}" install + done + done + + einstalldocs +} + +pkg_postinst() { + optfeature "You need dev-java/fop to generate pdf files." dev-java/fop + optfeature "You need gnome-extra/yelp to view the docs." gnome-extra/yelp +}
[gentoo-commits] repo/gentoo:master commit in: dev-db/pgmemcache/
commit: 5e1ac4c6162eac59a4987e1629ca85f29640911a Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:55:24 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Sep 28 00:55:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1ac4c6 dev-db/pgmemcache: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> dev-db/pgmemcache/Manifest| 2 -- dev-db/pgmemcache/pgmemcache-2.1.2.ebuild | 19 --- dev-db/pgmemcache/pgmemcache-2.2.0.ebuild | 23 --- 3 files changed, 44 deletions(-) diff --git a/dev-db/pgmemcache/Manifest b/dev-db/pgmemcache/Manifest index 860ce8a8f46..02ef5ef4f2a 100644 --- a/dev-db/pgmemcache/Manifest +++ b/dev-db/pgmemcache/Manifest @@ -1,3 +1 @@ -DIST pgmemcache-2.1.2.tar.gz 16685 BLAKE2B d447cda1cc164063e2f76bec87547dd0de9d7e38cce210bec7ca2a0c48afb85d34a7882d6711027e74fcd973bb2bd3b94112359eb482b6be2d5ea01f098a7a9b SHA512 2be9aeef214f569473efcb849611e10c4fdb179e5cb8b1105f63fe0ab7bd829648a7891fd4e21109afc1b6375aeae0c2449a977a67631ee4d505e3faf83bc3f3 -DIST pgmemcache-2.2.0.tar.gz 17742 BLAKE2B 3620cfec0b712fa570fed77cae1b2dc65e5a36679e37c1531a94c80190725ee4af13b1912e58c8fb2fe5d181338190ca9df04f2bbf5868ed3107920b2fe39ca0 SHA512 8d63aa25fec9c5f1895cf5107bbb261be2b35d5e05ac03e8fa59597ed18cf123c45aa0690eafeca4a26bdfabf61088bd1e2518c3fa13b68b1ca0b5d8446f DIST pgmemcache-2.3.0.tar.gz 21135 BLAKE2B 527043018fd6af9d4c00788518daeac28c89450e3bc43dee2df205d2eea7eac42fb4a73633f9b54dcd9ce5f35b01ea0ce7f6e2f26b3d9ab75e57c25e47b69933 SHA512 75ae3b7c9087078b2276ebadf66f9d419323927f6b8c8f61f8681fe939d086dbfe6aa935f20afa3acc11171e00329e5758a8a6a952cfbcf3aef45c8cc3f50a3b diff --git a/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild b/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild deleted file mode 100644 index d3137046d2b..000 --- a/dev-db/pgmemcache/pgmemcache-2.1.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached" -HOMEPAGE="http://pgfoundry.org/projects/pgmemcache https://github.com/ohmu/pgmemcache; -SRC_URI="https://github.com/ohmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-db/postgresql - dev-libs/cyrus-sasl - >=dev-libs/libmemcached-1.0.18[sasl]" -RDEPEND="${DEPEND}" - -DOCS=( NEWS README TODO ) diff --git a/dev-db/pgmemcache/pgmemcache-2.2.0.ebuild b/dev-db/pgmemcache/pgmemcache-2.2.0.ebuild deleted file mode 100644 index 7d0ec99a803..000 --- a/dev-db/pgmemcache/pgmemcache-2.2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached" -HOMEPAGE="http://pgfoundry.org/projects/pgmemcache https://github.com/ohmu/pgmemcache; -SRC_URI="https://github.com/ohmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-db/postgresql - dev-libs/cyrus-sasl - >=dev-libs/libmemcached-1.0.18[sasl]" -RDEPEND="${DEPEND}" - -DOCS=( NEWS README TODO ) - -src_install() { - emake -j1 DESTDIR="${D}" install -}
[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-rest-console/
commit: c6b9559b7f412c45ce964e64c08f7f0683457351 Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:48:15 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Sep 28 00:48:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b9559b app-vim/vim-rest-console: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-vim/vim-rest-console/Manifest| 3 --- .../vim-rest-console/vim-rest-console-2.3.0.ebuild | 20 .../vim-rest-console/vim-rest-console-2.4.0.ebuild | 20 .../vim-rest-console/vim-rest-console-2.5.0.ebuild | 20 4 files changed, 63 deletions(-) diff --git a/app-vim/vim-rest-console/Manifest b/app-vim/vim-rest-console/Manifest index 0a9668defaf..dd797d167af 100644 --- a/app-vim/vim-rest-console/Manifest +++ b/app-vim/vim-rest-console/Manifest @@ -1,4 +1 @@ -DIST vim-rest-console-2.3.0.tar.gz 11584 BLAKE2B cb4a6b8a7f1280b329dc9a0b261519172a4c39c40f9a8f5fa4967f4530f089dcfbd5e0088dcb2b8067216e7d7fb623a3e720e9a2aefb9d376a36830f54bf771a SHA512 04fa4cc2177b87a6d69ad50d0e45f411169d178e4990280afde730c461cb718acd09dc034e61c51f73974369d9be9300281f1e60adf8084730977caa27c65da2 -DIST vim-rest-console-2.4.0.tar.gz 11795 BLAKE2B 84683c5ac65f429a1c4db0d792da76ad733b3700d1ae7d00baab6495465e27dede8c042c999f125f35b25c50039684dc919ffaf806c1d5c202c7cd4c2edb90ba SHA512 77f06a9cee534eda2e414c4b0b0fdbdf335b1a397ab9c45b4331f211db1dbeb89bd0a73906945b0ed08c8b795c4be444b9ffcd2c06e145a43b3efb456aa64666 -DIST vim-rest-console-2.5.0.tar.gz 11945 BLAKE2B 3959372c834cc51c0c74c39036633520bd753ebece30d4164a98f5b960f1e8756d7e526f840249ca0dde7dfc0b742f06c7b7e197a9578f30eb2644a345468f0d SHA512 1c2e2dafdcdd57216bac08adfaef4e5f3dc2331b13fd969064bd460681838cb4eb830644e33e9397388b0ff76b68d992523ba1c258c2385d6daae5ad87cbdd58 DIST vim-rest-console-2.6.0.tar.gz 15935 BLAKE2B 93c9d9637b67c5fd3b7a765b2bddb2942798d93605f2e558abc95d338116d9325e08b1717c8326824c915f71388af84d70ac8ddea1baead12137c7564da57ddf SHA512 d75b9071eed1bdae604c3fc3457c319a8893ba01001c6b27b8bbea038e9964597bb1a7a2e03ac1d6d9e35e9d96ee350f1eaf6c12f2e8f53929f3f511a470170d diff --git a/app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild deleted file mode 100644 index f9e7a6f0682..000 --- a/app-vim/vim-rest-console/vim-rest-console-2.3.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a REST console for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console; -SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="net-misc/curl" - -src_prepare() { - rm *.md *.json *.rest || die -} diff --git a/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild deleted file mode 100644 index 1a51e85303b..000 --- a/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="a REST console for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console; -SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="net-misc/curl" - -src_prepare() { - rm *.md *.json *.rest || die -} diff --git a/app-vim/vim-rest-console/vim-rest-console-2.5.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.5.0.ebuild deleted file mode 100644 index 1a51e85303b..000 --- a/app-vim/vim-rest-console/vim-rest-console-2.5.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="a REST console for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console; -SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="net-misc/curl" - -src_prepare() { - rm *.md *.json *.rest || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/muParser/
commit: 89eeaf8e96a2e638fdb0e5d10185bae55bdc5d99 Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:50:57 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Sep 28 00:50:57 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89eeaf8e dev-cpp/muParser: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> dev-cpp/muParser/Manifest | 1 - dev-cpp/muParser/muParser-2.2.5.ebuild | 43 -- 2 files changed, 44 deletions(-) diff --git a/dev-cpp/muParser/Manifest b/dev-cpp/muParser/Manifest index 36dde2ca7f6..95b8c055fdc 100644 --- a/dev-cpp/muParser/Manifest +++ b/dev-cpp/muParser/Manifest @@ -1,2 +1 @@ -DIST muParser-2.2.5.tar.gz 761315 BLAKE2B ddb7a226cecd164929a2f45ca0c2a5d20f37cd6bba2fca919c9e534017fa087523311bade8a7be4a5a011ecd5dec0a2496ff08354d2010341bccf2e2a8276c1d SHA512 d89380ebdc0ce91d0ea38fe43419ab6ed06c47d352b9ee20e1edcce48337b464366153493e0241c373ba2880a8b419fb9541e56cda0d14915daf9b98136ee682 DIST muParser-2.2.6.1.tar.gz 755653 BLAKE2B b3b6b8da57c0e8a0bda74038689d444ba8da00d6cce80030d8b35693209f0293874e4822c4941974be21fd4b7c09ba7df2c9cef861bc10b890aae4f641040faf SHA512 01bfc8cc48158c8413ae5e1da2ddbac1c9f0b9075470b1ab75853587d641dd195ebea268e1060a340098fd8015bc5f77d8e9cde5f81cffeade2f157c5f295496 diff --git a/dev-cpp/muParser/muParser-2.2.5.ebuild b/dev-cpp/muParser/muParser-2.2.5.ebuild deleted file mode 100644 index 6e70ecf5770..000 --- a/dev-cpp/muParser/muParser-2.2.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Library for parsing mathematical expressions" -HOMEPAGE="http://muparser.beltoforion.de/; -SRC_URI="https://github.com/beltoforion/muparser/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc test" -RESTRICT="!test? ( test )" - -S=${WORKDIR}/muparser-${PV} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.32-parallel-build.patch - sed -i \ - -e 's:-O2::g' \ - configure || die -} - -src_configure() { - econf $(use_enable test samples) -} - -src_test() { - cat > test.sh <<- EOFTEST - LD_LIBRARY_PATH="${S}/lib" samples/example1/example1 <<- EOF - quit - EOF - EOFTEST - sh ./test.sh || die "test failed" -} - -src_install() { - default - dodoc Changes.txt -}
[gentoo-commits] repo/gentoo:master commit in: app-vim/rails/
commit: f2a9fc54748753b2a0b2721fe876ff02d89b3d0f Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:45:46 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Sep 28 00:45:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a9fc54 app-vim/rails: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-vim/rails/Manifest | 1 - app-vim/rails/rails-5.1.ebuild | 23 --- 2 files changed, 24 deletions(-) diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest index d95751b1b99..b9ed1767fd0 100644 --- a/app-vim/rails/Manifest +++ b/app-vim/rails/Manifest @@ -1,2 +1 @@ -DIST rails-5.1.tar.gz 57639 BLAKE2B 71873d4428a72b02efc1a516a8cdfebacd6505c914af54e1b59abda1db65b4a52afa7fbdb641311350068e490d08b0f850ea02701cfa02d3e60b67240e9ee84d SHA512 15aac8a66c84c939ad7628480ebae8008644a09c4901d1c20c09945232f39ccff236f4d0926dc4f902b9373bda30dc6740d76f7f580e5e74892cb16749ad5a11 DIST rails-5.2.tar.gz 60940 BLAKE2B 315b4bc96768682fdc8012eed63c9f3881e3e647f3fb065ac3c13b767325c13ff3c69f7c92d626f6cd01705b7bd56361b4a4bbe5c1626f9db0a41233285d6f92 SHA512 0a704545b864eed46513747ab3a9f0d3537e3d6a5d01cb1cf628131f79b4b72f90e567df26364e3344adef423ccf96586367a97d0e7d4a8be9c72f54e842a810 diff --git a/app-vim/rails/rails-5.1.ebuild b/app-vim/rails/rails-5.1.ebuild deleted file mode 100644 index 10a6335781c..000 --- a/app-vim/rails/rails-5.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -MY_PN="vim-rails" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="vim plugin: aids developing Ruby on Rails applications" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/; -SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - rm *.markdown || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-db/go-etcd/
commit: 1da2d7e78331fd6b399f2a8a676856ec5ac68261 Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:54:44 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Sep 28 00:54:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da2d7e7 dev-db/go-etcd: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> dev-db/go-etcd/Manifest | 1 - dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild | 48 dev-db/go-etcd/go-etcd-2.0.0.ebuild | 48 3 files changed, 97 deletions(-) diff --git a/dev-db/go-etcd/Manifest b/dev-db/go-etcd/Manifest index e35e4cbdc68..60c0e298be6 100644 --- a/dev-db/go-etcd/Manifest +++ b/dev-db/go-etcd/Manifest @@ -1,2 +1 @@ -DIST go-etcd-0_p20141013.tar.gz 18214 BLAKE2B ceb14c88dc65c81d0b8f620986ad30d9b0b21f92169979c69d0f7fd97abd81ef0c210dd3cb4bc23f361fc13aa97ba2cf5fcf59524608a14637780a381f3bf21d SHA512 af07b2434bbad219962e989ca1d6ccb86bb40f698aa3f2b681ac04094dc7e878593af6a54e9c1e976d1aeb451661d8100295b0637291b46bafa45452537f1575 DIST go-etcd-2.0.0.tar.gz 18214 BLAKE2B ceb14c88dc65c81d0b8f620986ad30d9b0b21f92169979c69d0f7fd97abd81ef0c210dd3cb4bc23f361fc13aa97ba2cf5fcf59524608a14637780a381f3bf21d SHA512 af07b2434bbad219962e989ca1d6ccb86bb40f698aa3f2b681ac04094dc7e878593af6a54e9c1e976d1aeb451661d8100295b0637291b46bafa45452537f1575 diff --git a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild deleted file mode 100644 index e7ea9c19b91..000 --- a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils vcs-clean - -GO_PN=github.com/coreos/${PN} -DESCRIPTION="Go client library for etcd" - -HOMEPAGE="https://github.com/coreos/go-etcd; -EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8" -SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-lang/go-1.4" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - default_src_unpack - mkdir -p src/${GO_PN%/*} || die - mv ${PN}-${EGIT_COMMIT} src/${GO_PN} || die -} - -src_compile() { - # Create a filtered GOROOT tree out of symlinks, - # excluding go-etcd, for bug #503324. - cp -sR /usr/lib/go goroot || die - rm -rf goroot/src/${GO_PN} || die - rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die - GOROOT=${WORKDIR}/goroot GOPATH=${WORKDIR} \ - go install -x ${GO_PN}/etcd || die -} - -src_install() { - insopts -m0644 -p # preserve timestamps for bug 551486 - insinto /usr/lib/go - doins -r pkg - insinto /usr/lib/go/src - egit_clean - doins -r src/* -} diff --git a/dev-db/go-etcd/go-etcd-2.0.0.ebuild b/dev-db/go-etcd/go-etcd-2.0.0.ebuild deleted file mode 100644 index b47229902f4..000 --- a/dev-db/go-etcd/go-etcd-2.0.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils vcs-clean - -GO_PN=github.com/coreos/${PN} -EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8" - -DESCRIPTION="Go client library for etcd" -HOMEPAGE="https://github.com/coreos/go-etcd; -SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-lang/go-1.4" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - default_src_unpack - mkdir -p src/${GO_PN%/*} || die - mv ${PN}-${EGIT_COMMIT} src/${GO_PN} || die -} - -src_compile() { - # Create a filtered GOROOT tree out of symlinks, - # excluding go-etcd, for bug #503324. - cp -sR /usr/lib/go goroot || die - rm -rf goroot/src/${GO_PN} || die - rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die - GOROOT=${WORKDIR}/goroot GOPATH=${WORKDIR} \ - go install -x ${GO_PN}/etcd || die -} - -src_install() { - insopts -m0644 -p # preserve timestamps for bug 551486 - insinto /usr/lib/go - doins -r pkg - insinto /usr/lib/go/src - egit_clean - doins -r src/* -}
[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-r/
commit: 1e1de890bdbd8010057c7fbaa8760ad44193f84a Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:47:35 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Sep 28 00:47:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1de890 app-vim/vim-r: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-vim/vim-r/Manifest | 1 - app-vim/vim-r/vim-r-1.0.ebuild | 22 -- 2 files changed, 23 deletions(-) diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest index 0bb4955a1bd..557acb649ef 100644 --- a/app-vim/vim-r/Manifest +++ b/app-vim/vim-r/Manifest @@ -1,2 +1 @@ -DIST vim-r-1.0.tar.bz2 82116 BLAKE2B cd4b6c44644b1f5675ec5f893ddfed4a87879afb4ea97c338ff948d6e29065369e4da1a86a29b3c217e4556a43a926a05e07b32cef1f5756cfcf2bfa527ca887 SHA512 9df3bf35da9da6f650c3de23f0a7607e5e02a6193e1f2352d8129668d0ad37a63088a6ae7ac77831952aa7d35bde2d2d7b6f592a15dc856eaf64a1cbb5cd07cc DIST vim-r-1.2.6.tar.bz2 76361 BLAKE2B 0f3596f7cf249562700db24b837a77b2edf8295ab23bd1bf3dff2f59970033ffc2de6017f26e1a5b53aed240aea4c20e8bce673aabcced45ec4f7eef027a972f SHA512 187b31068d32c22c182650571dc5af68cc804562ffdc6b4902729735e4000b1ca4e0636d6b5617f3c2f36403eb4f0b1adc35d2387b5c110286da2ea2254f9009 diff --git a/app-vim/vim-r/vim-r-1.0.ebuild b/app-vim/vim-r/vim-r-1.0.ebuild deleted file mode 100644 index c02b63c3817..000 --- a/app-vim/vim-r/vim-r-1.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: integrate vim with R" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2628; -LICENSE="public-domain" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/R" - -VIM_PLUGIN_HELPFILES="r-plugin.txt" - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "This plugin requires the vimcom R package to be installed," - elog "see https://github.com/jalvesaq/VimCom for instructions." - fi -}
[gentoo-commits] repo/gentoo:master commit in: dev-db/aerospike-server-community/
commit: b31655f3c637910e0387249a8edc69ef3f789b44 Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:53:55 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Sep 28 00:53:55 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31655f3 dev-db/aerospike-server-community: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> dev-db/aerospike-server-community/Manifest | 6 -- .../aerospike-server-community-3.13.0.9.ebuild | 71 -- .../aerospike-server-community-3.14.1.8.ebuild | 71 -- .../aerospike-server-community-3.15.1.4.ebuild | 71 -- .../aerospike-server-community-3.16.0.6.ebuild | 71 -- .../aerospike-server-community-4.0.0.1.ebuild | 71 -- .../aerospike-server-community-4.0.0.4.ebuild | 71 -- 7 files changed, 432 deletions(-) diff --git a/dev-db/aerospike-server-community/Manifest b/dev-db/aerospike-server-community/Manifest index 0d34d563043..071733daf53 100644 --- a/dev-db/aerospike-server-community/Manifest +++ b/dev-db/aerospike-server-community/Manifest @@ -1,7 +1 @@ -DIST aerospike-server-community-3.13.0.9-debian7.tgz 10657823 BLAKE2B a4f88eb24e91e54abb70358e027ff68de48dd4e0c6f919ce0b8d31b27aaaf3cf5894fe876d092247a5adedec39461426195a220cbcb93fe2bbcb648a5d16d332 SHA512 e7a25377970121bbf453b79d5d6504b054c82b9c3e0dbd43dc665aebfe32a8f5319a9654f98d8c89443b493c0ba44babf38e55138ea356c14619fa5b138d19d9 -DIST aerospike-server-community-3.14.1.8-debian7.tgz 14017262 BLAKE2B a02e516e690c84cd5df973bfc08ba019511f685fc20b303a9ff1548a92bf2dbf4b5be9f5bdd0bb94a5586e49eb368b02457dbf4ac40901fb2b601114f5e9b636 SHA512 867b3c90bd56b1eca0ed17ed97004130310ee74cf24d48e52d47fdd926aea536fad8781c43fe0ae37ea2e2dc1864ca64335fefa6b67d3d89b78393f4035b528b -DIST aerospike-server-community-3.15.1.4-debian7.tgz 9775381 BLAKE2B 4f7fe86d99cb0cdc74d0bacdcdaea8112e105b6daa870fee12a0137447118ba73adc580b4e4a47f9e1338bc393aeb32787b067a75415bf5c1c6d76cf4ee94d7c SHA512 2b77622ea4eb35de9eb26b33f0cf47fc8d29a70fe75848b81245842b2f3c728d6b2d3ebe72369b91ef0d53be168cea04086ae469ad69124ab2010f48f3005fd5 -DIST aerospike-server-community-3.16.0.6-debian7.tgz 11106496 BLAKE2B b4d9e4856e7d30f537685ed6f924bae8ba953e8aab363f0fa0ba1e5522719f4a521f757944693c46af2933f9ce4e7f10d60808ef76cb78523347cac38cd0608b SHA512 0e32c73881f29d634b67f1c46cdd608ad306fb164753ae3a113761adc806dba72fbd8d8022f7c5fb1b84171f145113b6659092a23e283e147d292931c5befde7 -DIST aerospike-server-community-4.0.0.1-debian7.tgz 16352955 BLAKE2B e6dd6295a71b4c6edf13a52c4f1be9e8fcea0c94078559b13be456ca714c9c38952a96385003391484bf7d24e3d52745806935c249f0f3cc96a154264a10c2a3 SHA512 896783c0cbe4b136605f17601317c6d62e8791adac6c6bebb8f80be1d33cf2f425a431af7e3fe8e5e7771a196bd4baa9db32dc11b030850c1eb3db755767934a -DIST aerospike-server-community-4.0.0.4-debian7.tgz 16355017 BLAKE2B ad88330e7cc2a3b6c13a8a5ac2c1aa1bd7cf68ed4c9c2669e366cda153aca7b0bdfce35df47269b4ec5699e06bafbb9f7098abae9b83d259c1c259da2c1a SHA512 b3ca3e882d543dfb5fd6293c6d6e95689c31f3c5e8cd77b3611d36c6981f3350b771eebc41d536b0a1e272bd16614354979d7d6a04c10004dd80bb5973b4c6be DIST aerospike-server-community-4.1.0.1-debian7.tgz 16538371 BLAKE2B b879fa134d932dd5c5f3432abd6902e3a1bfd071b7753a78b4d2fdd1cc58e6b875c6793285dbfa18612f9ccd98af4f8ae3a16e7178a30d03715a4d38dc369b1c SHA512 f3954f209a3aab446c193b07fe6c045de89af115f29815a886c99b5648da1e3ff1b348cb1ec4299ce772d7619918e2340de6c25393e04c3bf4b9f1760646625d diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.9.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.9.ebuild deleted file mode 100644 index ba571f1a2be..000 --- a/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.9.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils user - -DESCRIPTION="Flash-optimized, in-memory, nosql database" -HOMEPAGE="http://www.aerospike.com; -SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}-debian7.tgz; - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="sys-libs/readline:0 - sys-libs/zlib - dev-libs/openssl:0 - " -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${P}-debian7" - -pkg_setup() { - enewgroup aerospike - enewuser aerospike -1 /bin/bash /opt/aerospike aerospike -} - -src_prepare() { - local server_deb="${P}.debian7.x86_64.deb" - local tools_deb="aerospike-tools-3.13.0.1.debian7.x86_64.deb" - - ar x "${server_deb}" || die - tar xzf data.tar.gz && rm data.tar.gz || die - - ar x "${tools_deb}" || die - tar xzf data.tar.gz && rm data.tar.gz || die - - rm *.deb asinstall control.tar.gz debian-binary LICENSE SHA256SUMS - rm
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/pstreams/
commit: c29f63dc663e52cbf60f09075ab4419334431a72 Author: Aaron Bauman gentoo org> AuthorDate: Mon Sep 28 00:51:29 2020 + Commit: Aaron Bauman gentoo org> CommitDate: Mon Sep 28 00:51:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29f63dc dev-cpp/pstreams: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> dev-cpp/pstreams/Manifest | 6 - dev-cpp/pstreams/pstreams-0.7.0.ebuild | 42 -- dev-cpp/pstreams/pstreams-0.8.1.ebuild | 42 -- dev-cpp/pstreams/pstreams-1.0.0.ebuild | 42 -- 4 files changed, 132 deletions(-) diff --git a/dev-cpp/pstreams/Manifest b/dev-cpp/pstreams/Manifest index 2dc4c244fea..f5e3e547d8d 100644 --- a/dev-cpp/pstreams/Manifest +++ b/dev-cpp/pstreams/Manifest @@ -1,8 +1,2 @@ -DIST pstreams-0.7.0.tar.gz 55536 BLAKE2B 1201d3121ad3153330da0defbfde64012d97e385349898441fd790a1e4927f362e7f95b5d58cf2ccb53e7955a0ba7b0b5ae8305739f50d4e2a82022191ec9d04 SHA512 287a7503f25ad70c477b51f7c4af4c54947c1abc6c213371cdc7fc4ccdc20bf79b51959c0b482ae2fa9354e529036b2b53ca8ae5cbf8cd82ad43054856e5e00d -DIST pstreams-0.8.1.tar.gz 58588 BLAKE2B c1f6544b1a9cd5f97c1f2f62fb9376afc248a1c833cd087b379f82d0f08054b7b093898ab86eaebf447491f389a0a7fca817f06a40c4cad94fa41024f3d48ea4 SHA512 edb6fa30e0a77c4a83bbb7a15c427376d39d73db17112cc5888c404fa1e99407c42c09c9ca072027ac52c753071fb7d7333237bd49aa44488512ce64de22d8f3 -DIST pstreams-1.0.0.tar.gz 68207 BLAKE2B 9993d17a9be14a79be549d97cb4c86d3bfe2a5f1b857a70d7bc3a976ccb8944f4ed721cbd2040dfde72a5cc1c64a20d4dfef96c091a3bc1c12dcab8ff46bb3e3 SHA512 172ce79431d00d9fd17af610dfb41580a522480265d58531413da1cd950caa00d5cdb8ee12e2888cfa8b93e475cdf8946be9dcc3d02cbda7eba0034e66566b56 DIST pstreams-1.0.1.tar.gz 66188 BLAKE2B 937b9ae833dcace9f0f44dbac6907d5c73c5757f604ea96835c0ddf0ec9abd5fa4f40a1c01872a47fd0bcdc094f90215da6b7f80f261172f93f7b5233b60a5cb SHA512 279f758a4aeba124227e3de07e202f6cd838bfca4f34829a446f2f20cf426bd404f28960b881f810b5f2038e3946d38174ca09e6a07d5dacc0501f41746245e6 -DIST pstreams-docs-0.7.0.tar.gz 102315 BLAKE2B 837bd25092bd0192bc273f67e1eba6b50702033ee91817cf291c4b57618bb6222f383078fa6384fb7178bdabe015b48762b0a650bad9cc01c9a8f10de84325f8 SHA512 d7bccd0e2c83c694ff0c9ddc3ae173b4bdbae19f95c42dcc398e6dab25ea4076fda154ed84bc9b9f2872e468ad60f61a3cb20795b0c17e4bc297e4f425139f75 -DIST pstreams-docs-0.8.1.tar.gz 169559 BLAKE2B 0a625ce1fc4cd372ec4a063bf4209a3c223cbaf4cad42505e93f2534075d36c76b11fefce7abd4e2f6ddbfce7a3c4810ca47409c77fcd8c3a5f1dc829cd91608 SHA512 4b42950831bb9a092ca5eeadceded57888306f6ed24d2bd6c486b890d38b42e241f4430a7411a182d5d59b01a1fe0972d3816ec9510c9e2e50812cf390bc68be -DIST pstreams-docs-1.0.0.tar.gz 174207 BLAKE2B d5aa5f03254ed292dbe7052eb1caa411c41ec1d75fa13e4c6c343bd4762ef84975013b768449e457282d121478cb36d9b3856a12cecee806954ddcdc10bee644 SHA512 44ad649bec3e9b02a52eb9c942842f19700cd3ebb4d7de47dd7887106ab07ab456b477815c90377dd0d92724f6144b88c4a9be89328921a675a4f263d40d4872 DIST pstreams-docs-1.0.1.tar.gz 178382 BLAKE2B dd44e4c6acd83dfc6896145e77408d7c23150c1156e477ccb4052341e041d82163d0ee3e8069ea5fda9033617c3a1162fc2068835d089f6ce7614477c2e3e58b SHA512 e645cb3d1c20cc0c717d03aa24e500489452d0880af0feddcf234e713878159b22a891ec04a66f0aad6988e71418a224a4ba66064e6a83578ecf957d9af167e2 diff --git a/dev-cpp/pstreams/pstreams-0.7.0.ebuild b/dev-cpp/pstreams/pstreams-0.7.0.ebuild deleted file mode 100644 index af6b1a5645d..000 --- a/dev-cpp/pstreams/pstreams-0.7.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="C++ wrapper for the POSIX.2 functions popen(3) and pclose(3)" -HOMEPAGE="http://pstreams.sourceforge.net/; -SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.gz - doc? ( mirror://sourceforge/${PN}/${PN}-docs-${PV}.tar.gz )" - -SLOT="0" -LICENSE="LGPL-3" -IUSE="doc" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="doc? ( app-doc/doxygen )" - -src_compile() { - if use doc; then - doxygen -u || die - emake - fi -} - -src_test() { - emake \ - CXX="$(tc-getCXX)" \ - CXXFLAGS="${CXXFLAGS}" \ - check -} - -src_install() { - doheader pstream.h - - dodoc AUTHORS ChangeLog README - - use doc && dohtml -r "${WORKDIR}"/${PN}-docs-${PV}/* -} diff --git a/dev-cpp/pstreams/pstreams-0.8.1.ebuild b/dev-cpp/pstreams/pstreams-0.8.1.ebuild deleted file mode 100644 index ce094560916..000 --- a/dev-cpp/pstreams/pstreams-0.8.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="C++ wrapper for the POSIX.2 functions popen(3) and pclose(3)"
[gentoo-commits] repo/gentoo:master commit in: dev-util/cbindgen/
commit: 9ce8b4b112c8190e2a8fac4e7ad14c131e976e3f Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Sep 28 00:10:46 2020 + Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 28 00:13:06 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce8b4b1 dev-util/cbindgen: add QA_FLAGS_IGNORED Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/cbindgen/cbindgen-0.14.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cbindgen/cbindgen-0.14.4.ebuild b/dev-util/cbindgen/cbindgen-0.14.4.ebuild index 3762d45e04b..17e495dffdf 100644 --- a/dev-util/cbindgen/cbindgen-0.14.4.ebuild +++ b/dev-util/cbindgen/cbindgen-0.14.4.ebuild @@ -52,3 +52,4 @@ SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="MIT MPL-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" +QA_FLAGS_IGNORED="usr/bin/cbindgen"
[gentoo-commits] proj/sci:master commit in: /
commit: e2e89b749cc7e4db12451739f7fade83e9c002c9 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 20:12:31 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 20:12:31 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e2e89b74 Travis CI - update to latest Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> .travis.yml | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 241a06e33..c10d6b7dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,29 +3,30 @@ # See https://github.com/mrueg/repoman-travis # language: python -cache: pip python: -- pypy +- "3.8" env: -- PORTAGE_VER="2.3.51" +- PORTAGE_VER="3.0.7" before_install: - sudo apt-get -qq update -install: -- pip install lxml PyYAML +- pip install lxml pyyaml before_script: -- sudo chmod a+rwX /etc/passwd /etc/group /etc /usr -- mkdir -p travis-overlay /etc/portage /usr/portage/distfiles +- sudo chmod a+rwX /etc/passwd /etc/group /etc /var /var/cache +- mkdir -p travis-overlay /etc/portage /var/cache/distfiles /var/db/repos/gentoo - mv !(travis-overlay) travis-overlay/ - mv .git travis-overlay/ +- wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O .travis.yml.upstream - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh; - wget -qO - "https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz; | tar xz -- wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; | tar xz -C /usr/portage --strip-components=1 +- wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; | tar xz -C /var/db/repos/gentoo --strip-components=1 - chmod a+rwx spinner.sh - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd - echo "portage::250:portage,travis" >> /etc/group -- wget "https://www.gentoo.org/dtd/metadata.dtd; -O /usr/portage/distfiles/metadata.dtd +- wget "https://www.gentoo.org/dtd/metadata.dtd; -O /var/cache/distfiles/metadata.dtd - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf -- ln -s /usr/portage/profiles/default/linux/amd64/17.1 /etc/portage/make.profile +- ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 /etc/portage/make.profile +- SIZE=$(stat -c %s .travis.yml.upstream) +- if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi - cd travis-overlay script: - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
[gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_csv/, sci-geosciences/pydap_responses_matlab/, ...
commit: 41ce3f49a8becabda92712440662a1217524beef Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 19:52:39 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 19:52:39 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=41ce3f49 sci-geosciences/*: remove all packages all are python2 and not updated in >3 years Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-geosciences/pydap/metadata.xml | 18 --- sci-geosciences/pydap/pydap-3.1.1.ebuild | 37 -- sci-geosciences/pydap/pydap-3.1.ebuild | 37 -- sci-geosciences/pydap_handlers_csv/metadata.xml| 19 --- .../pydap_handlers_csv-0.1.1.ebuild| 25 --- sci-geosciences/pydap_handlers_hdf5/metadata.xml | 19 --- .../pydap_handlers_hdf5-0.1.7.ebuild | 36 - sci-geosciences/pydap_handlers_nca/metadata.xml| 19 --- .../pydap_handlers_nca-0.1.3.ebuild| 28 sci-geosciences/pydap_handlers_netcdf/metadata.xml | 19 --- .../pydap_handlers_netcdf-0.6.4.ebuild | 35 sci-geosciences/pydap_handlers_proxy/metadata.xml | 19 --- .../pydap_handlers_proxy-0.1.1.ebuild | 28 sci-geosciences/pydap_handlers_sqlite/metadata.xml | 19 --- .../pydap_handlers_sqlite-0.1.0.ebuild | 28 sci-geosciences/pydap_responses_kml/metadata.xml | 20 .../pydap_responses_kml-0.4.6.ebuild | 25 --- .../pydap_responses_matlab/metadata.xml| 19 --- .../pydap_responses_matlab-0.2.1.ebuild| 34 .../pydap_responses_netcdf/metadata.xml| 19 --- .../pydap_responses_netcdf-0.1.4.1.ebuild | 34 sci-geosciences/pydap_responses_wms/metadata.xml | 20 .../pydap_responses_wms-0.5.4.ebuild | 28 sci-geosciences/pydap_responses_xls/metadata.xml | 20 .../pydap_responses_xls-0.1.2.ebuild | 27 25 files changed, 632 deletions(-) diff --git a/sci-geosciences/pydap/metadata.xml b/sci-geosciences/pydap/metadata.xml deleted file mode 100644 index 21edfa452..0 --- a/sci-geosciences/pydap/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - t...@cerazone.net - Tim Cera - - - sci-geoscien...@gentoo.org - Gentoo Geosciences Project - - -Pydap is a pure Python library implementing the Data Access Protocol. - - - Pydap - - diff --git a/sci-geosciences/pydap/pydap-3.1.1.ebuild b/sci-geosciences/pydap/pydap-3.1.1.ebuild deleted file mode 100644 index 72c6bd14e..0 --- a/sci-geosciences/pydap/pydap-3.1.1.ebuild +++ /dev/null @@ -1,37 +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 - -MY_PN=${PN/pydap/Pydap} -MY_P=${P/pydap/Pydap} -MY_P=${MY_P/_rc/.rc.} - -DESCRIPTION="Data Access Protocol client and server" -HOMEPAGE="http://pydap.org; -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="pydap" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/wsgiintercept[${PYTHON_USEDEP}] - >=dev-python/numpy-1.2.1[${PYTHON_USEDEP}] - >=dev-python/httplib2-0.4.0[${PYTHON_USEDEP}] - >=dev-python/genshi-0.5.1[${PYTHON_USEDEP}] - >=dev-python/paste-1.7.2[${PYTHON_USEDEP}] - >=dev-python/pastescript-1.7.2[${PYTHON_USEDEP}] - >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]" - -S="$WORKDIR"/${MY_P} - -python_test() { - esetup.py test -} diff --git a/sci-geosciences/pydap/pydap-3.1.ebuild b/sci-geosciences/pydap/pydap-3.1.ebuild deleted file mode 100644 index 72c6bd14e..0 --- a/sci-geosciences/pydap/pydap-3.1.ebuild +++ /dev/null @@ -1,37 +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 - -MY_PN=${PN/pydap/Pydap} -MY_P=${P/pydap/Pydap} -MY_P=${MY_P/_rc/.rc.} - -DESCRIPTION="Data Access Protocol client and server" -HOMEPAGE="http://pydap.org; -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="pydap" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/wsgiintercept[${PYTHON_USEDEP}] - >=dev-python/numpy-1.2.1[${PYTHON_USEDEP}] - >=dev-python/httplib2-0.4.0[${PYTHON_USEDEP}] -
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
commit: 35101426890f72636118c5e73faa80a43e662762 Author: Mike Pagano gentoo org> AuthorDate: Sun Sep 27 23:29:25 2020 + Commit: Mike Pagano gentoo org> CommitDate: Sun Sep 27 23:29:25 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35101426 sys-kernel/git-sources: Linux patch 5.9-rc7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/git-sources/Manifest | 1 + sys-kernel/git-sources/git-sources-5.9_rc7.ebuild | 40 +++ 2 files changed, 41 insertions(+) diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 449842d5429..6fb89575718 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -5,3 +5,4 @@ DIST patch-5.9-rc3.patch 63570996 BLAKE2B 7bd2b596298f5cee0baf480544592d0964b473 DIST patch-5.9-rc4.patch 63952223 BLAKE2B 13121098e6d93ed02b21e9dcef1fd2dc806b0b11958261e05feee2b2b3f946833fe266b1016c84fee7554278d64158f87da91779313b79fbf8407b2e8d2e92ca SHA512 0b167737a08e413a1fb62a7656e7130029e997bbc733924b9e523cea95945126f1da6e7c90a2c5fd97f9621a4c4ddb27e5e462ac4c4b227e4f0492096c0f1201 DIST patch-5.9-rc5.patch 64122375 BLAKE2B 0f7d66eb7a8bb70fba3068fb77d3a21349e775f4c8f97c4f971fec8c3414d463450928a8c4cc30d26e06d9a7ca8796714631fe7a084c71cf89c6942ffe24503c SHA512 414d7c0d1c42487de01398657e7e8f8801258ad0cbcd5087af6aa59372c04420379fc5a639005a07ef0dce4e7a8cede3c389c3a409ad4647d48cad6a1123ad6d DIST patch-5.9-rc6.patch 64271496 BLAKE2B 63a7c1054eb11e9d0cf4829e7d8033d501fa7f7495327c4b424a96b338c1e49fbeae6447cd1134c6632c978e4b65dd4f477dbedb39cc09892f044ce79ae38ca1 SHA512 ea3247d5e860898e4254ac32a2583c926c3179dadf6f9132829c636870c733b21fa09dd4ffca6d9522ed486bed7265c47f01bb435f47bbea34f440dd7989501e +DIST patch-5.9-rc7.patch 64541010 BLAKE2B 550872db5861c55eb01e801bf1ff7f9aeea65d06940b0662b455f73267dd9df4edec6c01523b583045c448f2de59886bb497dc8d39d69d1a9a9877f5bd9850b6 SHA512 945be50ee1a5529ad49ddc5613a3603f1d85ee53a68032a0f75ec2ac694100e2ccdea5af97ee72b2f73cde41c98a284754e846f5668a8c091fe51f77b3cfab3c diff --git a/sys-kernel/git-sources/git-sources-5.9_rc7.ebuild b/sys-kernel/git-sources/git-sources-5.9_rc7.ebuild new file mode 100644 index 000..c239fcfa16c --- /dev/null +++ b/sys-kernel/git-sources/git-sources-5.9_rc7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="5.8" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="yes" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org; +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.5" + +pkg_postinst() { + postinst_sources +}
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
commit: 37dd45828b84ef31878e65e574bc731fb41f18f0 Author: Sven Wegener gentoo org> AuthorDate: Sun Sep 27 23:01:14 2020 + Commit: Sven Wegener gentoo org> CommitDate: Sun Sep 27 23:03:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37dd4582 dev-embedded/libjaylink: Disable -Werror, bug #744979 Closes: https://bugs.gentoo.org/744979 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sven Wegener gentoo.org> dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 1 + dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 1 + dev-embedded/libjaylink/libjaylink-.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild index 93c619b44c8..daffa2fb239 100644 --- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild @@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" src_prepare() { + sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die eapply_user eautoreconf || die } diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild index a1a85a787c5..9538b56ebf6 100644 --- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild @@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" src_prepare() { + sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die eapply_user eautoreconf multilib_copy_sources diff --git a/dev-embedded/libjaylink/libjaylink-.ebuild b/dev-embedded/libjaylink/libjaylink-.ebuild index 2b9467f1194..79cc322ed07 100644 --- a/dev-embedded/libjaylink/libjaylink-.ebuild +++ b/dev-embedded/libjaylink/libjaylink-.ebuild @@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" src_prepare() { + sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die eapply_user eautoreconf multilib_copy_sources
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
commit: 27298e65317cb951836e73c8d176eabb7bd7aab2 Author: Sven Wegener gentoo org> AuthorDate: Sun Sep 27 23:02:45 2020 + Commit: Sven Wegener gentoo org> CommitDate: Sun Sep 27 23:03:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27298e65 dev-embedded/libjaylink: Add BDEPEND on virtual/pkgconfig Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sven Wegener gentoo.org> dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 1 + dev-embedded/libjaylink/libjaylink-.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild index 9538b56ebf6..c532bb87780 100644 --- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild @@ -17,6 +17,7 @@ IUSE="static-libs" DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die diff --git a/dev-embedded/libjaylink/libjaylink-.ebuild b/dev-embedded/libjaylink/libjaylink-.ebuild index 79cc322ed07..af23bef609c 100644 --- a/dev-embedded/libjaylink/libjaylink-.ebuild +++ b/dev-embedded/libjaylink/libjaylink-.ebuild @@ -17,6 +17,7 @@ IUSE="static-libs" DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
[gentoo-commits] proj/sci:master commit in: dev-util/amdapp/
commit: 0614260b17229537554dbac08af8dcaecd43cbdf Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 18:43:07 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 18:43:07 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0614260b dev-util/amdapp: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-util/amdapp/amdapp-3.0-r1.ebuild | 73 - dev-util/amdapp/amdapp-3.0-r2.ebuild | 89 dev-util/amdapp/metadata.xml | 18 3 files changed, 180 deletions(-) diff --git a/dev-util/amdapp/amdapp-3.0-r1.ebuild b/dev-util/amdapp/amdapp-3.0-r1.ebuild deleted file mode 100644 index 359aa2f57..0 --- a/dev-util/amdapp/amdapp-3.0-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit unpacker versionator - -MY_V="$(get_version_component_range 1).$(get_version_component_range 2).130.135-GA" - -X86_AT="AMD-APP-SDKInstaller-v${MY_V}-linux32.tar.bz2" -AMD64_AT="AMD-APP-SDKInstaller-v${MY_V}-linux64.tar.bz2" - -MY_P_AMD64="AMD-APP-SDK-v${MY_V}-linux64.sh" -MY_P_AMD32="AMD-APP-SDK-v${MY_V}-linux32.sh" - -DESCRIPTION="AMD Accelerated Parallel Processing (APP) SDK" -HOMEPAGE="http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk; -SRC_URI=" - amd64? ( ${AMD64_AT} ) - x86? ( ${X86_AT} )" - -LICENSE="AMD-APPSDK" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND=" - !http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk; -SRC_URI=" - amd64? ( ${AMD64_AT} ) - x86? ( ${X86_AT} )" -LICENSE="AMD-APPSDK" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND=" - ! -http://www.gentoo.org/dtd/metadata.dtd;> - - -AMD Accelerated Parallel Processing (APP) is an SDK which includes -the Bolt libraries and an OpenCL implementation for AMD's CPUs and GPUs. - - - gent...@gmx.de - - - clus...@gentoo.org - Gentoo Cluster Project - - - Build the OpenCL example programs - -
[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_mapreduce/
commit: d145438e72b2181851836b6ec29e9564a2f49efa Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:20:05 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:43:20 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d145438e sci-biology/scbi_mapreduce: removed discontinued package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/scbi_mapreduce/metadata.xml| 15 - .../scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild| 26 -- 2 files changed, 41 deletions(-) diff --git a/sci-biology/scbi_mapreduce/metadata.xml b/sci-biology/scbi_mapreduce/metadata.xml deleted file mode 100644 index fec60e6f5..0 --- a/sci-biology/scbi_mapreduce/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - scbi_mapreduce - - diff --git a/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild b/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild deleted file mode 100644 index 2e4527061..0 --- a/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Run parallel and distributed computing jobs" -HOMEPAGE="https://rubygems.org/gems/scbi_mapreduce; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ruby/hoe-3.6 - >=dev-ruby/rdoc-4.0" -RDEPEND="${DEPEND} - >=dev-ruby/eventmachine-0.12.0 - dev-ruby/json"
[gentoo-commits] proj/sci:master commit in: sci-biology/Atlas2/
commit: 1a7addf40ba3a1e97f3fefe12d9b71086f954c71 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:35:48 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:43:20 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a7addf4 sci-biology/Atlas2: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/Atlas2/Atlas2-1.4.3.ebuild | 40 -- sci-biology/Atlas2/metadata.xml| 21 -- 2 files changed, 61 deletions(-) diff --git a/sci-biology/Atlas2/Atlas2-1.4.3.ebuild b/sci-biology/Atlas2/Atlas2-1.4.3.ebuild deleted file mode 100644 index 2305fb15d..0 --- a/sci-biology/Atlas2/Atlas2-1.4.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -inherit ruby-fakegem - -DESCRIPTION="Variant analysis tools from whole exome capture sequencing (WECS)" -HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas2; -SRC_URI="http://downloads.sourceforge.net/project/atlas2/Atlas2_v1.4.3.zip; - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - sci-biology/samtools:0 - sci-biology/blat - sci-biology/phrap - sci-biology/ucsc-genome-browser" # that provides bigWig.h and jkweb.a, aka Jim Kent's src -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/all/"${PN}"_v"${PV}" - -src_compile(){ - cd SOLiD-SNP-caller || die - default - - cd ../vcfPrinter || die - # TODO: install the *.rb files - - cd ../Atlas-Indel2 || die - # TODO: install the *.rb and files in lib/ - - cd ../Atlas-SNP2 || die - # TODO: install -} diff --git a/sci-biology/Atlas2/metadata.xml b/sci-biology/Atlas2/metadata.xml deleted file mode 100644 index 7ce5225f5..0 --- a/sci-biology/Atlas2/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - -Atlas2 is a next-generation sequencing suite of variant analysis -tools specializing in the separation of true SNPs and insertions -and deletions (indels) from sequencing and mapping errors in Whole -Exome Capture Sequencing (WECS) data. - - - downloads - -
[gentoo-commits] proj/sci:master commit in: sci-biology/Atlas/
commit: ae508e533a7c8d143dbee04f123f5e71b94c6b4a Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:34:55 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:43:20 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ae508e53 sci-biology/Atlas: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/Atlas/Atlas-2005.ebuild | 40 - sci-biology/Atlas/metadata.xml | 12 --- 2 files changed, 52 deletions(-) diff --git a/sci-biology/Atlas/Atlas-2005.ebuild b/sci-biology/Atlas/Atlas-2005.ebuild deleted file mode 100644 index cfe09e0f7..0 --- a/sci-biology/Atlas/Atlas-2005.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="Atlas Whole Genome Assembly Suite" -HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas-whole-genome-assembly-suite; -SRC_URI="https://www.hgsc.bcm.edu/sites/default/files/software/Atlas/atlas-src.tgz; -# https://www.hgsc.bcm.edu/sites/default/files/software/Atlas/atlas2005-linux.tgz - -LICENSE="ATLAS" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-libs/boost" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/atlas-src/CBT - -src_prepare(){ - sed -e "s/^CC = .*/CC = $(tc-getCC)/" -e "s/^GCC = .*/GCC = $(tc-getCXX)/" -i Makefile || die - sed -e "s/^CC = .*/CC = $(tc-getCC)/" -e "s/^GCC = .*/GCC = $(tc-getCXX)/" -i ../CBTApps/Makefile.in || die - sed -e "s@^# CBT_DEVEL_USER = .*@CBT_DEVEL_USER = ${EPREFIX}/@" -i Makefile || die - sed -e "s@^# CBT_DEVEL_USER = .*@CBT_DEVEL_USER = ${EPREFIX}/@" -i Makefile.in || die - sed -e "s#^CBT_INSTALL_LIB = /home/hgsc/lib/#CBT_INSTALL_LIB = ${EPREFIX}/usr/lib/#" -i Makefile || die - sed -e "s#^CBT_INSTALL_LIB = /home/hgsc/lib/#CBT_INSTALL_LIB = ${EPREFIX}/usr/lib/#" -i Makefile.in || die - sed -e "s#^BOOST_DIR = .*#BOOST_DIR = ${EPREFIX}/usr/lib/#" -i Makefile || die - sed -e "s#^BOOST_DIR = .*#BOOST_DIR = ${EPREFIX}/usr/lib/#" -i Makefile.in || die - sed -e "s#^CXX = .*#CXX = $(tc-getCXX)#" -i gzstream/Makefile || die -} - -src_compile(){ - # install headers, bins and libs into CBT_DEVEL_USER, then compile apps - emake CBT_DEVEL_DIR="${WORKDIR}/atlas-src/CBT" CBT_INSTALL_DIR="${D}"/"${EPREFIX}" - cd ../CBTApps || die - emake CBT_DEVEL_DIR="${WORKDIR}/atlas-src/CBTApps" CBT_INSTALL_DIR="${D}"/"${EPREFIX}" -} diff --git a/sci-biology/Atlas/metadata.xml b/sci-biology/Atlas/metadata.xml deleted file mode 100644 index 138cb7705..0 --- a/sci-biology/Atlas/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-biology/scbi_zcat/
commit: 1f3f2b8423bd0d2cc6c95aaf87d38927aa28eb6a Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:22:23 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:43:20 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f3f2b84 sci-biology/scbi_zcat: removed discontinued package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/scbi_zcat/metadata.xml | 15 --- sci-biology/scbi_zcat/scbi_zcat-0.0.2.ebuild | 24 2 files changed, 39 deletions(-) diff --git a/sci-biology/scbi_zcat/metadata.xml b/sci-biology/scbi_zcat/metadata.xml deleted file mode 100644 index aaf119d8f..0 --- a/sci-biology/scbi_zcat/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - scbi_zcat - - diff --git a/sci-biology/scbi_zcat/scbi_zcat-0.0.2.ebuild b/sci-biology/scbi_zcat/scbi_zcat-0.0.2.ebuild deleted file mode 100644 index 27bb17da9..0 --- a/sci-biology/scbi_zcat/scbi_zcat-0.0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Read files from a zcat pipe of a gz file" -HOMEPAGE="https://rubygems.org/gems/scbi_zcat; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ruby/bundler-1.7 - >=dev-ruby/rake-10.0" -RDEPEND="${DEPEND}"
[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/
commit: 8f51e5aede318cb3b4354e0634df010bd8c5aaa0 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:20:53 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:43:20 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8f51e5ae sci-biology/scbi_plot: removed discontinued package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/scbi_plot/metadata.xml | 15 --- sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild | 25 - 2 files changed, 40 deletions(-) diff --git a/sci-biology/scbi_plot/metadata.xml b/sci-biology/scbi_plot/metadata.xml deleted file mode 100644 index f94206d02..0 --- a/sci-biology/scbi_plot/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - scbi_plot - - diff --git a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild deleted file mode 100644 index e51b6d0aa..0 --- a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Wrapper to create plots with gnuplot" -HOMEPAGE="https://rubygems.org/gems/scbi_plot; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ruby/hoe-2.8.0 - >=dev-ruby/rdoc-4.0" -RDEPEND="${DEPEND} - >=sci-visualization/gnuplot-2.3.0"
[gentoo-commits] proj/sci:master commit in: sci-biology/Atlas-Link/
commit: 767570471714492950777b01427b0eeafae98709 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:36:25 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:43:20 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=76757047 sci-biology/Atlas-Link: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/Atlas-Link/Atlas-Link-0.01-r1.ebuild | 26 sci-biology/Atlas-Link/metadata.xml | 12 --- 2 files changed, 38 deletions(-) diff --git a/sci-biology/Atlas-Link/Atlas-Link-0.01-r1.ebuild b/sci-biology/Atlas-Link/Atlas-Link-0.01-r1.ebuild deleted file mode 100644 index 9324bc4f8..0 --- a/sci-biology/Atlas-Link/Atlas-Link-0.01-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit perl-module - -DESCRIPTION="Link and orient genome sequence contigs using mate-pair information" -HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas-link; -SRC_URI="https://www.hgsc.bcm.edu/sites/default/files/software/Atlas_Link/Atlas-link.tar.gz -> ${P}.tar.gz" - -LICENSE="HGSC-BCM" -SLOT="0" -KEYWORDS="" -IUSE="" - -# https://github.com/gitpan/Algorithm-ClusterPoints -DEPEND=" - dev-lang/perl - dev-perl/Graph - dev-perl/Algorithm-ClusterPoints - dev-perl/XML-DOM - dev-perl/Statistics-Descriptive" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/Atlas-link diff --git a/sci-biology/Atlas-Link/metadata.xml b/sci-biology/Atlas-Link/metadata.xml deleted file mode 100644 index 138cb7705..0 --- a/sci-biology/Atlas-Link/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-biology/Atlas_GapFill/
commit: 445e6bd8a1fbcd0c93bd0509a467b6bb75a1d265 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:37:20 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:43:20 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=445e6bd8 sci-biology/Atlas_GapFill: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild | 23 -- sci-biology/Atlas_GapFill/metadata.xml | 12 --- 2 files changed, 35 deletions(-) diff --git a/sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild b/sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild deleted file mode 100644 index 935134f09..0 --- a/sci-biology/Atlas_GapFill/Atlas_GapFill-2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Close gaps using BWA-identified reads and reassemble" -HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas-gapfill; -SRC_URI=" - https://www.hgsc.bcm.edu/sites/default/files/software/ATLAS_GapFill_V2_2/ATLAS_GapFill_V2.2_release.tar.bz2 - https://www.hgsc.bcm.edu/sites/default/files/software/ATLAS_GapFill_V2_2/README -> ATLAS_GapFill_V2_2.README" - -LICENSE="ATLAS" -SLOT="0" -KEYWORDS="" -IUSE="" - -# is there an ebuild for newbler so we could add it to DEPEND? -RDEPEND=" - dev-lang/perl - sci-biology/phrap - sci-biology/bwa - sci-biology/velvet" -DEPEND="" diff --git a/sci-biology/Atlas_GapFill/metadata.xml b/sci-biology/Atlas_GapFill/metadata.xml deleted file mode 100644 index 138cb7705..0 --- a/sci-biology/Atlas_GapFill/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-misc/omorfi/
commit: 56cf2ea141038c846f435cdec4d0a50a620a9dfd Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 18:39:19 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 18:39:19 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=56cf2ea1 sci-misc/omorfi: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-misc/omorfi/metadata.xml| 11 --- sci-misc/omorfi/omorfi-0.1_alpha.ebuild | 25 - 2 files changed, 36 deletions(-) diff --git a/sci-misc/omorfi/metadata.xml b/sci-misc/omorfi/metadata.xml deleted file mode 100644 index 738386c91..0 --- a/sci-misc/omorfi/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - flam...@gentoo.org - - -Omorfi is a free open source implementation of Finnish word form -morphology. - - diff --git a/sci-misc/omorfi/omorfi-0.1_alpha.ebuild b/sci-misc/omorfi/omorfi-0.1_alpha.ebuild deleted file mode 100644 index 2486d97ab..0 --- a/sci-misc/omorfi/omorfi-0.1_alpha.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_P="${PN}-${PV/_alpha/-alpha}" - -DESCRIPTION="Open morphology for Finnish language" -HOMEPAGE="http://gna.org/projects/omorfi; -SRC_URI="http://download.gna.org/omorfi/${MY_P}.tar.bz2; - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=" - >=sci-misc/kotus-sanalista-1 - dev-java/saxon - sci-misc/sfst" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -MAKEOPTS+=" -j1"
[gentoo-commits] proj/sci:master commit in: sci-misc/hfst/
commit: 41680af6baf6db967ce59cc06b45d9f8d47f7a2d Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 18:38:23 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 18:38:23 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=41680af6 sci-misc/hfst: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-misc/hfst/hfst-3.3.12.ebuild | 34 -- sci-misc/hfst/metadata.xml | 31 --- 2 files changed, 65 deletions(-) diff --git a/sci-misc/hfst/hfst-3.3.12.ebuild b/sci-misc/hfst/hfst-3.3.12.ebuild deleted file mode 100644 index 92d0eb714..0 --- a/sci-misc/hfst/hfst-3.3.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Helsinki Finite State Transducer API and tools" -HOMEPAGE="http://hfst.sourceforge.net/; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+openfst sfst foma xml +glib" - -RDEPEND=" - foma? ( >sci-misc/foma-0.9.13 ) - glib? ( dev-libs/glib:2 ) - openfst? ( >sci-misc/openfst-1.2 ) - sfst? ( >sci-misc/sfst-1.3 ) - xml? ( dev-libs/libxml2:2= dev-cpp/libxmlpp:3.0= ) -" -DEPEND="${RDEPEND} - >=sys-devel/flex-2.5.35 - sys-devel/bison" - -src_configure() { - econf \ - $(use_with openfst) \ - $(use_with sfst) \ - $(use_with foma) \ - $(use_enable xml apertium2fst) \ - $(use_with glib unicodehandler glib) \ - --enable-lexc -} diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml deleted file mode 100644 index 1bda309e1..0 --- a/sci-misc/hfst/metadata.xml +++ /dev/null @@ -1,31 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - -Open Source API for FSTs, a set of command line tools, and clones of -traditional FST-based linguistic morphology tools. - - - -Add optional support for openfst backend library -(sci-misc/openfst) - - -Add optional support for foma backend library -(sci-misc/foma) - -Add optional support for sfst backend library -(sci-misc/sfst) - - -Parse UTF-8 and collate unicode using glib instead of -homebrewn methods - - -Include parsers for grammars and formats that require XML support - - - - hfst - -
[gentoo-commits] proj/sci:master commit in: sci-misc/simx/
commit: 4814d0f19d00f54292f91d70d2fd9d21067928bf Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 18:37:49 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 18:37:49 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4814d0f1 sci-misc/simx: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-misc/simx/metadata.xml | 11 --- sci-misc/simx/simx-0.2.ebuild | 32 sci-misc/simx/simx-.ebuild | 33 - 3 files changed, 76 deletions(-) diff --git a/sci-misc/simx/metadata.xml b/sci-misc/simx/metadata.xml deleted file mode 100644 index b1adaa806..0 --- a/sci-misc/simx/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - s...@gentoo.org - Gentoo Science Project - - - sim-x - - diff --git a/sci-misc/simx/simx-0.2.ebuild b/sci-misc/simx/simx-0.2.ebuild deleted file mode 100644 index fb74b984f..0 --- a/sci-misc/simx/simx-0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils distutils-r1 - -DESCRIPTION="Library for developing parallel, discrete-event simulations in Python" -HOMEPAGE="https://github.com/sim-x; -SRC_URI="https://github.com/sim-x/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - virtual/mpi - dev-libs/boost[python,${PYTHON_USEDEP}] - dev-python/greenlet[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-util/cmake" - -python_prepare_all() { - # don't do egg install - sed \ - -e 's/self.do_egg_install()/_install.install.run(self)/' \ - -i setup.py || die - distutils-r1_python_prepare_all -} diff --git a/sci-misc/simx/simx-.ebuild b/sci-misc/simx/simx-.ebuild deleted file mode 100644 index 940aa7643..0 --- a/sci-misc/simx/simx-.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils distutils-r1 git-r3 - -DESCRIPTION="Library for developing parallel, discrete-event simulations in Python" -HOMEPAGE="https://github.com/sim-x; -SRC_URI="" -EGIT_REPO_URI="git://github.com/sim-x/${PN}.git http://github.com/sim-x/${PN}.git; - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="" -IUSE="" - -RDEPEND=" - virtual/mpi - dev-libs/boost[python,${PYTHON_USEDEP}] - dev-python/greenlet[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-util/cmake" - -python_prepare_all() { - # don't do egg install - sed \ - -e 's/self.do_egg_install()/_install.install.run(self)/' \ - -i setup.py || die - distutils-r1_python_prepare_all -}
[gentoo-commits] proj/sci:master commit in: sci-misc/sfst/files/, sci-misc/sfst/
commit: 28b28f11edc9ef6c66543bcdd488c2398f50c42f Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 18:36:40 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 18:36:40 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=28b28f11 sci-misc/sfst: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-misc/sfst/files/50sfst-gentoo.el | 9 sci-misc/sfst/files/SFST-1.3-gcc43.patch | 37 -- sci-misc/sfst/files/ftdetect-sfst.vim| 2 - sci-misc/sfst/metadata.xml | 13 - sci-misc/sfst/sfst-1.4.2.ebuild | 80 -- sci-misc/sfst/sfst-1.4.6g.ebuild | 82 --- sci-misc/sfst/sfst-1.4.7d.ebuild | 83 7 files changed, 306 deletions(-) diff --git a/sci-misc/sfst/files/50sfst-gentoo.el b/sci-misc/sfst/files/50sfst-gentoo.el deleted file mode 100644 index e3e9da983..0 --- a/sci-misc/sfst/files/50sfst-gentoo.el +++ /dev/null @@ -1,9 +0,0 @@ - -;;; site-lisp configuration for sfst-syntax - -(add-to-list 'load-path "@SITELISP@") - -(autoload 'sfst-mode "ebuild-mode" - "Major mode for SFST-PL files" t) - -(add-to-list 'auto-mode-alist '("\\.fst\\'" . sfst-mode)) diff --git a/sci-misc/sfst/files/SFST-1.3-gcc43.patch b/sci-misc/sfst/files/SFST-1.3-gcc43.patch deleted file mode 100644 index 3198d6b0f..0 --- a/sci-misc/sfst/files/SFST-1.3-gcc43.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -Naur SFST-1.3/src/alphabet.C SFST/src/alphabet.C SFST-1.3/src/alphabet.C2008-09-11 10:59:11.0 + -+++ SFST/src/alphabet.C2008-09-11 11:01:44.0 + -@@ -10,6 +10,9 @@ - /* */ - /***/ - -+#include -+#include -+ - #include "utf8.h" - #include "alphabet.h" - -diff -Naur SFST-1.3/src/alphabet.h SFST/src/alphabet.h SFST-1.3/src/alphabet.h2008-09-11 10:59:11.0 + -+++ SFST/src/alphabet.h2008-09-11 10:59:54.0 + -@@ -21,6 +21,8 @@ - - #include - -+#include -+ - #ifndef CODE_DATA_TYPE - typedef unsigned short Character; // data type of the symbol codes - #else -diff -Naur SFST-1.3/src/interface.h SFST/src/interface.h SFST-1.3/src/interface.h 2008-09-11 10:59:11.0 + -+++ SFST/src/interface.h 2008-09-11 11:03:32.0 + -@@ -82,7 +82,7 @@ - Transducer *optional( Transducer *a ); - Transducer *make_rule( Transducer *lc, Range *r1, Twol_Type type, - Range *r2, Transducer *rc ); --Transducer *freely_insert( Transducer *a, Character c, Character c ); -+Transducer *freely_insert( Transducer *a, Character lc, Character uc ); - Transducer *make_mapping( Ranges*, Ranges* ); - Ranges *add_range( Range*, Ranges* ); - Contexts *make_context( Transducer *l, Transducer *r ); diff --git a/sci-misc/sfst/files/ftdetect-sfst.vim b/sci-misc/sfst/files/ftdetect-sfst.vim deleted file mode 100644 index df702ad49..0 --- a/sci-misc/sfst/files/ftdetect-sfst.vim +++ /dev/null @@ -1,2 +0,0 @@ -" SFST ftdetect for vim sfst-syntax -au BufRead,BufNewFile *.sfst set filetype=sfst diff --git a/sci-misc/sfst/metadata.xml b/sci-misc/sfst/metadata.xml deleted file mode 100644 index e1523edf0..0 --- a/sci-misc/sfst/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - flam...@gentoo.org - N.B. This is used in my master’s thesis project - - -SFST is open source package for compiling and using Finite State -Transducers, mainly for linguistic uses, made in university of -Stuttgart, Germany. - - diff --git a/sci-misc/sfst/sfst-1.4.2.ebuild b/sci-misc/sfst/sfst-1.4.2.ebuild deleted file mode 100644 index 3fe2847a0..0 --- a/sci-misc/sfst/sfst-1.4.2.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp eutils - -MY_PN="SFST" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Uni Stuttgart Finite State Transducer tools" -HOMEPAGE="http://www.ims.uni-stuttgart.de/projekte/gramotron/SOFTWARE/SFST.html; -SRC_URI=" - ftp://ftp.ims.uni-stuttgart.de/pub/corpora/${MY_PN}/${MY_P}.tar.gz - vim-syntax? ( ftp://ftp.ims.uni-stuttgart.de/pub/corpora/${MY_PN}/vim-mode.tar.gz ) - emacs? ( http://www.cis.uni-muenchen.de/~wastl/emacs/sfst.el )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="emacs vim-syntax" - -RDEPEND="sys-libs/readline:0=" -DEPEND="${RDEPEND} - sys-devel/bison - sys-devel/flex" - -S="${WORKDIR}/${MY_PN}" - -src_prepare() { - # settings in makefile are a bit hacky - #epatch "${FILESDIR}"/SFST-1.3-gcc43.patch || die "patch failed" - sed \ - -e "s/^CFLAGS =
[gentoo-commits] proj/sci:master commit in: sys-devel/gdebugger/
commit: 7a89e559997184a84ab9e5aa49ad5a7ee9531b58 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 18:27:30 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 18:27:30 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7a89e559 sys-devel/gdebugger: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sys-devel/gdebugger/gdebugger-6.2.438.ebuild | 98 sys-devel/gdebugger/metadata.xml | 12 2 files changed, 110 deletions(-) diff --git a/sys-devel/gdebugger/gdebugger-6.2.438.ebuild b/sys-devel/gdebugger/gdebugger-6.2.438.ebuild deleted file mode 100644 index efc26cda3..0 --- a/sys-devel/gdebugger/gdebugger-6.2.438.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils toolchain-funcs versionator - -MY_PN=gDEBugger -MY_PV=$(delete_all_version_separators) -MY_P=${MY_PN}${PV} - -DESCRIPTION="OpenCL and OpenGL debugger and memory analyzer" -HOMEPAGE="http://developer.amd.com/tools/gDEBugger/Pages/default.aspx; -SRC_URI=" - x86? ( http://developer.amd.com/Downloads/AMD${MY_P}x86.tar.gz ) - amd64? ( http://developer.amd.com/Downloads/AMD${MY_P}x86_64.tar.gz )" - -LICENSE="gDEBugger" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -DEPEND="" -RDEPEND=" - virtual/libstdc++ - dev-libs/atk - dev-libs/glib:2 - media-libs/fontconfig - media-libs/freetype - media-libs/libpng:1.2 - media-libs/mesa - sys-libs/zlib - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXxf86vm - x11-libs/pango" - -RESTRICT="mirror strip" - -S=${WORKDIR} - -QA_PREBUILT=" - /opt/${MY_PN}/libGROSWrappers.so - /opt/${MY_PN}/libGRProcessDebugger.so - /opt/${MY_PN}/libGRAPIClasses.so - /opt/${MY_PN}/libgDEBuggerAppCode.so - /opt/${MY_PN}/libGRApiFunctions.so - /opt/${MY_PN}/libAMDTApplicationFramework.so - /opt/${MY_PN}/libGRApplicationComponents.so - /opt/${MY_PN}/libAMDTgDEBuggerAppWrapper.so - /opt/${MY_PN}/libGRSpiesUtilities.so - /opt/${MY_PN}/libGRBaseTools.so - /opt/${MY_PN}/gDEBugger -" - -src_prepare() { - cat >> "${T}"/99${PN} <<- EOF - PATH="/opt/${MY_PN}" - LDPATH="/opt/${MY_PN}" - EOF -} - -src_install() { - pushd ${MY_P}-$(tc-arch-kernel) &> /dev/null - local _dest=/opt/${MY_PN} - - exeinto ${_dest} - doexe $(find . -maxdepth 1 -type f -name '*.so*') - for f in lib*.so.?.?.?; do - dosym $f ${_dest}/${f%.?.?.?} - dosym $f ${_dest}/${f%.?.?} - done - newexe ${MY_PN}-bin ${MY_PN} - - insinto ${_dest} - doins -r Images webhelp tutorial - - insinto ${_dest}/Legal - doins Legal/EndUserLicenseAgreement.htm - - if use examples ; then - insinto ${_dest}/examples - doins -r examples/* - fi - - newicon tutorial/images/applicationicon_64.png ${MY_PN}.png - popd &> /dev/null - - doenvd "${T}"/99${PN} - make_desktop_entry ${MY_PN} ${MY_PN} ${MY_PN} \ - "Application;Development" -} diff --git a/sys-devel/gdebugger/metadata.xml b/sys-devel/gdebugger/metadata.xml deleted file mode 100644 index 670dc201d..0 --- a/sys-devel/gdebugger/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - nbigaoue...@gmail.com - Nicolas Bigaouette - - - s...@gentoo.org - Gentoo Science Project - -
[gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/
commit: 7f67a3f792c780157aa926693d3d28f57eb870f9 Author: David Seifert gentoo org> AuthorDate: Sun Sep 27 22:32:19 2020 + Commit: David Seifert gentoo org> CommitDate: Sun Sep 27 22:32:19 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f67a3f7 dev-python/graph-tool: Do not build with -j1 Closes: https://bugs.gentoo.org/744088 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> dev-python/graph-tool/graph-tool-2.35.ebuild | 2 +- dev-python/graph-tool/graph-tool-.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/graph-tool/graph-tool-2.35.ebuild b/dev-python/graph-tool/graph-tool-2.35.ebuild index 20fbfe4e557..bec6af3f123 100644 --- a/dev-python/graph-tool/graph-tool-2.35.ebuild +++ b/dev-python/graph-tool/graph-tool-2.35.ebuild @@ -70,7 +70,7 @@ src_configure() { src_compile() { # most machines don't have enough ram for parallel builds - python_foreach_impl run_in_build_dir emake -j1 + python_foreach_impl run_in_build_dir default } src_install() { diff --git a/dev-python/graph-tool/graph-tool-.ebuild b/dev-python/graph-tool/graph-tool-.ebuild index 20fbfe4e557..bec6af3f123 100644 --- a/dev-python/graph-tool/graph-tool-.ebuild +++ b/dev-python/graph-tool/graph-tool-.ebuild @@ -70,7 +70,7 @@ src_configure() { src_compile() { # most machines don't have enough ram for parallel builds - python_foreach_impl run_in_build_dir emake -j1 + python_foreach_impl run_in_build_dir default } src_install() {
[gentoo-commits] proj/sci:master commit in: virtual/geant/
commit: 52e0162a8928d0ec7f5f1c3eb66d16820c05abfd Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 18:25:11 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 18:25:11 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=52e0162a virtual/geant: drop unneeded virtual Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> virtual/geant/geant-3.ebuild | 16 virtual/geant/metadata.xml | 11 --- 2 files changed, 27 deletions(-) diff --git a/virtual/geant/geant-3.ebuild b/virtual/geant/geant-3.ebuild deleted file mode 100644 index 69f961c5e..0 --- a/virtual/geant/geant-3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for Geant-3" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="|| ( sci-physics/geant:3 sci-physics/geant-vmc:3 )" diff --git a/virtual/geant/metadata.xml b/virtual/geant/metadata.xml deleted file mode 100644 index 723432dfb..0 --- a/virtual/geant/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - sci-phys...@gentoo.org - Gentoo Physics Project - - -Gentoo virtual package for GEANT-3 implementation - -
[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_blast/
commit: 7bc90e716a44033167ab0396494404548a8c46af Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:16:26 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:16:26 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bc90e71 sci-biology/scbi_blast: removed discontinued package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/scbi_blast/metadata.xml | 15 -- sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild | 26 - 2 files changed, 41 deletions(-) diff --git a/sci-biology/scbi_blast/metadata.xml b/sci-biology/scbi_blast/metadata.xml deleted file mode 100644 index 4e1fea2dd..0 --- a/sci-biology/scbi_blast/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - scbi_blast - - diff --git a/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild b/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild deleted file mode 100644 index f5e447265..0 --- a/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Handle blast+ executions using pipes instead of files" -HOMEPAGE="https://rubygems.org/gems/scbi_blast; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ruby/hoe-2.8.0 - >=dev-ruby/rdoc-4.0" - #>=dev-ruby/newgem-1.5.3" -RDEPEND="${DEPEND} - >=dev-ruby/xml-simple-1.0.12"
[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_fastq/
commit: dbecc3fd35d2e04e183da9c9af40296747e2cf0c Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:17:41 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:17:41 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=dbecc3fd sci-biology/scbi_fastq: removed discontinued package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/scbi_fastq/metadata.xml | 15 --- sci-biology/scbi_fastq/scbi_fastq-0.0.22.ebuild | 25 - 2 files changed, 40 deletions(-) diff --git a/sci-biology/scbi_fastq/metadata.xml b/sci-biology/scbi_fastq/metadata.xml deleted file mode 100644 index 6468736c1..0 --- a/sci-biology/scbi_fastq/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - scbi_fastq - - diff --git a/sci-biology/scbi_fastq/scbi_fastq-0.0.22.ebuild b/sci-biology/scbi_fastq/scbi_fastq-0.0.22.ebuild deleted file mode 100644 index a9ea0d90b..0 --- a/sci-biology/scbi_fastq/scbi_fastq-0.0.22.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Read/write FASTQ files" -HOMEPAGE="https://rubygems.org/gems/scbi_fastq; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ruby/bundler-1.7 - >=dev-ruby/rake-10.0" -RDEPEND="${DEPEND} - >=sci-biology/scbi_zcat-0.0.2"
[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_fasta/
commit: ba570c64aeb30271d79436a56a2f8fa1253b46db Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:17:15 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:17:15 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba570c64 sci-biology/scbi_fasta: removed discontinued package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/scbi_fasta/metadata.xml| 15 --- sci-biology/scbi_fasta/scbi_fasta-0.1.9.ebuild | 22 -- 2 files changed, 37 deletions(-) diff --git a/sci-biology/scbi_fasta/metadata.xml b/sci-biology/scbi_fasta/metadata.xml deleted file mode 100644 index bedbad038..0 --- a/sci-biology/scbi_fasta/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - scbi_fasta - - diff --git a/sci-biology/scbi_fasta/scbi_fasta-0.1.9.ebuild b/sci-biology/scbi_fasta/scbi_fasta-0.1.9.ebuild deleted file mode 100644 index 0595b48ea..0 --- a/sci-biology/scbi_fasta/scbi_fasta-0.1.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Read FASTA and QUAL files" -HOMEPAGE="https://rubygems.org/gems/scbi_fasta; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-ruby/hoe-2.8.0" -RDEPEND="${DEPEND}"
[gentoo-commits] proj/sci:master commit in: sci-libs/pagmo/
commit: ea5a0830edfbf9a045dcba6274de96c877741ce7 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:12:18 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:12:18 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea5a0830 sci-libs/pagmo: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-libs/pagmo/metadata.xml | 16 -- sci-libs/pagmo/pagmo-.ebuild | 47 2 files changed, 63 deletions(-) diff --git a/sci-libs/pagmo/metadata.xml b/sci-libs/pagmo/metadata.xml deleted file mode 100644 index cc59fd48c..0 --- a/sci-libs/pagmo/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - sci-astron...@gentoo.org - Gentoo Astronomy Project - - - Use nlopt, a non-linear optimization library - Use ipopt, a interior-point optimizer - Use eigen, a c++ linear algebra library, for algorithms like CAMES - - - esa/pagmo2 - - diff --git a/sci-libs/pagmo/pagmo-.ebuild b/sci-libs/pagmo/pagmo-.ebuild deleted file mode 100644 index 84665a0ae..0 --- a/sci-libs/pagmo/pagmo-.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils git-r3 python-single-r1 - -DESCRIPTION="Parallelization engine for optimization problems" -HOMEPAGE="https://github.com/esa/pagmo; -SRC_URI="" -EGIT_REPO_URI="https://github.com/esa/${PN}2.git git://github.com/esa/${PN}2.git" - -LICENSE="GPL-3" -SLOT="2" -KEYWORDS="" -IUSE="eigen nlopt ipopt python test" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/boost - eigen? ( dev-cpp/eigen:3 ) - python? ( - ${PYTHON_DEPS} - dev-libs/boost[${PYTHON_USEDEP}] - ) - nlopt? ( sci-libs/nlopt ) - ipopt? ( sci-libs/ipopt ) -" -DEPEND="${RDEPEND}" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - mycmakeargs=( - -DPAGMO_BUILD_PYGMO=$(usex python) - -DPAGMO_WITH_EIGEN3=$(usex eigen) - -DPAGMO_WITH_NLOPT=$(usex nlopt) - -DPAGMO_WITH_IPOPT=$(usex ipopt) - -DPAGMO_BUILD_TESTS=$(usex test) - ) - cmake-utils_src_configure -}
[gentoo-commits] proj/sci:master commit in: sci-biology/bio-cd-hit-report/
commit: a1d9369c83d038ffbe424b0c214141250d9936ba Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:10:05 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:10:05 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1d9369c sci-biology/bio-cd-hit-report: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> .../bio-cd-hit-report-0.1.0.ebuild | 27 -- sci-biology/bio-cd-hit-report/metadata.xml | 15 2 files changed, 42 deletions(-) diff --git a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild deleted file mode 100644 index ad3ab1887..0 --- a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Ruby library for reading CD-HIT cluster reports" -HOMEPAGE="https://rubygems.org/gems/bio-cd-hit-report; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ruby/bundler-1.3.1 - dev-ruby/jeweler - dev-ruby/minitest:* - dev-ruby/rdoc" -RDEPEND="${DEPEND} - >=sci-biology/bioruby-1.4.3" diff --git a/sci-biology/bio-cd-hit-report/metadata.xml b/sci-biology/bio-cd-hit-report/metadata.xml deleted file mode 100644 index becca79c5..0 --- a/sci-biology/bio-cd-hit-report/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - bio-cd-hit-report - -
[gentoo-commits] proj/sci:master commit in: sci-libs/nipype/
commit: ec60cab9e5588cc9146e57bda2e47de1a0899121 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 22:08:19 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 22:08:19 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec60cab9 sci-libs/nipype: PYTHON_COMPAT update Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-libs/nipype/nipype-1.1.1-r2.ebuild | 2 +- sci-libs/nipype/nipype-1.4.2.ebuild| 2 +- sci-libs/nipype/nipype-1.5.0.ebuild| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/nipype/nipype-1.1.1-r2.ebuild b/sci-libs/nipype/nipype-1.1.1-r2.ebuild index 528967695..d8522c62f 100644 --- a/sci-libs/nipype/nipype-1.1.1-r2.ebuild +++ b/sci-libs/nipype/nipype-1.1.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 diff --git a/sci-libs/nipype/nipype-1.4.2.ebuild b/sci-libs/nipype/nipype-1.4.2.ebuild index dd1b5e1f0..a5b417283 100644 --- a/sci-libs/nipype/nipype-1.4.2.ebuild +++ b/sci-libs/nipype/nipype-1.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 diff --git a/sci-libs/nipype/nipype-1.5.0.ebuild b/sci-libs/nipype/nipype-1.5.0.ebuild index 1c3357c1a..ab80fb93b 100644 --- a/sci-libs/nipype/nipype-1.5.0.ebuild +++ b/sci-libs/nipype/nipype-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1
[gentoo-commits] proj/sci:master commit in: dev-python/pydotplus/
commit: df0e3b949c72e5e05c765deca248ed3e3320004f Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 21:23:39 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 21:23:39 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=df0e3b94 dev-python/pydotplus: superseded by Gentoo Main https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af275b39b57cc7e008d7c6c4e816948b8f555ff Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> dev-python/pydotplus/metadata.xml | 19 --- dev-python/pydotplus/pydotplus-2.0.2.ebuild | 28 2 files changed, 47 deletions(-) diff --git a/dev-python/pydotplus/metadata.xml b/dev-python/pydotplus/metadata.xml deleted file mode 100644 index aa8f9c150..0 --- a/dev-python/pydotplus/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - horea.chr...@gmail.com - Horea Christian - - - s...@gentoo.org - Gentoo Science Project - - -PyDotPlus is an improved version of the old pydot project that provides a Python Interface to -Graphviz’s Dot language. - - - pydotplus - - diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild deleted file mode 100644 index afe343d8f..0 --- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) - -inherit distutils-r1 - -DESCRIPTION="Improved version of the old pydot project" -HOMEPAGE="http://pydotplus.readthedocs.org/; -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND=" - dev-python/pyparsing[${PYTHON_USEDEP}] - " - -python_test() { - ${EPYTHON} -m unittest discover || die -}
[gentoo-commits] proj/sci:master commit in: sci-biology/exomiser-bin/
commit: e2f2334b11f6a99c17b945ccdbcdc3f029879db1 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 21:03:36 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 21:03:36 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e2f2334b sci-biology/exomiser-bin: removed unmaintained package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/exomiser-bin/exomiser-bin-7.2.1.ebuild | 30 -- sci-biology/exomiser-bin/metadata.xml | 12 - 2 files changed, 42 deletions(-) diff --git a/sci-biology/exomiser-bin/exomiser-bin-7.2.1.ebuild b/sci-biology/exomiser-bin/exomiser-bin-7.2.1.ebuild deleted file mode 100644 index 87434fa8a..0 --- a/sci-biology/exomiser-bin/exomiser-bin-7.2.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=5 - -DESCRIPTION="Annotate VCF files and prioritize genome/exome mutations" -HOMEPAGE="http://www.sanger.ac.uk/science/tools/exomiser; -SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/exomiser/downloads/exomiser/exomiser-cli-${PV}-distribution.zip - ftp://ftp.sanger.ac.uk/pub/resources/software/exomiser/downloads/exomiser/GenomiserREADME -> ${PN}.README - ftp://ftp.sanger.ac.uk/pub/resources/software/exomiser/downloads/exomiser/README.md -> ${PN}.README.md" -# 1.16GB ! - -LICENSE="AGPL-3+" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="sci-biology/Jannovar-bin" -RDEPEND="${DEPEND}" - -src_install(){ - dodoc "${DISTDIR}"/${PN}.README "${DISTDIR}"/${PN}.README.md -} - -pkg_postinst(){ - einfo "Please download 3.7GB file from ftp://ftp.sanger.ac.uk/pub/resources/software/exomiser/downloads/exomiser/h2_db_dumps/exomiser-${PV}.BETA.h2.db.gz; - einfo "and follow README.md" - einfo "The is also 19GB file ftp://ftp.sanger.ac.uk/pub/resources/software/exomiser/downloads/exomiser/exomiser-cli-7.2.1-data.zip; - einfo "with test data" -} diff --git a/sci-biology/exomiser-bin/metadata.xml b/sci-biology/exomiser-bin/metadata.xml deleted file mode 100644 index 138cb7705..0 --- a/sci-biology/exomiser-bin/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-biology/full_lengther_next/
commit: 567a970b095f1da61430fb8ffdcb421b26280d76 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 21:15:41 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 21:15:41 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=567a970b sci-biology/full_lengther_next: removed unmaintained package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> .../full_lengther_next-0.6.2.ebuild| 39 -- sci-biology/full_lengther_next/metadata.xml| 12 --- 2 files changed, 51 deletions(-) diff --git a/sci-biology/full_lengther_next/full_lengther_next-0.6.2.ebuild b/sci-biology/full_lengther_next/full_lengther_next-0.6.2.ebuild deleted file mode 100644 index c333d2990..0 --- a/sci-biology/full_lengther_next/full_lengther_next-0.6.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Classify assembled transcripts and fix frameshifts in ORFs" -HOMEPAGE="http://www.rubydoc.info/gems/full_lengther_next - http://www.scbi.uma.es/site/scbi/downloads/313-full-lengthernext; -# https://rubygems.org/gems/full_lengther_next/versions/0.0.8 -# http://www.rubydoc.info/gems/full_lengther_next -# https://www.omniref.com/ruby/gems/full_lengther_next/0.0.8/symbols/FullLengtherNext - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ruby/hoe-2.8.0 - >=dev-ruby/rdoc-3.10 - dev-ruby/bundler" - # >=dev-ruby/newgem-1.5.3 -RDEPEND="${DEPEND} - sci-biology/bioruby - >=sci-biology/bio-cd-hit-report-0.1.0 - >=sci-biology/scbi_blast-0.0.37 - >=sci-biology/scbi_fasta-0.1.7 - >=sci-biology/scbi_zcat-0.0.2 - >=sci-biology/scbi_mapreduce-0.0.29 - >=sci-biology/scbi_plot-0.0.6 - >=dev-ruby/xml-simple-1.0.12 - >=dev-ruby/gnuplot-2.3.0" diff --git a/sci-biology/full_lengther_next/metadata.xml b/sci-biology/full_lengther_next/metadata.xml deleted file mode 100644 index 138cb7705..0 --- a/sci-biology/full_lengther_next/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: /
commit: 0d9d7df9b0cda2bb8fd679493f70c269f51848af Author: A. Tammy users noreply github com> AuthorDate: Sun Sep 27 17:19:33 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 17:22:05 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d9d7df9 README expansion update the README to be more informative and user friendly Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> README.md | 111 -- 1 file changed, 93 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f328e252f..ba5175935 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,114 @@ -# [Gentoo Science](https://wiki.gentoo.org/wiki/Project:Science/Overlay) Overlay +# The [Gentoo Science Project](https://wiki.gentoo.org/wiki/Project:Science) Repository [](https://travis-ci.com/gentoo/sci) -This is a Gentoo Linux [ebuild repository](https://wiki.gentoo.org/wiki/Ebuild_repository) which provides numerous scientific software packages. + + + -## Install +**This is an official mirror of the Gentoo Science Projects [ebuild repository](https://wiki.gentoo.org/wiki/Ebuild_repository) which provides numerous scientific software packages.** -As per the current [Portage specifications](https://dev.gentoo.org/~zmedico/portage/doc/man/portage.5.html), ebuild repositories (a.k.a. overlays) should be managed via file collections under `/etc/portage/repos.conf/`. -To enable our overlay without the need for additional software, simply run (as root): +The Gentoo [developer manual](https://devmanual.gentoo.org/) take precedence over any information here. + +*See [Project:Science](https://wiki.gentoo.org/wiki/Project:Science) for more information on the project.* + + + + +### Contents + +1. [Installation and usage](#install) + - [Manual](#install-manual) + - [Layman](#install-layman) +2. [Contributor guidelies](#guide) + + + + + +## Install + +### Manual install + +As per the current [Portage specifications](https://dev.gentoo.org/~zmedico/portage/doc/man/portage.5.html), ebuild repositories (a.k.a. overlays) can be managed via file collections under `/etc/portage/repos.conf/`, via the new [plug-in sync system](https://wiki.gentoo.org/wiki/Project:Portage/Sync). + +To enable our overlay without the need for additional software, you first need to have **git(1)** installed: ``` -wget https://gitweb.gentoo.org/proj/sci.git/plain/metadata/science.conf -O /etc/portage/repos.conf/science +emerge --ask --verbose dev-vcs/git + + +Then you can add the custom entry for the science repository by downloading the [science.conf](metadata/science.conf) file + +``` +wget https://gitweb.gentoo.org/proj/sci.git/plain/metadata/science.conf \ + -O /etc/portage/repos.conf/science ``` -To start using the overlay you now only need to get the ebuilds, via `emerge --sync`. +To start using the overlay you now only need to sync the overlay, via -### BLAS and LAPACK +``` +emaint sync --repo science +``` -[The BLAS and LAPACK switching framework](https://wiki.gentoo.org/wiki/Blas-lapack-switch) -in ::gentoo has been implemented. The Science overlay will no longer -carry blas and lapack ebuilds. +or the traditional + +``` +emerge --sync +``` -### Uninstall +### Manual uninstall -To uninstall the overlay run (again, as root): +To uninstall the overlay simply run: ``` rm /etc/portage/repos.conf/science rm /var/db/repos/science -rf ``` -## Support +### Layman install -You can ask for help on [Freenode IRC](https://www.gentoo.org/get-involved/irc-channels/) in `#gentoo-science`. -Alternatively you can report bugs on the [GitHub issues page](https://github.com/gentoo/sci/issues). +You can also install the overlay via the [layman](https://wiki.gentoo.org/wiki/Layman) overlay manager -## Contribute +``` +layman --add science +``` -Please fork! We will merge! See [our contributing guide](https://github.com/gentoo/sci/blob/master/CONTRIBUTING.md). +### Layman uninstall + +To delete the overlay run + +``` +layman --delete science +``` + +### Using packages from ::science + +To enable the packges from `::science` you need to make sure that you are accepting the `~${ARCH}` keywords for your respective arch. + +Make sure that the `/etc/portage/package.accept_keywords/` folder exists and run + +``` +printf '*/*::science ~%s' "$(portageq envvar ARCH)" >> /etc/portage/package.accept_keywords/SCIENCE +``` + +## Generic guidelines for contributors + +If you fork, we will merge! +We are always going to welcome new contributors and love expanding our collection. + +For basic guidelines please see our [contributing guide](CONTRIBUTING.md). + + +The [GURU Project](https://wiki.gentoo.org/wiki/Project:GURU) has created excellent documentation for potential contributors. +We highly advise you to
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/puppetdb-termini/
commit: 1377601386d49cb055159b6884527f9ee28a7576 Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 27 21:06:16 2020 + Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 27 21:06:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13776013 dev-ruby/puppetdb-termini: 6.12.0 stable amd64/x86 with cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> dev-ruby/puppetdb-termini/Manifest | 1 - .../puppetdb-termini-6.11.2.ebuild | 28 -- .../puppetdb-termini-6.12.0.ebuild | 2 +- 3 files changed, 1 insertion(+), 30 deletions(-) diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest index ab9c328a3b1..ffbcc32fc7f 100644 --- a/dev-ruby/puppetdb-termini/Manifest +++ b/dev-ruby/puppetdb-termini/Manifest @@ -1,2 +1 @@ -DIST puppetdb-termini_6.11.2-1stretch_all.deb 21292 BLAKE2B c708f816ff656b1a8720bc59c7498be26e233d6f7413ac181b0c0fe4c940aa5a059a62719a8b5edd8da355090a2c91353838e7d5c960af5a1195dd933eec9729 SHA512 548baf1c6a9be3f3d2dc3686e19851a36d1b10d123ce9c9aee1689f18b9ac8e15ed0300b766b5cde1c426689d41f23b2d72e8779f19cc82ff17c4b3006e68bcf DIST puppetdb-termini_6.12.0-1stretch_all.deb 21290 BLAKE2B 11bc0a316517190162e7e4e5a2ce05bc880ef8412bfcf5fb66ec68545bd7779e217d5d5e75ab79f24fc6b2f68e1a962262704efb8833fdce84288d060245b898 SHA512 a742825e9f9bacf5726814474b7812393d1a51c50fd710d771c10a9e23c874a465c6859fc17485b66a2c4114ac170f2f25c5ce1be6684ff18f5da31dc9ef0744 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.11.2.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.11.2.ebuild deleted file mode 100644 index 7919b7b236e..000 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.11.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -inherit unpacker - -DESCRIPTION="Library needed to connect puppet to puppetdb" -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/; -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb; - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -# will need the same keywords as puppet -KEYWORDS="amd64 ~ppc x86" - -RDEPEND+="" -DEPEND+="" - -S=${WORKDIR} - -src_install() { - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/* -} diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.12.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.12.0.ebuild index a7f2b53b2dd..7919b7b236e 100644 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.12.0.ebuild +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.12.0.ebuild @@ -15,7 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" # will need the same keywords as puppet -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" RDEPEND+="" DEPEND+=""
[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/
commit: f33202845e58a15bdf504c1d4cc2576fb6d5d376 Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 27 21:02:26 2020 + Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 27 21:06:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3320284 app-admin/puppet: 6.18.0 stable amd64/x86 with cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppet/Manifest | 1 - app-admin/puppet/puppet-6.17.0.ebuild | 136 -- app-admin/puppet/puppet-6.18.0.ebuild | 2 +- 3 files changed, 1 insertion(+), 138 deletions(-) diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest index 0629fb8a0f8..4ca66e2ff89 100644 --- a/app-admin/puppet/Manifest +++ b/app-admin/puppet/Manifest @@ -1,4 +1,3 @@ DIST puppet-5.5.19.tar.gz 2993740 BLAKE2B aa6bde89489279769ee9a1ed5508fb223f7f0153b1b1991970018908eee70ff0816688c702b8dc779d01e1978ea7f9290c80523648730d5408a17674c11345fd SHA512 996fa155ca04c8c3c96c29cf65cd24eaf9e19e89fcf85345509dbd3673b28c263df5b62d6f016b8ac1c1da8ed86f0acf3100eae2656252bb10c542972db81de3 DIST puppet-5.5.21.tar.gz 2997149 BLAKE2B b42fd79132ce0aab02724c7aa38fc39a216df38266b9ee8078b433860b675f36b3c4da0d13d8fb456069250e6cb6470686c83581bc6b57801a44375f829be195 SHA512 b33191c104cb58fc842d065c3cf7dec8ce723ddc9b273c930f56692e252eb6c51bc3b0442db6500cf015fe24ec3eb133428aa09d845ca92b05de2da39bce8bfd -DIST puppet-6.17.0.tar.gz 2901101 BLAKE2B 59e75d1b2a8d02285ab867d3b63b1656e29c418f4844b21100e135b306e16f82284690565e5354f515499ec7bc0e2ff688308e077cc4656076a38f49bb1bedf9 SHA512 2ebf31cce1dcc4ce0bf9403f56d3f97a41a4014111be1f27e340de8e4db157549bc4609068ee6396be3c88ff1a93b40792692a5b01140fa66a1f5a82453ba1d1 DIST puppet-6.18.0.tar.gz 2911742 BLAKE2B 75ecb14a0cf96c1c54d09f88f91984805834288a166e74c5b9648d5f9ad60a6c279100f32f148659772a22fc01d21345bf765ed47518bfa9bd81d06c17587efd SHA512 a14994aea502fbc78219967e2d711952b580df1e7befeab2d254a73f28036c6c7923d167a20bc61c9abe76000f93dcd3cba92b3353540e2a26fc27b10b06efe1 diff --git a/app-admin/puppet/puppet-6.17.0.ebuild b/app-admin/puppet/puppet-6.17.0.ebuild deleted file mode 100644 index 11fd2d3c508..000 --- a/app-admin/puppet/puppet-6.17.0.ebuild +++ /dev/null @@ -1,136 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_TASK_DOC="doc:all" - -RUBY_FAKEGEM_EXTRAINSTALL="locales" - -inherit eutils ruby-fakegem eapi7-ver - -DESCRIPTION="A system automation and configuration management software." -HOMEPAGE="https://puppet.com/; -SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz; - -LICENSE="Apache-2.0 GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" -IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax" -RESTRICT="test" - -ruby_add_rdepend " - dev-ruby/hiera - dev-ruby/json:= - dev-ruby/semantic_puppet - >=dev-ruby/facter-3.0.0 - dev-ruby/concurrent-ruby - augeas? ( dev-ruby/ruby-augeas ) - diff? ( dev-ruby/diff-lcs ) - doc? ( dev-ruby/rdoc ) - ldap? ( dev-ruby/ruby-ldap ) - shadow? ( dev-ruby/ruby-shadow ) - sqlite? ( dev-ruby/sqlite3 ) - virtual/ruby-ssl - dev-ruby/hocon" - -ruby_add_bdepend " - doc? ( dev-ruby/yard ) - test? ( - dev-ruby/mocha - dev-ruby/rack - dev-ruby/rspec-its - )" -# this should go in the above lists, but isn't because of test deps not being keyworded -# dev-ruby/rspec-collection_matchers - -RDEPEND+=" ${RDEPEND} - rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) - selinux? ( - sys-libs/libselinux[ruby] - sec-policy/selinux-puppet - ) - vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) - >=app-portage/eix-0.18.0 - acct-user/puppet - acct-group/puppet" -PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )" - -all_ruby_prepare() { - # Avoid spec that require unpackaged json-schema. - rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die - - # can't be run within portage. - epatch "${FILESDIR}/puppet-fix-tests-6.10.1.patch" - - # fix systemd path - epatch "${FILESDIR}/puppet-systemd.patch" - - # Avoid specs that can only run in the puppet.git repository. This - # should be narrowed down to the specific specs. - rm spec/integration/parser/compiler_spec.rb || die - - # Avoid failing spec that need further investigation. - rm spec/unit/module_tool/metadata_spec.rb || die -} - -each_ruby_install() { - each_fakegem_install -# dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}" -} - -all_ruby_install() { -
[gentoo-commits] repo/gentoo:master commit in: app-admin/puppetserver/
commit: 153b30fb6b3c12c15a0ec5eccb3077a95a110e1b Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 27 21:04:07 2020 + Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 27 21:06:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153b30fb app-admin/puppetserver: 6.13.0 stable amd64/x86 with cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppetserver/Manifest | 1 - app-admin/puppetserver/puppetserver-6.12.1.ebuild | 131 -- app-admin/puppetserver/puppetserver-6.13.0.ebuild | 2 +- 3 files changed, 1 insertion(+), 133 deletions(-) diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest index e877a302f57..582342c46fa 100644 --- a/app-admin/puppetserver/Manifest +++ b/app-admin/puppetserver/Manifest @@ -1,2 +1 @@ -DIST puppetserver-6.12.1.tar.gz 60422470 BLAKE2B fd3fa33262a5ae83fb6889079a85c262d74d55b0ffb9ed297d60399c442d7a1676cfc54afd3e25721d6e4a4ad926c43a1f8f1a9db206ee6145280601c501fe09 SHA512 9ad5d3e266f91b8a1ef09302a1f8889f139909fb20268f714fb894dcff2379a01c78baafdab1102a26c26903cefe92ac833c2b20e9ea6f8d379af2dd11c20407 DIST puppetserver-6.13.0.tar.gz 61890579 BLAKE2B be514b3c41dcc018715e949f1f1c86317499baa22fa70e5f7e8df89211b566651ab4de469afadf14fcd1dbc9b1d0b0c21452c313f74052eb8d65bbd591231194 SHA512 ab67ebf94c37a50999a5597e1ceeadf606296c2b6e557bd6ee2bb99ac44b7c8fe8df892f4e3bccb9f0e3822fc480f61a27d6799b7dfc8df12e058c7074d589f9 diff --git a/app-admin/puppetserver/puppetserver-6.12.1.ebuild b/app-admin/puppetserver/puppetserver-6.12.1.ebuild deleted file mode 100644 index 5385eacc0c9..000 --- a/app-admin/puppetserver/puppetserver-6.12.1.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib systemd - -DESCRIPTION="Puppet Server is the next-generation application for managing Puppet agents." -HOMEPAGE="http://docs.puppetlabs.com/puppetserver/; -SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz; - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="puppetdb" -# will need the same keywords as puppet -KEYWORDS="amd64 x86" - -RDEPEND+=" - >=virtual/jdk-1.8.0 - app-admin/puppet-agent[puppetdb?]" -DEPEND+="acct-user/puppet - acct-group/puppet" - -src_prepare() { - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' ext/redhat/puppetserver.service || die - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' ext/bin/puppetserver || die - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh || die - sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die - sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die - sed -i 's/var\/run/run/g' install.sh || die - default -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - insinto /opt/puppetlabs/server/apps/puppetserver - insopts -m0774 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppet-server-release.jar - insinto /etc/puppetlabs/puppetserver - doins ext/config/logback.xml - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetserver/services.d - doins ext/system-config/services.d/bootstrap.cfg - doins ext/config/services.d/ca.cfg - insinto /etc/puppetlabs/puppetserver/conf.d - doins ext/config/conf.d/puppetserver.conf - doins ext/config/conf.d/auth.conf - doins ext/config/conf.d/global.conf - doins ext/config/conf.d/web-routes.conf - doins ext/config/conf.d/metrics.conf - doins ext/config/conf.d/webserver.conf - insopts -m0755 - insinto /opt/puppetlabs/server/apps/puppetserver/scripts - doins install.sh - insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps - doins ext/cli/ca - doins ext/cli/irb - doins ext/cli/foreground - doins ext/cli/gem - doins ext/cli/ruby - doins ext/cli/reload - doins ext/cli/start - doins ext/cli/stop - insinto /opt/puppetlabs/server/apps/puppetserver/cli - doins ext/cli_defaults/cli-defaults.sh - insinto /opt/puppetlabs/server/apps/puppetserver/bin - doins ext/bin/puppetserver - insopts -m0644 - dodir /opt/puppetlabs/server/bin - dosym ../apps/puppetserver/bin/puppetserver /opt/puppetlabs/server/bin/puppetserver - dodir /opt/puppetlabs/bin - dosym ../server/apps/puppetserver/bin/puppetserver /opt/puppetlabs/bin/puppetserver - dosym ../../opt/puppetlabs/server/apps/puppetserver/bin/puppetserver /usr/bin/puppetserver - dodir /opt/puppetlabs/server/apps/puppetserver/config/services.d - # other sys stuff - dodir /etc/puppetlabs/code - # needed
[gentoo-commits] repo/gentoo:master commit in: app-admin/puppetdb/
commit: 9396fc4803515033b8a2d15dd2f85b1f5da35adf Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 27 21:05:08 2020 + Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 27 21:06:39 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9396fc48 app-admin/puppetdb: 6.12.0 stable amd64/x86 with cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppetdb/Manifest | 1 - app-admin/puppetdb/puppetdb-6.11.2.ebuild | 87 --- app-admin/puppetdb/puppetdb-6.12.0.ebuild | 2 +- 3 files changed, 1 insertion(+), 89 deletions(-) diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest index ddbefdbe9bf..7c79f953cc1 100644 --- a/app-admin/puppetdb/Manifest +++ b/app-admin/puppetdb/Manifest @@ -1,2 +1 @@ -DIST puppetdb-6.11.2.tar.gz 44799680 BLAKE2B c40048d1fe6cf62371f2adb1a5361b34b1f46e6b344a7565ad9565f2ec4ae3cf1bd4927904c797be92c223dcc98e2302359af753228d09424372ea894cd5d5aa SHA512 af5d5f61147e8b67812af405b3b087897925869a62eb0749a5a59ae72e76bdcfe95879b0cb6d993ee85a00c44c6867e1864c0d22ceac7b854bca248ae1a00ccc DIST puppetdb-6.12.0.tar.gz 46375914 BLAKE2B 7d1a884881e9aa324b0d2a8cd49bf47e4014ff6bc23e94c76c27b3736c75f3cdcead76aea159de17ce1255381e32bb126f9cbf55297f64454fcca6ffd7f28b46 SHA512 040f8653c422e312857f82a8f040a33128f49c7900978a22b9ae672172ec41d2037e323de5aad3c50a630058b6b95c025bae05b3ea923e2321e94f97390998dc diff --git a/app-admin/puppetdb/puppetdb-6.11.2.ebuild b/app-admin/puppetdb/puppetdb-6.11.2.ebuild deleted file mode 100644 index 784885ac312..000 --- a/app-admin/puppetdb/puppetdb-6.11.2.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib systemd - -DESCRIPTION="PuppetDB collects data generated by Puppet." -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/; -SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz; - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -RDEPEND+=">=virtual/jdk-1.8.0" -DEPEND+="acct-user/puppetdb - acct-group/puppetdb" - -src_prepare() { - sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die - sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die - sed -i 's/sysconfig/conf\.d/g' install.sh || die - sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die - sed -i 's/var\/run/run/g' install.sh || die - default -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - dodir /opt/puppetlabs/server/data/puppetdb - insinto /opt/puppetlabs/server/apps/puppetdb - insopts -m0744 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppetdb.jar - insinto /etc/puppetlabs/puppetdb - doins ext/config/logback.xml - doins ext/config/bootstrap.cfg - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetdb/conf.d - doins ext/config/conf.d/jetty.ini - doins ext/config/conf.d/repl.ini - doins ext/config/conf.d/database.ini - doins ext/config/conf.d/config.ini - insopts -m0755 - insinto /opt/puppetlabs/server/apps/puppetdb/scripts - doins install.sh - insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps - doins ext/cli/foreground - doins ext/cli/ssl-setup - doins ext/cli/config-migration - doins ext/cli/foreground - doins ext/cli/anonymize - doins ext/cli/reload - doins ext/cli/start - doins ext/cli/stop - insinto /opt/puppetlabs/server/apps/puppetdb/bin - doins ext/bin/puppetdb - insopts -m0644 - dodir /opt/puppetlabs/server/bin - dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb - dodir /opt/puppetlabs/bin - dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb - dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb - # init type tasks - newconfd ext/default puppetdb - systemd_dounit ext/redhat/puppetdb.service - systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf - newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb - # misc - insinto /etc/logrotate.d - newins ext/puppetdb.logrotate.conf puppetdb - fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb - fperms -R 770 /opt/puppetlabs/server/data/puppetdb -} - -pkg_postinst() { - elog "to install please run '/opt/puppetlabs/server/bin/puppetdb ssl-setup'" - elog - elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb config-migration'" -} diff --git a/app-admin/puppetdb/puppetdb-6.12.0.ebuild b/app-admin/puppetdb/puppetdb-6.12.0.ebuild index 5a7a32bcf49..784885ac312 100644 ---
[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/
commit: ffa0211559998ece94a1b570167bac0bade790c6 Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 27 21:03:17 2020 + Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 27 21:06:36 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa02115 app-admin/puppet-agent: 6.18.0 stable amd64 with cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppet-agent/Manifest | 1 - app-admin/puppet-agent/puppet-agent-6.17.0.ebuild | 76 --- app-admin/puppet-agent/puppet-agent-6.18.0.ebuild | 2 +- 3 files changed, 1 insertion(+), 78 deletions(-) diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest index c635346289c..63a890981a0 100644 --- a/app-admin/puppet-agent/Manifest +++ b/app-admin/puppet-agent/Manifest @@ -1,4 +1,3 @@ DIST puppet-agent_6.15.0-1stretch_amd64.deb 22581842 BLAKE2B 19c45427e56a41f6030836129a7fb2824ea47f1000745a8c74b0968c61f719d3cef9a0e02f51009b8e91c4ad66445c074ccc203754bb13d82007316a3d053c60 SHA512 4ec7e04fb6bab697bfccd369740a57f735476a4614dbfa1f7c893901f5ffb9d6ce3d79886b6e035805b1a8f2c3de3e0b9b468b08909881df6022c9700c7a2768 DIST puppet-agent_6.15.0-1stretch_i386.deb 22917002 BLAKE2B 5bab2b6cdde11a46e64996074e8db50d48d004b601c0d08ddfde9c8dec0c0f62da1176b9148d084f0250b582460606b7cd0a97291d157a186b7a97dee4184c51 SHA512 89e676491f7b7b44c9c747b129166db7b025adf76d9911d12d7d026aa8d04de293d3d1c638ca309ee8ed45a37c49b4ab0076ea0c711ac0e43f4297084446784f -DIST puppet-agent_6.17.0-1focal_amd64.deb 22317432 BLAKE2B 570ef37c8e170ab1d615782322c895b0eba3193ac51dd221a8f9597c34c923c36874a5add1cf1074160c86dd4c4acc3ff1b65709cee2c0cddd84abe57c300faf SHA512 541010d896c891040154b22eed3f2e39b026cfef5669c95016ba1aa5b919002fcf2b8d2a15cde8efd104fc2e0699a8cb5cc3914bc039a27280f97f7f67d7b153 DIST puppet-agent_6.18.0-1focal_amd64.deb 22258752 BLAKE2B 547d06b16b2c95ec9be72bd82e1aa0a4a4b511075da73f29ebecdef32ca4ed9b965a38a7c071d9bcc8c444b6974159df97f020878c0e4a20d1f50ff23d4c1129 SHA512 00f0cfd96176f5311f0bab14016ab88da03ecc10fd9e2bf28fc2d9a399600c56a97e23095694be5382005fef0df1c4fe3ff0d1aec3a46d85f74c729a3c62476a diff --git a/app-admin/puppet-agent/puppet-agent-6.17.0.ebuild b/app-admin/puppet-agent/puppet-agent-6.17.0.ebuild deleted file mode 100644 index c33a9ee73c4..000 --- a/app-admin/puppet-agent/puppet-agent-6.17.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit eutils systemd unpacker - -DESCRIPTION="general puppet client utils along with hiera and facter" -HOMEPAGE="https://puppetlabs.com/; -SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb; - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64" -IUSE="puppetdb selinux" -RESTRICT="strip" - -CDEPEND="!app-admin/puppet - !dev-ruby/hiera - !dev-ruby/facter - !app-emulation/virt-what - acct-user/puppet - acct-group/puppet" - -DEPEND=" - ${CDEPEND} - app-admin/augeas" -RDEPEND="${CDEPEND} - app-portage/eix - sys-apps/dmidecode - sys-libs/libselinux - sys-libs/glibc - sys-libs/readline:0/8 - sys-libs/libxcrypt - sys-libs/ncurses:0[tinfo] - selinux? ( - sys-libs/libselinux[ruby] - sec-policy/selinux-puppet - ) - puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )" - -S=${WORKDIR} - -QA_PREBUILT="*" - -src_install() { - # conf.d - doconfd etc/default/puppet - doconfd etc/default/pxp-agent - # logrotate.d - insinto /etc/logrotate.d - doins etc/logrotate.d/pxp-agent - # puppet itself - insinto /etc/puppetlabs - doins -r etc/puppetlabs/* - # logdir for systemd - dodir var/log/puppetlabs/puppet/ - fperms 0750 var/log/puppetlabs/puppet/ - # the rest - insinto /opt - dodir opt/puppetlabs/puppet/cache - doins -r opt/* - fperms 0750 /opt/puppetlabs/puppet/cache - # init - newinitd "${FILESDIR}/puppet.initd" puppet - systemd_dounit lib/systemd/system/puppet.service - systemd_dounit lib/systemd/system/pxp-agent.service - systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" puppet-agent.conf - # symlinks - chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/" - chmod 0755 "${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper" - dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter - dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera - dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet - dosym ../../opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what - dosym ../../../../usr/lib64/xcrypt/libcrypt.so.1 /opt/puppetlabs/puppet/lib/libcrypt.so.1 -} diff --git a/app-admin/puppet-agent/puppet-agent-6.18.0.ebuild
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
commit: 9fc8b0a1e4cd370d2be61af5f6adc5e69b862163 Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 27 20:59:45 2020 + Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 27 21:06:31 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc8b0a1 sys-cluster/neutron: 16.1.0 stable amd64/x86 with cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> sys-cluster/neutron/Manifest | 3 - sys-cluster/neutron/neutron-16.0.0.ebuild | 232 -- sys-cluster/neutron/neutron-16.1.0.ebuild | 2 +- 3 files changed, 1 insertion(+), 236 deletions(-) diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest index 1a07ff42151..f1146210c51 100644 --- a/sys-cluster/neutron/Manifest +++ b/sys-cluster/neutron/Manifest @@ -1,8 +1,5 @@ -DIST neutron-16.0.0.tar.gz 12746070 BLAKE2B 659ae3bc6971393522dc98ee5b4eccddd85aae17571734f24571e13892376ad2d9a25c09224e703a5b89511c2d696b69842469789649a1f239115ad2422af951 SHA512 f2c23a04d75328b8a671ac65163e6f84cd48880864331f6713793a037a23043779656cfdbe4aab6772fb4e5f5c606db9d97f3d4f3dc8f234920381a9929778cc DIST neutron-16.1.0.tar.gz 12757452 BLAKE2B 0561d2ed30c525dd5c9bc8502636714cd67680cb3f8d1d8bd04caa03ad50e0bf3f7578563789fc7172f6a53847c039a5e1e1fc12a0b5268b29077c83853c146f SHA512 13f5a58aeff8df85771737615706db67885baa1c115be01854a6e917bdf13415e201f971bd03fd3558f975c579c165c3b8079d6c7ee50588948b511d02d13b9f -DIST neutron-configs-16.0.0.tar.gz 24350 BLAKE2B 8f6eeae762fa297651f07667387beac6677cfa9a6c0d13d3fc90ac09753022fd284fc56c53557ab83cda99ab4fe03acc2d2049e4bb62f9496b310b1cd6f42099 SHA512 b087b23a1aa19678d4b9a76ae82243d03fe82706712e8c37b759a8521062f79e83307769b4ba639f67aa402f8b03cdf12d3274d821c3f8ecfd17ded9f4f2c881 DIST neutron-configs-16.1.0.tar.gz 24350 BLAKE2B 8f6eeae762fa297651f07667387beac6677cfa9a6c0d13d3fc90ac09753022fd284fc56c53557ab83cda99ab4fe03acc2d2049e4bb62f9496b310b1cd6f42099 SHA512 b087b23a1aa19678d4b9a76ae82243d03fe82706712e8c37b759a8521062f79e83307769b4ba639f67aa402f8b03cdf12d3274d821c3f8ecfd17ded9f4f2c881 DIST neutron-configs-2020.1..tar.gz 24350 BLAKE2B 8f6eeae762fa297651f07667387beac6677cfa9a6c0d13d3fc90ac09753022fd284fc56c53557ab83cda99ab4fe03acc2d2049e4bb62f9496b310b1cd6f42099 SHA512 b087b23a1aa19678d4b9a76ae82243d03fe82706712e8c37b759a8521062f79e83307769b4ba639f67aa402f8b03cdf12d3274d821c3f8ecfd17ded9f4f2c881 -DIST neutron-ml2-plugins-16.0.0.tar.gz 8887 BLAKE2B 5887027ce4585a523bb3379c002acdde1faa9ed24d0c83c931f2a387b56e8baf8352ae9f82ba46c85a6a3e5b1d68792da1e1ca1fae9b6dde525e6f6c67849ac4 SHA512 4ae70fe3e386932e0327333d29dc526b5f0f0f800ac14d17faa4c1e3fc2dd8524760b84bbb4767e73e70647984aa50702e5e47dc42deb47f66c47c5e3e965111 DIST neutron-ml2-plugins-16.1.0.tar.gz 8887 BLAKE2B 5887027ce4585a523bb3379c002acdde1faa9ed24d0c83c931f2a387b56e8baf8352ae9f82ba46c85a6a3e5b1d68792da1e1ca1fae9b6dde525e6f6c67849ac4 SHA512 4ae70fe3e386932e0327333d29dc526b5f0f0f800ac14d17faa4c1e3fc2dd8524760b84bbb4767e73e70647984aa50702e5e47dc42deb47f66c47c5e3e965111 DIST neutron-ml2-plugins-2020.1..tar.gz 8887 BLAKE2B 5887027ce4585a523bb3379c002acdde1faa9ed24d0c83c931f2a387b56e8baf8352ae9f82ba46c85a6a3e5b1d68792da1e1ca1fae9b6dde525e6f6c67849ac4 SHA512 4ae70fe3e386932e0327333d29dc526b5f0f0f800ac14d17faa4c1e3fc2dd8524760b84bbb4767e73e70647984aa50702e5e47dc42deb47f66c47c5e3e965111 diff --git a/sys-cluster/neutron/neutron-16.0.0.ebuild b/sys-cluster/neutron/neutron-16.0.0.ebuild deleted file mode 100644 index e33cb97dad0..000 --- a/sys-cluster/neutron/neutron-16.0.0.ebuild +++ /dev/null @@ -1,232 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_7 ) -# still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439 - -inherit distutils-r1 linux-info - -DESCRIPTION="A virtual network service for Openstack" -HOMEPAGE="https://launchpad.net/neutron; -if [[ ${PV} == * ]];then - inherit git-r3 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/ussuri/configs.tar.gz -> neutron-configs-${PV}.tar.gz - https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/ussuri/ml2_plugins.tar.gz -> neutron-ml2-plugins-${PV}.tar.gz" - EGIT_REPO_URI="https://github.com/openstack/neutron.git; - EGIT_BRANCH="stable/ussuri" -else - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/ussuri/configs.tar.gz -> neutron-configs-${PV}.tar.gz - https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/ussuri/ml2_plugins.tar.gz -> neutron-ml2-plugins-${PV}.tar.gz - https://tarballs.openstack.org/${PN}/${P}.tar.gz; - KEYWORDS="amd64 ~arm64 x86" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge server sqlite +mysql postgres" -REQUIRED_USE="!compute-only? ( || ( mysql postgres
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
commit: ee8c4b2c2e98b8499b3b19fc01e7baace9ba03d0 Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 27 21:00:54 2020 + Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 27 21:06:33 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8c4b2c sys-cluster/nova: 21.1.0 stable amd64/x86 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> sys-cluster/nova/Manifest | 2 - sys-cluster/nova/nova-21.0.0-r1.ebuild | 217 - sys-cluster/nova/nova-21.1.0.ebuild| 2 +- 3 files changed, 1 insertion(+), 220 deletions(-) diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest index 70cbb0922f5..88f73e27294 100644 --- a/sys-cluster/nova/Manifest +++ b/sys-cluster/nova/Manifest @@ -1,5 +1,3 @@ -DIST nova-21.0.0.tar.gz 9193053 BLAKE2B efc95ac54a18a7df1530fc61e2478d59e5711e4c2da0156c405945a9a0ccd533255e2733d626f28f3460238cf157d802b79a8573f570623024089dd86ac23abc SHA512 a006a47f10d141df8a2495ae81c98bd0bf7af0b1f790627ba929e9b3e2931e438259f96d8c9391b9717126778f3f72f0bde01db5245bdbe801077fd884ba5a89 DIST nova-21.1.0.tar.gz 9213435 BLAKE2B e84bc5131c4bd5ca50ab2783b8b6c606eac0abdaf622fb9a32b9c86fb91ac569f92459da199b4d4bbf679710e593f7ce5539c7f85f89446a463064a108b58d3b SHA512 abb6db64bf25806a9037df1b54bb5874e0599654b8cabafbb6ac659358124a5aa62668117e0a529677e1997d7d89b4265fbb9de4613f28d00d71bdfc4e94c471 DIST nova.conf.sample-2020.1. 191182 BLAKE2B 9b1b42b9ecc6a7f404c9874c5065591dfd8e896c97d261307f7f3b5e935e12db1b4650182660cf1eb97bcfb993d41a1f89e079120adc00b339b5a4ac1c98 SHA512 af22ba8dcfbafdb07ba2785bdcb40efd201adb81d47bee15ee11bb76437bc7a5b7c88390f995432ffa92b64b849df754bd15264e97530334f3eac6f8f93e828d -DIST nova.conf.sample-21.0.0 191182 BLAKE2B 9b1b42b9ecc6a7f404c9874c5065591dfd8e896c97d261307f7f3b5e935e12db1b4650182660cf1eb97bcfb993d41a1f89e079120adc00b339b5a4ac1c98 SHA512 af22ba8dcfbafdb07ba2785bdcb40efd201adb81d47bee15ee11bb76437bc7a5b7c88390f995432ffa92b64b849df754bd15264e97530334f3eac6f8f93e828d DIST nova.conf.sample-21.1.0 191182 BLAKE2B 9b1b42b9ecc6a7f404c9874c5065591dfd8e896c97d261307f7f3b5e935e12db1b4650182660cf1eb97bcfb993d41a1f89e079120adc00b339b5a4ac1c98 SHA512 af22ba8dcfbafdb07ba2785bdcb40efd201adb81d47bee15ee11bb76437bc7a5b7c88390f995432ffa92b64b849df754bd15264e97530334f3eac6f8f93e828d diff --git a/sys-cluster/nova/nova-21.0.0-r1.ebuild b/sys-cluster/nova/nova-21.0.0-r1.ebuild deleted file mode 100644 index e96174c2c99..000 --- a/sys-cluster/nova/nova-21.0.0-r1.ebuild +++ /dev/null @@ -1,217 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 eutils linux-info multilib - -DESCRIPTION="Cloud computing fabric controller" -HOMEPAGE="https://launchpad.net/nova; - -if [[ ${PV} == * ]];then - inherit git-r3 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/ussuri/nova.conf.sample -> nova.conf.sample-${PV}" - EGIT_REPO_URI="https://github.com/openstack/nova.git; - EGIT_BRANCH="stable/ussuri" -else - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/ussuri/nova.conf.sample -> nova.conf.sample-${PV} - https://tarballs.openstack.org/${PN}/${P}.tar.gz; - KEYWORDS="amd64 ~arm64 x86" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="+compute compute-only iscsi +memcached +mysql +novncproxy openvswitch postgres +rabbitmq sqlite" -REQUIRED_USE=" - !compute-only? ( || ( mysql postgres sqlite ) ) - compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )" - -CDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -DEPEND=" - ${CDEPEND} - app-admin/sudo" - -RDEPEND=" - ${CDEPEND} - compute-only? ( - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}] - ) - sqlite? ( - >=dev-python/sqlalchemy-1.2.19[sqlite,${PYTHON_USEDEP}] - ) - mysql? ( - >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}] - !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}] - ) - postgres? ( - >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}] - ) - >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.20.0[${PYTHON_USEDEP}] - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}] - >=dev-python/jinja-2.10[${PYTHON_USEDEP}] - >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}] - >=dev-python/lxml-2.4.1[${PYTHON_USEDEP}] - !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}] - >=dev-python/routes-2.3.1[${PYTHON_USEDEP}] - >=dev-python/cryptography-2.7[${PYTHON_USEDEP}] -
[gentoo-commits] proj/sci:master commit in: sci-biology/pb-honey/
commit: f8c18e63a7bd3240ee469df7638e037c8b3e6b64 Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 20:57:50 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 20:57:50 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f8c18e63 sci-biology/pb-honey: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/pb-honey/metadata.xml| 15 --- sci-biology/pb-honey/pb-honey-14.1.15.ebuild | 25 - 2 files changed, 40 deletions(-) diff --git a/sci-biology/pb-honey/metadata.xml b/sci-biology/pb-honey/metadata.xml deleted file mode 100644 index 1b533d8a5..0 --- a/sci-biology/pb-honey/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - pb-jelly - - diff --git a/sci-biology/pb-honey/pb-honey-14.1.15.ebuild b/sci-biology/pb-honey/pb-honey-14.1.15.ebuild deleted file mode 100644 index 1a4e10778..0 --- a/sci-biology/pb-honey/pb-honey-14.1.15.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Structural variant identification (SNV) using long reads (over 10kbp)" -HOMEPAGE="https://www.hgsc.bcm.edu/software/honey; -SRC_URI="http://sourceforge.net/projects/pb-jelly/files/PBHoney/PBHoney_14.1.15.tgz; - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - sci-biology/blasr - sci-biology/pysam[${PYTHON_USEDEP}] - sci-biology/samtools:0[${PYTHON_USEDEP}] - dev-python/h5py[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}"
[gentoo-commits] proj/sci:master commit in: sci-biology/pb-jelly/
commit: cf414470c9a2bbb7ea5323bb516b6adbeea0012e Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 20:59:12 2020 + Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 20:59:12 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf414470 sci-biology/pb-jelly: removed discontinued package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/pb-jelly/metadata.xml | 15 --- sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild | 22 -- 2 files changed, 37 deletions(-) diff --git a/sci-biology/pb-jelly/metadata.xml b/sci-biology/pb-jelly/metadata.xml deleted file mode 100644 index 1b533d8a5..0 --- a/sci-biology/pb-jelly/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - mmokr...@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biol...@gentoo.org - Gentoo Biology Project - - - pb-jelly - - diff --git a/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild b/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild deleted file mode 100644 index 32c52e9d0..0 --- a/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Close gaps using PacBio RS or 454 FLX+ reads" -HOMEPAGE="https://www.hgsc.bcm.edu/software/jelly; -SRC_URI="http://sourceforge.net/projects/pb-jelly/files/PBSuite_14.9.9.tgz -> pb-jelly-14.9.9.tgz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - sci-biology/blasr - <=dev-python/networkx-1.1[${PYTHON_USEDEP}]" # upstream says "Versions past v1.1 have been shown to have many issues." -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
commit: 90930f5726656e9c4404df9ca015a42f0e8fb57c Author: Sam James gentoo org> AuthorDate: Sun Sep 27 20:42:08 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 20:42:08 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90930f57 profiles/arch/arm64/package.use.mask: cleanup Signed-off-by: Sam James gentoo.org> profiles/arch/arm64/package.use.mask| 21 - profiles/arch/arm64/package.use.stable.mask | 1 + 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 7adf0348d34..20ee5ce8927 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -139,10 +139,6 @@ media-gfx/enblend doc # app-text/dblatex not keyword yet net-firewall/nftables doc -# Mart Raudsepp (2019-03-11) -# media-libs/bcg729 not keyworded yet -net-analyzer/wireshark bcg729 - # Roy Bamford (2019-03-11) # net-misc/dropbox is binary amd64/x86 only kde-apps/kdenetwork-meta dropbox @@ -182,13 +178,8 @@ kde-apps/cantor lua # sci-libs/oce not yet keyworded sci-electronics/kicad occ oce ngspice -# Matthew Thode (2018-07-18) -# dev-python/pandas not keyworded and test uses pandas -dev-python/networkx pandas test - # Michał Górny (2018-07-07) # Unkeyworded dependencies. -dev-python/matplotlib doc net-libs/gnome-online-accounts gnome # Jan Vesely (2018-06-15) @@ -375,14 +366,6 @@ net-im/telepathy-connection-managers sipe # Missing keywords, bug #478254 gnome-base/gnome classic -# Benda Xu (2013-10-31) -# Missing keywords from dev-ml/lablgtk, bug #487722 -net-p2p/mldonkey gtk guionly - -# Markus Meier (2013-09-15) -# Unkeyworded deps, bug #481462 -dev-python/ipython nbconvert - # Sergey Popov (2013-09-06) # sci-libs/hdf does not build properly on arm dev-perl/PDL hdf @@ -413,10 +396,6 @@ media-gfx/pstoedit emf # keyworded here. Remove mask if this situation changes. gnome-extra/sushi office -# Alexandre Rostovtsev (2012-12-27) -# remove mask when >=app-editors/gedit-3.6 is keyworded here -dev-util/devhelp gedit - # Alexandre Rostovtsev (2012-04-12) # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for # gobject-introspection[doctool], bug #411761 diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index d0fbf429064..0b6250de5a4 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -31,6 +31,7 @@ www-servers/uwsgi uwsgi_plugins_rados dev-libs/boost mpi media-plugins/gst-plugins-meta aac dts dv lame libvisual taglib vcd wavpack x11-wm/i3 test +dev-python/ipython nbconvert # Mikle Kolyada (2020-03-19) # deps not yet stable
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
commit: c1ddc57490bfa7d382fa553f0f3263c76b696d52 Author: Sam James gentoo org> AuthorDate: Sun Sep 27 20:31:56 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 20:31:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ddc574 profiles/arch/arm64/package.use.stable.mask: cleanup Signed-off-by: Sam James gentoo.org> profiles/arch/arm64/package.use.stable.mask | 6 -- 1 file changed, 6 deletions(-) diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 40b04c726cf..d0fbf429064 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -92,10 +92,6 @@ app-doc/doxygen clang doxysearch doc # sci-libs/mpir fails tests, bug 640424 dev-python/gmpy mpir -# Michał Górny (2018-05-01) -# More non-stable dependencies. -dev-python/urllib3 test - # Michał Górny (2018-04-15) # Non-stable dependencies. app-admin/syslog-ng spoof-source @@ -115,6 +111,4 @@ net-fs/samba ads # Michał Górny (2018-02-19) # Masked due to unstable deps. dev-db/redis tcmalloc -dev-python/hgdistver test -dev-python/sphinx latex test net-analyzer/netcat crypt
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
commit: ffed0b5ea104359ee412ac5e2c67f4f2d092f54a Author: Sam James gentoo org> AuthorDate: Sun Sep 27 20:24:42 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 20:26:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffed0b5e profiles/arch/arm64/package.use.mask: drop dev-libs/dbus-c++[ecore] mask Bug: https://bugs.gentoo.org/744469 Signed-off-by: Sam James gentoo.org> profiles/arch/arm64/package.use.mask | 4 1 file changed, 4 deletions(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index ce1e1c8fd4a..7adf0348d34 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -265,10 +265,6 @@ media-libs/opencv vtk # USE=lua requires dev-lua/lgi that is not keyworded yet. dev-libs/libpeas lua -# Michał Górny (2018-01-23) -# Requires dev-libs/efl that is not keyworded. -dev-libs/dbus-c++ ecore - # Michał Górny (2018-01-23) # USE=eds requires USE=gnome that is masked here. # USE=postgres requires dev-db/postgresql[kerberos] (USE masked).
[gentoo-commits] repo/gentoo:master commit in: profiles/desc/
commit: 283a4bb3143adbed82ec9131b74c8670285a5ea8 Author: Ulrich Müller gentoo org> AuthorDate: Sun Sep 27 20:22:56 2020 + Commit: Ulrich Müller gentoo org> CommitDate: Sun Sep 27 20:24:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283a4bb3 profiles/desc: Fix l10n.desc sort order. Signed-off-by: Ulrich Müller gentoo.org> profiles/desc/l10n.desc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc index 2434ef498d7..034cd5a1747 100644 --- a/profiles/desc/l10n.desc +++ b/profiles/desc/l10n.desc @@ -1,4 +1,4 @@ -# Copyright 2016-2019 Gentoo Authors +# Copyright 2016-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of L10N USE_EXPAND flags. @@ -33,10 +33,10 @@ az - Azerbaijani be - Belarusian bea - Beaver bg - Bulgarian +bla - Siksika bn - Bengali bn-BD - Bengali (Bangladesh) bn-IN - Bengali (India) -bla - Siksika bo - Tibetan br - Breton brx - Bodo (India)
[gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/
commit: 48e127fdad838f0d15a89dd944e6ed0de31c6acd Author: James Le Cuirot gentoo org> AuthorDate: Sun Sep 27 20:21:18 2020 + Commit: James Le Cuirot gentoo org> CommitDate: Sun Sep 27 20:21:18 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e127fd media-sound/ncmpc: Version bump to 0.39 No ebuild changes. Closes: https://bugs.gentoo.org/701388 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> media-sound/ncmpc/Manifest | 1 + media-sound/ncmpc/ncmpc-0.39.ebuild | 69 + 2 files changed, 70 insertions(+) diff --git a/media-sound/ncmpc/Manifest b/media-sound/ncmpc/Manifest index 5f4d9e99601..0bf169a9d63 100644 --- a/media-sound/ncmpc/Manifest +++ b/media-sound/ncmpc/Manifest @@ -1 +1,2 @@ DIST ncmpc-0.34.tar.xz 227892 BLAKE2B 19d9d9abe3d85cb2567a222c8ce108889d4517272e2bb82f4064ef76af68d610ff4c7516102b976f66380e0e3d3ee7ed00023116cb6b2d1628e3d38796705a09 SHA512 e206cc2d61799a97edf1182de4cee1c0fa447bd1fac136dc48670cb624a7efc903c693b0c541fbc00fcb94e055c83be1ca6370386c99131a1b571f47b67c35f4 +DIST ncmpc-0.39.tar.xz 242968 BLAKE2B 1b270ed52aa884cecd3e1ce60bb2ed628ef79480697f388b48a09e0f22068dbbb7623b01171e5cfae9556446e404530f93c84ca3c3d5cc481c8431f37786c2f4 SHA512 bfadc58bf8b66bff08608f561f689a50fd412b87975998ce23751fd312fa009eeba4b48b4afe96391b2ecb184c00c366262e9b96e24d2ce2ab2af6a4002721d9 diff --git a/media-sound/ncmpc/ncmpc-0.39.ebuild b/media-sound/ncmpc/ncmpc-0.39.ebuild new file mode 100644 index 000..cad4074e5d6 --- /dev/null +++ b/media-sound/ncmpc/ncmpc-0.39.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Ncurses client for the Music Player Daemon (MPD)" +HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc; +SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz; + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen" + +BDEPEND=" + virtual/pkgconfig + doc? ( dev-python/sphinx ) +" +RDEPEND=" + >=media-libs/libmpdclient-2.9 + sys-libs/ncurses:0=[unicode] + lirc? ( app-misc/lirc ) + pcre? ( dev-libs/libpcre ) +" +DEPEND="${RDEPEND} + >=dev-libs/boost-1.62 +" + +src_prepare() { + default + + # use correct docdir and don't install license file + sed -e "/^docdir =/s/meson.project_name()/'${PF}'/" \ + -e "s/'COPYING', //" \ + -i meson.build || die + + # use correct (html) docdir + sed -e "/install_dir:.*doc/s/meson.project_name()/'${PF}'/" \ + -i doc/meson.build || die +} + +src_configure() { + local emesonargs=( + -Dcurses=ncursesw + -Dcolors=true + -Dmini=false + -Dlyrics_plugin_dir="${EPREFIX}/usr/$(get_libdir)/ncmpc/lyrics" + -Dasync_connect=$(usex async-connect true false) + -Dchat_screen=$(usex chat-screen true false) + -Ddocumentation=$(usex doc enabled disabled) + -Dhelp_screen=$(usex help-screen true false) + -Dkey_screen=$(usex key-screen true false) + -Dlibrary_screen=$(usex library-screen true false) + -Dlirc=$(usex lirc enabled disabled) + -Dlocale=$(usex nls enabled disabled) + -Dlyrics_screen=$(usex lyrics-screen true false) + -Dmouse=$(usex mouse enabled disabled) + -Dmultibyte=$(usex nls true false) + -Dnls=$(usex nls enabled disabled) + -Doutputs_screen=$(usex outputs-screen true false) + -Dregex=$(usex pcre enabled disabled) + -Dsearch_screen=$(usex search-screen true false) + -Dsong_screen=$(usex song-screen true false) + ) + + meson_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: sci-physics/bullet/
commit: c5475de9b08b51cafa287952d1c72f00c3c1b2ab Author: Sam James gentoo org> AuthorDate: Sun Sep 27 20:07:45 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 20:07:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5475de9 sci-physics/bullet: Keyword 2.89 arm64, #744469 Signed-off-by: Sam James gentoo.org> sci-physics/bullet/bullet-2.89.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/bullet/bullet-2.89.ebuild b/sci-physics/bullet/bullet-2.89.ebuild index 24626f66775..93b7355b91d 100644 --- a/sci-physics/bullet/bullet-2.89.ebuild +++ b/sci-physics/bullet/bullet-2.89.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.t LICENSE="ZLIB" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+bullet3 doc double-precision examples extras openmp tbb test threads" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/
commit: d66097b68d0d1e7a6e73e64a225c1525114d139d Author: Sam James gentoo org> AuthorDate: Sun Sep 27 20:07:46 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 20:07:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66097b6 x11-wm/enlightenment: Keyword 0.24.2 arm64, #744469 Signed-off-by: Sam James gentoo.org> x11-wm/enlightenment/enlightenment-0.24.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/enlightenment/enlightenment-0.24.2.ebuild b/x11-wm/enlightenment/enlightenment-0.24.2.ebuild index cbc938e2391..6120d4f829f 100644 --- a/x11-wm/enlightenment/enlightenment-0.24.2.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.24.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz; LICENSE="BSD-2" SLOT="0.17/${PV%%_*}" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="acpi bluetooth connman doc geolocation nls pam policykit systemd udisks wayland wifi xwayland" REQUIRED_USE="xwayland? ( wayland )"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
commit: 8f5a9f6b47cc63de7fedbb2f4cab40d96fbe7a9d Author: Sam James gentoo org> AuthorDate: Sun Sep 27 20:07:44 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 20:07:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5a9f6b dev-libs/efl: Keyword 1.25.0-r1 arm64, #744469 Signed-off-by: Sam James gentoo.org> dev-libs/efl/efl-1.25.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/efl/efl-1.25.0-r1.ebuild b/dev-libs/efl/efl-1.25.0-r1.ebuild index 8faf81e6038..0497516b6fb 100644 --- a/dev-libs/efl/efl-1.25.0-r1.ebuild +++ b/dev-libs/efl/efl-1.25.0-r1.ebuild @@ -11,7 +11,7 @@ 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" +KEYWORDS="~amd64 ~arm ~arm64 ~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
[gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/
commit: 2e1caf29a267c992f11d22ca191b1f49123eaafc Author: Sam James gentoo org> AuthorDate: Sun Sep 27 20:07:45 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 20:07:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1caf29 x11-terms/terminology: Keyword 1.8.1 arm64, #744469 Signed-off-by: Sam James gentoo.org> x11-terms/terminology/terminology-1.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/terminology/terminology-1.8.1.ebuild b/x11-terms/terminology/terminology-1.8.1.ebuild index 5eb44db84d3..23f7b14205b 100644 --- a/x11-terms/terminology/terminology-1.8.1.ebuild +++ b/x11-terms/terminology/terminology-1.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/terminology/${P}.tar.xz htt LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="extras nls" RDEPEND="|| ( dev-libs/efl[gles2-only] dev-libs/efl[opengl] )
[gentoo-commits] repo/gentoo:master commit in: media-libs/rlottie/
commit: 73c9cf4754ad9e92e4fec8ecda3fb6395ae81070 Author: Sam James gentoo org> AuthorDate: Sun Sep 27 20:07:44 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 20:07:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c9cf47 media-libs/rlottie: Keyword 0.2 arm64, #744469 Signed-off-by: Sam James gentoo.org> media-libs/rlottie/rlottie-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/rlottie/rlottie-0.2.ebuild b/media-libs/rlottie/rlottie-0.2.ebuild index d0ac8c17c14..faec0217672 100644 --- a/media-libs/rlottie/rlottie-0.2.ebuild +++ b/media-libs/rlottie/rlottie-0.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Samsung/rlottie/archive/v${PV}.tar.gz -> ${P}-1.tar. LICENSE="BSD FTL JSON MIT" SLOT="0/0.2" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="debug examples test" RESTRICT="!test? ( test )"
[gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/files/, sys-cluster/lustre/
commit: 1444a16c3163253eb3117f30b0fc7154d1445324 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 15:55:05 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 15:55:05 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1444a16c sys-cluster/lustre: drop package present in ::gentoo Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sys-cluster/lustre/files/lnet.initd | 45 -- sys-cluster/lustre/files/lustre-client.initd | 47 --- sys-cluster/lustre/lustre-2.10.1.ebuild | 120 --- sys-cluster/lustre/lustre-2.8.0.ebuild | 116 -- sys-cluster/lustre/lustre-.ebuild| 118 -- sys-cluster/lustre/metadata.xml | 18 6 files changed, 464 deletions(-) diff --git a/sys-cluster/lustre/files/lnet.initd b/sys-cluster/lustre/files/lnet.initd deleted file mode 100644 index 227780c52..0 --- a/sys-cluster/lustre/files/lnet.initd +++ /dev/null @@ -1,45 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -description="Loads lnet module and configures network." - -depend() { -need net -after bootmisc -} - -start() { -if [ "${RC_CMD}" = "restart" ]; -then -einfo "Restarting..." -fi - -ebegin "Loading LNet modules:" -modprobe lnet -eend $* - -ebegin "Bringing up LNet" -lnetctl lnet configure --all -eend $* -} - -stop() { -local LNETMODULES=( "ko2iblnd" "lnet" "libcfs" ) -ebegin "Bringing down LNet" -lnetctl lnet unconfigure --all -eend $* - -einfo "Unloading LNet modules:" -for mod in ${LNETMODULES[@]}; do -ebegin "... ${mod}" -modprobe -r ${mod} -eend $* -done -} - -status() -{ -einfo "LNet status:" -lnetctl net show -} diff --git a/sys-cluster/lustre/files/lustre-client.initd b/sys-cluster/lustre/files/lustre-client.initd deleted file mode 100644 index 2978b42b9..0 --- a/sys-cluster/lustre/files/lustre-client.initd +++ /dev/null @@ -1,47 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -description="Load lustre modules" - -extra_commands="checkmodule" - -depend() { -need lnet -before netmount -} - -checkmodule() { -local LOADED="$(lctl modules | awk -F"/" /lustre/'{print $2F}')" -for mod in ${LOADED[@]}; do -ewarn "Module is still loaded: ${mod}" -eend $* -done -} - -start() { -if [ "${RC_CMD}" = "restart" ]; -then -einfo "Restarting Lustre..." -checkmodule -fi - -ebegin "Loading Lustre modules..." -modprobe lustre -eend $* -} - -stop() { -local LMODULES=( "lustre" "osc" "mgc" "lmv" "fld" "mdc" "fid" "lov" "ptlrpc" ) -ebegin "Trying to unmount all Lustre fs" -umount -a -t lustre -eend $* -einfo "Unloading lustre modules:" -for mod in ${LMODULES[@]}; do -ebegin "... ${mod}" -modprobe -r ${mod} -eend $* -done - -checkmodule -} diff --git a/sys-cluster/lustre/lustre-2.10.1.ebuild b/sys-cluster/lustre/lustre-2.10.1.ebuild deleted file mode 100644 index b2b1d1b35..0 --- a/sys-cluster/lustre/lustre-2.10.1.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.15" -WANT_LIBTOOL="latest" - -if [[ $PV = ** ]]; then - scm="git-r3" - SRC_URI="" - EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git" - KEYWORDS="" - EGIT_BRANCH="master" -else - scm="" - SRC_URI="https://dev.gentoo.org/~alexxy/distfiles/${P}.tar.gz; - KEYWORDS="~amd64" -fi - -SUPPORTED_KV_MAJOR=4 -SUPPORTED_KV_MINOR=9 - -inherit ${scm} autotools linux-info linux-mod toolchain-funcs udev flag-o-matic - -DESCRIPTION="Lustre is a parallel distributed file system" -HOMEPAGE="http://wiki.whamcloud.com/; - -LICENSE="GPL-2" -SLOT="0" -IUSE="+client +utils +modules +dlc server readline tests" - -RDEPEND=" - virtual/awk - dlc? ( dev-libs/libyaml ) - readline? ( sys-libs/readline:0 ) - server? ( - >=sys-kernel/spl-0.6.1 - >=sys-fs/zfs-kmod-0.6.1 - sys-fs/zfs - ) - " -DEPEND="${RDEPEND} - dev-python/docutils - virtual/linux-sources" - -REQUIRED_USE=" - client? ( modules ) - server? ( modules )" - -pkg_pretend() { - KVSUPP=${SUPPORTED_KV_MAJOR}.${SUPPORTED_KV_MINOR}.x -
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
commit: 6da8eeeb59b5ab9433bbd39a0a56ddf73517c20d Author: Sven Wegener gentoo org> AuthorDate: Sun Sep 27 19:43:45 2020 + Commit: Sven Wegener gentoo org> CommitDate: Sun Sep 27 19:43:51 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da8eeeb dev-embedded/libjaylink: Add einstalldocs for multilib build Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sven Wegener gentoo.org> dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 1 + dev-embedded/libjaylink/libjaylink-.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild index 2d11642f947..a1a85a787c5 100644 --- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild @@ -29,5 +29,6 @@ multilib_src_configure() { } multilib_src_install_all() { + einstalldocs use static-libs || find "${D}" -name '*.la' -delete || die } diff --git a/dev-embedded/libjaylink/libjaylink-.ebuild b/dev-embedded/libjaylink/libjaylink-.ebuild index 591ce6e4d7b..2b9467f1194 100644 --- a/dev-embedded/libjaylink/libjaylink-.ebuild +++ b/dev-embedded/libjaylink/libjaylink-.ebuild @@ -29,5 +29,6 @@ multilib_src_configure() { } multilib_src_install_all() { + einstalldocs use static-libs || find "${D}" -name '*.la' -delete || die }
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
commit: 99f61f962f7b236438a87da6f3c2466d455d7bf2 Author: Sven Wegener gentoo org> AuthorDate: Sun Sep 27 19:16:14 2020 + Commit: Sven Wegener gentoo org> CommitDate: Sun Sep 27 19:31:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f61f96 dev-embedded/libjaylink: Switch live ebuild to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sven Wegener gentoo.org> dev-embedded/libjaylink/libjaylink-.ebuild | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-embedded/libjaylink/libjaylink-.ebuild b/dev-embedded/libjaylink/libjaylink-.ebuild index d3b0e28e8e2..9190af8cdbc 100644 --- a/dev-embedded/libjaylink/libjaylink-.ebuild +++ b/dev-embedded/libjaylink/libjaylink-.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="7" EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git; -inherit git-r3 autotools eutils ltprune +inherit git-r3 autotools DESCRIPTION="Library to access J-Link devices" HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink; @@ -19,7 +19,8 @@ DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" src_prepare() { - eautoreconf || die + eapply_user + eautoreconf } src_configure() { @@ -28,5 +29,5 @@ src_configure() { src_install() { default - prune_libtool_files + use static-libs || find "${D}" -name '*.la' -delete || die }
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
commit: eba71a7e3467c82fa11bfc79fe122c00a4ad6cf9 Author: Sven Wegener gentoo org> AuthorDate: Sun Sep 27 19:20:30 2020 + Commit: Sven Wegener gentoo org> CommitDate: Sun Sep 27 19:32:17 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba71a7e dev-embedded/libjaylink: Version bump to 0.2.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sven Wegener gentoo.org> dev-embedded/libjaylink/Manifest| 1 + dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 33 + 2 files changed, 34 insertions(+) diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest index 5c53ac7243b..cb83a5112ef 100644 --- a/dev-embedded/libjaylink/Manifest +++ b/dev-embedded/libjaylink/Manifest @@ -1 +1,2 @@ DIST libjaylink-0.1.0.tar.bz2 53672 BLAKE2B 9dbe687b97e76bf4f928cbb8010af0fff95025d3989294b959c6187f0549e9f0dc495f88c39b57d0f98e34d8df2df0cb3bef31047208d4807588416a72401b9f SHA512 5b420c816809c4d2a458d2e28591a2e97bdc161c42ada12f6e0a1cff3490463c0cbef49ecefd8c1ff51e661345185e6087bfc12e259b20fab8b177bb4f3f4638 +DIST libjaylink-0.2.0.tar.bz2 59078 BLAKE2B 7928875248972bc00ec46511861e160491f7a53f729e0fbfe3a6d08335532fffc9e285e8a354a390037bebe696b6740bdc422164238947baf5e0fcf8f55c0dd5 SHA512 5a8c458982fdea2025aa3ce774d41cc58a283824dcd90a94531ee5e6ca50d9961b0ebb40a6dd3a97fdfcb44625437d685151560185449c3161fe399e0651da44 diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild new file mode 100644 index 000..2d11642f947 --- /dev/null +++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit autotools multilib-minimal + +DESCRIPTION="Library to access J-Link devices" +HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink; + +SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="static-libs" + +DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]" +RDEPEND="${DEPEND}" + +src_prepare() { + eapply_user + eautoreconf + multilib_copy_sources +} + +multilib_src_configure() { + econf $(use_enable static-libs static) +} + +multilib_src_install_all() { + use static-libs || find "${D}" -name '*.la' -delete || die +}
[gentoo-commits] proj/sci:master commit in: sys-cluster/mpe2/
commit: 2d25882dc4028dc8092fcb0c8dbe111f1c401e0b Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 15:32:26 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 15:32:26 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2d25882d sys-cluster/mpe2: drop package present in ::gentoo Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sys-cluster/mpe2/metadata.xml | 8 -- sys-cluster/mpe2/mpe2-1.3.0.ebuild | 147 - 2 files changed, 155 deletions(-) diff --git a/sys-cluster/mpe2/metadata.xml b/sys-cluster/mpe2/metadata.xml deleted file mode 100644 index 8bf4b5f36..0 --- a/sys-cluster/mpe2/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd;> - - - clus...@gentoo.org - Gentoo Cluster Project - - diff --git a/sys-cluster/mpe2/mpe2-1.3.0.ebuild b/sys-cluster/mpe2/mpe2-1.3.0.ebuild deleted file mode 100644 index d1bf59c08..0 --- a/sys-cluster/mpe2/mpe2-1.3.0.ebuild +++ /dev/null @@ -1,147 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -FORTRAN_NEEDED=fortran - -inherit eutils fortran-2 java-utils-2 toolchain-funcs - -MY_P=${P/_/} -DESCRIPTION="MPI development tools" -HOMEPAGE="http://www-unix.mcs.anl.gov/perfvis/download/index.htm; -SRC_URI="ftp://ftp.mcs.anl.gov/pub/mpi/${PN%2}/${MY_P}.tar.gz; - -LICENSE="mpich2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="minimal fortran threads debug" - -COMMON_DEPEND=" - !minimal? ( - x11-libs/libXtst - x11-libs/libXi - ) - || ( - sys-cluster/openmpi[fortran?,threads?] - sys-cluster/mpich2[fortran?,threads?] - )" - -DEPEND="!minimal? ( >=virtual/jdk-1.4 ) - ${COMMON_DEPEND}" - -RDEPEND=" -!minimal? ( >=virtual/jre-1.4 ) - ${COMMON_DEPEND}" - -S="${WORKDIR}"/${MY_P} -MPE_IMP="" - -# README: -# This ebuild is created to handle building with both mpich2 and openmpi. -# However, without empi (in the science overlay), and some further -# conversion to use mpi.eclass, we can only handle one implementation -# at a time. I still believe it's better to have the ebuild setup -# correctly in preperation. - -pkg_setup() { - fortran-2_pkg_setup - local i - - if has_version sys-cluster/openmpi; then - MPE_IMP=openmpi - elif has_version sys-cluster/mpich2; then - MPE_IMP=mpich2 - else - die "Unknown MPI implementation" - fi - - export JFLAGS="${JFLAGS} $(java-pkg_javac-args)" - - if [[ "${MPE_IMP}" == openmpi ]] && [ -z "${MPE2_FORCE_OPENMPI_TEST}" ]; then - echo - elog "Currently src_test fails on collchk with openmpi, hence" - elog "testing is disabled by default. If you would like to" - elog "force testing, please add MPE_FORCE_OPENMPI_TEST=1" - elog "to your environment." - echo - fi - - einfo "Building with support for: sys-cluster/${MPE_IMP}" -} - -src_prepare() { - default - # Don't assume path contains ./ - sed -i 's,\($MPERUN\) $pgm,\1 ./$pgm,' sbin/mpetestexeclog.in || die - - # No parallel make: - # http://trac.mcs.anl.gov/projects/mpich2/ticket/1095#comment:1 - MAKEOPTS+=" -j1" -} - -src_configure() { - local c="--with-mpicc=/usr/bin/mpicc" - - if use fortran; then - c="${c} --with-mpif77=/usr/bin/mpif77" - else - c="${c} --disable-f77" - fi - - if use minimal; then - c="${c} --enable-slog2=no --disable-rlog --disable-sample" - else - c="${c} --with-java2=$(java-config --jdk-home) --enable-slog2=build" - fi - - if [[ "${MPE_IMP}" == openmpi ]]; then - c="${c} --disable-rlog --disable-sample" - fi - - econf ${c} \ - --sysconfdir=/etc/${PN} \ - --datadir=/usr/share/${PN} \ - --with-htmldir=/usr/share/${PN} \ - --with-docdir=/usr/share/${PN} \ - --enable-collchk \ - --enable-wrappers \ - $(use_enable !minimal graphics) \ - $(use_enable threads threadlogging) \ - $(use_enable debug g) -} - -src_test() { - local rc - - cd "${S}" || die - if [[ "${MPE_IMP}" == mpich2 ]]; then - echo "MPD_SECRETWORD=junk" > "${T}"/mpd.conf - chmod 600 "${T}"/mpd.conf - export MPD_CONF_FILE="${T}/mpd.conf" - "${ROOT}"usr/bin/mpd -d --pidfile="${T}"/mpd.pid - elif [[ "${MPE_IMP}" == openmpi* ]] && [ -z "${MPE2_FORCE_OPENMPI_TEST}" ]; then - elog - elog "Skipping tests for openmpi" - elog - return 0 - fi
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
commit: 5c9ca60ff0ed9993d497199e51be7074f99cbacd Author: Sven Wegener gentoo org> AuthorDate: Sun Sep 27 19:18:40 2020 + Commit: Sven Wegener gentoo org> CommitDate: Sun Sep 27 19:31:54 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9ca60f dev-embedded/libjaylink: Add multilib support to live ebuild Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sven Wegener gentoo.org> dev-embedded/libjaylink/libjaylink-.ebuild | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-embedded/libjaylink/libjaylink-.ebuild b/dev-embedded/libjaylink/libjaylink-.ebuild index 9190af8cdbc..591ce6e4d7b 100644 --- a/dev-embedded/libjaylink/libjaylink-.ebuild +++ b/dev-embedded/libjaylink/libjaylink-.ebuild @@ -5,7 +5,7 @@ EAPI="7" EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git; -inherit git-r3 autotools +inherit git-r3 autotools multilib-minimal DESCRIPTION="Library to access J-Link devices" HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink; @@ -15,19 +15,19 @@ SLOT="0" KEYWORDS="" IUSE="static-libs" -DEPEND="virtual/libusb:1" +DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" src_prepare() { eapply_user eautoreconf + multilib_copy_sources } -src_configure() { +multilib_src_configure() { econf $(use_enable static-libs static) } -src_install() { - default +multilib_src_install_all() { use static-libs || find "${D}" -name '*.la' -delete || die }
[gentoo-commits] proj/sci:master commit in: sys-cluster/mvapich2/, sys-cluster/openmpi/, sys-cluster/mvapich2/files/, ...
commit: 7c67d4f1945c5407327f63d6e422e63069e5611c Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 15:30:24 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 15:31:44 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c67d4f1 sys-cluster/{mpich{,2},mvapich,openmpi}: drop packages present in ::gentoo Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sys-cluster/mpich/files/eselect.mpi.mpich | 8 - sys-cluster/mpich/files/mpich-3.2.1-hwloc2.patch | 42 - sys-cluster/mpich/metadata.xml | 21 --- sys-cluster/mpich/mpich-3.0.4.ebuild | 121 - sys-cluster/mpich/mpich-3.1.3-r2.ebuild| 121 - sys-cluster/mpich/mpich-3.1.4-r1.ebuild| 121 - sys-cluster/mpich/mpich-3.2-r1.ebuild | 121 - sys-cluster/mpich/mpich-3.2-r2.ebuild | 136 --- sys-cluster/mpich/mpich-3.2.1.ebuild | 140 --- .../0001-MPD_CONF_FILE-should-be-readable.patch| 32 .../files/0002-mpd_conf_file-search-order.patch| 98 --- .../0003-Fix-pkgconfig-for-mpich2-ch3-v1.2.1.patch | 36 .../files/0003-Fix-pkgconfig-for-mpich2-ch3.patch | 36 sys-cluster/mpich2/files/eselect.mpi.mpich2| 8 - .../mpich2/files/fix-pkg-config-files.patch| 119 - sys-cluster/mpich2/files/mpd.conf | 2 - .../mpich2-1.0.8-gforker-install-alt-fix.patch | 12 -- .../mpich2/files/mpich2-1.0.8-mpdconf-env.patch| 112 .../mpich2/files/mpich2-1.0.8-pkgconfig.patch | 17 -- .../files/mpich2-1.2.1-fix-missing-libs.patch | 33 ...2-1.3-libtvmpich2.so-respect-user-LDFLAGS.patch | 25 --- sys-cluster/mpich2/files/mpich2-hvector.patch | 63 --- sys-cluster/mpich2/metadata.xml| 21 --- sys-cluster/mpich2/mpich2-1.5.ebuild | 127 -- sys-cluster/mvapich2/files/eselect.mpi.mvapich2| 8 - sys-cluster/mvapich2/metadata.xml | 16 -- sys-cluster/mvapich2/mvapich2-1.6-r1.ebuild| 145 --- sys-cluster/openmpi/files/eselect.mpi.openmpi | 8 - ...le-malloc-override-inside-of-Gentoo-sandb.patch | 42 - sys-cluster/openmpi/files/openmpi-ltdl.patch | 78 - sys-cluster/openmpi/files/openmpi-r24328.patch | 54 -- sys-cluster/openmpi/metadata.xml | 21 --- sys-cluster/openmpi/openmpi-1.10.7.ebuild | 194 - sys-cluster/openmpi/openmpi-1.8.8.ebuild | 180 --- sys-cluster/openmpi/openmpi-2.0.4.ebuild | 177 --- sys-cluster/openmpi/openmpi-2.1.6.ebuild | 176 --- sys-cluster/openmpi/openmpi-3.0.4.ebuild | 173 -- sys-cluster/openmpi/openmpi-3.1.4.ebuild | 173 -- sys-cluster/openmpi/openmpi-4.0.1-r2.ebuild| 172 -- 39 files changed, 3189 deletions(-) diff --git a/sys-cluster/mpich/files/eselect.mpi.mpich b/sys-cluster/mpich/files/eselect.mpi.mpich deleted file mode 100644 index 703d71176..0 --- a/sys-cluster/mpich/files/eselect.mpi.mpich +++ /dev/null @@ -1,8 +0,0 @@ -MPI_CC=@ROOT@usr/bin/mpicc -MPI_CXX=@ROOT@usr/bin/mpicxx -MPI_F77=@ROOT@usr/bin/mpif77 -MPI_FC=@ROOT@usr/bin/mpif90 -CLASS_BASE_MPI_IMP=@BASE_IMP@ -PATH=@ROOT@usr/bin -MANPATH=@ROOT@usr/share/man -LD_LIBRARY_PATH=@ROOT@usr/@LIBDIR@ diff --git a/sys-cluster/mpich/files/mpich-3.2.1-hwloc2.patch b/sys-cluster/mpich/files/mpich-3.2.1-hwloc2.patch deleted file mode 100644 index 415a40932..0 --- a/sys-cluster/mpich/files/mpich-3.2.1-hwloc2.patch +++ /dev/null @@ -1,42 +0,0 @@ -From ab59467c51206ac72546e4b734a1b41bf3d0345d Mon Sep 17 00:00:00 2001 -From: Kavitha Tiptur Madhu -Date: Fri, 19 Jan 2018 10:44:56 -0600 -Subject: [PATCH] hydra: remove replicate membind option - -The "replicate" option of membind is not well supported on a number of -operating systems, and has been removed from hwloc (in v2.0) as well. -This patch gets rid of that option in Hydra, in preparation for an -upgrade to hwloc-2.0. - -Signed-off-by: Pavan Balaji - src/pm/hydra/tools/topo/hwloc/topo_hwloc.c | 3 --- - src/pm/hydra/ui/mpich/utils.c | 1 - - 2 files changed, 4 deletions(-) - -diff --git a/src/pm/hydra/tools/topo/hwloc/topo_hwloc.c b/src/pm/hydra/tools/topo/hwloc/topo_hwloc.c -index ce15fe7702..74029fad61 100644 a/src/pm/hydra/tools/topo/hwloc/topo_hwloc.c -+++ b/src/pm/hydra/tools/topo/hwloc/topo_hwloc.c -@@ -424,9 +424,6 @@ HYD_status HYDT_topo_hwloc_init(const char *binding, const char *mapping, const - else if (!strncmp(membind, "interleave:", strlen("interleave:"))) { - HYDT_topo_hwloc_info.membind = HWLOC_MEMBIND_INTERLEAVE; - } --else if (!strncmp(membind, "replicate:",
[gentoo-commits] repo/gentoo:master commit in: app-shells/dash/
commit: 6b440355dfd42de32dd00d6f1e02c456876dd7e9 Author: Fabian Groffen gentoo org> AuthorDate: Sun Sep 27 19:29:24 2020 + Commit: Fabian Groffen gentoo org> CommitDate: Sun Sep 27 19:29:58 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b440355 app-shells/dash-0.5.11.2: fix compilation on Solaris Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Fabian Groffen gentoo.org> app-shells/dash/dash-0.5.11.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-shells/dash/dash-0.5.11.2.ebuild b/app-shells/dash/dash-0.5.11.2.ebuild index 9482c8379d5..1d6d3b32458 100644 --- a/app-shells/dash/dash-0.5.11.2.ebuild +++ b/app-shells/dash/dash-0.5.11.2.ebuild @@ -32,9 +32,10 @@ src_prepare() { } src_configure() { - # don't redefine stat on Solaris if [[ ${CHOST} == *-solaris* ]] ; then + # don't redefine stat, open, dirent, etc. on Solaris export ac_cv_func_stat64=yes + export ac_cv_func_open64=yes # if your headers strictly adhere to POSIX, you'll need this too [[ ${CHOST##*solaris2.} -le 10 ]] && append-cppflags -DNAME_MAX=255
[gentoo-commits] repo/gentoo:master commit in: media-libs/libavif/
commit: 2ce6a5d2f9ed0fd9dae4dc89881a03f65a2a52ff Author: Sam James gentoo org> AuthorDate: Sun Sep 27 19:28:42 2020 + Commit: Sam James gentoo org> CommitDate: Sun Sep 27 19:28:42 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce6a5d2 media-libs/libavif: Keyword 0.8.1 arm64, #744637 Signed-off-by: Sam James gentoo.org> media-libs/libavif/libavif-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libavif/libavif-0.8.1.ebuild b/media-libs/libavif/libavif-0.8.1.ebuild index 95d3907fe7f..d4db150cb62 100644 --- a/media-libs/libavif/libavif-0.8.1.ebuild +++ b/media-libs/libavif/libavif-0.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/AOMediaCodec/libavif/archive/v${PV}.tar.gz -> ${P}.t LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+aom dav1d examples extras gdk-pixbuf rav1e" DEPEND="media-libs/libpng
[gentoo-commits] proj/sci:master commit in: sci-visualization/fsleyes-props/
commit: 65fa065ec1aa6341045cdd3167997046885bf5c6 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 13:56:03 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 13:56:03 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=65fa065e sci-visualization/fsleyes-props: fix python compat Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild b/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild index 2e80199ec..c88acc938 100644 --- a/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild +++ b/sci-visualization/fsleyes-props/fsleyes-props-1.6.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 virtualx
[gentoo-commits] proj/sci:master commit in: dev-python/unyt/
commit: 4fc56bd2e6a0930079e829ab22e69c7677483b32 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 14:21:14 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 14:21:14 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4fc56bd2 dev-python/unyt: dependency for sci-visualization/yt Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/unyt/metadata.xml | 12 dev-python/unyt/unyt-2.7.2.ebuild | 32 2 files changed, 44 insertions(+) diff --git a/dev-python/unyt/metadata.xml b/dev-python/unyt/metadata.xml new file mode 100644 index 0..2f2c0b51c --- /dev/null +++ b/dev-python/unyt/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/unyt/unyt-2.7.2.ebuild b/dev-python/unyt/unyt-2.7.2.ebuild new file mode 100644 index 0..893f0c03f --- /dev/null +++ b/dev-python/unyt/unyt-2.7.2.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_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="package for handling numpy arrays with units" +HOMEPAGE="https://github.com/yt-project/unyt; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + https://raw.githubusercontent.com/yt-project/unyt/v${PV}/unyt/tests/data/old_json_registry.txt +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/sympy[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_prepare_all() { + mkdir -p "${S}"/unyt/tests/data || die + mv "${DISTDIR}"/old_json_registry.txt "${S}"/unyt/tests/data/ + + distutils-r1_python_prepare_all +}
[gentoo-commits] proj/sci:master commit in: sci-visualization/fsleyes/
commit: 41237dc8ba8dee5cc4e3ef45fbd57daff48b2a59 Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 13:55:01 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 13:55:01 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=41237dc8 sci-visualization/fsleyes: fix python compat Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-visualization/fsleyes/fsleyes-0.32.0.ebuild | 2 +- sci-visualization/fsleyes/fsleyes-0.32.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/fsleyes/fsleyes-0.32.0.ebuild b/sci-visualization/fsleyes/fsleyes-0.32.0.ebuild index 2acd8..0ff118e75 100644 --- a/sci-visualization/fsleyes/fsleyes-0.32.0.ebuild +++ b/sci-visualization/fsleyes/fsleyes-0.32.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 desktop virtualx diff --git a/sci-visualization/fsleyes/fsleyes-0.32.3.ebuild b/sci-visualization/fsleyes/fsleyes-0.32.3.ebuild index 836f48587..37c5a3827 100644 --- a/sci-visualization/fsleyes/fsleyes-0.32.3.ebuild +++ b/sci-visualization/fsleyes/fsleyes-0.32.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 desktop virtualx
[gentoo-commits] proj/sci:master commit in: sci-visualization/yt/
commit: aba164856f5d5d7f4005e8df43de9036fedb406e Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 15:25:48 2020 + Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 15:25:48 2020 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=aba16485 sci-visualization/yt: bump python compat package still doesn't build correctly needs a lot more dependencies to be added but upstream is active and dependencies are present in various overlays should ask them to migrate Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-visualization/yt/yt-2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/yt/yt-2.6.ebuild b/sci-visualization/yt/yt-2.6.ebuild index 37efad0fd..c4c8b55d0 100644 --- a/sci-visualization/yt/yt-2.6.ebuild +++ b/sci-visualization/yt/yt-2.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_7 ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 flag-o-matic
[gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/files/, dev-lang/gdl/
commit: f38b0bb1db2a273c85a641624a3f5f2515058102 Author: David Seifert gentoo org> AuthorDate: Sun Sep 27 19:17:09 2020 + Commit: David Seifert gentoo org> CommitDate: Sun Sep 27 19:17:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38b0bb1 dev-lang/gdl: Remove old 0.9.6 Closes: https://bugs.gentoo.org/735280 Closes: https://bugs.gentoo.org/741096 Closes: https://bugs.gentoo.org/741402 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> dev-lang/gdl/Manifest | 1 - dev-lang/gdl/files/0.9.2-include.patch | 10 -- dev-lang/gdl/files/0.9.5-antlr.patch | 91 dev-lang/gdl/files/0.9.5-png.patch | 15 -- 9.6-disable-tests-hanging-under-xvfb-run.patch | 80 -- dev-lang/gdl/files/0.9.6-fix-file-move.patch | 14 -- .../gdl/files/0.9.6-fix-python-function-call.patch | 30 dev-lang/gdl/files/0.9.6-formats.patch | 111 -- dev-lang/gdl/files/0.9.6-fun-fix.patch | 56 --- dev-lang/gdl/files/0.9.6-gcc6.patch| 31 .../files/0.9.6-python-use-path-and-startup.patch | 20 --- dev-lang/gdl/gdl-0.9.6-r3.ebuild | 161 - 12 files changed, 620 deletions(-) diff --git a/dev-lang/gdl/Manifest b/dev-lang/gdl/Manifest index 72b22e14515..868fcd3bef4 100644 --- a/dev-lang/gdl/Manifest +++ b/dev-lang/gdl/Manifest @@ -1,2 +1 @@ -DIST gdl-0.9.6v2.tgz 1777167 BLAKE2B 4d92ed93f12e0979d591959d60ae9fa6785400e4f169a00f462103d263bce1aa02e615cc8467b53146791a12045850f9dae1da113f9caff4d6b44dd2a5798b3b SHA512 a816ee2e3822af380a1131a6138263c33560db7286cd699b864da305a1103d5afc881a1cd3574d2e243bfb7e65e759e46322c5e55c66ec15620d9c514565c2c5 DIST gdl-1.0.0_rc3.tar.gz 32650313 BLAKE2B cdecfe0646e2271e2389e0a04f8da1e8de4534faf743f233169bccf326198025eff7fd7a7b62ed8bd05fa4a0222c6fd30f9469e3edf0f5b2991ef3ef545e616b SHA512 3fde22c7e709b9cdc72a23d2317c043037379c7903418211a699c7e5caa2ed17e78e32e6d2f9b4aa89200e729fc21555821140dfdd58a5a636a858e2841f6335 diff --git a/dev-lang/gdl/files/0.9.2-include.patch b/dev-lang/gdl/files/0.9.2-include.patch deleted file mode 100644 index 49613da16e2..000 --- a/dev-lang/gdl/files/0.9.2-include.patch +++ /dev/null @@ -1,10 +0,0 @@ gdl-0.9.2.orig/src/cformat.g 2010-07-25 17:59:19.0 +0100 -+++ gdl-0.9.2/src/cformat.g2012-06-21 16:34:12.0 +0100 -@@ -16,6 +16,7 @@ - ***/ - - header "pre_include_cpp" { -+#include - #include "includefirst.hpp" - } - diff --git a/dev-lang/gdl/files/0.9.5-antlr.patch b/dev-lang/gdl/files/0.9.5-antlr.patch deleted file mode 100644 index f5b627ab444..000 --- a/dev-lang/gdl/files/0.9.5-antlr.patch +++ /dev/null @@ -1,91 +0,0 @@ - CMakeLists.txt | 14 +++--- - CMakeModules/FindANTLR.cmake | 11 +++ - src/CMakeLists.txt | 18 +++--- - 3 files changed, 33 insertions(+), 10 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 407e39a..c4b3278 100644 a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -111,6 +111,8 @@ set(SZIPDIR "" CACHE PATH "GDL: Specify the SZip directory tree") - - set(GDL_DATA_DIR "/share/gnudatalanguage" CACHE PATH "GDL: data directory relative to CMAKE_INSTALL_PREFIX") - -+set(BUNDLED_ANTLR OFF CACHE BOOL "Use bundled ANTLR grammar ?") -+set(ANTLRDIR "" CACHE PATH "Specify the system ANTLR directory tree") - - # check for 64-bit OS - if(${CMAKE_SIZEOF_VOID_P} EQUAL 8) -@@ -174,9 +176,15 @@ check_library_exists(m nexttoward "" HAVE_NEXTTOWARD) - # mpi - check_include_file(mpi.h HAVE_MPI_H) - --# SA: whithout it compilation of antlr fails if there's a conflicting --# version of antlr in system-wide directories --include_directories(src) -+if(BUNDLED_ANTLR) -+ # SA: whithout it compilation of antlr fails if there's a conflicting -+ # version of antlr in system-wide directories -+ include_directories(src) -+else(BUNDLED_ANTLR) -+ find_package(ANTLR QUIET) -+ set(LIBRARIES ${LIBRARIES} ${ANTLR_LIBRARIES}) -+ include_directories(${ANTLR_INCLUDE_DIR}) -+endif(BUNDLED_ANTLR) - - if(WIN32 AND NOT CYGWIN) - # For Win32 find Pdcureses instead of (N)Curses -diff --git a/CMakeModules/FindANTLR.cmake b/CMakeModules/FindANTLR.cmake -new file mode 100644 -index 000..b61cc5b /dev/null -+++ b/CMakeModules/FindANTLR.cmake -@@ -0,0 +1,11 @@ -+ -+ -+find_library(ANTLR_LIBRARIES NAMES antlr) -+find_path(ANTLR_INCLUDE_DIR NAMES antlr/ANTLRUtil.hpp) -+include(FindPackageHandleStandardArgs) -+find_package_handle_standard_args(ANTLR DEFAULT_MSG ANTLR_LIBRARIES ANTLR_INCLUDE_DIR) -+ -+mark_as_advanced( -+ANTLR_LIBRARIES -+ANTLR_INCLUDE_DIR -+) -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 1f7ffec..776a1fd 100644 a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt
[gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/, dev-lang/gdl/files/
commit: 1a6e53137d2d93f8d7291c17f5c9c6c70b5d23a4 Author: David Seifert gentoo org> AuthorDate: Sun Sep 27 19:17:06 2020 + Commit: David Seifert gentoo org> CommitDate: Sun Sep 27 19:17:06 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6e5313 dev-lang/gdl: Bump version to 1.0.0_rc3 Bug: https://bugs.gentoo.org/735280 Bug: https://bugs.gentoo.org/741096 Bug: https://bugs.gentoo.org/741402 Closes: https://bugs.gentoo.org/704026 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> dev-lang/gdl/Manifest| 1 + dev-lang/gdl/files/gdl-1.0.0_rc3-cmake.patch | 94 + dev-lang/gdl/gdl-1.0.0_rc3.ebuild| 152 +++ dev-lang/gdl/metadata.xml| 1 + 4 files changed, 248 insertions(+) diff --git a/dev-lang/gdl/Manifest b/dev-lang/gdl/Manifest index 0c6f89abb8a..72b22e14515 100644 --- a/dev-lang/gdl/Manifest +++ b/dev-lang/gdl/Manifest @@ -1 +1,2 @@ DIST gdl-0.9.6v2.tgz 1777167 BLAKE2B 4d92ed93f12e0979d591959d60ae9fa6785400e4f169a00f462103d263bce1aa02e615cc8467b53146791a12045850f9dae1da113f9caff4d6b44dd2a5798b3b SHA512 a816ee2e3822af380a1131a6138263c33560db7286cd699b864da305a1103d5afc881a1cd3574d2e243bfb7e65e759e46322c5e55c66ec15620d9c514565c2c5 +DIST gdl-1.0.0_rc3.tar.gz 32650313 BLAKE2B cdecfe0646e2271e2389e0a04f8da1e8de4534faf743f233169bccf326198025eff7fd7a7b62ed8bd05fa4a0222c6fd30f9469e3edf0f5b2991ef3ef545e616b SHA512 3fde22c7e709b9cdc72a23d2317c043037379c7903418211a699c7e5caa2ed17e78e32e6d2f9b4aa89200e729fc21555821140dfdd58a5a636a858e2841f6335 diff --git a/dev-lang/gdl/files/gdl-1.0.0_rc3-cmake.patch b/dev-lang/gdl/files/gdl-1.0.0_rc3-cmake.patch new file mode 100644 index 000..dd7abcc54d9 --- /dev/null +++ b/dev-lang/gdl/files/gdl-1.0.0_rc3-cmake.patch @@ -0,0 +1,94 @@ +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -206,10 +206,6 @@ + # mpi + check_include_file(mpi.h HAVE_MPI_H) + +-# SA: whithout it compilation of antlr fails if there's a conflicting +-# version of antlr in system-wide directories +-include_directories(src) +- + if (NOT WIN32) + # Ncurses MANDATORY for readline on POSIX + # -DNCURSESDIR=DIR +@@ -399,8 +395,10 @@ + + # PLplot MANDATORY + # -DPLPLOTDIR=DIR +-set(CMAKE_PREFIX_PATH ${PLPLOTDIR}) +-find_package(Plplot QUIET) ++ ++find_package(PkgConfig REQUIRED) ++pkg_check_modules(PLPLOT REQUIRED plplot plplot-c++) ++ + set(HAVE_LIBPLPLOTCXXD ${PLPLOT_FOUND}) + if(PLPLOT_FOUND) + set(LIBRARIES ${LIBRARIES} ${PLPLOT_LIBRARIES}) +@@ -490,33 +488,16 @@ + # -DMAGICK=ON|OFF + # -DMAGICKDIR=DIR + if(MAGICK) +- set(CMAKE_PREFIX_PATH ${MAGICKDIR}) +- find_package(ImageMagick QUIET COMPONENTS Magick++ MagickWand MagickCore) +- mark_as_advanced(ImageMagick_EXECUTABLE_DIR ImageMagick_Magick++_INCLUDE_DIR ImageMagick_Magick++_LIBRARY +-ImageMagick_MagickCore_INCLUDE_DIR ImageMagick_MagickCore_LIBRARY ImageMagick_MagickWand_INCLUDE_DIR ImageMagick_MagickWand_LIBRARY) +- set(USE_MAGICK ${ImageMagick_FOUND}) +- if(ImageMagick_FOUND) +-find_program(MAGICKXXCONFIG Magick++-config) +-if(MAGICKXXCONFIG) +- execute_process(COMMAND ${MAGICKXXCONFIG} "--libs" OUTPUT_VARIABLE MAGICKXXCONFIGLIBS OUTPUT_STRIP_TRAILING_WHITESPACE) +- set(LIBRARIES ${LIBRARIES} ${MAGICKXXCONFIGLIBS}) +-else(MAGICKXXCONFIG) +- message(FATAL_ERROR "ImageMagick is required but was not found (Magick++-config).\n" +-"Use -DMAGICKDIR=DIR to specify the ImageMagick directory.\n" +-"Use -DMAGICK=OFF to not use it.\n" +-"(suitable Debian/Ubuntu package: libmagick++-dev)\n" +-"(suitable Fedora/CentOS package: ImageMagick-c++-devel)") +-endif(MAGICKXXCONFIG) +-set(LIBRARIES ${LIBRARIES} ${ImageMagick_LIBRARIES}) +-include_directories(${ImageMagick_INCLUDE_DIRS}) +-set(MAGICK_LIBRARIES ${ImageMagick_LIBRARIES}) +- else(ImageMagick_FOUND) +-message(FATAL_ERROR "ImageMagick is required but was not found.\n" +- "Use -DMAGICKDIR=DIR to specify the ImageMagick directory.\n" +- "Use -DMAGICK=OFF to not use it.\n" +- "(suitable Debian/Ubuntu package: libmagick++-dev)\n" +- "(suitable Fedora/CentOS package: ImageMagick-c++-devel)") +- endif(ImageMagick_FOUND) ++ find_package(PkgConfig REQUIRED) ++ pkg_check_modules(Magick++ REQUIRED Magick++) ++ pkg_check_modules(MagickWand REQUIRED MagickWand) ++ pkg_check_modules(MagickCore REQUIRED MagickCore) ++ ++ set(MAGICK_LIBRARIES ${Magick++_LIBRARIES} ${MagickWand_LIBRARIES} ${MagickCore_LIBRARIES}) ++ set(LIBRARIES ${LIBRARIES} ${MAGICK_LIBRARIES}) ++ include_directories(${Magick++_INCLUDE_DIRS}) ++ include_directories(${MagickWand_INCLUDE_DIRS}) ++ include_directories(${MagickCore_INCLUDE_DIRS}) + endif(MAGICK) + + # if GM or IM activated, we check whether Plplot is OK for that +--- a/src/CMakeLists.txt b/src/CMakeLists.txt +@@ -186,9 +186,9 @@ + ) + endif(USE_EXPAT) +
[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
commit: 5c9d28a33fa90b213f267075d688a737f864754d Author: Koen Zandberg bergzand net> AuthorDate: Mon Aug 3 17:49:24 2020 + Commit: Sven Wegener gentoo org> CommitDate: Sun Sep 27 19:01:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9d28a3 dev-embedded/libjaylink: Update EGIT_REPO_URI and HOMEPAGE Repo moved again, this time to https://gitlab.zapb.de/libjaylink/libjaylink Closes: https://bugs.gentoo.org/729318 Closes: https://github.com/gentoo/gentoo/pull/16985 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Koen Zandberg bergzand.net> [swegener gentoo.org: also apply to non-live-ebuild] Signed-off-by: Sven Wegener gentoo.org> dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++-- dev-embedded/libjaylink/libjaylink-.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild index 1f202d8baeb..93c619b44c8 100644 --- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild @@ -6,9 +6,9 @@ EAPI="6" inherit autotools eutils ltprune DESCRIPTION="Library to access J-Link devices" -HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink; +HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink; -SRC_URI="https://gitlab.zapb.de/zapb/libjaylink/-/archive/${PV}/${P}.tar.bz2; +SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2; LICENSE="GPL-2" SLOT="0" diff --git a/dev-embedded/libjaylink/libjaylink-.ebuild b/dev-embedded/libjaylink/libjaylink-.ebuild index 3f1f59b950a..d3b0e28e8e2 100644 --- a/dev-embedded/libjaylink/libjaylink-.ebuild +++ b/dev-embedded/libjaylink/libjaylink-.ebuild @@ -3,12 +3,12 @@ EAPI="5" -EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git; +EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git; inherit git-r3 autotools eutils ltprune DESCRIPTION="Library to access J-Link devices" -HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink; +HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink; LICENSE="GPL-2" SLOT="0"