diff options
Diffstat (limited to 'dev-util/bear/bear-2.4.3-r1.ebuild')
-rw-r--r-- | dev-util/bear/bear-2.4.3-r1.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-util/bear/bear-2.4.3-r1.ebuild b/dev-util/bear/bear-2.4.3-r1.ebuild deleted file mode 100644 index f662628..0000000 --- a/dev-util/bear/bear-2.4.3-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -EAPI="6" - -inherit cmake-utils - -DESCRIPTION="Tool that generates a compilation database for clang tooling" -HOMEPAGE="https://github.com/rizsotto/Bear" -SRC_URI="https://github.com/rizsotto/Bear/archive/${PV}.tar.gz" -S="${WORKDIR}/Bear-${PV}" - -LICENSE="MIT" -KEYWORDS="amd64 ~x86" -SLOT="0" -IUSE="" - -DEPEND="dev-util/cmake" -RDEPEND="dev-lang/python" |