Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/
Date: Fri, 12 Jan 2018 12:43:55
Message-Id: 1515761013.1d96f39a363bc0224af841950f9fa5b1ed7806be.expeditioneer@gentoo
1 commit: 1d96f39a363bc0224af841950f9fa5b1ed7806be
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 12 12:43:33 2018 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 12 12:43:33 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1d96f39a
7
8 gnome-base/gnome-desktop: drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 RepoMan-Options: --force
12
13 .../gnome-desktop/gnome-desktop-3.20.0.ebuild | 66 ----------------------
14 gnome-base/gnome-desktop/gnome-desktop-9999.ebuild | 3 +-
15 2 files changed, 1 insertion(+), 68 deletions(-)
16
17 diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild b/gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild
18 deleted file mode 100644
19 index 72688e0c..00000000
20 --- a/gnome-base/gnome-desktop/gnome-desktop-3.20.0.ebuild
21 +++ /dev/null
22 @@ -1,66 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI="5"
28 -GCONF_DEBUG="yes"
29 -
30 -inherit gnome2 virtualx
31 -
32 -DESCRIPTION="Libraries for the gnome desktop that are not part of the UI"
33 -HOMEPAGE="https://git.gnome.org/browse/gnome-desktop"
34 -
35 -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
36 -SLOT="3/12" # subslot = libgnome-desktop-3 soname version
37 -IUSE="+introspection"
38 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
39 -
40 -# cairo[X] needed for gnome-bg
41 -COMMON_DEPEND="
42 - app-text/iso-codes
43 - >=dev-libs/glib-2.44.0:2[dbus]
44 - >=x11-libs/gdk-pixbuf-2.33.0:2[introspection?]
45 - >=x11-libs/gtk+-3.3.6:3[X,introspection?]
46 - >=x11-libs/libXext-1.1
47 - >=x11-libs/libXrandr-1.3
48 - x11-libs/cairo:=[X]
49 - x11-libs/libX11
50 - x11-misc/xkeyboard-config
51 - >=gnome-base/gsettings-desktop-schemas-3.5.91
52 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
53 -"
54 -RDEPEND="${COMMON_DEPEND}
55 - !<gnome-base/gnome-desktop-2.32.1-r1:2[doc]
56 -"
57 -DEPEND="${COMMON_DEPEND}
58 - app-text/docbook-xml-dtd:4.1.2
59 - dev-util/gdbus-codegen
60 - >=dev-util/gtk-doc-am-1.14
61 - >=dev-util/intltool-0.40.6
62 - dev-util/itstool
63 - sys-devel/gettext
64 - x11-proto/xproto
65 - >=x11-proto/randrproto-1.2
66 - virtual/pkgconfig
67 -"
68 -
69 -# Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from xproto
70 -# Includes X11/extensions/Xrandr.h that includes randr.h from randrproto (and
71 -# eventually libXrandr shouldn't RDEPEND on randrproto)
72 -
73 -src_configure() {
74 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
75 - # Note: do *not* use "--with-pnp-ids-path" argument. Otherwise, the pnp.ids
76 - # file (needed by other packages such as >=gnome-settings-daemon-3.1.2)
77 - # will not get installed in ${pnpdatadir} (/usr/share/libgnome-desktop-3.0).
78 - gnome2_src_configure \
79 - --disable-debug-tools \
80 - --disable-static \
81 - --with-gnome-distributor=Gentoo \
82 - --enable-desktop-docs \
83 - $(use_enable introspection)
84 -}
85 -
86 -src_test() {
87 - Xemake check
88 -}
89
90 diff --git a/gnome-base/gnome-desktop/gnome-desktop-9999.ebuild b/gnome-base/gnome-desktop/gnome-desktop-9999.ebuild
91 index f43ffd95..c68633a6 100644
92 --- a/gnome-base/gnome-desktop/gnome-desktop-9999.ebuild
93 +++ b/gnome-base/gnome-desktop/gnome-desktop-9999.ebuild
94 @@ -1,6 +1,5 @@
95 -# Copyright 1999-2016 Gentoo Foundation
96 +# Copyright 1999-2018 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Id$
99
100 EAPI="5"
101 GCONF_DEBUG="yes"