Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-color-manager/
Date: Sat, 03 Feb 2018 22:35:12
Message-Id: 1517697180.d2ac48b8d4e6b78cddf1dcfd583a15fd862a772b.leio@gentoo
1 commit: d2ac48b8d4e6b78cddf1dcfd583a15fd862a772b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 22:08:42 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 22:33:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ac48b8
7
8 gnome-extra/gnome-color-manager: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 gnome-extra/gnome-color-manager/Manifest | 1 -
13 .../gnome-color-manager-3.22.2.ebuild | 64 ----------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/gnome-extra/gnome-color-manager/Manifest b/gnome-extra/gnome-color-manager/Manifest
17 index 0c5f152bc9d..1d4960ae725 100644
18 --- a/gnome-extra/gnome-color-manager/Manifest
19 +++ b/gnome-extra/gnome-color-manager/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-color-manager-3.22.2.tar.xz 2671864 BLAKE2B 0560a234d66fd55f28d59b373e0f52a9b06610ff925e7cf8c959233883a039dfa61c0595bb97f1ad5e415d07a2baa24d8df5240ad5ca41dd5ad8a682639a8369 SHA512 dd50cff841fc8e70554c0c998494e363b709d1a8d4084dfc8daca6297d9491c1b797c4f3f106284e0f8ef133ac77704ad805b5519566c2f49e311f30a1e8397f
22 DIST gnome-color-manager-3.24.0.tar.xz 2857120 BLAKE2B c73c3718f77517a41fc74c12347101c57b9939101b2c816cc6390185fb0b21f87d16ed30b17a94f7bd03e28abb4bd5f5d411c086d350659f6686cfffb7e88cf2 SHA512 e145caf4e885ea6e9c4ee5a5b4d800d70af338e26d3bfcda81e20c6144e36d0581638d07099302d30787d6d30e9d58f2b8373f6585ae3788df825d6d24f5b003
23
24 diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.22.2.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.22.2.ebuild
25 deleted file mode 100644
26 index 2933fb386a9..00000000000
27 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.22.2.ebuild
28 +++ /dev/null
29 @@ -1,64 +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 -inherit gnome2 virtualx
35 -
36 -DESCRIPTION="Color profile manager for the GNOME desktop"
37 -HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager"
38 -
39 -LICENSE="GPL-2+"
40 -SLOT="0"
41 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
42 -IUSE="packagekit raw"
43 -
44 -# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
45 -RDEPEND="
46 - >=dev-libs/glib-2.31.10:2
47 - >=media-libs/lcms-2.2:2
48 - >=media-libs/libcanberra-0.10[gtk3]
49 - media-libs/libexif
50 - media-libs/tiff:0=
51 -
52 - >=x11-libs/gtk+-3.3.8:3
53 - >=x11-libs/vte-0.25.1:2.91
54 - >=x11-misc/colord-1.3.1:0=
55 - >=x11-libs/colord-gtk-0.1.20
56 -
57 - packagekit? ( app-admin/packagekit-base )
58 - raw? ( media-gfx/exiv2 )
59 -"
60 -# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
61 -DEPEND="${RDEPEND}
62 - app-text/docbook-sgml-dtd:4.1
63 - app-text/docbook-sgml-utils
64 - dev-libs/appstream-glib
65 - dev-libs/libxslt
66 - >=dev-util/intltool-0.35
67 - dev-util/itstool
68 - virtual/pkgconfig
69 -"
70 -
71 -src_configure() {
72 - # Always enable tests since they are check_PROGRAMS anyway
73 - # appstream does not want to be relax by default !
74 - gnome2_src_configure \
75 - --disable-static \
76 - --enable-tests \
77 - $(use_enable packagekit) \
78 - $(use_enable raw exiv)
79 -# APPSTREAM_UTIL=$(type -P true)
80 -}
81 -
82 -src_test() {
83 - virtx emake check
84 -}
85 -
86 -pkg_postinst() {
87 - gnome2_pkg_postinst
88 -
89 - if ! has_version media-gfx/argyllcms ; then
90 - elog "If you want to do display or scanner calibration, you will need to"
91 - elog "install media-gfx/argyllcms"
92 - fi
93 -}