From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 583A41381FA for ; Fri, 30 May 2014 07:04:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ACA3E09BD; Fri, 30 May 2014 07:04:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E32E9E09BD for ; Fri, 30 May 2014 07:04:32 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE48633F908 for ; Fri, 30 May 2014 07:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 80242181A9 for ; Fri, 30 May 2014 07:04:30 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1401433460.13bf03be547aabbe96c533f28f53f8464d368f24.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-pg-qt/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-pg-qt/kdevelop-pg-qt-4.9999.ebuild X-VCS-Directories: dev-util/kdevelop-pg-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 13bf03be547aabbe96c533f28f53f8464d368f24 X-VCS-Branch: master Date: Fri, 30 May 2014 07:04:30 +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: 25aff723-b649-48bb-aeff-b386b77df753 X-Archives-Hash: e798871e71bc306f5649e22d66f35879 commit: 13bf03be547aabbe96c533f28f53f8464d368f24 Author: Johannes Huber gentoo org> AuthorDate: Fri May 30 07:04:20 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri May 30 07:04:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=13bf03be [dev-util/kdevelop-pg-qt] Drop HOMEPAGE Handled by eclass. Package-Manager: portage-2.2.10 --- dev-util/kdevelop-pg-qt/kdevelop-pg-qt-4.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-4.9999.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-4.9999.ebuild index a3ef5c8..58f68a1 100644 --- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-4.9999.ebuild +++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-4.9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 +KDEBASE="kdevelop" inherit kde4-base if [[ $PV == *9999* ]]; then @@ -14,7 +15,6 @@ else fi DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins" -HOMEPAGE="http://www.kdevelop.org" LICENSE="LGPL-2" SLOT="0" IUSE="debug"