summaryrefslogtreecommitdiff
path: root/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bakefile/bakefile-0.2.9-r1.ebuild')
-rw-r--r--dev-util/bakefile/bakefile-0.2.9-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild b/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
deleted file mode 100644
index 49816b527e48..000000000000
--- a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 bash-completion-r1
-
-DESCRIPTION="Native makefiles generator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://bakefile.sourceforge.net"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND=""
-
-src_install() {
- default
-
- if use doc ; then
- dohtml -r doc/html/.
- fi
-
- # TODO: symlink the two
- newbashcomp bash_completion bakefile
- newbashcomp bash_completion bakefile_gen
-}