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 F2638138350 for ; Thu, 30 Apr 2020 05:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E5E3E08BF; Thu, 30 Apr 2020 05:36:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 18D2DE08BF for ; Thu, 30 Apr 2020 05:36:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3FCDF34EF47 for ; Thu, 30 Apr 2020 05:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA7751FB for ; Thu, 30 Apr 2020 05:36:14 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588224966.20e5165d666fa59f9b3c7b822f2efa72c4f0a5c0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/edi/Manifest dev-util/edi/edi-0.7.1.ebuild X-VCS-Directories: dev-util/edi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 20e5165d666fa59f9b3c7b822f2efa72c4f0a5c0 X-VCS-Branch: master Date: Thu, 30 Apr 2020 05:36:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ba361b9-a8cd-4be6-a0a6-b086a240fb36 X-Archives-Hash: f1fd5512bdbece54578f39588ced2ecf commit: 20e5165d666fa59f9b3c7b822f2efa72c4f0a5c0 Author: Joonas Niilola gentoo org> AuthorDate: Thu Apr 30 05:35:37 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 30 05:36:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e5165d dev-util/edi: clean old 0.7.1 Signed-off-by: Joonas Niilola gentoo.org> dev-util/edi/Manifest | 1 - dev-util/edi/edi-0.7.1.ebuild | 61 ------------------------------------------- 2 files changed, 62 deletions(-) diff --git a/dev-util/edi/Manifest b/dev-util/edi/Manifest index 5d8361b3f83..f7c37e8212b 100644 --- a/dev-util/edi/Manifest +++ b/dev-util/edi/Manifest @@ -1,2 +1 @@ -DIST edi-0.7.1.tar.gz 736103 BLAKE2B f4c82246d66d2620cccf71bfd2b623d1ce95f28d2afb1f1077b53580eec6303748287a5332472c45a911ad83d573ffaadfd08bc0827e3b77909f1a041e0f0750 SHA512 5e7e88e547f2e8fc631d48999aa76e814735dc254381d3965f64f7c1d3006becb90f32305471cd54c4eec5f8b66a1e8595220f302bcebe25eb54e9b56c31767c DIST edi-0.8.0.tar.gz 1076134 BLAKE2B b422493a1786f6dd2865adfdc88d756e7ced7681d8ccfbb6d0befcf04b035435134b168752d47dc25f86b1ee59c659a23b04b392787f8863f772e90a5f6f55fb SHA512 88d4ff3f5a4c56c3de7392024022a505907b6d6a16854254f227e457157fd7abd35eff1916842c77fcd6b81d42ec2fa15deceee632bf67d22ab272f8e755215c diff --git a/dev-util/edi/edi-0.7.1.ebuild b/dev-util/edi/edi-0.7.1.ebuild deleted file mode 100644 index 7d7621ec5b4..00000000000 --- a/dev-util/edi/edi-0.7.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit llvm meson xdg-utils - -DESCRIPTION="An EFL-based IDE" -HOMEPAGE="http://edi-ide.com/ - https://www.enlightenment.org/about-edi - https://phab.enlightenment.org/w/projects/edi/ - https://github.com/Enlightenment/edi" -SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="clang" - -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] ) - >=dev-libs/efl-1.22.0[eet] - clang? ( sys-devel/clang:= )" -DEPEND="${RDEPEND} - dev-libs/check" -BDEPEND=">=dev-util/meson-0.50.0 - virtual/pkgconfig" - -llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" -} - -pkg_setup() { - use clang && llvm_pkg_setup -} - -src_prepare() { - default - xdg_environment_reset - - # fix a QA issue with .desktop file, https://phab.enlightenment.org/T7368 - sed -i '/Version=/d' data/desktop/edi.desktop* || die - - # fix 'unexpected path' QA warning - sed -i 's|share/doc/edi/|share/doc/'${PF}'/|g' doc/meson.build || die -} - -src_configure() { - local emesonargs=( - -D bear=false - $(meson_use clang libclang) - ) - - if use clang; then - emesonargs+=( - -D libclang-headerdir="$(llvm-config --includedir)" - -D libclang-libdir="$(llvm-config --libdir)" - ) - fi - - meson_src_configure -}