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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0661158013 for ; Tue, 5 Dec 2023 20:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E89352BC016; Tue, 5 Dec 2023 20:13:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D55892BC016 for ; Tue, 5 Dec 2023 20:13:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B445033EDD8 for ; Tue, 5 Dec 2023 20:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17EEFAC2 for ; Tue, 5 Dec 2023 20:13:40 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1701807165.6a331954f206e4a0e0dfbed60f721a1ee53ffe82.mjo@gentoo> Subject: [gentoo-commits] proj/eselect-php:master commit in: / X-VCS-Repository: proj/eselect-php X-VCS-Files: autogen.sh X-VCS-Directories: / X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 6a331954f206e4a0e0dfbed60f721a1ee53ffe82 X-VCS-Branch: master Date: Tue, 5 Dec 2023 20:13:40 +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: 80b633eb-ea38-4b52-a992-eacd6276bd6a X-Archives-Hash: 04a1a29078e5e9bde176fad0fbe1cefc commit: 6a331954f206e4a0e0dfbed60f721a1ee53ffe82 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Dec 5 20:12:45 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Dec 5 20:12:45 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=6a331954 autogen.sh: remove file I think we can assume familiarity with "autoreconf -fi" these days. Signed-off-by: Michael Orlitzky gentoo.org> autogen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 89dcaff..0000000 --- a/autogen.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -x -exec autoreconf -fi