From 0886bf49cb7b7899a5731b26bec94147473094dc Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 4 Feb 2018 17:55:20 +0100 Subject: [PATCH] cnf, remove obsolete duplicate (#2183) --- dev-python/cnf/cnf-1.0_git.recipe | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 dev-python/cnf/cnf-1.0_git.recipe diff --git a/dev-python/cnf/cnf-1.0_git.recipe b/dev-python/cnf/cnf-1.0_git.recipe deleted file mode 100644 index 280a18a58..000000000 --- a/dev-python/cnf/cnf-1.0_git.recipe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION=" -A Script that hooks into command_not_found_handle to inform end users where to \ -find an application if they don't have it. It can also check for typos (a \ -feature of zsh). -" -HOMEPAGE="https://github.com/jrabbit/haiku-cnf" -SOURCE_URI="git://github.com/jrabbit/haiku-cnf.git" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="dev-lang/python >= 2.6.4" - -BUILD() -{ - echo "No build step" -} - -INSTALL() -{ - cd cnf-1.0-git - python install_cnf.py -} -LICENSE="GNU GPL v3" -COPYRIGHT="2011 Jack Laxson"