commit:     e0e7c2e9119fda47a10bc882a976000a08994f0d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 17:06:39 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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 <[email protected]>
-# 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',
     ],

Reply via email to