diff options
author | Andreas Sturmlechner <[email protected]> | 2020-11-28 19:20:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <[email protected]> | 2020-12-01 23:25:44 +0100 |
commit | 62d47dd844d191b892ae0edec58ff2cdf3532e40 (patch) | |
tree | 45e551b6261dbe852fb69037566f2f23f4bad2c9 /trinity-base/kmilo | |
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 <[email protected]>
Diffstat (limited to 'trinity-base/kmilo')
-rw-r--r-- | trinity-base/kmilo/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/kmilo/kmilo-14.0.7.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/trinity-base/kmilo/Manifest b/trinity-base/kmilo/Manifest index b251f3e3..02707778 100644 --- a/trinity-base/kmilo/Manifest +++ b/trinity-base/kmilo/Manifest @@ -1,2 +1 @@ -DIST tdeutils-trinity-14.0.7.tar.xz 2220396 BLAKE2B 5a45cc344e7533bcac88267665e48a91590423ca2f0f8826c75830e6709bed76d50ee84d78dd67b9a7484efee10e15cf1397e389a7ed38b8ae55490524db0172 SHA512 238ce92d8bf1ad5810dceee1854cf5cb57455d63fcf1d6d3d1b3e274e47001a74250bfd858ba4aa6e76233521df4e074d0011c45a4667b51e7957a5329599e3a DIST tdeutils-trinity-14.0.8.tar.xz 2219588 BLAKE2B d69f857a2049b5d6019720d66e2c25acff5416c1ada184f6979454ec99b43ca31bdf74264208ade11705b6144d1948c89abcc4293739eb83946f58a77958acbc SHA512 118aceda1d01843d5237f64830e35b3cc1ace1841aa6bf5601a2e3c01baad9ec86929a9c843bfd4526e8369eaa82a70a2259db8395986026bfc5e45e981a4839 diff --git a/trinity-base/kmilo/kmilo-14.0.7.ebuild b/trinity-base/kmilo/kmilo-14.0.7.ebuild deleted file mode 100644 index 566acfaa..00000000 --- a/trinity-base/kmilo/kmilo-14.0.7.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -TRINITY_MODULE_NAME="tdeutils" -inherit trinity-meta-2 - -DESCRIPTION="kded module that supports some hardware input devices, such as special keys" - -KEYWORDS="~amd64 ~x86" -IUSE="asus-laptop dell-laptop lm-sensors powerbook-laptop thinkpad-laptop vaio-laptop" - -DEPEND="powerbook-laptop? ( app-laptop/pbbuttonsd )" -RDEPEND="${DEPEND} - lm-sensors? ( sys-apps/lm-sensors )" - -src_configure() { - local mycmakeargs=( - -DWITH_ASUS="$(usex asus-laptop)" - -DWITH_I8K="$(usex dell-laptop)" - -DWITH_POWERBOOK2="$(usex powerbook-laptop)" - -DWITH_THINKPAD="$(usex thinkpad-laptop)" - -DWITH_VAIO="$(usex vaio-laptop)" - -DWITH_SENSORS="$(usex lm-sensors)" - ) - - trinity-meta-2_src_configure -} |