public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clazy/
Date: Sun,  7 Mar 2021 19:52:58 +0000 (UTC)	[thread overview]
Message-ID: <1615146766.1b701dcbad316a55a623b48f570cc70d14cfdc27.asturm@gentoo> (raw)

commit:     1b701dcbad316a55a623b48f570cc70d14cfdc27
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 19:52:01 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 19:52:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b701dcb

dev-util/clazy: Drop 1.8

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/clazy/Manifest         |  1 -
 dev-util/clazy/clazy-1.8.ebuild | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-util/clazy/Manifest b/dev-util/clazy/Manifest
index 25cb2b700b9..98c700ef3fc 100644
--- a/dev-util/clazy/Manifest
+++ b/dev-util/clazy/Manifest
@@ -1,2 +1 @@
-DIST clazy-1.8.tar.xz 392328 BLAKE2B 9ece9d279b2bd7e4c15ad35d9943636a107abd47cf0ed0b20db305b1684610fb84c6f9c7f606f159f0b5a48b881506796f0addf12246f2e9929a08225fcc5c74 SHA512 c43a393721a5235ddcd653f9c322e0a215f86add3b1ce42f849677c108cd21209693c6e8f225171db88032c75596722109ee01bc53db4af90fe7652f27c1eba5
 DIST clazy-1.9.tar.xz 394856 BLAKE2B 641ca46a31475cf7bd03ba921e390cb2712362dc97b960a519e05c47049927f805d3ef6f1c756b96d3483e8f4b75e2dc41a2419a462ed2e45cbd08c88c07f933 SHA512 2e8bec44a027366263de23c50d14192e310fd38fa2b369afb21413da9cb78da9882b2153daf1784c4c9076cc62e2867b5211c75ff9a1eabcb583e405f20f5912

diff --git a/dev-util/clazy/clazy-1.8.ebuild b/dev-util/clazy/clazy-1.8.ebuild
deleted file mode 100644
index 9cba0ac1360..00000000000
--- a/dev-util/clazy/clazy-1.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 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://apps.kde.org/en/clazy"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-S="${WORKDIR}"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-RDEPEND="
-	>=sys-devel/clang-5.0:=
-	>=sys-devel/llvm-5.0:=
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	cmake_src_prepare
-
-	sed -e '/install(FILES README.md COPYING-LGPL2.txt checks.json DESTINATION/d' \
-		-i CMakeLists.txt || die
-}
-
-src_configure() {
-	# this package requires both llvm and clang of the same version.
-	# clang pulls in the equivalent llvm version, but not vice versa.
-	# so, we must find llvm based on the installed clang version.
-	# bug #681568
-	local clang_version=$(best_version "sys-devel/clang")
-	export LLVM_ROOT="/usr/lib/llvm/$(ver_cut 1 ${clang_version##sys-devel/clang-})"
-	cmake_src_configure
-}


             reply	other threads:[~2021-03-07 19:53 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-07 19:52 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-22 17:07 [gentoo-commits] repo/gentoo:master commit in: dev-util/clazy/ Andreas Sturmlechner
2024-04-20 17:39 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2023-07-09 10:09 Andreas Sturmlechner
2023-06-18 15:45 Sam James
2023-06-18 15:45 Sam James
2023-06-18 15:14 Sam James
2023-03-23 21:03 Andreas Sturmlechner
2022-12-03  6:25 Arthur Zamarin
2022-11-29 15:10 Jakov Smolić
2022-11-17 23:08 Sam James
2022-05-27  6:55 Agostino Sarubbo
2022-05-25 19:23 Sam James
2022-05-22 20:47 Sam James
2022-05-18 15:31 Andreas Sturmlechner
2022-02-21 12:06 Andreas Sturmlechner
2022-01-22 12:20 Andreas Sturmlechner
2022-01-19 13:44 Jakov Smolić
2021-12-13 22:42 Sam James
2021-12-13  0:11 Sam James
2021-12-13  0:11 Sam James
2021-12-11  1:18 Sam James
2021-12-11  1:16 Sam James
2021-10-16 23:42 Sam James
2021-07-29 18:18 Andreas Sturmlechner
2021-03-07 19:46 Sam James
2021-03-06 15:11 Thomas Deutschmann
2021-03-06  7:26 Sam James
2021-01-13 23:24 Andreas Sturmlechner
2021-01-07 15:04 Sam James
2020-12-29  7:56 Sam James
2020-12-27  4:12 Sam James
2020-11-25 16:37 Mikle Kolyada
2020-11-25 16:23 Mikle Kolyada
2020-11-24  0:26 Andreas Sturmlechner
2020-11-20 20:40 Andreas Sturmlechner
2020-11-20 20:40 Andreas Sturmlechner
2020-11-06 14:55 Sam James
2020-10-28 22:41 Sam James
2020-08-21 18:19 Agostino Sarubbo
2020-06-30 15:54 Andreas Sturmlechner
2020-05-16 18:48 Andreas Sturmlechner
2020-05-10 11:31 Andreas Sturmlechner
2020-05-10  9:15 Mikle Kolyada
2020-04-09 23:07 Andreas Sturmlechner
2020-03-26 12:38 Andreas Sturmlechner
2020-03-22 21:43 Andreas Sturmlechner
2020-03-22 21:43 Andreas Sturmlechner
2020-03-22 20:41 Andreas Sturmlechner
2019-03-31  9:51 Michael Palimaka
2019-03-31  9:49 Michael Palimaka
2019-03-22 10:17 Mikle Kolyada
2019-03-10 23:57 Andreas Sturmlechner
2019-02-01 20:42 Andreas Sturmlechner
2018-10-01 20:55 Andreas Sturmlechner
2018-10-01 20:55 Andreas Sturmlechner
2018-04-11 16:19 Michał Górny
2018-01-11  7:30 Michael Palimaka
2017-07-29  3:32 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615146766.1b701dcbad316a55a623b48f570cc70d14cfdc27.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox