From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BDAD138351 for ; Wed, 26 Feb 2020 22:57:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54AF2E099C; Wed, 26 Feb 2020 22:57:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38740E099C for ; Wed, 26 Feb 2020 22:57:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC43B34F2E0 for ; Wed, 26 Feb 2020 22:57:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5C6E157 for ; Wed, 26 Feb 2020 22:57:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1582757845.3787fe3edcaa4f900c5334d2c6c6c416cbcfd88f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/kdocker/Manifest x11-misc/kdocker/kdocker-5.0-r1.ebuild X-VCS-Directories: x11-misc/kdocker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3787fe3edcaa4f900c5334d2c6c6c416cbcfd88f X-VCS-Branch: master Date: Wed, 26 Feb 2020 22:57:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f67b207a-52e5-4ee7-aeab-6d6133242de3 X-Archives-Hash: 41279f230be9216ead97eb534397919f commit: 3787fe3edcaa4f900c5334d2c6c6c416cbcfd88f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 22:54:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 22:57:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3787fe3e x11-misc/kdocker: Drop 5.0-r1 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/kdocker/Manifest | 1 - x11-misc/kdocker/kdocker-5.0-r1.ebuild | 47 ---------------------------------- 2 files changed, 48 deletions(-) diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest index b5cfcf6f6bf..03041212b81 100644 --- a/x11-misc/kdocker/Manifest +++ b/x11-misc/kdocker/Manifest @@ -1,2 +1 @@ DIST KDocker-5.2.tar.gz 173508 BLAKE2B e44a924a085c2d237c113028f40a98cfa8a8a5398525aea4e38fadabd23a10cc91648a55f800afd2ad398b744ad450d9c7bc26dd5bae994603f6ea4b322b5804 SHA512 1a98bf7b6360f4ce042b3e5330798076d42bd463c16e41b259706811f11516a34acfb0ace59f2c10c07aa6b2ff8fc57b1b1fa3ccdd33d452e220ec46446e8b64 -DIST kdocker-5.0.tar.gz 152222 BLAKE2B b4e60a28f497476503f2a40aee4a776ece3a052adce4d29cb75095d9056ba0d6e4993838d6f771fad08532a3fb6d4022a07684f47cbd72289d34bce7196347aa SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3 diff --git a/x11-misc/kdocker/kdocker-5.0-r1.ebuild b/x11-misc/kdocker/kdocker-5.0-r1.ebuild deleted file mode 100644 index 0bce209883e..00000000000 --- a/x11-misc/kdocker/kdocker-5.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit bash-completion-r1 qmake-utils - -DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://github.com/user-none/KDocker" -SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXpm -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO ) - -S=${WORKDIR}/KDocker-${PV} - -src_prepare() { - default - - sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \ - kdocker.pro || die "sed failed" -} - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}