dev-util/clazy: Drop old

This commit is contained in:
Michał Górny
2018-03-31 11:46:31 +02:00
parent a1032cc54d
commit 87a3578049
2 changed files with 0 additions and 35 deletions

View File

@@ -1,2 +1 @@
DIST clazy-1.3.tar.xz 159860 BLAKE2B 3860a7f0e2e518fda210e7a4c0de7ea21d52ed5f0e280e1f12dedea2b639dde994621e55b55766e65b9575c275e8ca55c8f6556d1223aee0d642fff2814810bc SHA512 71b69fd28e507f44c5ddc5be8e79fa1511398691cbd8aae920c77171720c6e3e2f308db478e604285a2686aaca0026ff0472547eff98d77c0d4f83c72727563e
DIST clazy_v1.2-src.zip 462520 BLAKE2B dbcd5b3be85f23b2bb1a8b130307223f2ccca4b04cd6b291a5ffb07fcbc9cd29c105016a5421c14af2ad41ff4a6e12c207628c34ee183749558e6bec96500b52 SHA512 53f6b0fb8d8f289e19cac591f7a612d1cefcc518cc192c9f7674cf836338d8822c5c266a260ecb34456011cb98603e69c5cffd73a08d0a6aa5d0b10ca96d768d

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2017 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}/${PN}_v${PV}-src.zip"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=sys-devel/llvm-3.8:0[clang]
"
DEPEND="${RDEPEND}
app-arch/unzip
"
DOCS=( README.md )
src_prepare() {
default
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
}