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 AAAEB1382C5 for ; Sun, 14 Feb 2021 17:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0724E095D; Sun, 14 Feb 2021 17:40:05 +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 A0EFCE095D for ; Sun, 14 Feb 2021 17:40:05 +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 69EBA33BEA8 for ; Sun, 14 Feb 2021 17:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F6AE49 for ; Sun, 14 Feb 2021 17:40:01 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1613324380.4514d892d9c0f25f2796cb6ad2f8520e223d017e.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bless/Manifest dev-util/bless/bless-0.6.3.ebuild X-VCS-Directories: dev-util/bless/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 4514d892d9c0f25f2796cb6ad2f8520e223d017e X-VCS-Branch: master Date: Sun, 14 Feb 2021 17:40:01 +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: afe69b2b-2577-41cd-8c3f-51e729c4c6de X-Archives-Hash: bf3f2e5c627b6da193e82d0f013b1fd0 commit: 4514d892d9c0f25f2796cb6ad2f8520e223d017e Author: Mike Auty gentoo org> AuthorDate: Sun Feb 14 17:37:32 2021 +0000 Commit: Mike Auty gentoo org> CommitDate: Sun Feb 14 17:39:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4514d892 dev-util/bless: Bump to 0.6.3. Fixes #769581 Signed-off-by: Mike Auty gentoo.org> dev-util/bless/Manifest | 1 + dev-util/bless/bless-0.6.3.ebuild | 47 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest index 06151ce3678..86019b44a9d 100644 --- a/dev-util/bless/Manifest +++ b/dev-util/bless/Manifest @@ -1 +1,2 @@ DIST bless-0.6.2.tar.gz 514695 BLAKE2B 2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406 SHA512 3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5 +DIST bless-0.6.3.tar.gz 532687 BLAKE2B ce710ba1883fff9f0f77ca08c02573a3de756e9a2b6cdfad9dffd8d00c1d89648fc68218dd322f9e1ab6e0b42d205148c4a1d99546ba42b58689fe58511b7ed8 SHA512 22841b6f1b923ebfc7952ad9233cffb30df4ecb22a655f6461ff3cc97066a8c68ffc6bbd88e4fd83c345226928ed08c557f2f322942766da61bcd2b2c7f7d3cb diff --git a/dev-util/bless/bless-0.6.3.ebuild b/dev-util/bless/bless-0.6.3.ebuild new file mode 100644 index 00000000000..1d4264121f8 --- /dev/null +++ b/dev-util/bless/bless-0.6.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit meson gnome2 + +DESCRIPTION="GTK# Hex Editor" +HOMEPAGE="https://github.com/afrantzis/Bless/" +SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +# EGIT_REPO_URI="https://github.com/afrantzis/bless/" +# EGIT_COMMIT="v${PV}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug test" + +RDEPEND=" + >=dev-util/meson-0.46 + >=dev-lang/mono-1.1.14 + >=dev-dotnet/gtk-sharp-2.12.21:2 +" +DEPEND="${RDEPEND} + app-text/rarian + >=sys-devel/gettext-0.15 + virtual/pkgconfig +" + +# See bug 278162 +# Waiting on nunit ebuild entering the tree +RESTRICT="test" + +src_configure() { + local emesonargs=( + $(meson_use test tests) + ) + + meson_src_configure +} + +src_compile() { + meson_src_compile +} + +src_install() { + meson_src_install +}