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 086031382C5 for ; Sun, 28 Jan 2018 16:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6EE0E0DCF; Sun, 28 Jan 2018 16:57:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B9102E0DCF for ; Sun, 28 Jan 2018 16:57:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 070F7335C2F for ; Sun, 28 Jan 2018 16:57:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF8FB1BD for ; Sun, 28 Jan 2018 16:57:08 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1517158604.a5cf4f50bfd939ab4fc7a3c9f0b8ec626a58f6dd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxtask/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxtask/lxtask-0.1.6.ebuild lxde-base/lxtask/lxtask-0.1.7.ebuild lxde-base/lxtask/lxtask-0.1.8.ebuild X-VCS-Directories: lxde-base/lxtask/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a5cf4f50bfd939ab4fc7a3c9f0b8ec626a58f6dd X-VCS-Branch: master Date: Sun, 28 Jan 2018 16:57:08 +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: 02d00837-e3ca-43d8-ac9b-d4d04dac4820 X-Archives-Hash: 7911d12f1892cbcefefefb37e3c04ed1 commit: a5cf4f50bfd939ab4fc7a3c9f0b8ec626a58f6dd Author: charIes17 arcor de> AuthorDate: Sun Jan 28 11:47:44 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 28 16:56:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5cf4f50 lxde-base/lxtask: Adjust HOMEPAGE Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6983 lxde-base/lxtask/lxtask-0.1.6.ebuild | 6 +++--- lxde-base/lxtask/lxtask-0.1.7.ebuild | 6 +++--- lxde-base/lxtask/lxtask-0.1.8.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lxde-base/lxtask/lxtask-0.1.6.ebuild b/lxde-base/lxtask/lxtask-0.1.6.ebuild index 7ecb1867940..64c1f5c4cf8 100644 --- a/lxde-base/lxtask/lxtask-0.1.6.ebuild +++ b/lxde-base/lxtask/lxtask-0.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,12 +6,12 @@ EAPI="5" inherit eutils DESCRIPTION="LXDE Task manager" -HOMEPAGE="http://lxde.sf.net/" +HOMEPAGE="https://wiki.lxde.org/en/LXTask" SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" SLOT="0" +KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/gtk+:2 diff --git a/lxde-base/lxtask/lxtask-0.1.7.ebuild b/lxde-base/lxtask/lxtask-0.1.7.ebuild index 027916fb34f..86bdc869299 100644 --- a/lxde-base/lxtask/lxtask-0.1.7.ebuild +++ b/lxde-base/lxtask/lxtask-0.1.7.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="LXDE Task manager" -HOMEPAGE="http://lxde.sf.net/" +HOMEPAGE="https://wiki.lxde.org/en/LXTask" SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" SLOT="0" +KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/gtk+:2 diff --git a/lxde-base/lxtask/lxtask-0.1.8.ebuild b/lxde-base/lxtask/lxtask-0.1.8.ebuild index 52d7aaf8baf..a8e120e924e 100644 --- a/lxde-base/lxtask/lxtask-0.1.8.ebuild +++ b/lxde-base/lxtask/lxtask-0.1.8.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="LXDE Task manager" -HOMEPAGE="http://lxde.sf.net/" +HOMEPAGE="https://wiki.lxde.org/en/LXTask" SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" SLOT="0" +KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/gtk+:2