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 7BA75138334 for ; Sun, 31 Mar 2019 22:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A16E6E08DA; Sun, 31 Mar 2019 22:30:22 +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 63CFBE08DA for ; Sun, 31 Mar 2019 22:30:22 +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 6F5CC335CF7 for ; Sun, 31 Mar 2019 22:30:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6510D452 for ; Sun, 31 Mar 2019 22:30:08 +0000 (UTC) From: "Rémi Cardona" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rémi Cardona" Message-ID: <1554071386.f9384da5a9895d874a6eb0a8b2c0b9a2152f1c5d.remi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/grisbi/Manifest app-office/grisbi/grisbi-1.2.1.ebuild app-office/grisbi/metadata.xml X-VCS-Directories: app-office/grisbi/ X-VCS-Committer: remi X-VCS-Committer-Name: Rémi Cardona X-VCS-Revision: f9384da5a9895d874a6eb0a8b2c0b9a2152f1c5d X-VCS-Branch: master Date: Sun, 31 Mar 2019 22:30:08 +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: a4d57ceb-05c4-44d4-b231-f42f4cda84e3 X-Archives-Hash: 9e3ae35bfc172d56405952ae7d3415b9 commit: f9384da5a9895d874a6eb0a8b2c0b9a2152f1c5d Author: Guillaume Castagnino xwing info> AuthorDate: Mon Dec 3 10:38:29 2018 +0000 Commit: Rémi Cardona gentoo org> CommitDate: Sun Mar 31 22:29:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9384da5 app-office/grisbi: bump to 1.2.1 Add a second homepage. The second homepage points directly to the official git repository Closes: https://bugs.gentoo.org/show_bug.cgi?id=663392 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Guillaume Castagnino xwing.info> Signed-off-by: Rémi Cardona gentoo.org> app-office/grisbi/Manifest | 1 + app-office/grisbi/grisbi-1.2.1.ebuild | 43 +++++++++++++++++++++++++++++++++++ app-office/grisbi/metadata.xml | 3 +++ 3 files changed, 47 insertions(+) diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest index 01e35c2d0f4..d91390cb417 100644 --- a/app-office/grisbi/Manifest +++ b/app-office/grisbi/Manifest @@ -1 +1,2 @@ DIST grisbi-1.0.4.tar.bz2 6965398 BLAKE2B f53b5cd7f2e4b0cdcf14732ba7e03315ec7d419c7f6ab3a290fd30a9dc9f7c0dde69b473dca3873aeb90b793cd90287c516f2fe4b7a50d71368abc3e12ce16f6 SHA512 9761ed94db563c39cab793ee076b6a729470231e3111d7ce57d188a6f1681cbb715174f67c15741320f295d4efdf0784f6e3d4d4d58267759efbad56561c7064 +DIST grisbi-1.2.1.tar.bz2 7314316 BLAKE2B b34aaaba79608561383e09fa1af7749f8c3cfa322f47a6d9cf350af1a3b96c575140246ed65b33127d92f84a57d959f24c99ef748ab80097ffce2ed8f16319aa SHA512 0193d5777ed191f7f3dac67fc9754f5588f35b9486567f3a7e7f9dd998865ff2130ad04b78a98dae1e1164fbd400a58328bdee777e9d0ff1100d1fd189a5aa2f diff --git a/app-office/grisbi/grisbi-1.2.1.ebuild b/app-office/grisbi/grisbi-1.2.1.ebuild new file mode 100644 index 00000000000..1cb4dfed211 --- /dev/null +++ b/app-office/grisbi/grisbi-1.2.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Grisbi is a personal accounting application for Linux" +HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi" +SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/1.2.x/${P}.tar.bz2" +IUSE="goffice libressl nls ofx ssl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + >=dev-libs/libxml2-2.5:2 + >=dev-libs/glib-2.44.0:2 + >=x11-libs/gtk+-3.20:3 + x11-misc/xdg-utils + >=gnome-extra/libgsf-1.14 + ssl? ( + libressl? ( dev-libs/libressl:0= ) + !libressl? ( >=dev-libs/openssl-1.0.0:0= ) ) + ofx? ( >=dev-libs/libofx-0.9.0 ) + goffice? ( >=x11-libs/goffice-0.10.0 ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + --with-libxml2 \ + --without-cunit \ + --disable-static \ + $(use_with ssl openssl) \ + $(use_with ofx) \ + $(use_with goffice) \ + $(use_enable nls) +} diff --git a/app-office/grisbi/metadata.xml b/app-office/grisbi/metadata.xml index 105a80c6723..b120f01ca37 100644 --- a/app-office/grisbi/metadata.xml +++ b/app-office/grisbi/metadata.xml @@ -19,4 +19,7 @@ grisbi + + enable goffice graphic support +