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-misc/kshutdown/
Date: Tue,  4 Jun 2019 19:49:35 +0000 (UTC)	[thread overview]
Message-ID: <1559677749.0d268e560eca98115f4eb85f6e4e1cd097be9d55.asturm@gentoo> (raw)

commit:     0d268e560eca98115f4eb85f6e4e1cd097be9d55
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  4 19:15:31 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 19:49:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d268e56

kde-misc/kshutdown: Drop 4.2

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

 kde-misc/kshutdown/Manifest             |  1 -
 kde-misc/kshutdown/kshutdown-4.2.ebuild | 53 ---------------------------------
 2 files changed, 54 deletions(-)

diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest
index 659a69202ef..75339049cf9 100644
--- a/kde-misc/kshutdown/Manifest
+++ b/kde-misc/kshutdown/Manifest
@@ -1,2 +1 @@
-DIST kshutdown-source-4.2.zip 463140 BLAKE2B b398a004e91ebfa7651eed7bfffeccfc1cb332868ff3bbcea50ccd40088084ff1079d73ee2c922c8e882c0d39e1c6bc2741d0b416b5a2742eb5c6686b03f29a5 SHA512 00d4a5c1c8efdac0d86009bc0218a673435ca315f3b4fa949af414bf525ff65088f26edb0ed0d9fd2209ea81d58619efcffa5091d49bd2b841ddd4749b05a21f
 DIST kshutdown-source-5.0.zip 454848 BLAKE2B 481cafbf5bd3831088ec9168b6eb82e342106b9b570279b6b8ca1db1f2df8c5640b3942f76032559396b504903b18fe106eb940e81822472a63f235e1a004644 SHA512 7a3920315db142f150227e624fa4a765966ec8367a08686214cb072d94a62d24f3a22fbef8fc84411d385be935102cf85df1b001b2922399455cc320c1e0f0db

diff --git a/kde-misc/kshutdown/kshutdown-4.2.ebuild b/kde-misc/kshutdown/kshutdown-4.2.ebuild
deleted file mode 100644
index 6cb0e984c17..00000000000
--- a/kde-misc/kshutdown/kshutdown-4.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="false"
-KDE_AUTODEPS="false"
-inherit kde5
-
-DESCRIPTION="Shutdown manager for desktop environments like KDE Plasma"
-HOMEPAGE="https://kshutdown.sourceforge.io"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV/_}.zip"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-IUSE="+kde"
-
-COMMON_DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	kde? (
-		kde-frameworks/kconfig:5
-		kde-frameworks/kconfigwidgets:5
-		kde-frameworks/kcoreaddons:5
-		kde-frameworks/kdbusaddons:5
-		kde-frameworks/kglobalaccel:5
-		kde-frameworks/ki18n:5
-		kde-frameworks/kidletime:5
-		kde-frameworks/knotifications:5
-		kde-frameworks/knotifyconfig:5
-		kde-frameworks/kwidgetsaddons:5
-		kde-frameworks/kxmlgui:5
-	)
-"
-DEPEND="${COMMON_DEPEND}
-	app-arch/unzip
-	kde? ( kde-frameworks/extra-cmake-modules:5 )
-	sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-	!kde-misc/kshutdown:4
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DKS_KF5=$(usex kde)
-		-DKS_PURE_QT=$(usex !kde)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2019-06-04 19:49 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04 19:49 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05 14:45 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kshutdown/ Andreas Sturmlechner
2025-04-18 21:58 Andreas Sturmlechner
2024-09-02 12:44 Andreas Sturmlechner
2024-08-31 21:20 Sam James
2024-07-21 16:43 Arthur Zamarin
2024-06-29 18:08 Andreas Sturmlechner
2022-09-23 20:07 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:40 Mikle Kolyada
2019-12-30 21:26 Andreas Sturmlechner
2019-12-30 21:26 Andreas Sturmlechner
2019-11-12  1:13 Andreas Sturmlechner
2019-06-04 19:49 Andreas Sturmlechner
2019-05-18 20:52 Andreas Sturmlechner
2019-05-18 20:52 Andreas Sturmlechner
2019-03-03 15:27 Andreas Sturmlechner
2018-05-09  6:32 Andreas Sturmlechner
2018-05-08  7:11 Agostino Sarubbo
2018-05-07  0:24 Thomas Deutschmann
2018-05-06 11:24 Andreas Sturmlechner
2018-03-30 18:46 Aaron Bauman
2018-03-15 15:14 Andreas Sturmlechner
2017-10-02 11:09 Andreas Sturmlechner
2017-10-01 11:40 Andreas Sturmlechner
2016-12-29 17:53 Johannes Huber
2016-12-21 11:28 Tobias Klausmann
2016-11-01 12:22 Johannes Huber
2016-08-31 19:07 Michael Palimaka
2016-07-07 17:52 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=1559677749.0d268e560eca98115f4eb85f6e4e1cd097be9d55.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