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 DAEF31393E9 for ; Mon, 21 Apr 2014 14:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38EA2E0968; Mon, 21 Apr 2014 14:40:15 +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 9F68BE0996 for ; Mon, 21 Apr 2014 14:40:14 +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 C658B33FE79 for ; Mon, 21 Apr 2014 14:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BB96F187A8 for ; Mon, 21 Apr 2014 14:40:10 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1398087277.82d46894842c62d1ea933a77054ecba6bc49cc2a.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: mail-client/evolution/ X-VCS-Repository: proj/gnome X-VCS-Files: mail-client/evolution/evolution-3.12.0.ebuild mail-client/evolution/evolution-9999.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 82d46894842c62d1ea933a77054ecba6bc49cc2a X-VCS-Branch: master Date: Mon, 21 Apr 2014 14:40:10 +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: c5f205ee-1304-4e2d-87f5-c13c119f956a X-Archives-Hash: 4dbf2af0230e050a38edb80fd4a9ef2d commit: 82d46894842c62d1ea933a77054ecba6bc49cc2a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Apr 21 11:58:12 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Apr 21 13:34:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=82d46894 mail-client/evolution: move DOCS to src_install --- mail-client/evolution/evolution-3.12.0.ebuild | 3 +-- mail-client/evolution/evolution-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mail-client/evolution/evolution-3.12.0.ebuild b/mail-client/evolution/evolution-3.12.0.ebuild index 3aa56a4..7d7f0d0 100644 --- a/mail-client/evolution/evolution-3.12.0.ebuild +++ b/mail-client/evolution/evolution-3.12.0.ebuild @@ -110,8 +110,6 @@ src_prepare() { # Reason? ELTCONF="--reverse-deps" - DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README" - #eautoreconf # See https://bugzilla.gnome.org/701904 gnome2_src_prepare @@ -148,6 +146,7 @@ src_configure() { } src_install() { + DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README" gnome2_src_install readme.gentoo_create_doc } diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild index 3aa56a4..7d7f0d0 100644 --- a/mail-client/evolution/evolution-9999.ebuild +++ b/mail-client/evolution/evolution-9999.ebuild @@ -110,8 +110,6 @@ src_prepare() { # Reason? ELTCONF="--reverse-deps" - DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README" - #eautoreconf # See https://bugzilla.gnome.org/701904 gnome2_src_prepare @@ -148,6 +146,7 @@ src_configure() { } src_install() { + DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README" gnome2_src_install readme.gentoo_create_doc }