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-text/libgxps/
Date: Sat, 02 Jul 2016 10:43:59
Message-Id: 1467456178.faec9e97c656f0832692bd811c303add7197f71f.pacho@gentoo
1 commit: faec9e97c656f0832692bd811c303add7197f71f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 10:12:09 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 10:42:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faec9e97
7
8 app-text/libgxps: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-text/libgxps/Manifest | 1 -
13 app-text/libgxps/libgxps-0.2.2.ebuild | 49 -----------------------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
17 index 048788e..a0bf7dd 100644
18 --- a/app-text/libgxps/Manifest
19 +++ b/app-text/libgxps/Manifest
20 @@ -1,2 +1 @@
21 -DIST libgxps-0.2.2.tar.xz 302844 SHA256 39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be SHA512 96fa462cb4bba9cdba3d8cfe416199f8d956d17397e3514aa6168c7acc865a30e9347d8f9850f16a8c2a0a83dc83f7d7d2bd1806e27a2af0914ce53fed2b4467 WHIRLPOOL cc4aeb94d3c989bb8dfc7b4912a1c8d86f46d8cef0051657d7cbdb9d565aaf0d07e65619f643246bc5abd7010e40046cd683ba36a8fa261eb3762bb8ee795b5a
22 DIST libgxps-0.2.3.2.tar.xz 323060 SHA256 6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127 SHA512 fc1f8f1a3091efaa60f29a1842e997ed72c9888b8d903b613dd0073468172a8e2d757877207ab81b155fcb3988ec975c91490c20afb4ebae1e03e0e1cc620257 WHIRLPOOL d5069483f105ae1f4e4435c5b2fce18d7175a82354d59f311a0b8582d88a13695886870ef63772d7573dbaa1fdb3c1d68c2e975437d73ec4d24b2281033af399
23
24 diff --git a/app-text/libgxps/libgxps-0.2.2.ebuild b/app-text/libgxps/libgxps-0.2.2.ebuild
25 deleted file mode 100644
26 index 1992801..0000000
27 --- a/app-text/libgxps/libgxps-0.2.2.ebuild
28 +++ /dev/null
29 @@ -1,49 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GNOME2_LA_PUNT="yes"
36 -GCONF_DEBUG="yes"
37 -
38 -inherit gnome2
39 -
40 -DESCRIPTION="Library for handling and rendering XPS documents"
41 -HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
46 -IUSE="+introspection jpeg lcms static-libs tiff"
47 -
48 -RDEPEND="
49 - >=app-arch/libarchive-2.8
50 - >=dev-libs/glib-2.24:2
51 - media-libs/freetype:2
52 - media-libs/libpng:0
53 - >=x11-libs/cairo-1.10[svg]
54 - introspection? ( >=dev-libs/gobject-introspection-0.10.1 )
55 - jpeg? ( virtual/jpeg )
56 - lcms? ( media-libs/lcms:2 )
57 - tiff? ( media-libs/tiff[zlib] )
58 -"
59 -DEPEND="${RDEPEND}
60 - app-text/docbook-xsl-stylesheets
61 - dev-libs/libxslt
62 - dev-util/gtk-doc-am
63 - virtual/pkgconfig
64 -"
65 -
66 -# There is no automatic test suite, only an interactive test application
67 -RESTRICT="test"
68 -
69 -src_configure() {
70 - gnome2_src_configure \
71 - --enable-man \
72 - --disable-test \
73 - $(use_enable introspection) \
74 - $(use_with jpeg libjpeg) \
75 - $(use_with lcms liblcms2) \
76 - $(use_enable static-libs static) \
77 - $(use_with tiff libtiff)
78 -}