summaryrefslogtreecommitdiffstats
path: root/dev-libs/dbus-1-tqt
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
committerormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
commit3401abb615b656c425a85b933aa25335f6ddf156 (patch)
treee851daa136aa559fbd59f329d0212bead6ff9431 /dev-libs/dbus-1-tqt
parent13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff)
downloadtde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz
tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'dev-libs/dbus-1-tqt')
-rw-r--r--dev-libs/dbus-1-tqt/Manifest1
-rw-r--r--dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.12.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-libs/dbus-1-tqt/Manifest b/dev-libs/dbus-1-tqt/Manifest
index eb7dcc4d..e48ab309 100644
--- a/dev-libs/dbus-1-tqt/Manifest
+++ b/dev-libs/dbus-1-tqt/Manifest
@@ -1,2 +1 @@
-DIST dbus-1-tqt-trinity-14.0.12.tar.xz 73464 BLAKE2B fbd98cb620f50295905f13a9c88b33a49fbaa930269366a0fa2714b3f0737b7d972bfa4be62d910b437fa184995b767c6fc5514a73e011c82df8d60717aca83e SHA512 3a018f61d59b85801ff0ff2d88dda666f26a7a44d6427cab82a441cecf4cb906e0b789e48c931ab20bd535081cb210e2d3d8992a203ebede072d8068bea7bd6e
DIST dbus-1-tqt-trinity-14.0.13.tar.xz 73384 BLAKE2B acb26929be8950fb2638ca20a2b692bac28116aba9670c9701c8b36bf7ab6d8f1ba28c073e0e3792b84e72dd766a9e88e6fad1b3310be34e2ffadd84efa8d9a4 SHA512 50c97fb715b0ae6a3fb42ffbbc4e07d54989d952e3cdf92f8099f8deccc8ae4ef84d040ed25b9cc3c86cdf48b444d4f7176c43d3f4a92cd27f4a84dff1ad707d
diff --git a/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.12.ebuild b/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.12.ebuild
deleted file mode 100644
index 5723cfb2..00000000
--- a/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.12.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_MODULE_TYPE="dependencies"
-TRINITY_MODULE_NAME="dbus-1-tqt"
-inherit trinity-base-2
-
-DESCRIPTION="D-BUS TQt bindings"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="sys-apps/dbus
- ~dev-tqt/tqtinterface-${PV}"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- cmake_src_configure
-}