diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-28 19:20:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-01 23:25:44 +0100 |
commit | 62d47dd844d191b892ae0edec58ff2cdf3532e40 (patch) | |
tree | 45e551b6261dbe852fb69037566f2f23f4bad2c9 /trinity-base/tdeaddons-doc | |
parent | eb922946c6680e0c88a256e2897a27b3b6a757a6 (diff) | |
download | tde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.tar.gz tde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.zip |
*/*: Remove 14.0.7 packages
Fixes were only made to 14.0.8 and CI is still very red for 14.0.7.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/tdeaddons-doc')
-rw-r--r-- | trinity-base/tdeaddons-doc/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/tdeaddons-doc/tdeaddons-doc-14.0.7.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/trinity-base/tdeaddons-doc/Manifest b/trinity-base/tdeaddons-doc/Manifest index 3b973f39..b3c1e9eb 100644 --- a/trinity-base/tdeaddons-doc/Manifest +++ b/trinity-base/tdeaddons-doc/Manifest @@ -1,2 +1 @@ -DIST tdeaddons-trinity-14.0.7.tar.xz 1459816 BLAKE2B b861178bc4b71d7120624da38a77455e98b481793e5f4e6aca3437dbea0de93ddc22c73ba3bccb9cedb4a3945ccc125aef3b863a97f0ce403041011176002d81 SHA512 5ea57051e9081501c1be9d665514cc27952759f1cc006e961c61221039d8c746be12e795ced22d047f5a2463ef3c5f6b183164f198fd81909724a2e30ded7d55 DIST tdeaddons-trinity-14.0.8.tar.xz 1461068 BLAKE2B a093a5ec49b5d2bdf2787053be8b1e6a96265169afbd1f9ea5748a6c5ec789733c7c7fb46a1b99fa6d4b0fa4427e15366017bd1572dddee4df4d8fd0c5151add SHA512 a07703f6ca9637398ba70203a8a891256321ad06daf07a806e31bbc82033e6b5fce79a35f7cef1049ca6cb8e2390f2ac805de389bd01a3aaf3fe250c59e2abed diff --git a/trinity-base/tdeaddons-doc/tdeaddons-doc-14.0.7.ebuild b/trinity-base/tdeaddons-doc/tdeaddons-doc-14.0.7.ebuild deleted file mode 100644 index 0b330b58..00000000 --- a/trinity-base/tdeaddons-doc/tdeaddons-doc-14.0.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Copyright 2020 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -TRINITY_MODULE_NAME="tdeaddons" - -inherit trinity-meta-2 - -DESCRIPTION="Documentaion for tdeaddons-derived packages" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - ~trinity-base/khelpcenter-${PV}" - -pkg_setup() { - # Issue some warning if MAKEOPTS -j parameter is higher than 4 - local makeopts_j - makeopts_j="$(echo "$MAKEOPTS" | sed -n 's/\(^\|.*\s\)\(-j\s*[0-9]\+\)\(\s.*\|$\)/\2/p')" - if [ -n "$makeopts_j" -a "$makeopts_j" > 4 ]; then - - ewarn "This ebuild needs huge amoumt of memmory to compile in highly parallel" - ewarn "mode so it can chew it all. Please change your MAKEOPTS if building fails." - fi - - trinity-meta-2_pkg_setup -} |