summaryrefslogtreecommitdiffstats
path: root/trinity-base/kcontrol
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-28 19:20:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-01 23:25:44 +0100
commit62d47dd844d191b892ae0edec58ff2cdf3532e40 (patch)
tree45e551b6261dbe852fb69037566f2f23f4bad2c9 /trinity-base/kcontrol
parenteb922946c6680e0c88a256e2897a27b3b6a757a6 (diff)
downloadtde-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/kcontrol')
-rw-r--r--trinity-base/kcontrol/Manifest1
-rw-r--r--trinity-base/kcontrol/kcontrol-14.0.7.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/trinity-base/kcontrol/Manifest b/trinity-base/kcontrol/Manifest
index 2fae19fb..36fd9633 100644
--- a/trinity-base/kcontrol/Manifest
+++ b/trinity-base/kcontrol/Manifest
@@ -1,2 +1 @@
-DIST tdebase-trinity-14.0.7.tar.xz 30025772 BLAKE2B d163bb263ef0351dcf437777e7dbf5da4681baa2023cb2d53357145fec25a5ecb7015832645862b912b25b0d2f61432c6e4b740fad4c84b153610dc3be30c60a SHA512 ce9fbac0553b49c21061cf5cf22acf0831b6a2984ac08df3d37a1ed28ed1e7066cfc9cfb7fc3c78e40b876553dee6c3b1bd9e6fc5419af310645ac704a2abdb7
DIST tdebase-trinity-14.0.8.tar.xz 30049464 BLAKE2B c5a9a9c79cc12c8a9e85fb1913f334a208609c452fe150ade62bee5798e61abd956512f10059c215e7f7e07182dfbc1f3017600466598f85d9137689a7d0126e SHA512 e52ed05b416bb29b4a8d742bdcd908f5887d06aa7a64d2a1218a603a0926098504c0f1ef6de41552070ce1e5e32219156bb8c5fc4f47f9819efe3e02145de403
diff --git a/trinity-base/kcontrol/kcontrol-14.0.7.ebuild b/trinity-base/kcontrol/kcontrol-14.0.7.ebuild
deleted file mode 100644
index fef93e3c..00000000
--- a/trinity-base/kcontrol/kcontrol-14.0.7.ebuild
+++ /dev/null
@@ -1,51 +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="tdebase"
-inherit trinity-meta-2
-
-DESCRIPTION="The Trinity Control Center"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="samba logitech-mouse ieee1394 +svg +hwlib +xrandr "
-
-DEPEND="x11-libs/libX11
- x11-libs/libXrender
- x11-libs/libXcursor
- samba? ( net-fs/samba )
- logitech-mouse? ( virtual/libusb:0 )
- ieee1394? ( sys-libs/libraw1394 )
- ~trinity-base/tdelibs-${PV}[xrandr?]
- ~trinity-base/libkonq-${PV}
- ~trinity-base/kicker-${PV}"
-
-RDEPEND="${DEPEND}
- sys-apps/usbutils
- ~trinity-base/kcminit-${PV}
- ~trinity-base/tdebase-data-${PV}
- ~trinity-base/tdesu-${PV}
- ~trinity-base/khelpcenter-${PV}
- ~trinity-base/khotkeys-${PV}
- svg? ( media-libs/libart_lgpl )"
-
-TSM_EXTRACT_ALSO="kicker/ twin/ kdesktop/ klipper/ kxkb/"
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_XCURSOR=ON
- -DWITH_XRENDER=ON
- -DWITH_USBIDS=/usr/share/misc/usb.ids
- -DWITH_SAMBA="$(usex samba)"
- -DWITH_LIBUSB="$(usex logitech-mouse)"
- -DWITH_LIBRAW1394="$(usex ieee1394)"
- -DWITH_XRANDR="$(usex xrandr)"
- -DWITH_TDEHWLIB="$(usex hwlib)"
- -DWITH_LIBART="$(usex svg)"
- -DXSCREENSAVER_DIR="/usr/$(get_libdir)/misc/xscreensaver"
- )
-
- trinity-meta-2_src_configure
-}