From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-881413-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id D631913825A
	for <garchives@archives.gentoo.org>; Sat, 14 May 2016 08:49:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9D0B021C01D;
	Sat, 14 May 2016 08:49:45 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B3ABFE0801
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 May 2016 08:49:44 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D240534068A
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 May 2016 08:49:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A5BA196C
	for <gentoo-commits@lists.gentoo.org>; Sat, 14 May 2016 08:49:39 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1463215765.afde8c001b58c726e92be3cf7b08317969afbcaf.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/psycopg/psycopg-1.1.21-r1.ebuild
X-VCS-Directories: dev-python/psycopg/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: afde8c001b58c726e92be3cf7b08317969afbcaf
X-VCS-Branch: master
Date: Sat, 14 May 2016 08:49:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: ba3878a5-d1b3-4b7f-8333-b007634c3625
X-Archives-Hash: f532cc47314920370cb986cd059fe26f

commit:     afde8c001b58c726e92be3cf7b08317969afbcaf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 08:39:46 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 08:49:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afde8c00

dev-python/psycopg: Replace INSDESTTREE with explicit path, #582976

 dev-python/psycopg/psycopg-1.1.21-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/psycopg/psycopg-1.1.21-r1.ebuild b/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
index 423a63a..d4fd88f 100644
--- a/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
+++ b/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -66,8 +66,7 @@ src_install () {
 	dodoc RELEASE-1.0 SUCCESS doc/python-taylor.txt
 
 	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins -r doc/examples/.
-		docompress -x "${INSDESTTREE}"
+		dodoc -r doc/examples
+		docompress -x /usr/share/doc/${PF}/examples
 	fi
 }