Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-color-manager/
Date: Sat, 25 Jun 2016 18:43:36
Message-Id: 1466880140.41603ea551fd62f900680ec27c12fa39d631e3a1.pacho@gentoo
1 commit: 41603ea551fd62f900680ec27c12fa39d631e3a1
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 17:03:45 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 18:42:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41603ea5
7
8 gnome-extra/gnome-color-manager: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/gnome-color-manager/Manifest | 1 -
13 .../gnome-color-manager-3.16.0.ebuild | 69 ----------------------
14 2 files changed, 70 deletions(-)
15
16 diff --git a/gnome-extra/gnome-color-manager/Manifest b/gnome-extra/gnome-color-manager/Manifest
17 index e2e562c..958b756 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.16.0.tar.xz 2632592 SHA256 408890ae1d15cff6385b61b61e1a2de0b4236ef706eddd96181b227fda1daf0f SHA512 cdd6c2170d3335610cc32250ccd6c214e700e5f27d211757730e1b3a794d6651ec3b06bbae3b3e2782a784c175b4666d3b4761b47ebaecced84667d6c8dbaa4d WHIRLPOOL fd51703609f4a6d7125cc07c08cf96b0cf0d206a7299996d5885c4494f2311d2a2f2c9bb494007440f9beecb43a96d0d73561091f69e52368dfc740c269c3215
22 DIST gnome-color-manager-3.18.0.tar.xz 2647648 SHA256 83d06f3b76b89b6c56bd6e4f792e15c67b561682fa9d59b60cbf716f6130a435 SHA512 4f1259681ee5f3762b1e4212e7b48c2caaa371d5cec00aa1ee4506f908310c8bbe4ff3e05e857707573475bfae0e61364d72c2d942d1d3fe5d978d2ca02c627c WHIRLPOOL 24e90187d17591450ac23da6afce3736e9380c2be75f0e3e7c470cebd5c849e8a40adf697cf42cc9269c419190379395d450fbe4a60eace40e16fe5ecf3ad8ae
23
24 diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
25 deleted file mode 100644
26 index 9a2702f..0000000
27 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.16.0.ebuild
28 +++ /dev/null
29 @@ -1,69 +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 -GCONF_DEBUG="no"
36 -
37 -inherit gnome2 virtualx
38 -
39 -DESCRIPTION="Color profile manager for the GNOME desktop"
40 -HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
45 -IUSE="packagekit raw"
46 -
47 -# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
48 -COMMON_DEPEND="
49 - >=dev-libs/glib-2.31.10:2
50 - >=media-libs/lcms-2.2:2
51 - >=media-libs/libcanberra-0.10[gtk3]
52 - media-libs/libexif
53 - media-libs/tiff:0=
54 -
55 - >=x11-libs/gtk+-3.3.8:3
56 - >=x11-libs/vte-0.25.1:2.91
57 - >=x11-misc/colord-0.1.34:0=
58 - >=x11-libs/colord-gtk-0.1.20
59 -
60 - packagekit? ( app-admin/packagekit-base )
61 - raw? ( media-gfx/exiv2 )
62 -"
63 -RDEPEND="${COMMON_DEPEND}"
64 -
65 -# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
66 -DEPEND="${COMMON_DEPEND}
67 - app-text/docbook-sgml-dtd:4.1
68 - app-text/docbook-sgml-utils
69 - dev-libs/appstream-glib
70 - dev-libs/libxslt
71 - >=dev-util/intltool-0.35
72 - virtual/pkgconfig
73 -"
74 -
75 -src_configure() {
76 - # Always enable tests since they are check_PROGRAMS anyway
77 - # appstream does not want to be relax by default !
78 - gnome2_src_configure \
79 - --disable-static \
80 - --enable-tests \
81 - $(use_enable packagekit) \
82 - $(use_enable raw exiv) \
83 - APPSTREAM_UTIL=$(type -P true) \
84 - ITSTOOL=$(type -P true)
85 -}
86 -
87 -src_test() {
88 - Xemake check
89 -}
90 -
91 -pkg_postinst() {
92 - gnome2_pkg_postinst
93 -
94 - if ! has_version media-gfx/argyllcms ; then
95 - elog "If you want to do display or scanner calibration, you will need to"
96 - elog "install media-gfx/argyllcms"
97 - fi
98 -}