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 63DDC1381F3 for ; Fri, 26 Jul 2013 08:02:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15489E09A5; Fri, 26 Jul 2013 08:02:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2B39E09A5 for ; Fri, 26 Jul 2013 08:02:16 +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 B392E335DF3 for ; Fri, 26 Jul 2013 08:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3D5F6E468F for ; Fri, 26 Jul 2013 08:02:14 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1374825707.17d3dd48d5312486ff40bee742bbfffecc2d7bee.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 17d3dd48d5312486ff40bee742bbfffecc2d7bee X-VCS-Branch: master Date: Fri, 26 Jul 2013 08:02:14 +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: 4716f00c-0928-4585-9727-adef3f17506c X-Archives-Hash: b3cc14bd5c0d17cda5768b26f14f089e commit: 17d3dd48d5312486ff40bee742bbfffecc2d7bee Author: Zac Medico gentoo org> AuthorDate: Fri Jul 26 08:00:04 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jul 26 08:01:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=17d3dd48 Makefile: remove pysqlite2 workaround --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e1c3a05..8200b5f 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,6 @@ docbook: epydoc: set -e; \ - # workaround for bug 282760 \ - touch "$(srcdir)/pym/pysqlite2.py"; \ env PYTHONPATH="$(PYTHONPATH)" epydoc \ -o "$(WORKDIR)/epydoc" \ --name $(PN) \ @@ -64,9 +62,7 @@ epydoc: -e s:^pym/:: \ -e s:/:.:g \ | sort); \ - rm -f "$(srcdir)/pym/pysqlite2.py"* \ - "$(WORKDIR)/epydoc/pysqlite2-"* \ - "$(WORKDIR)/epydoc/api-objects.txt"; \ + rm -f "$(WORKDIR)/epydoc/api-objects.txt"; \ test: set -e; \