public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/
Date: Mon, 18 Feb 2019 10:54:12 +0000 (UTC)	[thread overview]
Message-ID: <1550487226.8acd9c7c7bc2956080808ff4b21fd2c48508c9ef.asturm@gentoo> (raw)

commit:     8acd9c7c7bc2956080808ff4b21fd2c48508c9ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 08:55:53 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 10:53:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acd9c7c

kde-plasma/kdeplasma-addons: Drop 5.14.5 (r0)

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-plasma/kdeplasma-addons/Manifest               |  1 -
 .../kdeplasma-addons-5.14.5.ebuild                 | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/kde-plasma/kdeplasma-addons/Manifest b/kde-plasma/kdeplasma-addons/Manifest
index 0dacf793c59..6d95572ad7d 100644
--- a/kde-plasma/kdeplasma-addons/Manifest
+++ b/kde-plasma/kdeplasma-addons/Manifest
@@ -1,3 +1,2 @@
 DIST kdeplasma-addons-5.14.5.1.tar.xz 606580 BLAKE2B 1f8c60c16b1abc44dee8abac3d4b5fda14eb219ff077a392629d5893f06710e42edbbb47bd67a1a9d6d814b150932474dda38fa15eb3a23fab309e5f64b936c2 SHA512 3e755704d55755811b7eb9081022af3ae1bf743fb6a57007909fb46bdae1851b488e08dcccaa8bc3683fa050d8d2612c9520d4e1bb2deb1cf31fcf22610d7ce2
-DIST kdeplasma-addons-5.14.5.tar.xz 603588 BLAKE2B 0323ae26e0e55b7a75571c1cfbd88dfeb221f1aa706623abb21f900ebdd56bd9f3ac521b91c129ab99c046932353ba5079e72d3fad09a131ac1417c8783736a5 SHA512 f6d0203231598b161991b7bbd6bbbe4504831195d5d892c302212cd86067156cb17bc4632e7dd8a951747f98dd84312a3c70eb477bfb16a13a118de07cc1615e
 DIST kdeplasma-addons-5.15.0.tar.xz 602468 BLAKE2B e09d9395af56d20195792c47c734758c8df06dbf3ec40b2eaf777b5811bb8e5bcdb34a168d5d243dc123c0b12201b6a21297545d4352dfecd4cd7200a8ed80c2 SHA512 d470b3bdddaca240c776d274c4c42de36800102c18ac140887e78e8f7ef02ec6516746e4b5326d56dac22472864e7d767d4f8fffc10a8f26695405af4d4edbd3

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.ebuild
deleted file mode 100644
index 344f13b13c2..00000000000
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.14.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Extra Plasma applets and engines"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 ~arm x86"
-IUSE="share webengine"
-
-DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdeclarative)
-	$(add_frameworks_dep kholidays)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep kpackage)
-	$(add_frameworks_dep kross)
-	$(add_frameworks_dep krunner)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep kunitconversion)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep plasma)
-	$(add_frameworks_dep sonnet)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	share? ( $(add_frameworks_dep purpose) )
-	webengine? ( $(add_qt_dep qtwebengine) )
-"
-RDEPEND="${DEPEND}
-	$(add_plasma_dep plasma-workspace)
-	$(add_qt_dep qtquickcontrols)
-	$(add_qt_dep qtquickcontrols2)
-	!kde-plasma/kdeplasma-addons:4
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package share KF5Purpose)
-		$(cmake-utils_use_find_package webengine Qt5WebEngine)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2019-02-18 10:54 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-18 10:54 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-23 17:42 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/ Sam James
2024-03-13 21:17 Andreas Sturmlechner
2023-09-19 15:27 Andreas Sturmlechner
2023-09-19 15:27 Andreas Sturmlechner
2022-11-18  7:22 WANG Xuerui
2022-08-07 15:51 Andreas Sturmlechner
2022-06-29  7:21 WANG Xuerui
2022-05-18 15:06 Andreas Sturmlechner
2022-05-04 20:50 Andreas Sturmlechner
2021-11-23 14:59 Andreas Sturmlechner
2021-06-10 18:05 Georgy Yakovlev
2020-12-22 11:18 Andreas Sturmlechner
2020-09-29 12:49 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2019-12-22 19:07 Andreas Sturmlechner
2019-02-18  6:20 Mikle Kolyada
2019-02-17 22:35 Thomas Deutschmann
2019-02-13 16:24 Andreas Sturmlechner
2018-12-01 19:00 Mikle Kolyada
2018-12-01 17:00 Mikle Kolyada
2018-05-26  0:52 Thomas Deutschmann
2018-05-22  7:49 Mikle Kolyada
2017-10-07 21:12 Andreas Sturmlechner
2017-02-02 11:03 Johannes Huber
2017-02-02 11:01 Johannes Huber
2015-12-14 14:34 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=1550487226.8acd9c7c7bc2956080808ff4b21fd2c48508c9ef.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