From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1B95139694 for ; Sat, 29 Jul 2017 03:32:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F2DC1FC0AA; Sat, 29 Jul 2017 03:32:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FEF31FC0AA for ; Sat, 29 Jul 2017 03:32:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADC563418D7 for ; Sat, 29 Jul 2017 03:32:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53FC474BB for ; Sat, 29 Jul 2017 03:32:37 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1501299146.69ab387e6bdfff19ddccf51a58ea8bf3d751098f.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clazy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clazy/Manifest dev-util/clazy/clazy-1.2.ebuild dev-util/clazy/metadata.xml X-VCS-Directories: dev-util/clazy/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 69ab387e6bdfff19ddccf51a58ea8bf3d751098f X-VCS-Branch: master Date: Sat, 29 Jul 2017 03:32:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89aab96a-40ec-4ef2-8e15-05eedc1ebeca X-Archives-Hash: e1e38589cf7ff2cebba60ac89f4075c2 commit: 69ab387e6bdfff19ddccf51a58ea8bf3d751098f Author: Michael Palimaka gentoo org> AuthorDate: Sat Jul 29 03:32:03 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jul 29 03:32:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ab387e dev-util/clazy: new package Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-util/clazy/Manifest | 1 + dev-util/clazy/clazy-1.2.ebuild | 34 ++++++++++++++++++++++++++++++++++ dev-util/clazy/metadata.xml | 8 ++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-util/clazy/Manifest b/dev-util/clazy/Manifest new file mode 100644 index 00000000000..9f0a0cbe969 --- /dev/null +++ b/dev-util/clazy/Manifest @@ -0,0 +1 @@ +DIST clazy_v1.2-src.zip 462520 SHA256 6fe7871d1ebeb7562f70e51cf424303b7f21dec3fa490ca7420a9a8485c0f898 SHA512 53f6b0fb8d8f289e19cac591f7a612d1cefcc518cc192c9f7674cf836338d8822c5c266a260ecb34456011cb98603e69c5cffd73a08d0a6aa5d0b10ca96d768d WHIRLPOOL d4ff13f91aad694e281996e50e7eb310f2b98c5d0ec838df2e17022a12c702693226020458845327bf2dc1e9cca0710942698d4c8806322265ab98d8e63538f5 diff --git a/dev-util/clazy/clazy-1.2.ebuild b/dev-util/clazy/clazy-1.2.ebuild new file mode 100644 index 00000000000..f477e69978b --- /dev/null +++ b/dev-util/clazy/clazy-1.2.ebuild @@ -0,0 +1,34 @@ +# 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 +} diff --git a/dev-util/clazy/metadata.xml b/dev-util/clazy/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/dev-util/clazy/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +