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 0B21F15802E for ; Mon, 24 Jun 2024 18:05:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E88752BC0AC; Mon, 24 Jun 2024 18:05:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 24CCF2BC0A0 for ; Mon, 24 Jun 2024 18:05:20 +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 20C79335C96 for ; Mon, 24 Jun 2024 18:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8634F1D32 for ; Mon, 24 Jun 2024 18:05:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1717772563.e0e7c2e9119fda47a10bc882a976000a08994f0d.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/ekeyword/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/ekeyword/Makefile pym/gentoolkit/ekeyword/meson.build X-VCS-Directories: pym/gentoolkit/ekeyword/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e0e7c2e9119fda47a10bc882a976000a08994f0d X-VCS-Branch: master Date: Mon, 24 Jun 2024 18:05:17 +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: 2679a449-90fb-4004-9239-0808d67bc6f7 X-Archives-Hash: 23ceda5d7b6cdd0b31d775934e65b7f5 commit: e0e7c2e9119fda47a10bc882a976000a08994f0d Author: Matt Turner gentoo org> AuthorDate: Tue May 28 17:06:39 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 7 15:02:43 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=e0e7c2e9 ekeyword: Remove dead Makefile Has been dead since commit c819d14 in 2009. Signed-off-by: Matt Turner gentoo.org> pym/gentoolkit/ekeyword/Makefile | 18 ------------------ pym/gentoolkit/ekeyword/meson.build | 1 - 2 files changed, 19 deletions(-) diff --git a/pym/gentoolkit/ekeyword/Makefile b/pym/gentoolkit/ekeyword/Makefile deleted file mode 100644 index 1219d19..0000000 --- a/pym/gentoolkit/ekeyword/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2004 Karl Trygve Kalleberg -# Copyright 2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -include ../../makedefs.mak - -.PHONY: all clean dist -all: - -dist: - mkdir -p ../../$(DISTDIR)/src/ekeyword - cp Makefile AUTHORS README ekeyword.py ekeyword_unittest.py \ - ../../$(DISTDIR)/src/ekeyword/ - -install: all - install -m 0755 ekeyword.py $(BINDIR)/ekeyword - install -d $(DOCDIR)/ekeyword - install -m 0644 AUTHORS README $(DOCDIR)/ekeyword/ diff --git a/pym/gentoolkit/ekeyword/meson.build b/pym/gentoolkit/ekeyword/meson.build index f4f86f8..92b68eb 100644 --- a/pym/gentoolkit/ekeyword/meson.build +++ b/pym/gentoolkit/ekeyword/meson.build @@ -16,7 +16,6 @@ py.install_sources( install_data( [ - 'Makefile', 'README', 'pytest.ini', ],