From 05b8b0e0af1d72e51a3ee61522941bf7605cd01c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Jul 2020 14:05:23 +0100 Subject: gentoo resync : 04.07.2020 --- dev-util/bakefile/bakefile-0.2.9-r1.ebuild | 33 ------------------------------ 1 file changed, 33 deletions(-) delete mode 100644 dev-util/bakefile/bakefile-0.2.9-r1.ebuild (limited to 'dev-util/bakefile/bakefile-0.2.9-r1.ebuild') 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 -} -- cgit v1.2.3