summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-17 18:00:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-17 18:25:31 +0100
commit03d773d59f3c8bc3dcdffd59901cd32ae1d61918 (patch)
tree08a5b6e8897e90a9610bfd0112935296cda90bf3 /dev-util
parentdev-util/kdevelop-clang-tidy: EAPI-7 bump (diff)
downloadgentoo-03d773d59f3c8bc3dcdffd59901cd32ae1d61918.tar.gz
gentoo-03d773d59f3c8bc3dcdffd59901cd32ae1d61918.tar.bz2
gentoo-03d773d59f3c8bc3dcdffd59901cd32ae1d61918.zip
dev-util/kdevelop-clang-tidy: Drop 0.3.3 (r0)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-0.3.3.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-0.3.3.ebuild b/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-0.3.3.ebuild
deleted file mode 100644
index 4e1d831e0c22..000000000000
--- a/dev-util/kdevelop-clang-tidy/kdevelop-clang-tidy-0.3.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDEBASE="kdevelop"
-KDE_TEST="true"
-KMNAME="kdev-clang-tidy"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN/kdevelop/kdev}/${PV}/src/${P/kdevelop/kdev}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="KDevelop plugin for clang-tidy static analysis support"
-LICENSE="GPL-2+"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- >=dev-util/kdevelop-5.2.3:5
-"
-RDEPEND="${COMMON_DEPEND}
- sys-devel/clang:*
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/boost
- dev-util/kdevelop:5[test?]
-"
-
-src_prepare() {
- kde5_src_prepare
- # drop when upstream depends on >=kdevelop-5.2.2
- sed -e "/KF_ADDITIONAL_REQ_COMPONENTS/d" -i CMakeLists.txt
-}