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 2D70B13933E for ; Wed, 30 Jun 2021 22:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5AB5E0887; Wed, 30 Jun 2021 22:43:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CDA33E0887 for ; Wed, 30 Jun 2021 22:43:16 +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 42D1F33E02F for ; Wed, 30 Jun 2021 22:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 048437D6 for ; Wed, 30 Jun 2021 22:43:12 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1625092912.39df2b9c0cd351cc59eb71615647f471f7f58dd7.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-calc/Manifest mate-extra/mate-calc/mate-calc-1.24.2.ebuild X-VCS-Directories: mate-extra/mate-calc/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 39df2b9c0cd351cc59eb71615647f471f7f58dd7 X-VCS-Branch: master Date: Wed, 30 Jun 2021 22:43:12 +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: ae52211c-a8c3-4968-9a49-ffc037127ae4 X-Archives-Hash: 9c2cd451b7252102f20a3ccc2e578235 commit: 39df2b9c0cd351cc59eb71615647f471f7f58dd7 Author: Adam Feldman gentoo org> AuthorDate: Thu Jun 10 15:26:57 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Wed Jun 30 22:41:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39df2b9c mate-extra/mate-calc: Bump to 1.24.2 Bug: https://bugs.gentoo.org/778857 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> mate-extra/mate-calc/Manifest | 1 + mate-extra/mate-calc/mate-calc-1.24.2.ebuild | 35 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest index 0d6b318ee65..9ec24c0a7ba 100644 --- a/mate-extra/mate-calc/Manifest +++ b/mate-extra/mate-calc/Manifest @@ -1 +1,2 @@ DIST mate-calc-1.24.1.tar.xz 952372 BLAKE2B ae6c687d85f48f95fda89ba4fa2be44d1f2fc510708a25ac59fd8074d1f29bc6b440ec1c20b344566d4e8a2edc8ec0bdc0d565773f2c089d712c47db4e847805 SHA512 164fc57ed6bcc69b96afd75fff8dd6248ce682d6f806e83ddb73a21bddce99b89c7bb697d189b56d88d5c8d9a0b99f50f3fdd15c7d56f9121ee1d16689b16595 +DIST mate-calc-1.24.2.tar.xz 969912 BLAKE2B 844a6bee102e7f4bbab59936c8c7d1f7284e3ec17e0d1c77863df9ec6c4dba80adcc29bc1159a29ccc9473df81d1a45505e55c1da20e1bcdf24674b9c70d8d36 SHA512 d790aefd2839237d6776c6b0508ded53d6eef52456a3025f08bcaf826f8c56754e079d50703a4f7f834f5167f802ddb3d7b95ece613e00faf3ad6f5c1d402e97 diff --git a/mate-extra/mate-calc/mate-calc-1.24.2.ebuild b/mate-extra/mate-calc/mate-calc-1.24.2.ebuild new file mode 100644 index 00000000000..71492571d36 --- /dev/null +++ b/mate-extra/mate-calc/mate-calc-1.24.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit mate + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +DESCRIPTION="Calculator for MATE" +LICENSE="CC-BY-SA-3.0 GPL-2+" +SLOT="0" + +IUSE="" + +COMMON_DEPEND=" + dev-libs/atk + >=dev-libs/glib-2.50:2 + dev-libs/libxml2:2 + >=x11-libs/gtk+-3.22:3 + x11-libs/pango +" + +RDEPEND="${COMMON_DEPEND} + virtual/libintl +" + +DEPEND="${COMMON_DEPEND} + app-text/yelp-tools + dev-libs/libxml2 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +"