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 BBD6B13832E for ; Sun, 7 Aug 2016 16:53:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE57EE09D2; Sun, 7 Aug 2016 16:53:24 +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 6D80AE09D2 for ; Sun, 7 Aug 2016 16:53:24 +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 F0929340A5C for ; Sun, 7 Aug 2016 16:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7FE7DA for ; Sun, 7 Aug 2016 16:53:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1470588793.b9b806b1cb3e1500c3485f6fd22d8ffbf903d503.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libalkimia/Manifest app-office/libalkimia/libalkimia-5.0.0.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b9b806b1cb3e1500c3485f6fd22d8ffbf903d503 X-VCS-Branch: master Date: Sun, 7 Aug 2016 16:53:21 +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: 321c9dd1-83c9-4455-9cc5-81574e5d7175 X-Archives-Hash: 20aecdb7e23943c92f4f440f37086e91 commit: b9b806b1cb3e1500c3485f6fd22d8ffbf903d503 Author: Michael Palimaka gentoo org> AuthorDate: Sun Aug 7 16:52:54 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 7 16:53:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b806b1 app-office/libalkimia: version bump Gentoo-bug: 590602 Package-Manager: portage-2.3.0 app-office/libalkimia/Manifest | 1 + app-office/libalkimia/libalkimia-5.0.0.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-office/libalkimia/Manifest b/app-office/libalkimia/Manifest index 8099ce9..773bcad 100644 --- a/app-office/libalkimia/Manifest +++ b/app-office/libalkimia/Manifest @@ -1 +1,2 @@ DIST 137323-libalkimia-4.3.2.tar.bz2 32687 SHA256 64379af992d5548a6757495f47568ebf8cb859a868ced8b5d3d5975f4dfcebdc SHA512 fb04e7bf6d01f9fc54cccc63f0b41c28e28a6844eec1e65c057c7dde599a58cb1f173dd012aca995280581d47e3419b59e0d070f649de0e4b1dd92cd4af4c2b2 WHIRLPOOL d022dcc647abb24ed5416d07d7e4e8bc9a8dfb72371ebf5533d49c35892f2116544f6852e7391103c1eb373f18d9070ccc8a80ff1cffaac12bd8db4d46914393 +DIST libalkimia-5.0.0.tar.xz 28400 SHA256 eea8a2a0f6788a1b9fd464b370598ed6e55353fb40da53375e6f022e71526cb5 SHA512 9ba205f5726f237389b9ea928ef37fc3b38161aaec5988dcc64afa3d8e53575a055b248e3c27e738db13f9e6af231f493e1374bbc50d0672729b0cdb391ce99f WHIRLPOOL 8b12395145f2df72daf9678b5f15e851fc04ad56db72a3cd9882869e1a619bf8ba8014fef8db66370135882b70767ef8692f763328f966be8697f52694ab4b04 diff --git a/app-office/libalkimia/libalkimia-5.0.0.ebuild b/app-office/libalkimia/libalkimia-5.0.0.ebuild new file mode 100644 index 0000000..cca7eac --- /dev/null +++ b/app-office/libalkimia/libalkimia-5.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Library with common classes and functionality used by KDE finance applications" +HOMEPAGE="https://community.kde.org/Alkimia/libalkimia" +SRC_URI="mirror://kde/stable/${PN/lib/}/${PV}/src/${P}.tar.xz" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +SLOT="0/5" +IUSE="" + +RDEPEND=" + dev-libs/gmp:0=[cxx] + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + kde-base/kdelibs:4 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +"