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:47
Message-Id: 1464450513.bea1b8e2222d1f2946762539b2e5e83ae58930e7.pacho@gentoo
1 commit: bea1b8e2222d1f2946762539b2e5e83ae58930e7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 14:49:34 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:48:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea1b8e2
7
8 app-office/glabels: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-office/glabels/Manifest | 1 -
13 app-office/glabels/glabels-3.2.0.ebuild | 43 ---------------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/app-office/glabels/Manifest b/app-office/glabels/Manifest
17 index d1c5376..86b54eb 100644
18 --- a/app-office/glabels/Manifest
19 +++ b/app-office/glabels/Manifest
20 @@ -1,2 +1 @@
21 -DIST glabels-3.2.0.tar.xz 3359392 SHA256 c4c5b2c911be7b6513ee5cfeda6cd78434623c24dd741bd29cc3573f90b374c9 SHA512 67faab8eb9f4128b532bce55a9fab34462c008d0990ba87e4d555359bec1bb162489d4bdf5efbb86c4fcfc708c92da4d88a91dd2a85f0989c9133af6b011c3ff WHIRLPOOL f79e3d15ba32041133654fd67c7e05c4bba9e8d899344c52b503c1232ddc5cce8efcec20937c2d21d4f7fa3164a6d4c5ff8f1d9a770dea59c24fcc524b460673
22 DIST glabels-3.2.1.tar.xz 3368052 SHA256 db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855 SHA512 d68fab2697cc596d45fe19c0a4c02a7bceffcb12ff72d71aaff565c62e95afeab6c2cc5b0eb00581c992b576b7ffe81d7b7a0763be2044186ba07929de78a266 WHIRLPOOL 3c0c9d1fba0548442d19a3271f466c1cf84db361d527da4b6c00d231c56a6fb7c1c61b4015d640e805878b7774ba89920c3c4ebc19b2f3fb1049d9bef12bbbc7
23
24 diff --git a/app-office/glabels/glabels-3.2.0.ebuild b/app-office/glabels/glabels-3.2.0.ebuild
25 deleted file mode 100644
26 index 49a2fa7..0000000
27 --- a/app-office/glabels/glabels-3.2.0.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -
37 -inherit eutils gnome2
38 -
39 -DESCRIPTION="Program for creating labels and business cards"
40 -HOMEPAGE="http://www.glabels.org/"
41 -
42 -LICENSE="GPL-2 FDL-1.1 LGPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~ppc ~sparc x86"
45 -IUSE="barcode eds"
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.28.2:2
49 - >=x11-libs/gtk+-3.0.9:3
50 - >=dev-libs/libxml2-2.7.8:2
51 - >=gnome-base/librsvg-2.32.0:2
52 - >=x11-libs/cairo-1.10.0
53 - >=x11-libs/pango-1.28.1
54 - barcode? (
55 - >=app-text/barcode-0.98
56 - >=media-gfx/qrencode-3.1 )
57 - eds? ( >=gnome-extra/evolution-data-server-2.30.3 )
58 -"
59 -DEPEND="${RDEPEND}
60 - app-text/scrollkeeper
61 - app-text/docbook-xml-dtd:4.1.2
62 - app-text/yelp-tools
63 - dev-util/gtk-doc-am
64 - >=dev-util/intltool-0.28
65 - virtual/pkgconfig
66 -"
67 -
68 -src_configure() {
69 - gnome2_src_configure \
70 - $(use_with eds libebook) \
71 - --disable-static
72 -}