From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/frameworkintegration/
Date: Wed, 15 May 2019 17:11:16 +0000 (UTC) [thread overview]
Message-ID: <1557940258.bf240fe95fad6b786b8cd79acaee261e4d6063df.asturm@gentoo> (raw)
commit: bf240fe95fad6b786b8cd79acaee261e4d6063df
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 17:10:58 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 17:10:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf240fe9
kde-frameworks/frameworkintegration: Drop 5.58.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/frameworkintegration/Manifest | 1 -
.../frameworkintegration-5.58.0.ebuild | 53 ----------------------
2 files changed, 54 deletions(-)
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 70bea184719..a14b57309ee 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,4 +1,3 @@
DIST frameworkintegration-5.54.0.tar.xz 1753080 BLAKE2B 267d6a7692d8d63ca19bf819955cb194c103eb996c0d144e4fa06f2bb5ca9c3a7b80084f4eb23ba94c69fc0004f5c7e5d7c6738b4108b7886903077e1312731f SHA512 9bb0c8a10b342976c21f8840e04f4b9ac60931c804fc0debbddf24b710e97804a2b8d357019840534c4fb4b4b816565a49682b0b09b4fb4d82d7d3467af1bb1f
DIST frameworkintegration-5.57.0.tar.xz 1753224 BLAKE2B 533532e20231e4d1d4bee8d5964c791a62f5d91a4e458b720e7d8086e92204b234846269f3ae6c23492bb77e0d42ae39da6d2dae85a1e034c0bd67be04639b88 SHA512 e8aadd2d4ead08ada18809b0a54879415dbf699885ec74c56dd689226a235fe6a034600a0b357162eee475c8798863ef0b50ea1384c603756b3dbfbf3425df1b
-DIST frameworkintegration-5.58.0.tar.xz 1754084 BLAKE2B ecafd5812b517188a95869ceb781c2be130297addbacbd426dcde2055cd402291f4899be0c39b418889ef58b944923816bed124a85fed6e3a10ef64a05596b83 SHA512 80f2d8c3dcaa57632bab12ca581ae57665b6bbea9f68aa439cf91f8bb7e987954a0b6787bc7f73e6e5cc8f605b28162a654bce6fa2aa3f699fc909fd5f0f5794
DIST frameworkintegration-5.58.1.tar.xz 1753724 BLAKE2B 1162037b803e3f1780eccc8517409a6e9df33b20580e6c8355514197ae011fe38c7523dd9514bb6df21ec4b748d5e530de2740bdd67b5f879b56c5a7f7aa2571 SHA512 a9ed9edd85b4305d9b9a88b41f8ac2d50d18146fe74744b789dcdfb896f24ae6efdb9fb877155106c05222e9144e268692ddb15eb3930f3ed9ba713e0d493dfe
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.58.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.58.0.ebuild
deleted file mode 100644
index abb6426a7b4..00000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.58.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_QTHELP="false"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="appstream X"
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- appstream? (
- app-admin/packagekit-qt
- dev-libs/appstream[qt5]
- )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- )
-"
-RDEPEND="${DEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_prepare() {
- punt_bogus_dep Qt5 DBus
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package appstream AppStreamQt)
- $(cmake-utils_use_find_package appstream packagekitqt5)
- $(cmake-utils_use_find_package X XCB)
- )
-
- kde5_src_configure
-}
next reply other threads:[~2019-05-15 17:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-15 17:11 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 8:33 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/frameworkintegration/ Andreas Sturmlechner
2022-01-12 17:33 Andreas Sturmlechner
2020-01-12 0:59 Andreas Sturmlechner
2019-05-24 19:26 Andreas Sturmlechner
2019-05-24 19:26 Andreas Sturmlechner
2019-05-15 17:11 Andreas Sturmlechner
2018-10-10 11:48 Mikle Kolyada
2017-07-25 18:14 Alexis Ballier
2017-01-18 10:12 Michael Palimaka
2017-01-17 19:54 Aaron Bauman
2015-12-06 11:40 Michael Palimaka
2015-10-19 14:22 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1557940258.bf240fe95fad6b786b8cd79acaee261e4d6063df.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox