diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-22 22:42:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-22 22:42:58 +0100 |
commit | 8fffa3795c5a8d321d91c0090751fc2893cc0e41 (patch) | |
tree | 9c569c7de431f6719f99fe708c8110a4ca17c00c /dev-util | |
parent | dev-util/clazy: 1.5-r1 amd64 stable (diff) | |
download | gentoo-8fffa3795c5a8d321d91c0090751fc2893cc0e41.tar.gz gentoo-8fffa3795c5a8d321d91c0090751fc2893cc0e41.tar.bz2 gentoo-8fffa3795c5a8d321d91c0090751fc2893cc0e41.zip |
dev-util/clazy: Drop 1.5 (r0)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/clazy/clazy-1.5.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-util/clazy/clazy-1.5.ebuild b/dev-util/clazy/clazy-1.5.ebuild deleted file mode 100644 index ba0428212c7a..000000000000 --- a/dev-util/clazy/clazy-1.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Compiler plugin which allows clang to understand Qt semantics" -HOMEPAGE="https://cgit.kde.org/clazy.git/tree/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}" - -DOCS=( README.md ) - -src_prepare() { - cmake_src_prepare - - sed -e '/install(FILES README.md COPYING-LGPL2.txt checks.json DESTINATION/d' \ - -i CMakeLists.txt || die - - sed -e 's|${MAN_INSTALL_DIR}|share/man/man1|' \ - -i docs/man/CMakeLists.txt || die -} - -src_install() { - cmake_src_install - mv "${D}"/usr/share/doc/clazy/* "${D}"/usr/share/doc/${PF} || die - rmdir "${D}"/usr/share/doc/clazy || die -} |