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 9BE46138334 for ; Sun, 17 Mar 2019 18:31:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A46EE0972; Sun, 17 Mar 2019 18:31:57 +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 0C66BE0971 for ; Sun, 17 Mar 2019 18:31:57 +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 F31B0335D1C for ; Sun, 17 Mar 2019 18:31:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32D0C576 for ; Sun, 17 Mar 2019 18:31:53 +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: <1552838207.71edb2b54bcc0d08078fc402646edb7393bc359f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-go/kdevelop-go-9999.ebuild X-VCS-Directories: dev-util/kdevelop-go/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 71edb2b54bcc0d08078fc402646edb7393bc359f X-VCS-Branch: master Date: Sun, 17 Mar 2019 18:31:53 +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: d0c6353c-440b-48ed-90d4-004a625ee632 X-Archives-Hash: cf23fda0813915b14aeb4537b36cb678 commit: 71edb2b54bcc0d08078fc402646edb7393bc359f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 17 15:56:47 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 17 15:56:47 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=71edb2b5 dev-util/kdevelop-go: Drop KDEBASE=kdevelop, add HOMEPAGE KDEBASE=kdevelop did nothing for this package. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-go/kdevelop-go-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild index 87fe858e9e..8aaf0a830a 100644 --- a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild +++ b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild @@ -3,11 +3,11 @@ EAPI=7 -KDEBASE="kdevelop" KMNAME="kdev-go" inherit kde5 DESCRIPTION="Go language support for KDevelop" +HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2" KEYWORDS="" IUSE="test"