summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-31 11:46:31 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-11 18:19:44 +0200
commit87a35780492cd4217c4d4af89cdf6321d4f47518 (patch)
treed8189e8eb7b49e06bf5dda9c7577fd8579db30fc /dev-util/clazy
parentdev-python/llvmlite: Drop old (diff)
downloadgentoo-87a35780492cd4217c4d4af89cdf6321d4f47518.tar.gz
gentoo-87a35780492cd4217c4d4af89cdf6321d4f47518.tar.bz2
gentoo-87a35780492cd4217c4d4af89cdf6321d4f47518.zip
dev-util/clazy: Drop old
Diffstat (limited to 'dev-util/clazy')
-rw-r--r--dev-util/clazy/Manifest1
-rw-r--r--dev-util/clazy/clazy-1.2.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/clazy/Manifest b/dev-util/clazy/Manifest
index b873c05fc1c0..d5b54461f86e 100644
--- a/dev-util/clazy/Manifest
+++ b/dev-util/clazy/Manifest
@@ -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
diff --git a/dev-util/clazy/clazy-1.2.ebuild b/dev-util/clazy/clazy-1.2.ebuild
deleted file mode 100644
index f477e69978b4..000000000000
--- a/dev-util/clazy/clazy-1.2.ebuild
+++ /dev/null
@@ -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
-}