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 3A83D1396D9 for ; Tue, 14 Nov 2017 00:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FC2AE102F; Tue, 14 Nov 2017 00:45:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2AA7CE102F for ; Tue, 14 Nov 2017 00:45:02 +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 23FBF33BF0F for ; Tue, 14 Nov 2017 00:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B103298C1 for ; Tue, 14 Nov 2017 00:44:58 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1510620285.d03b7ef030a36966b822fa07a23e792f635c10eb.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kdocker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/kdocker/kdocker-4.8-r2.ebuild X-VCS-Directories: x11-misc/kdocker/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: d03b7ef030a36966b822fa07a23e792f635c10eb X-VCS-Branch: master Date: Tue, 14 Nov 2017 00:44:58 +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-Archives-Salt: fc3f6e22-4415-4019-acd1-4511dc32d90f X-Archives-Hash: f0006abc30c3f005d0f72a29cb84eca1 commit: d03b7ef030a36966b822fa07a23e792f635c10eb Author: Jonas Stein gentoo org> AuthorDate: Tue Nov 14 00:44:45 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Tue Nov 14 00:44:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03b7ef0 x11-misc/kdocker: HOMEPAGE updated HOMEPAGE changed as reported in Bug: https://bugs.gentoo.org/637282 Package-Manager: Portage-2.3.13, Repoman-2.3.4 x11-misc/kdocker/kdocker-4.8-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-misc/kdocker/kdocker-4.8-r2.ebuild b/x11-misc/kdocker/kdocker-4.8-r2.ebuild index 777c7974c8b..f3e8ad99e0d 100644 --- a/x11-misc/kdocker/kdocker-4.8-r2.ebuild +++ b/x11-misc/kdocker/kdocker-4.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ LANGS="it" inherit bash-completion-r1 qt4-r2 DESCRIPTION="Helper to dock any application into the system tray" -HOMEPAGE="https://launchpad.net/kdocker/" +HOMEPAGE="https://github.com/user-none/KDocker" SRC_URI="https://launchpad.net/${PN}/trunk/${PV:0:3}/+download/${P}.tar.gz" LICENSE="GPL-2" @@ -26,7 +26,6 @@ DEPEND=" RDEPEND="${DEPEND}" DOCS=( AUTHORS BUGS ChangeLog CREDITS README TODO ) - PATCHES=( "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" ) src_prepare() {