Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
Date: Fri, 07 Jul 2017 21:21:01
Message-Id: 1499462412.bdd79a72cc76929542657731ddb5b4519539e90a.leio@gentoo
1 commit: bdd79a72cc76929542657731ddb5b4519539e90a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 21:06:10 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 21:20:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd79a72
7
8 app-text/libgxps: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-text/libgxps/Manifest | 1 -
13 app-text/libgxps/libgxps-0.2.4.ebuild | 48 -----------------------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
17 index 83bda1a5793..f74dd13b60a 100644
18 --- a/app-text/libgxps/Manifest
19 +++ b/app-text/libgxps/Manifest
20 @@ -1,2 +1 @@
21 -DIST libgxps-0.2.4.tar.xz 335256 SHA256 e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4 SHA512 3e2821931a63483281952d9818dc77295caa8a514d0a25deffd922d98a9db8ced4141cc8489781715a021af361a2e41210aad1fb773f94dff0f864f8e45d2681 WHIRLPOOL 57a7f460e5cfc449b5ca95cd2e8d658d8857b4618cf79896a5da05fbd24e5c38092392f39ef5c96e20b30e1267317ef6e9c3bfd9eada105117bd29a53dd86ebf
22 DIST libgxps-0.2.5.tar.xz 346532 SHA256 3e7594c5c9b077171ec9ccd3ff2b4f4c4b29884d26d4f35e740c8887b40199a0 SHA512 f449c4cb989910797c84614ce9f141d4e9adcda0c18f309f656de397ba5deabfa9b4c558c81be7f52bc44c048c401616775989cd1ff9408eeea44f46ef56635b WHIRLPOOL db7514e785f46a3fbf32db9962c2644837855116acbbf37373388c3cfed3b88645c4a574fe8e2ae41913b68250d9448dd3566d9b15b258c74810262f4411f9b8
23
24 diff --git a/app-text/libgxps/libgxps-0.2.4.ebuild b/app-text/libgxps/libgxps-0.2.4.ebuild
25 deleted file mode 100644
26 index 265772ab971..00000000000
27 --- a/app-text/libgxps/libgxps-0.2.4.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -
36 -inherit gnome2
37 -
38 -DESCRIPTION="Library for handling and rendering XPS documents"
39 -HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
40 -
41 -LICENSE="LGPL-2.1"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
44 -IUSE="debug +introspection jpeg lcms static-libs tiff"
45 -
46 -RDEPEND="
47 - >=app-arch/libarchive-2.8
48 - >=dev-libs/glib-2.24:2
49 - media-libs/freetype:2
50 - media-libs/libpng:0
51 - >=x11-libs/cairo-1.10[svg]
52 - introspection? ( >=dev-libs/gobject-introspection-0.10.1:= )
53 - jpeg? ( virtual/jpeg:0 )
54 - lcms? ( media-libs/lcms:2 )
55 - tiff? ( media-libs/tiff:0[zlib] )
56 -"
57 -DEPEND="${RDEPEND}
58 - app-text/docbook-xsl-stylesheets
59 - dev-libs/libxslt
60 - dev-util/gtk-doc-am
61 - virtual/pkgconfig
62 -"
63 -
64 -# There is no automatic test suite, only an interactive test application
65 -RESTRICT="test"
66 -
67 -src_configure() {
68 - gnome2_src_configure \
69 - --enable-man \
70 - --disable-test \
71 - $(use_enable debug) \
72 - $(use_enable introspection) \
73 - $(use_with jpeg libjpeg) \
74 - $(use_with lcms liblcms2) \
75 - $(use_enable static-libs static) \
76 - $(use_with tiff libtiff)
77 -}