public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Adam Feldman" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
Date: Thu,  9 Apr 2020 22:52:31 +0000 (UTC)	[thread overview]
Message-ID: <1586472566.477333a2d79c5db4f4bd1bfe98259ac2d41ddd3c.np-hardass@gentoo> (raw)

commit:     477333a2d79c5db4f4bd1bfe98259ac2d41ddd3c
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 31 18:48:02 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 22:49:26 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=477333a2

mate-extra/mate-calc: Drop old, sync with Gentoo

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 mate-extra/mate-calc/Manifest                      |  3 ++-
 ...-calc-1.18.1.ebuild => mate-calc-1.22.0.ebuild} | 18 ++++++++--------
 ...-calc-1.18.1.ebuild => mate-calc-1.24.0.ebuild} | 22 +++++++++++---------
 mate-extra/mate-calc/mate-calc-9999.ebuild         | 24 ++++++++++++----------
 4 files changed, 36 insertions(+), 31 deletions(-)

diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index 1ba3a22..2491fe9 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -1 +1,2 @@
-DIST mate-calc-1.18.1.tar.xz 727752 BLAKE2B 0659bd85c66186eead2e8999535a2980a4c35dc66f5443583b55ddfe06e2779ef351be22eabbd6a05c32085b3cdd638520770f40befbbe846c76b6cd1abd5944 SHA512 d9c95386427ebcb8c1525804f2b7f0f6b91c52a15bc90ff9c688d13bce07f97ed0db032a5e252a9a11ccbd6c04b66d3d74baf1c6bb27b6807506243b27ad25e5
+DIST mate-calc-1.22.0.tar.xz 623312 BLAKE2B ae40278e455c520649db9fb4f48aedb2dec3b9abc48175a9f0111bbc57b7aac289d20d8dc1703a7b6545351e75e0ae641432ce6227f5ae0a8de5cbed68120581 SHA512 a0d72a17dc9e7e97ef36cb2f089db126b1f91790d6a34ae829ef9cea87e82b025ba106f08e8c677352e72423a6670a3bf8751eecc67444cd8cea8dc8f3cf6728
+DIST mate-calc-1.24.0.tar.xz 939480 BLAKE2B 28a8184665096d477bdc80484fc9da3bf9835dd5d1c30d4de11722488d735f88336bcf990c50ef65dd0a5781fc083b5d011fd5085c2d1672e6599a28f4a01452 SHA512 ebb18f07ded5577bb0987b2027e7b73abc823a567bfa00f9cc9bfaf75de498f150b6b4c2e13486c530a3cbb078f1b798c415b33d668d952e8650799dd05c99eb

diff --git a/mate-extra/mate-calc/mate-calc-1.18.1.ebuild b/mate-extra/mate-calc/mate-calc-1.22.0.ebuild
similarity index 57%
copy from mate-extra/mate-calc/mate-calc-1.18.1.ebuild
copy to mate-extra/mate-calc/mate-calc-1.22.0.ebuild
index bc43f40..3f9eccc 100644
--- a/mate-extra/mate-calc/mate-calc-1.18.1.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,26 +6,26 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Calculator for MATE"
-LICENSE="GPL-2"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 
 IUSE=""
 
 COMMON_DEPEND="
-	dev-libs/atk:0
-	>=dev-libs/glib-2.36:2
+	dev-libs/atk
+	>=dev-libs/glib-2.50:2
 	dev-libs/libxml2:2
-	>=x11-libs/gtk+-3.14:3
-	x11-libs/pango:0"
+	>=x11-libs/gtk+-3.22:3
+	x11-libs/pango"
 
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
-	app-text/yelp-tools:0
-	>=dev-util/intltool-0.35.0:*
+	app-text/yelp-tools
+	>=dev-util/intltool-0.35.0
 	sys-devel/gettext:*
 	virtual/pkgconfig:*"

diff --git a/mate-extra/mate-calc/mate-calc-1.18.1.ebuild b/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
similarity index 53%
rename from mate-extra/mate-calc/mate-calc-1.18.1.ebuild
rename to mate-extra/mate-calc/mate-calc-1.24.0.ebuild
index bc43f40..77fe727 100644
--- a/mate-extra/mate-calc/mate-calc-1.18.1.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,22 +10,24 @@ if [[ ${PV} != 9999 ]]; then
 fi
 
 DESCRIPTION="Calculator for MATE"
-LICENSE="GPL-2"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 
 IUSE=""
 
 COMMON_DEPEND="
-	dev-libs/atk:0
-	>=dev-libs/glib-2.36:2
+	dev-libs/atk
+	>=dev-libs/glib-2.50:2
 	dev-libs/libxml2:2
-	>=x11-libs/gtk+-3.14:3
-	x11-libs/pango:0"
+	>=x11-libs/gtk+-3.22:3
+	x11-libs/pango"
 
-RDEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	virtual/libintl
+"
 
 DEPEND="${COMMON_DEPEND}
-	app-text/yelp-tools:0
-	>=dev-util/intltool-0.35.0:*
-	sys-devel/gettext:*
+	app-text/yelp-tools
+	dev-libs/libxml2
+	>=sys-devel/gettext-0.19.8:*
 	virtual/pkgconfig:*"

diff --git a/mate-extra/mate-calc/mate-calc-9999.ebuild b/mate-extra/mate-calc/mate-calc-9999.ebuild
index c978863..77fe727 100644
--- a/mate-extra/mate-calc/mate-calc-9999.ebuild
+++ b/mate-extra/mate-calc/mate-calc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,26 +6,28 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="~amd64 ~arm ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="Calculator for MATE"
-LICENSE="GPL-2"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 
 IUSE=""
 
 COMMON_DEPEND="
-	dev-libs/atk:0
-	>=dev-libs/glib-2.36:2
+	dev-libs/atk
+	>=dev-libs/glib-2.50:2
 	dev-libs/libxml2:2
-	>=x11-libs/gtk+-3.14:3
-	x11-libs/pango:0"
+	>=x11-libs/gtk+-3.22:3
+	x11-libs/pango"
 
-RDEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	virtual/libintl
+"
 
 DEPEND="${COMMON_DEPEND}
-	app-text/yelp-tools:0
-	>=dev-util/intltool-0.35.0:*
-	sys-devel/gettext:*
+	app-text/yelp-tools
+	dev-libs/libxml2
+	>=sys-devel/gettext-0.19.8:*
 	virtual/pkgconfig:*"


             reply	other threads:[~2020-04-09 22:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-09 22:52 Adam Feldman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-10 15:36 [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/ Adam Feldman
2021-06-10  0:24 Adam Feldman
2021-06-10  0:24 Adam Feldman
2020-09-07 18:08 Adam Feldman
2020-09-07 18:08 Adam Feldman
2020-09-02  5:55 Adam Feldman
2018-02-11 13:49 Ettore Di Giacinto
2018-02-11 13:49 Ettore Di Giacinto
2017-09-27  3:18 NP Hardass
2016-03-26  2:37 NP Hardass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1586472566.477333a2d79c5db4f4bd1bfe98259ac2d41ddd3c.np-hardass@gentoo \
    --to=np-hardass@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox