public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/
Date: Mon, 21 Nov 2016 11:02:01 +0000 (UTC)	[thread overview]
Message-ID: <1479726027.c6a3f2714aa33d0bf7ef1da6d73199837960d65b.mudler@gentoo> (raw)

commit:     c6a3f2714aa33d0bf7ef1da6d73199837960d65b
Author:     mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Mon Sep  5 13:48:19 2016 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 11:00:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a3f271

x11-terms/mate-terminal: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 x11-terms/mate-terminal/Manifest                   |  1 +
 .../mate-terminal/mate-terminal-1.14.1.ebuild      | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
index 5d6c204..cb692c4 100644
--- a/x11-terms/mate-terminal/Manifest
+++ b/x11-terms/mate-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST mate-terminal-1.10.2.tar.xz 1147956 SHA256 4fc1ebebb5dc77231f1887752d9588c0f5f368b9190005d642198beedb9f7b72 SHA512 162f2a8b210169fc866c87b84d08834468b0377ab53884f34f22ced0f3bb52fb9029ecf8f7a0dafdff050d6e919f7e6e6d75d7b6ffdc5891183c37fc8eb73420 WHIRLPOOL 78bc74385800566985c09fb2ce440cfe56edf5ea53510b898fd57f7ce96631724e6b9120e3fab86ceb8b4d73e6b1df994639e933dfda73ddd3089a01e4b2065b
 DIST mate-terminal-1.12.1.tar.xz 1143628 SHA256 d4e16a7b2742e0a904e304b2251fb8e5028833a6813e75bd8214ee542cd86c0e SHA512 c37b725db1522153fcb4dc596205f9382605bf981504217c8b087a4d7e6086a5c40644cdab1eb3c0593632d4f38d45fbcdfd763cb1ef62ff7359335c54b6ff42 WHIRLPOOL 8e0dc57b48e19cab8f821e922519045dd97bf9c3b18052aa3aad81ce2d238a8f1c513e2cf5ca426b7b87cbfeb184c02cd02ecd2f2c1c63a912856860d53c2813
+DIST mate-terminal-1.14.1.tar.xz 1313612 SHA256 248f8e4db544a76a521e7e80cceb3e6736b60c64880376b08f552cb66c378b29 SHA512 e7c68dfce1e9b886449774567f225cf267366ab857e510de3bae9867442306defe0b1d86bc90782326f4c252620311f6846a50b89a3f8939e8cfb816e25db209 WHIRLPOOL fc1337b2f270ccc7bab7d3887ef3afb3e50b917995133d44497e276e395670564d5c20289ce114f1da71105ebd535cd815037d66266d942f4e0d183a2a0d7e9d

diff --git a/x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild
new file mode 100644
index 00000000..58564f0
--- /dev/null
+++ b/x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="The MATE Terminal"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="gtk3"
+
+COMMON_DEPEND="dev-libs/atk:0
+	>=dev-libs/glib-2.36:2
+	>=mate-base/mate-desktop-1.6[gtk3(-)=]
+	x11-libs/gdk-pixbuf:2
+	x11-libs/libICE:0
+	x11-libs/libSM:0
+	x11-libs/libX11:0
+	x11-libs/pango:0
+	!gtk3? (
+		>=x11-libs/gtk+-2.24.0:2
+		>=x11-libs/vte-0.28:0
+	)
+	gtk3? (
+		>=x11-libs/gtk+-3.0:3
+		>=x11-libs/vte-0.38:2.91
+	)"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+	app-text/rarian:0
+	>=app-text/scrollkeeper-dtd-1:1.0
+	app-text/yelp-tools:0
+	>=dev-util/intltool-0.50.1:*
+	sys-devel/gettext:*
+	virtual/pkgconfig:*"
+
+src_configure() {
+	mate_src_configure \
+		--with-gtk=$(usex gtk3 3.0 2.0)
+}


             reply	other threads:[~2016-11-21 11:02 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21 11:02 Ettore Di Giacinto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  7:17 [gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/ Sam James
2024-09-17 17:50 Andreas Sturmlechner
2024-06-18  8:06 Joonas Niilola
2024-06-16  6:06 Joonas Niilola
2024-04-09 17:28 Arthur Zamarin
2024-04-09 17:28 Arthur Zamarin
2024-01-19 10:53 Sam James
2024-01-19 10:53 Sam James
2024-01-19 10:53 Sam James
2023-12-22  6:46 Sam James
2023-12-21 11:55 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-12-03  1:04 Sam James
2020-09-25 20:32 Adam Feldman
2020-08-07  3:18 Adam Feldman
2020-05-08  4:45 Adam Feldman
2020-05-08  4:45 Adam Feldman
2020-04-06 17:49 Adam Feldman
2020-04-06 17:49 Adam Feldman
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:25 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-04-07 10:50 Andreas Sturmlechner
2019-03-17 11:11 Mikle Kolyada
2018-10-06 20:25 Mart Raudsepp
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-09-27  3:23 NP Hardass
2017-06-04 15:18 Ettore Di Giacinto
2017-03-14 10:03 Ettore Di Giacinto
2017-01-05 13:32 Ettore Di Giacinto
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-10-15  2:59 NP Hardass
2016-10-15  2:59 NP Hardass
2016-08-12  5:13 NP Hardass
2016-08-06  2:12 NP Hardass
2016-07-25 18:36 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-03-26  2:37 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06  8:09 Mikle Kolyada
2016-02-09  2:49 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=1479726027.c6a3f2714aa33d0bf7ef1da6d73199837960d65b.mudler@gentoo \
    --to=mudler@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