From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F604138334 for ; Sun, 17 Nov 2019 18:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE50E08F2; Sun, 17 Nov 2019 18:24:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98079E08F2 for ; Sun, 17 Nov 2019 18:24:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A296134CF04 for ; Sun, 17 Nov 2019 18:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 279A8888 for ; Sun, 17 Nov 2019 18:24:52 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1574015081.c37765e9d01193baba15f3c93919ddab593be415.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/psycopg/psycopg-2.8.3.ebuild X-VCS-Directories: dev-python/psycopg/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: c37765e9d01193baba15f3c93919ddab593be415 X-VCS-Branch: master Date: Sun, 17 Nov 2019 18:24:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3609bee7-0696-4097-9dec-5afaeb5146eb X-Archives-Hash: 97d8968a92f10041e4ce7f19bbdd671e commit: c37765e9d01193baba15f3c93919ddab593be415 Author: Aaron W. Swenson gentoo org> AuthorDate: Sun Nov 17 18:24:05 2019 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Sun Nov 17 18:24:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37765e9 dev-python/psycopg: Drop examples Upstream has removed examples. Closes: https://bugs.gentoo.org/690320 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Aaron W. Swenson gentoo.org> dev-python/psycopg/psycopg-2.8.3.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/psycopg/psycopg-2.8.3.ebuild b/dev-python/psycopg/psycopg-2.8.3.ebuild index 1e0db88b4ca..ba4a92de80d 100644 --- a/dev-python/psycopg/psycopg-2.8.3.ebuild +++ b/dev-python/psycopg/psycopg-2.8.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-3+" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="debug doc examples" +IUSE="debug doc" RDEPEND=">=dev-db/postgresql-8.1:*" DEPEND="${RDEPEND} @@ -61,10 +61,5 @@ python_install_all() { dodoc doc/src/_build/text/* fi - if use examples ; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - distutils-r1_python_install_all }