From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/
Date: Thu, 20 Oct 2016 22:31:25 +0000 (UTC) [thread overview]
Message-ID: <1477002657.1694693fd13e09ddf50f2e4ba054f68d3ed777ee.eva@gentoo> (raw)
commit: 1694693fd13e09ddf50f2e4ba054f68d3ed777ee
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 22:11:24 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 22:30:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1694693f
gnome-extra/gnome-calculator: cleanup old revisions
Package-Manager: portage-2.3.1
| 2 --
.../gnome-calculator-3.18.3.ebuild | 40 ----------------------
.../gnome-calculator-3.20.1.ebuild | 39 ---------------------
3 files changed, 81 deletions(-)
--git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest
index 1e00d9a..1cf12bb 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-calculator-3.18.3.tar.xz 1339496 SHA256 c376a4a14a3f7946b799b8458ac4cf2694735fc7c20e90cfda29e209439e32ff SHA512 74ee2e22dc199a1beb8526bfa11174caaaeed0c2568f5e122f1c1c7f09b75926d30b5bdfa61a1e8495de9c2a449ee632e62fbbc11c04d5c44c83f819a6c409b5 WHIRLPOOL c371233a98ec28a3aa2a956d69b834a97508e0d6a58a43f918ca1d992b7efb434533926cd2d72a610c1c00cfbb101139c1db44a7771549da463c882cc0702c98
-DIST gnome-calculator-3.20.1.tar.xz 1454768 SHA256 02edcf99857599ac10ecd2faaf33ad20a9f11f7c5a89a52ee1b511d99b594b90 SHA512 28198343422d61eec40938e35659e92bec1a67c4a6f16bdafd7a13f0b3a449d884f33daa9cf6c61bd56e9859ae3554522a02c0650ffcfaf64fb69b69671e347e WHIRLPOOL 51940f923548c9a262d03dea1d263e4b11112e6f92e1b0616947ca10fb8e50ce2425abff2baf76b934585e22ca5f81e3a99e433ca535949ed2121975a5415230
DIST gnome-calculator-3.20.2.tar.xz 1347584 SHA256 2af1c12a12a230f90fc221ff908efd80fe7eebfeaad56cd698c393d2fc34a8fb SHA512 c850d252a5d5505e6e32ec4db2299479a1ea35144ddd1fafb10b0acdfb840fd9d25b073eb6f9bfe0a29c9c8483a76a40c53c5bce1db4ed3c80ed963d2f35093b WHIRLPOOL f1facf603c75e616c36754b03b0225909c0d660e2285f1f3077fc3b393fc6e589ef16c9352f84762290459b533a338988cbbff25acdf8b7d9a2ce8d67846debc
DIST gnome-calculator-3.22.1.tar.xz 1323400 SHA256 93a72a9de919b21f35b6581a0bf9e910c98691a7fccd47da42467d287c1dac11 SHA512 37daf9519b7bde34d7dbdd8e3e030eeca70adc3091ff9e98d8e0d6fda9a00ebdc12bfc67f84de5749d59296eaf1fd9f7ebfc210adc73c366879aee78e410f5e8 WHIRLPOOL 5acbe748ee96961834dd27a0270c2f6c3a33ccbad5072838cb2a6e8f2abceeb30959b2770626335ff8e9680c7241221def29a19f9ee6890764641559e4cf2caa
diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.18.3.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.18.3.ebuild
deleted file mode 100644
index 445b75b..00000000
--- a/gnome-extra/gnome-calculator/gnome-calculator-3.18.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A calculator application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.40:2
- dev-libs/libxml2:2
- dev-libs/mpfr:0
- >=x11-libs/gtk+-3.11.6:3
- >=x11-libs/gtksourceview-3.15.1:3.0
-"
-RDEPEND="${COMMON_DEPEND}
- !<gnome-extra/gnome-utils-2.3
- !gnome-extra/gcalctool
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.50
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- VALAC=$(type -P true)
-}
diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild
deleted file mode 100644
index 230f371..00000000
--- a/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A calculator application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.40:2
- dev-libs/libxml2:2
- dev-libs/mpfr:0
- >=net-libs/libsoup-2.42:2.4
- >=x11-libs/gtk+-3.11.6:3
- >=x11-libs/gtksourceview-3.15.1:3.0
-"
-RDEPEND="${COMMON_DEPEND}
- !<gnome-extra/gnome-utils-2.3
- !gnome-extra/gcalctool
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.50
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- VALAC=$(type -P true)
-}
next reply other threads:[~2016-10-20 22:31 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-20 22:31 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-13 12:07 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/ Sam James
2025-10-13 12:07 Sam James
2025-10-12 15:54 Sam James
2025-07-29 11:43 Pacho Ramos
2025-07-29 11:43 Pacho Ramos
2025-07-04 12:51 Arthur Zamarin
2025-07-02 20:41 Pacho Ramos
2025-06-28 21:57 Sam James
2025-05-30 7:43 Pacho Ramos
2025-01-15 17:34 Pacho Ramos
2025-01-15 17:34 Pacho Ramos
2024-07-23 8:37 Pacho Ramos
2024-07-23 8:36 Pacho Ramos
2024-07-16 8:41 Pacho Ramos
2024-07-16 8:41 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18 6:09 Arthur Zamarin
2024-01-08 7:03 Sam James
2023-11-17 7:47 Sam James
2023-09-24 9:02 WANG Xuerui
2023-09-22 3:13 Matt Turner
2023-09-22 3:13 Matt Turner
2023-09-22 2:33 Matt Turner
2023-09-16 20:54 Matt Turner
2023-09-04 16:13 Matt Turner
2023-08-18 14:50 Matt Turner
2023-08-04 14:36 Matt Turner
2023-06-09 3:01 Matt Turner
2023-05-02 20:06 Arthur Zamarin
2023-05-02 20:05 Arthur Zamarin
2023-05-02 17:29 Arthur Zamarin
2023-03-18 0:11 Matt Turner
2023-03-05 20:42 Matt Turner
2023-01-01 14:48 David Seifert
2022-10-30 22:29 Matt Turner
2022-07-29 2:59 Sam James
2022-07-18 23:41 Sam James
2022-07-06 1:24 Sam James
2022-07-03 18:46 Matt Turner
2022-07-02 20:47 Sam James
2022-05-31 0:24 Matt Turner
2022-05-29 0:39 Sam James
2022-05-27 20:54 Pacho Ramos
2022-05-15 3:10 Sam James
2022-05-13 20:51 Jakov Smolić
2022-05-10 4:06 Arthur Zamarin
2022-05-07 18:28 Arthur Zamarin
2022-05-07 18:25 Arthur Zamarin
2022-05-07 18:25 Arthur Zamarin
2022-04-21 19:35 Jakov Smolić
2022-03-22 6:15 Matt Turner
2021-12-11 18:50 Mart Raudsepp
2021-12-11 17:36 Mart Raudsepp
2021-11-23 1:25 Yixun Lan
2021-04-30 21:58 Matt Turner
2021-04-16 22:19 Matt Turner
2021-01-08 4:15 Matt Turner
2020-08-23 16:03 Mart Raudsepp
2020-08-23 16:03 Mart Raudsepp
2020-03-14 22:33 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-10-20 17:50 Mart Raudsepp
2019-08-04 19:26 Aaron Bauman
2019-07-28 6:42 Mart Raudsepp
2019-07-05 1:56 Sobhan Mohammadpour
2019-05-18 21:24 Mart Raudsepp
2019-03-30 22:21 Mart Raudsepp
2018-09-24 20:13 Mart Raudsepp
2018-09-09 14:28 Mart Raudsepp
2018-06-30 23:28 David Seifert
2018-02-03 22:00 Mart Raudsepp
2018-01-18 3:39 Mikle Kolyada
2017-05-21 19:37 Mart Raudsepp
2017-03-17 16:48 Mart Raudsepp
2017-03-08 12:11 Mart Raudsepp
2017-03-08 12:11 Mart Raudsepp
2016-11-09 8:28 Gilles Dartiguelongue
2016-10-20 22:31 Gilles Dartiguelongue
2016-08-06 7:41 Pacho Ramos
2016-06-25 16:53 Pacho Ramos
2016-06-25 16:53 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2016-01-27 21:26 Gilles Dartiguelongue
2016-01-02 10:52 Gilles Dartiguelongue
2015-11-09 21:51 Pacho Ramos
2015-11-09 21:51 Pacho Ramos
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=1477002657.1694693fd13e09ddf50f2e4ba054f68d3ed777ee.eva@gentoo \
--to=eva@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