summaryrefslogtreecommitdiff
path: root/dev-util/clazy/clazy-1.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/clazy/clazy-1.3.ebuild')
-rw-r--r--dev-util/clazy/clazy-1.3.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/clazy/clazy-1.3.ebuild b/dev-util/clazy/clazy-1.3.ebuild
deleted file mode 100644
index fc60842b73c9..000000000000
--- a/dev-util/clazy/clazy-1.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Compiler plugin which allows clang to understand Qt semantics"
-HOMEPAGE="https://github.com/KDE/clazy/blob/master/README.md"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- sys-devel/clang:=
- >=sys-devel/llvm-3.8:=
-"
-DEPEND="${RDEPEND}
- app-arch/unzip
-"
-
-DOCS=( README.md )
-
-src_prepare() {
- cmake-utils_src_prepare
-
- sed -e '/install(FILES README.md COPYING-LGPL2.txt DESTINATION/d' \
- -i CMakeLists.txt || die
-
- sed -e 's|${MAN_INSTALL_DIR}|share/man/man1|' \
- -i docs/man/CMakeLists.txt || die
-}