From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BBC7138334 for ; Sun, 17 Mar 2019 11:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31CABE0921; Sun, 17 Mar 2019 11:11:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09059E092B for ; Sun, 17 Mar 2019 11:11:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8A44335CE9 for ; Sun, 17 Mar 2019 11:11:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 172EB571 for ; Sun, 17 Mar 2019 11:11:43 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1552821075.659cd08e15f89ac452b7469f73de7098782554f6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mate-terminal/Manifest x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild X-VCS-Directories: x11-terms/mate-terminal/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 659cd08e15f89ac452b7469f73de7098782554f6 X-VCS-Branch: master Date: Sun, 17 Mar 2019 11:11:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dabc5058-c6aa-4e5d-801d-91d2b6abb69d X-Archives-Hash: a9e2f763237887e5738f945e6092892e commit: 659cd08e15f89ac452b7469f73de7098782554f6 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Mar 16 23:28:02 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 17 11:11:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659cd08e x11-terms/mate-terminal: Version bump (v1.22.0) Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 x11-terms/mate-terminal/Manifest | 1 + .../mate-terminal/mate-terminal-1.22.0.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest index 4043c19c311..fa24245d849 100644 --- a/x11-terms/mate-terminal/Manifest +++ b/x11-terms/mate-terminal/Manifest @@ -1 +1,2 @@ DIST mate-terminal-1.18.2.tar.xz 1302216 BLAKE2B 9b2e0171f62e75e967389aa3b06bcf908a9884055d220bca895ac01f8f21a4102f21a759f2b5e2f06bf2d8c18af3688f000ed9414525df203a79d2b6e66d7443 SHA512 ac35890dc955743ccf7d8176e710820179cc5dd8a89a8322eb99c29796c27586a6abb1503288896faf1eeba6047fad12cf506e67674ee6221313679061acf8c8 +DIST mate-terminal-1.22.0.tar.xz 1538540 BLAKE2B 490ff1e2a0d8c93b2ab2479c8a735867f551111585d82d353cd7a150f1fd5e4e1319dc25832628b464572734efc2fa4917b49b7d4fe5d63b78ce6ea5601e4611 SHA512 45932db8c50348386a58ee7acaf08af43e28bd495dac08b4dcff5defd1c10189163bdfd73c61015674d61f275dabc2f749b2e0cbf9981c7dfdef5a4060686645 diff --git a/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild b/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild new file mode 100644 index 00000000000..284c36dd04e --- /dev/null +++ b/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 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="The MATE Terminal" +LICENSE="GPL-3" +SLOT="0" + +IUSE="" + +COMMON_DEPEND="dev-libs/atk + >=dev-libs/glib-2.50:2 + >=gnome-base/dconf-0.13.4 + x11-libs/gdk-pixbuf:2 + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/pango + >=x11-libs/gtk+-3.22:3[X] + >=x11-libs/vte-0.46:2.91" + +RDEPEND="${COMMON_DEPEND} + >=mate-base/mate-desktop-1.6" + +DEPEND="${COMMON_DEPEND} + app-text/rarian + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools + >=dev-util/intltool-0.50.1 + sys-devel/gettext:* + virtual/pkgconfig:*"