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 A5AC8138351 for ; Tue, 3 Mar 2020 17:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B54F9E0BED; Tue, 3 Mar 2020 17:21:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9DC21E0BED for ; Tue, 3 Mar 2020 17:21:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4484234F602 for ; Tue, 3 Mar 2020 17:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D142C154 for ; Tue, 3 Mar 2020 17:21:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583256029.293f951199efe728fcbf079941a7860e54694009.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/noweb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/noweb/noweb-2.12.ebuild X-VCS-Directories: app-text/noweb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 293f951199efe728fcbf079941a7860e54694009 X-VCS-Branch: dev Date: Tue, 3 Mar 2020 17:21:37 +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: 890be192-a8ed-492e-af57-598f81eaa26c X-Archives-Hash: 0b2ece0a7c2d4b15fc1583c669282d83 commit: 293f951199efe728fcbf079941a7860e54694009 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 3 17:20:29 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 3 17:20:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=293f9511 app-text/noweb: DOCS are already in default DOCS Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> app-text/noweb/noweb-2.12.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-text/noweb/noweb-2.12.ebuild b/app-text/noweb/noweb-2.12.ebuild index c7fad30..224304f 100644 --- a/app-text/noweb/noweb-2.12.ebuild +++ b/app-text/noweb/noweb-2.12.ebuild @@ -28,8 +28,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -DOCS=( CHANGES README ) - S="${WORKDIR}/${PN}-${MYPV}" SITEFILE="50${PN}-gentoo.el" 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 87D74138350 for ; Sun, 8 Mar 2020 16:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39393E0958; Sun, 8 Mar 2020 16:21:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 19277E0958 for ; Sun, 8 Mar 2020 16:21:26 +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 EE11034F6AD for ; Sun, 8 Mar 2020 16:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0BD2178 for ; Sun, 8 Mar 2020 16:21:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583256029.293f951199efe728fcbf079941a7860e54694009.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/noweb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/noweb/noweb-2.12.ebuild X-VCS-Directories: app-text/noweb/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 293f951199efe728fcbf079941a7860e54694009 X-VCS-Branch: master Date: Sun, 8 Mar 2020 16:21:21 +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: 474cf2c7-74af-43ba-b65f-c5652355af83 X-Archives-Hash: b049c9ff4d9238cb1ef3a55b292a8370 Message-ID: <20200308162121.4CkqtIudnIfSWHpkw_l3DIVrJEXq8_hjIVxQAal2LMw@z> commit: 293f951199efe728fcbf079941a7860e54694009 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 3 17:20:29 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 3 17:20:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=293f9511 app-text/noweb: DOCS are already in default DOCS Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> app-text/noweb/noweb-2.12.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-text/noweb/noweb-2.12.ebuild b/app-text/noweb/noweb-2.12.ebuild index c7fad30..224304f 100644 --- a/app-text/noweb/noweb-2.12.ebuild +++ b/app-text/noweb/noweb-2.12.ebuild @@ -28,8 +28,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -DOCS=( CHANGES README ) - S="${WORKDIR}/${PN}-${MYPV}" SITEFILE="50${PN}-gentoo.el"