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 B8EF813832E for ; Sun, 7 Aug 2016 02:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCDF7E0B16; Sun, 7 Aug 2016 02:43:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9981E0A69 for ; Sun, 7 Aug 2016 02:43:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2942F340BF6 for ; Sun, 7 Aug 2016 02:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BCA97CE for ; Sun, 7 Aug 2016 02:43:36 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1470537429.097f8590ec9a0f12c57a5700862452115f992472.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-calc/Manifest mate-extra/mate-calc/mate-calc-1.8.0.ebuild mate-extra/mate-calc/metadata.xml X-VCS-Directories: mate-extra/mate-calc/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 097f8590ec9a0f12c57a5700862452115f992472 X-VCS-Branch: master Date: Sun, 7 Aug 2016 02:43:36 +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-Archives-Salt: 5b547695-30dc-4fb2-91dc-02e6c13313d3 X-Archives-Hash: baed6c660f6edafcce4ffabb08b6a7ef commit: 097f8590ec9a0f12c57a5700862452115f992472 Author: NP-Hardass gentoo org> AuthorDate: Sun Aug 7 01:43:53 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sun Aug 7 02:37:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097f8590 mate-extra/mate-calc: Re-add 1.8.x Add back mate-calc to smoother over transition of users to gnome-extra/gnome-calculator This reverts commit 4e8399f60412e3cd4eeb76deeb3dcc61d2d5b186. mate-extra/mate-calc/Manifest | 1 + mate-extra/mate-calc/mate-calc-1.8.0.ebuild | 36 +++++++++++++++++++++++++++++ mate-extra/mate-calc/metadata.xml | 11 +++++++++ 3 files changed, 48 insertions(+) diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest new file mode 100644 index 0000000..272b3b8 --- /dev/null +++ b/mate-extra/mate-calc/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..dff3b3f --- /dev/null +++ b/mate-extra/mate-calc/mate-calc-1.8.0.ebuild @@ -0,0 +1,36 @@ +# 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 new file mode 100644 index 0000000..bf31168 --- /dev/null +++ b/mate-extra/mate-calc/metadata.xml @@ -0,0 +1,11 @@ + + + + + mate@gentoo.org + Gentoo MATE Desktop + + + mate-desktop/mate-calc + +