Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/colord-gtk/
Date: Sun, 31 Mar 2019 09:41:43
Message-Id: 1554024491.0160280cb279704545b4e1352efc56474332eef2.leio@gentoo
1 commit: 0160280cb279704545b4e1352efc56474332eef2
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 09:28:11 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 09:28:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0160280c
7
8 x11-libs/colord-gtk: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-libs/colord-gtk/Manifest | 1 -
14 x11-libs/colord-gtk/colord-gtk-0.1.25.ebuild | 61 ----------------------------
15 2 files changed, 62 deletions(-)
16
17 diff --git a/x11-libs/colord-gtk/Manifest b/x11-libs/colord-gtk/Manifest
18 index 4f39d545062..8c96fb2f5d3 100644
19 --- a/x11-libs/colord-gtk/Manifest
20 +++ b/x11-libs/colord-gtk/Manifest
21 @@ -1,2 +1 @@
22 -DIST colord-gtk-0.1.25.tar.xz 271192 BLAKE2B c3d37d23a8820bc763b80bc77588c24180bc18251c8f9a77a2e6a5011ba028a62bcb8e3e4370ff68c70587ca3a618cdaa2799ea8ff1a905c2adbe09dab3bf3c3 SHA512 858a95630109ebbcc1e75f6ccdd73af28f9f0739a797d23ea6eadc1447518652925383e61940f0181c7361956a7250b209c63be2107b7f696bb471a122989611
23 DIST colord-gtk-0.1.26.tar.xz 280380 BLAKE2B 6ddd52b81726f21a2c376b1ab0c773f7670859882f3e5fe6038bf8728d5a9f3308b469b4e563dc784873b5b9cbed8ca671552e9bcb9cbccfaf28cd8f85e0b5bd SHA512 14f59110e2bc100c542323a68566102e9fb5ab44b679da21bf29101960dae38e646e926d884e14f1838a5991e6ebe15af72d5338723265868eadd5f026545c3d
24
25 diff --git a/x11-libs/colord-gtk/colord-gtk-0.1.25.ebuild b/x11-libs/colord-gtk/colord-gtk-0.1.25.ebuild
26 deleted file mode 100644
27 index 0a997ed9638..00000000000
28 --- a/x11-libs/colord-gtk/colord-gtk-0.1.25.ebuild
29 +++ /dev/null
30 @@ -1,61 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="5"
35 -VALA_MIN_API_VERSION="0.14"
36 -VALA_USE_DEPEND="vapigen"
37 -
38 -inherit eutils vala
39 -
40 -DESCRIPTION="GTK support library for colord"
41 -HOMEPAGE="https://www.freedesktop.org/software/colord/"
42 -SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz"
43 -
44 -LICENSE="LGPL-3+"
45 -SLOT="0/1" # subslot = libcolord-gtk soname version
46 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
47 -IUSE="doc +introspection vala"
48 -REQUIRED_USE="vala? ( introspection )"
49 -
50 -COMMON_DEPEND="
51 - >=dev-libs/glib-2.28:2
52 - >=media-libs/lcms-2.2:2=
53 - x11-libs/gdk-pixbuf:2[introspection?]
54 - x11-libs/gtk+:3[X(+),introspection?]
55 - x11-misc/colord:=[introspection?,vala?]
56 - introspection? ( >=dev-libs/gobject-introspection-0.9.8 )"
57 -# ${PN} was part of x11-misc/colord until 0.1.22
58 -RDEPEND="${COMMON_DEPEND}
59 - !<x11-misc/colord-0.1.27
60 -"
61 -DEPEND="${COMMON_DEPEND}
62 - app-arch/xz-utils
63 - dev-libs/libxslt
64 - >=dev-util/intltool-0.35
65 - >=sys-devel/gettext-0.17
66 - virtual/pkgconfig
67 - doc? (
68 - app-text/docbook-xml-dtd:4.1.2
69 - >=dev-util/gtk-doc-1.9
70 - )
71 - vala? ( $(vala_depend) )
72 -"
73 -
74 -RESTRICT="test" # Tests need a display device with a default color profile set
75 -
76 -src_prepare() {
77 - use vala && vala_src_prepare
78 -}
79 -
80 -src_configure() {
81 - econf \
82 - --disable-static \
83 - $(use_enable doc gtk-doc) \
84 - $(use_enable introspection) \
85 - $(use_enable vala)
86 -}
87 -
88 -src_install() {
89 - default
90 - prune_libtool_files --modules
91 -}