* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2016-03-26 2:37 NP Hardass
0 siblings, 0 replies; 11+ messages in thread
From: NP Hardass @ 2016-03-26 2:37 UTC (permalink / raw
To: gentoo-commits
commit: 5663ca017583f83745fbca9a35a946b45e79bda0
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 01:53:53 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 02:23:39 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=5663ca01
mate-extra/mate-calc: Drop 1.8.x
Package-Manager: portage-2.2.26
| 47 -----------------------------
| 1 -
| 36 ----------------------
| 11 -------
4 files changed, 95 deletions(-)
diff --git a/mate-extra/mate-calc/ChangeLog b/mate-extra/mate-calc/ChangeLog
deleted file mode 100644
index 20b0427..0000000
--- a/mate-extra/mate-calc/ChangeLog
+++ /dev/null
@@ -1,47 +0,0 @@
-# ChangeLog for mate-extra/mate-calc
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-extra/mate-calc/ChangeLog,v 1.11 2014/12/20 17:26:10 tamiko Exp $
-
- 06 Jul 2015; NP-Hardass <NP-Hardass@gentoo.org> metadata.xml:
- Updated maintainer and add remote IDs.
-
- 20 Dec 2014; Matthias Maier <tamiko@gentoo.org> -mate-calc-1.6.1.ebuild:
- drop old
-
- 02 Jul 2014; Pacho Ramos <pacho@gentoo.org> mate-calc-1.8.0.ebuild:
- x86 stable, bug 513714
-
- 02 Jul 2014; Pacho Ramos <pacho@gentoo.org> mate-calc-1.8.0.ebuild:
- amd64 stable, bug 513714
-
- 07 Jun 2014; Agostino Sarubbo <ago@gentoo.org> mate-calc-1.8.0.ebuild:
- Add ~x86, wrt bug #508072
-
- 04 May 2014; Agostino Sarubbo <ago@gentoo.org> mate-calc-1.6.1.ebuild:
- Stable for amd64, wrt bug #509268
-
-*mate-calc-1.8.0 (22 Apr 2014)
-
- 22 Apr 2014; Tom Wijsman <TomWij@gentoo.org> +mate-calc-1.8.0.ebuild:
- Version bump to 1.8.0.
-
- 10 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-calc-1.6.1.ebuild:
- Update dependencies per the consensus formed with ssuominen.
-
- 10 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> mate-calc-1.6.1.ebuild:
- Remove unwanted :0 SLOT operator from gettext, intltool and pkgconfig
- dependencies since we don't know yet how they would be slotted in the future.
-
- 10 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-calc-1.6.1.ebuild:
- Further review of dependencies.
-
- 10 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> mate-calc-1.6.1.ebuild:
- Remove invalid SLOT dependencies from pkg-config, gettext and intltool. Remove
- bogus sys-libs/glibc dependency.
-
-*mate-calc-1.6.1 (09 Mar 2014)
-
- 09 Mar 2014; Tom Wijsman <TomWij@gentoo.org> +mate-calc-1.6.1.ebuild,
- +metadata.xml:
- New ebuild for mate-extra/mate-calc, a calculator application for MATE;
- imported from the mate-overlay, reviewed and adjusted.
diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
deleted file mode 100644
index 272b3b8..0000000
--- a/mate-extra/mate-calc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mate-calc-1.8.0.tar.xz 753972 SHA256 13d56287430cbb7d60a74666ba752a1a8ea9692125c6a02f97d0cc98d451d99a SHA512 92cd2e5ee8f6943b70ba1402909698f0ca922864bf3553d04ba3212673824b3f1f2042786f77814bf004e93408f46b7be438ddbe1046884f834abc90606bdf11 WHIRLPOOL 7743c0d132d3ca4b71072bd61e152dd44f9688e5f55efc2fb358c5ff238594488f03d4501d0efd6aa687df3925dbe3a265aa2d910a9670446e39c113436f3520
diff --git a/mate-extra/mate-calc/mate-calc-1.8.0.ebuild b/mate-extra/mate-calc/mate-calc-1.8.0.ebuild
deleted file mode 100644
index dff3b3f..0000000
--- a/mate-extra/mate-calc/mate-calc-1.8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="A calculator application for MATE"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-text/rarian:0
- >=dev-libs/glib-2.30:2
- dev-libs/atk:0
- dev-libs/libxml2:2
- >=x11-libs/gtk+-2.18:2
- x11-libs/pango:0
- virtual/libintl:0"
-
-DEPEND="${RDEPEND}
- >=app-text/scrollkeeper-dtd-1:1.0
- app-text/yelp-tools:0
- >=dev-util/intltool-0.35:*
- sys-devel/gettext:*
- virtual/pkgconfig:*"
-
-DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/mate-extra/mate-calc/metadata.xml b/mate-extra/mate-calc/metadata.xml
deleted file mode 100644
index bf31168..0000000
--- a/mate-extra/mate-calc/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>mate@gentoo.org</email>
- <name>Gentoo MATE Desktop</name>
- </maintainer>
- <upstream>
- <remote-id type="github">mate-desktop/mate-calc</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2017-09-27 3:18 NP Hardass
0 siblings, 0 replies; 11+ messages in thread
From: NP Hardass @ 2017-09-27 3:18 UTC (permalink / raw
To: gentoo-commits
commit: 82a46c636a5141f60fff05679a787bbf4b162a18
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 03:14:31 2017 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 03:14:31 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=82a46c63
mate-extra/mate-calc: Fix inconsistent metadata.xml spacing
Package-Manager: Portage-2.3.10, Repoman-2.3.3
| 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
--git a/mate-extra/mate-calc/metadata.xml b/mate-extra/mate-calc/metadata.xml
index 9bb2875..12ece44 100644
--- a/mate-extra/mate-calc/metadata.xml
+++ b/mate-extra/mate-calc/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>mate@gentoo.org</email>
- <name>Gentoo MATE Desktop</name>
- </maintainer>
- <longdescription>
- MATE Calculator is a fork of gnome-calc, the calculator application that was previously in the OpenWindows Deskset of the Solaris 8 operating system.
- </longdescription>
- <upstream>
- <remote-id type="github">mate-desktop/mate-calc</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>mate@gentoo.org</email>
+ <name>Gentoo MATE Desktop</name>
+ </maintainer>
+ <longdescription>
+ MATE Calculator is a fork of gnome-calc, the calculator application that was previously in the OpenWindows Deskset of the Solaris 8 operating system.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">mate-desktop/mate-calc</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2018-02-11 13:49 Ettore Di Giacinto
0 siblings, 0 replies; 11+ messages in thread
From: Ettore Di Giacinto @ 2018-02-11 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 3c7ff78d5ff253fc0c6ac3a407ab4357dee786b4
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 13:20:16 2018 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 13:21:31 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3c7ff78d
mate-extra/mate-calc: Bump to 1.18.1
Package-Manager: Portage-2.3.20, Repoman-2.3.6
| 2 +-
.../mate-calc/{mate-calc-1.18.0.ebuild => mate-calc-1.18.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
--git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index b97852a..1ba3a22 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -1 +1 @@
-DIST mate-calc-1.18.0.tar.xz 751780 BLAKE2B 022d1cde4d325bc47d926871a421f3bf677e6821d04290345f2b0199a8b86636778e0526fda8b9cdf55e3e24bde419e4d1ba11a6d24aefed7c84f4555d8bd636 SHA512 b34e8ba52599a56bf0286dd6c3d0cd460ea80732baaf48217d7abbca6166eaf16eb6bd9aba6fab6fbbf0c51937275f703568e114adb899b6e927a70f42f0949b
+DIST mate-calc-1.18.1.tar.xz 727752 BLAKE2B 0659bd85c66186eead2e8999535a2980a4c35dc66f5443583b55ddfe06e2779ef351be22eabbd6a05c32085b3cdd638520770f40befbbe846c76b6cd1abd5944 SHA512 d9c95386427ebcb8c1525804f2b7f0f6b91c52a15bc90ff9c688d13bce07f97ed0db032a5e252a9a11ccbd6c04b66d3d74baf1c6bb27b6807506243b27ad25e5
diff --git a/mate-extra/mate-calc/mate-calc-1.18.0.ebuild b/mate-extra/mate-calc/mate-calc-1.18.1.ebuild
similarity index 100%
rename from mate-extra/mate-calc/mate-calc-1.18.0.ebuild
rename to mate-extra/mate-calc/mate-calc-1.18.1.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2018-02-11 13:49 Ettore Di Giacinto
0 siblings, 0 replies; 11+ messages in thread
From: Ettore Di Giacinto @ 2018-02-11 13:49 UTC (permalink / raw
To: gentoo-commits
commit: ce7cf96bc3e05b6b0f3865724548c78898af9f83
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 13:19:27 2018 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 13:21:31 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ce7cf96b
mate-extra/mate-calc: Sync with ::gentoo
Package-Manager: Portage-2.3.20, Repoman-2.3.6
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/mate-extra/mate-calc/mate-calc-1.18.0.ebuild b/mate-extra/mate-calc/mate-calc-1.18.0.ebuild
index c978863..bc43f40 100644
--- a/mate-extra/mate-calc/mate-calc-1.18.0.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
DESCRIPTION="Calculator for MATE"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2020-04-09 22:52 Adam Feldman
0 siblings, 0 replies; 11+ messages in thread
From: Adam Feldman @ 2020-04-09 22:52 UTC (permalink / raw
To: gentoo-commits
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>
| 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 +++++++++++---------
| 24 ++++++++++++----------
4 files changed, 36 insertions(+), 31 deletions(-)
--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:*"
--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:*"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2020-09-02 5:55 Adam Feldman
0 siblings, 0 replies; 11+ messages in thread
From: Adam Feldman @ 2020-09-02 5:55 UTC (permalink / raw
To: gentoo-commits
commit: 1ba23bd41f2a02d6bb041061e8b7ad65b4f825d7
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 05:50:29 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 05:55:39 2020 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1ba23bd4
mate-extra/mate-calc: Sync with ::gentoo
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 2 +-
.../mate-calc/{mate-calc-1.22.0.ebuild => mate-calc-1.22.2.ebuild} | 0
| 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
--git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index 2491fe9..630488a 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -1,2 +1,2 @@
-DIST mate-calc-1.22.0.tar.xz 623312 BLAKE2B ae40278e455c520649db9fb4f48aedb2dec3b9abc48175a9f0111bbc57b7aac289d20d8dc1703a7b6545351e75e0ae641432ce6227f5ae0a8de5cbed68120581 SHA512 a0d72a17dc9e7e97ef36cb2f089db126b1f91790d6a34ae829ef9cea87e82b025ba106f08e8c677352e72423a6670a3bf8751eecc67444cd8cea8dc8f3cf6728
+DIST mate-calc-1.22.2.tar.xz 626400 BLAKE2B f09bf3730a4b184026e324c4c64c7a06951ae858febf58d135b676d384d0fe77a44af0adbb2a3bedc8ab60547f029e7f314634876e7d2a878fcec3549069063a SHA512 4235e49df4517d1a43a1f6422220f5b35320c34f588eb9ff3c63aa2ff59123a53ea9723372d3fe4d8c29d40ef09a51f4bd536655b5056d840eb5c253f572afb5
DIST mate-calc-1.24.0.tar.xz 939480 BLAKE2B 28a8184665096d477bdc80484fc9da3bf9835dd5d1c30d4de11722488d735f88336bcf990c50ef65dd0a5781fc083b5d011fd5085c2d1672e6599a28f4a01452 SHA512 ebb18f07ded5577bb0987b2027e7b73abc823a567bfa00f9cc9bfaf75de498f150b6b4c2e13486c530a3cbb078f1b798c415b33d668d952e8650799dd05c99eb
diff --git a/mate-extra/mate-calc/mate-calc-1.22.0.ebuild b/mate-extra/mate-calc/mate-calc-1.22.2.ebuild
similarity index 100%
rename from mate-extra/mate-calc/mate-calc-1.22.0.ebuild
rename to mate-extra/mate-calc/mate-calc-1.22.2.ebuild
--git a/mate-extra/mate-calc/mate-calc-1.24.0.ebuild b/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
index 77fe727..971bea1 100644
--- a/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="Calculator for MATE"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2020-09-07 18:08 Adam Feldman
0 siblings, 0 replies; 11+ messages in thread
From: Adam Feldman @ 2020-09-07 18:08 UTC (permalink / raw
To: gentoo-commits
commit: e70d02c1a00354888bc201217046e302b69b08fd
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 18:04:26 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 18:08:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=e70d02c1
mate-extra/mate-calc: Bump to 1.24.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 1 +
| 35 ++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
--git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index 630488a..2f6ca03 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -1,2 +1,3 @@
DIST mate-calc-1.22.2.tar.xz 626400 BLAKE2B f09bf3730a4b184026e324c4c64c7a06951ae858febf58d135b676d384d0fe77a44af0adbb2a3bedc8ab60547f029e7f314634876e7d2a878fcec3549069063a SHA512 4235e49df4517d1a43a1f6422220f5b35320c34f588eb9ff3c63aa2ff59123a53ea9723372d3fe4d8c29d40ef09a51f4bd536655b5056d840eb5c253f572afb5
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
--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 0000000..31d748f
--- /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
+"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2020-09-07 18:08 Adam Feldman
0 siblings, 0 replies; 11+ messages in thread
From: Adam Feldman @ 2020-09-07 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 3e9c92ff4928e70adca32b3081c8fc978f91d8b2
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 18:05:09 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 18:08:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3e9c92ff
mate-extra/mate-calc: Sync 9999
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--git a/mate-extra/mate-calc/mate-calc-9999.ebuild b/mate-extra/mate-calc/mate-calc-9999.ebuild
index 77fe727..31d748f 100644
--- a/mate-extra/mate-calc/mate-calc-9999.ebuild
+++ b/mate-extra/mate-calc/mate-calc-9999.ebuild
@@ -20,7 +20,8 @@ COMMON_DEPEND="
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
>=x11-libs/gtk+-3.22:3
- x11-libs/pango"
+ x11-libs/pango
+"
RDEPEND="${COMMON_DEPEND}
virtual/libintl
@@ -29,5 +30,6 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
dev-libs/libxml2
- >=sys-devel/gettext-0.19.8:*
- virtual/pkgconfig:*"
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2021-06-10 0:24 Adam Feldman
0 siblings, 0 replies; 11+ messages in thread
From: Adam Feldman @ 2021-06-10 0:24 UTC (permalink / raw
To: gentoo-commits
commit: 92e961f7aec38e1f0d76bc082e822e84a665afff
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 00:23:12 2021 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 00:23:12 2021 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=92e961f7
mate-extra/mate-calc: Stabilize 1.24.1 for amd64,x86
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/mate-extra/mate-calc/mate-calc-1.24.1.ebuild b/mate-extra/mate-calc/mate-calc-1.24.1.ebuild
index 31d748f..ea4da84 100644
--- a/mate-extra/mate-calc/mate-calc-1.24.1.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="Calculator for MATE"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2021-06-10 0:24 Adam Feldman
0 siblings, 0 replies; 11+ messages in thread
From: Adam Feldman @ 2021-06-10 0:24 UTC (permalink / raw
To: gentoo-commits
commit: d686d4233a20384da1bda409df700a1d958a45a4
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 00:23:19 2021 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 00:23:19 2021 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d686d423
mate-extra/mate-calc: Drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
| 1 -
| 33 ----------------------------
2 files changed, 34 deletions(-)
--git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index 41cc423..0d6b318 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -1,2 +1 @@
-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.0.ebuild b/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
deleted file mode 100644
index 971bea1..0000000
--- a/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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:*"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/
@ 2021-06-10 15:36 Adam Feldman
0 siblings, 0 replies; 11+ messages in thread
From: Adam Feldman @ 2021-06-10 15:36 UTC (permalink / raw
To: gentoo-commits
commit: cb90d7ffb1f98c8964deb8d6d0ce05c67ccbce4d
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 15:26:57 2021 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 15:26:57 2021 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=cb90d7ff
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 <NP-Hardass <AT> gentoo.org>
| 1 +
| 35 ++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
--git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index 0d6b318..9ec24c0 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
--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 0000000..7149257
--- /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
+"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2021-06-10 15:36 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-11 13:49 [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-calc/ Ettore Di Giacinto
-- strict thread matches above, loose matches on Subject: below --
2021-06-10 15:36 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
2020-04-09 22:52 Adam Feldman
2018-02-11 13:49 Ettore Di Giacinto
2017-09-27 3:18 NP Hardass
2016-03-26 2:37 NP Hardass
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox