From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7351613828B for ; Sat, 28 May 2016 15:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F9114272; Sat, 28 May 2016 15:49:46 +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 EE37A14272 for ; Sat, 28 May 2016 15:49:44 +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 2C804340C7A for ; Sat, 28 May 2016 15:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B5E17B4 for ; Sat, 28 May 2016 15:49:40 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1464450516.6dd2bfc1e2b82c22ab36abc6f9f8dee65062b20a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/glabels/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/glabels/Manifest app-office/glabels/glabels-3.4.0.ebuild X-VCS-Directories: app-office/glabels/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6dd2bfc1e2b82c22ab36abc6f9f8dee65062b20a X-VCS-Branch: master Date: Sat, 28 May 2016 15:49:40 +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: f11fb593-5949-41a4-943b-6d99a39cccfd X-Archives-Hash: b4df91874149827162aa844ba45670b3 commit: 6dd2bfc1e2b82c22ab36abc6f9f8dee65062b20a Author: Pacho Ramos gentoo org> AuthorDate: Sat May 28 14:50:17 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 28 15:48:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd2bfc1 app-office/glabels: Version bump Package-Manager: portage-2.3.0_rc1 app-office/glabels/Manifest | 1 + app-office/glabels/glabels-3.4.0.ebuild | 40 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-office/glabels/Manifest b/app-office/glabels/Manifest index 86b54eb..6fe1db1 100644 --- a/app-office/glabels/Manifest +++ b/app-office/glabels/Manifest @@ -1 +1,2 @@ DIST glabels-3.2.1.tar.xz 3368052 SHA256 db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855 SHA512 d68fab2697cc596d45fe19c0a4c02a7bceffcb12ff72d71aaff565c62e95afeab6c2cc5b0eb00581c992b576b7ffe81d7b7a0763be2044186ba07929de78a266 WHIRLPOOL 3c0c9d1fba0548442d19a3271f466c1cf84db361d527da4b6c00d231c56a6fb7c1c61b4015d640e805878b7774ba89920c3c4ebc19b2f3fb1049d9bef12bbbc7 +DIST glabels-3.4.0.tar.xz 3412796 SHA256 d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410 SHA512 ae67474645b58418c75cd186c088ce7ec6916192d5dd207f429fe8e0f37ba34e467a6d707352ee120fd47e551d793545968dd916bf4f635a75dff094b1f86357 WHIRLPOOL fd8a9fa8b6f05a3fafb5ef17aaf4542389b7fca2f5e7a08c6fbd59cbfa041fa2addc0f53f3d209dbdcc474a6edc3f8d24ca9415d06cef540d9d9a67255ce79ee diff --git a/app-office/glabels/glabels-3.4.0.ebuild b/app-office/glabels/glabels-3.4.0.ebuild new file mode 100644 index 0000000..95f3cad --- /dev/null +++ b/app-office/glabels/glabels-3.4.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" +inherit eutils gnome2 + +DESCRIPTION="Program for creating labels and business cards" +HOMEPAGE="http://www.glabels.org/" + +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="barcode eds" + +RDEPEND=" + >=dev-libs/glib-2.42.0:2 + >=x11-libs/gtk+-3.14.0:3 + >=dev-libs/libxml2-2.9.0:2 + >=gnome-base/librsvg-2.39.0:2 + >=x11-libs/cairo-1.14.0 + >=x11-libs/pango-1.36.1 + barcode? ( + >=app-text/barcode-0.98 + >=media-gfx/qrencode-3.1 ) + eds? ( >=gnome-extra/evolution-data-server-3.12.0:= ) +" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools + dev-util/gtk-doc-am + >=dev-util/intltool-0.28 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_with eds libebook) \ + --disable-static +}