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 6273F1392BD for ; Thu, 23 Jul 2015 20:47:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 598DEE092E; Thu, 23 Jul 2015 20:47:08 +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 07D70E092E for ; Thu, 23 Jul 2015 20:47:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27866340943 for ; Thu, 23 Jul 2015 20:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65570AD for ; Thu, 23 Jul 2015 20:47:04 +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: <1437652272.c5d2fe79d98549e13e870aea5557a63fe7fa2cfb.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/parley/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/parley/parley-15.04.3.ebuild kde-apps/parley/parley-9999.ebuild X-VCS-Directories: kde-apps/parley/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c5d2fe79d98549e13e870aea5557a63fe7fa2cfb X-VCS-Branch: master Date: Thu, 23 Jul 2015 20:47:04 +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: 210bcca6-7acd-43bc-9e61-46786a9686b7 X-Archives-Hash: 3da646d773bbb9d8c23745960758c3fe commit: c5d2fe79d98549e13e870aea5557a63fe7fa2cfb Author: Karol Herbst karolherbst de> AuthorDate: Thu Jul 23 11:51:12 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jul 23 11:51:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5d2fe79 [kde-apps/parley] set KDE_DOC_DIR kde-apps/parley/parley-15.04.3.ebuild | 1 + kde-apps/parley/parley-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/parley/parley-15.04.3.ebuild b/kde-apps/parley/parley-15.04.3.ebuild index f51edf9..f84086c 100644 --- a/kde-apps/parley/parley-15.04.3.ebuild +++ b/kde-apps/parley/parley-15.04.3.ebuild @@ -5,6 +5,7 @@ EAPI=5 KDE_HANDBOOK="true" +KDE_DOC_DIR="docs" inherit kde5 DESCRIPTION="KDE Educational: vocabulary trainer" diff --git a/kde-apps/parley/parley-9999.ebuild b/kde-apps/parley/parley-9999.ebuild index d02af42..a2ef940 100644 --- a/kde-apps/parley/parley-9999.ebuild +++ b/kde-apps/parley/parley-9999.ebuild @@ -5,6 +5,7 @@ EAPI=5 KDE_HANDBOOK="true" +KDE_DOC_DIR="docs" inherit kde5 DESCRIPTION="KDE Educational: vocabulary trainer"