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 79D27138010 for ; Sat, 13 Oct 2012 22:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26490E035C; Sat, 13 Oct 2012 22:08:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 98479E035C for ; Sat, 13 Oct 2012 22:08:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 040E133DA6D for ; Sat, 13 Oct 2012 22:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9BEC0E5436 for ; Sat, 13 Oct 2012 22:08:06 +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: <1350166003.816ae4d18e57ca5e064073bf7d23f71d5b52fcd9.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepimlibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdepimlibs/kdepimlibs-4.9.49.9999.ebuild kde-base/kdepimlibs/kdepimlibs-9999.ebuild X-VCS-Directories: kde-base/kdepimlibs/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 816ae4d18e57ca5e064073bf7d23f71d5b52fcd9 X-VCS-Branch: master Date: Sat, 13 Oct 2012 22:08:06 +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: 1d0c149b-1762-414d-bb2a-6068dc5a4ccb X-Archives-Hash: 5210fb283546bd1c5991b69421420a3a commit: 816ae4d18e57ca5e064073bf7d23f71d5b52fcd9 Author: Johannes Huber gentoo org> AuthorDate: Sat Oct 13 22:06:43 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Oct 13 22:06:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=816ae4d1 [kde-base/kdepimlibs] Drop HOMEPAGE, handled by eclass. (Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit) --- kde-base/kdepimlibs/kdepimlibs-4.9.49.9999.ebuild | 2 -- kde-base/kdepimlibs/kdepimlibs-9999.ebuild | 4 +--- 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/kde-base/kdepimlibs/kdepimlibs-4.9.49.9999.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.9.49.9999.ebuild index c90a296..06632e4 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.9.49.9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-4.9.49.9999.ebuild @@ -9,8 +9,6 @@ CPPUNIT_REQUIRED="optional" inherit kde4-base DESCRIPTION="Common library for KDE PIM apps." -HOMEPAGE="http://www.kde.org/" - KEYWORDS="" LICENSE="LGPL-2.1" IUSE="debug ldap prison semantic-desktop" diff --git a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild index 517e058..dc4b21e 100644 --- a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild @@ -9,8 +9,6 @@ CPPUNIT_REQUIRED="optional" inherit kde4-base DESCRIPTION="Common library for KDE PIM apps." -HOMEPAGE="http://www.kde.org/" - KEYWORDS="" LICENSE="LGPL-2.1" IUSE="debug ldap prison semantic-desktop" @@ -73,5 +71,5 @@ src_configure() { src_install() { kde4-base_src_install - rm ${D}/usr/share/apps/cmake/modules/FindQJSON.cmake + rm "${D}"/usr/share/apps/cmake/modules/FindQJSON.cmake }