Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/glabels/
Date: Sat, 28 May 2016 15:49:49
Message-Id: 1464450516.6dd2bfc1e2b82c22ab36abc6f9f8dee65062b20a.pacho@gentoo
1 commit: 6dd2bfc1e2b82c22ab36abc6f9f8dee65062b20a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 14:50:17 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:48:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd2bfc1
7
8 app-office/glabels: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-office/glabels/Manifest | 1 +
13 app-office/glabels/glabels-3.4.0.ebuild | 40 +++++++++++++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/app-office/glabels/Manifest b/app-office/glabels/Manifest
17 index 86b54eb..6fe1db1 100644
18 --- a/app-office/glabels/Manifest
19 +++ b/app-office/glabels/Manifest
20 @@ -1 +1,2 @@
21 DIST glabels-3.2.1.tar.xz 3368052 SHA256 db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855 SHA512 d68fab2697cc596d45fe19c0a4c02a7bceffcb12ff72d71aaff565c62e95afeab6c2cc5b0eb00581c992b576b7ffe81d7b7a0763be2044186ba07929de78a266 WHIRLPOOL 3c0c9d1fba0548442d19a3271f466c1cf84db361d527da4b6c00d231c56a6fb7c1c61b4015d640e805878b7774ba89920c3c4ebc19b2f3fb1049d9bef12bbbc7
22 +DIST glabels-3.4.0.tar.xz 3412796 SHA256 d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410 SHA512 ae67474645b58418c75cd186c088ce7ec6916192d5dd207f429fe8e0f37ba34e467a6d707352ee120fd47e551d793545968dd916bf4f635a75dff094b1f86357 WHIRLPOOL fd8a9fa8b6f05a3fafb5ef17aaf4542389b7fca2f5e7a08c6fbd59cbfa041fa2addc0f53f3d209dbdcc474a6edc3f8d24ca9415d06cef540d9d9a67255ce79ee
23
24 diff --git a/app-office/glabels/glabels-3.4.0.ebuild b/app-office/glabels/glabels-3.4.0.ebuild
25 new file mode 100644
26 index 0000000..95f3cad
27 --- /dev/null
28 +++ b/app-office/glabels/glabels-3.4.0.ebuild
29 @@ -0,0 +1,40 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI="6"
35 +inherit eutils gnome2
36 +
37 +DESCRIPTION="Program for creating labels and business cards"
38 +HOMEPAGE="http://www.glabels.org/"
39 +
40 +LICENSE="GPL-2 FDL-1.1 LGPL-2"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
43 +IUSE="barcode eds"
44 +
45 +RDEPEND="
46 + >=dev-libs/glib-2.42.0:2
47 + >=x11-libs/gtk+-3.14.0:3
48 + >=dev-libs/libxml2-2.9.0:2
49 + >=gnome-base/librsvg-2.39.0:2
50 + >=x11-libs/cairo-1.14.0
51 + >=x11-libs/pango-1.36.1
52 + barcode? (
53 + >=app-text/barcode-0.98
54 + >=media-gfx/qrencode-3.1 )
55 + eds? ( >=gnome-extra/evolution-data-server-3.12.0:= )
56 +"
57 +DEPEND="${RDEPEND}
58 + app-text/docbook-xml-dtd:4.1.2
59 + app-text/yelp-tools
60 + dev-util/gtk-doc-am
61 + >=dev-util/intltool-0.28
62 + virtual/pkgconfig
63 +"
64 +
65 +src_configure() {
66 + gnome2_src_configure \
67 + $(use_with eds libebook) \
68 + --disable-static
69 +}