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 29F9A1382C5 for ; Tue, 25 May 2021 16:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6761FE07DB; Tue, 25 May 2021 16:21:10 +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 9077DE07DB for ; Tue, 25 May 2021 16:21:09 +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 48637335D60 for ; Tue, 25 May 2021 16:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC010797 for ; Tue, 25 May 2021 16:21:06 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1621959539.1b0a6df1194e356890f4483b1b72786bdbecd572.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-argparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-argparse/metadata.xml X-VCS-Directories: dev-lua/lua-argparse/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1b0a6df1194e356890f4483b1b72786bdbecd572 X-VCS-Branch: master Date: Tue, 25 May 2021 16:21:06 +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: 8612745e-04a5-436f-9d1d-5ff42a868cbf X-Archives-Hash: e8f25bcf37c71506596c2086c3308be9 commit: 1b0a6df1194e356890f4483b1b72786bdbecd572 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue May 25 16:13:17 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue May 25 16:18:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0a6df1 dev-lua/lua-argparse: cleanup metadata.xml Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lua/lua-argparse/metadata.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dev-lua/lua-argparse/metadata.xml b/dev-lua/lua-argparse/metadata.xml index 3562cad8146..ad8952509b6 100644 --- a/dev-lua/lua-argparse/metadata.xml +++ b/dev-lua/lua-argparse/metadata.xml @@ -5,14 +5,6 @@ conikost@gentoo.org Conrad Kostecki - - vpayno+gentoo@gmail.com - Victor Payno - - - gyakovlev@gentoo.org - Georgy Yakovlev - Argparse is a feature-rich command line parser for Lua inspired by argparse for Python.