public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/
Date: Mon,  9 Nov 2015 21:51:39 +0000 (UTC)	[thread overview]
Message-ID: <1447105883.7337d99c9ea8feefd4d28d801d95d698659b4f01.pacho@gentoo> (raw)

commit:     7337d99c9ea8feefd4d28d801d95d698659b4f01
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 21:49:26 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 21:51:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7337d99c

gnome-extra/gnome-calculator: Version bump

Package-Manager: portage-2.2.24

 gnome-extra/gnome-calculator/Manifest              |  1 +
 .../gnome-calculator-3.18.2.ebuild                 | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest
index 48657cf..54bb446 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-calculator-3.14.1.tar.xz 1302628 SHA256 99cb2451d67d51486c0f54497dd26c0e57d0d984866ddf8678a62ba195fed140 SHA512 5c933704acbea762a9e34154d95f1634d97c6610317eb405bdc9f0a24b3c40e4da3cf5ffd8d9d47d4f4280fafeb335d33a0a214867fa7adc2cb777e80d1f603d WHIRLPOOL a7f120995f06414caaa1534e15ec05814478881a93c3afbea03cb1ae475ff6d606a0a3c58da1b4d7b356b22685453b3d4fc5226841d247b1e1ae01c8208080ee
 DIST gnome-calculator-3.16.1.tar.xz 1436992 SHA256 efceac11837ba0977eb5c3df1ea231628d4d12b8c3ad0f47be77929d97c9180b SHA512 1fadf8182f51728e4714f12beb97033b4ecbf8e94068639bce7089e7ae350eb1053a02edf767dfeeb309bece8711432d5c977c1ccde23b7c303b9c9876673677 WHIRLPOOL 1cbfb20dbce5f080c86199f8dd1703845f9c51add260c3eda9d898d49e200af409a64d704007b6e4cc442a53b0e78f1389701f2896fb34f38917d99c46caacf1
 DIST gnome-calculator-3.16.2.tar.xz 1437060 SHA256 f4c6ca7e0eda0dbb7d5cfb85ee9fe3351b1d8bd1bf05ce890939374b95e230a0 SHA512 f8141eca9eafa42277abd86fab4913e41c432471596f009c344915fc7f481172fcce240ab463597a70ff61c95e225fd0c618ca0fcb15b08c6f14e29b023cf218 WHIRLPOOL 0aca9c143d0c1334aa7c63061eba1606e16bb1593122f3d1d952118d1b8aa2f702c960ba875ac9b11ea1a5b74decae8d9eac7cea53040c34bb26fa0a7731d5a5
+DIST gnome-calculator-3.18.2.tar.xz 1353708 SHA256 c86c5857409ce1d01896904e97ccf0a1a880f3dcf428a524e5c0fec27b274d64 SHA512 be067ba231256cc90bb710ca12c863ef73d671da198ea9c6b6e8797b0bd7ccf3800831ba2603bd1cb352ce384172e54deb30199974a9e3d766d2e46a38246eab WHIRLPOOL 8a01a26d0fe82d564bc29b6ada413767ee654dd1a639be6f196a704abba36ee2e5ad831951139dd15adc7279eb548bc764d101c4c91582f33d81876062c1de9f

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
new file mode 100644
index 0000000..c05ae68
--- /dev/null
+++ b/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 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 \
+		VALAC=$(type -P true)
+}


             reply	other threads:[~2015-11-09 21:52 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-09 21:51 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-23  8:37 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/ 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-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

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=1447105883.7337d99c9ea8feefd4d28d801d95d698659b4f01.pacho@gentoo \
    --to=pacho@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