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 81DCF13835A for ; Fri, 25 Sep 2020 20:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0985FE086A; Fri, 25 Sep 2020 20:32:57 +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 A35B1E086B for ; Fri, 25 Sep 2020 20:32:56 +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 8ED33340E49 for ; Fri, 25 Sep 2020 20:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0805839E for ; Fri, 25 Sep 2020 20:32:52 +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: <1601065959.052aaed89b149168f7593cce539fd07df9861bcc.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.1.ebuild X-VCS-Directories: mate-extra/mate-calc/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 052aaed89b149168f7593cce539fd07df9861bcc X-VCS-Branch: master Date: Fri, 25 Sep 2020 20:32:52 +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: c109e7d9-b630-4927-b86f-a1bf281345ff X-Archives-Hash: b59ac1ea2a938031b25bf169c248c8cd commit: 052aaed89b149168f7593cce539fd07df9861bcc Author: Adam Feldman gentoo org> AuthorDate: Mon Sep 7 18:04:26 2020 +0000 Commit: Adam Feldman gentoo org> CommitDate: Fri Sep 25 20:32:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052aaed8 mate-extra/mate-calc: Bump to 1.24.1 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman gentoo.org> mate-extra/mate-calc/Manifest | 1 + mate-extra/mate-calc/mate-calc-1.24.1.ebuild | 35 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest index a87259e4855..41cc4237013 100644 --- a/mate-extra/mate-calc/Manifest +++ b/mate-extra/mate-calc/Manifest @@ -1 +1,2 @@ DIST mate-calc-1.24.0.tar.xz 939480 BLAKE2B 28a8184665096d477bdc80484fc9da3bf9835dd5d1c30d4de11722488d735f88336bcf990c50ef65dd0a5781fc083b5d011fd5085c2d1672e6599a28f4a01452 SHA512 ebb18f07ded5577bb0987b2027e7b73abc823a567bfa00f9cc9bfaf75de498f150b6b4c2e13486c530a3cbb078f1b798c415b33d668d952e8650799dd05c99eb +DIST mate-calc-1.24.1.tar.xz 952372 BLAKE2B ae6c687d85f48f95fda89ba4fa2be44d1f2fc510708a25ac59fd8074d1f29bc6b440ec1c20b344566d4e8a2edc8ec0bdc0d565773f2c089d712c47db4e847805 SHA512 164fc57ed6bcc69b96afd75fff8dd6248ce682d6f806e83ddb73a21bddce99b89c7bb697d189b56d88d5c8d9a0b99f50f3fdd15c7d56f9121ee1d16689b16595 diff --git a/mate-extra/mate-calc/mate-calc-1.24.1.ebuild b/mate-extra/mate-calc/mate-calc-1.24.1.ebuild new file mode 100644 index 00000000000..31d748f655b --- /dev/null +++ b/mate-extra/mate-calc/mate-calc-1.24.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 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 +"