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-base/gnome-core-libs/
Date: Sat, 03 Feb 2018 20:56:12
Message-Id: 1517691270.a79520c7f3f55646820b2b33b836b9725b12f7f1.leio@gentoo
1 commit: a79520c7f3f55646820b2b33b836b9725b12f7f1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 19:57:34 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 20:54:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79520c7
7
8 gnome-base/gnome-core-libs: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 .../gnome-core-libs/gnome-core-libs-3.22.2.ebuild | 42 ----------------------
13 .../gnome-core-libs/gnome-core-libs-3.24.0.ebuild | 42 ----------------------
14 2 files changed, 84 deletions(-)
15
16 diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.22.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.22.2.ebuild
17 deleted file mode 100644
18 index b3dc6e221e0..00000000000
19 --- a/gnome-base/gnome-core-libs/gnome-core-libs-3.22.2.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
28 -HOMEPAGE="https://www.gnome.org/"
29 -LICENSE="metapackage"
30 -SLOT="3.0"
31 -IUSE="cups python"
32 -
33 -# when unmasking for an arch
34 -# double check none of the deps are still masked !
35 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
36 -
37 -# Note to developers:
38 -# This is a wrapper for the core libraries used by GNOME 3
39 -RDEPEND="
40 - >=dev-libs/glib-2.50.2:2
41 - >=x11-libs/gdk-pixbuf-2.36.0:2
42 - >=x11-libs/pango-1.40.3
43 - >=media-libs/clutter-1.26.0:1.0
44 - >=x11-libs/gtk+-3.22.3:3[cups?]
45 - >=dev-libs/atk-2.22.0
46 - >=gnome-base/librsvg-2.40.16
47 - >=gnome-base/gnome-desktop-3.22.2:3
48 - >=x11-libs/startup-notification-0.12
49 -
50 - >=gnome-base/gvfs-1.30.2
51 - >=gnome-base/dconf-0.26.0
52 -
53 - >=media-libs/gstreamer-1.8.3:1.0
54 - >=media-libs/gst-plugins-base-1.8.3:1.0
55 - >=media-libs/gst-plugins-good-1.8.3:1.0
56 -
57 - python? ( >=dev-python/pygobject-3.22.0:3 )
58 -"
59 -DEPEND=""
60 -
61 -# >=x11-libs/libwnck-3.20.1:3 - not used by core packages anymore
62 -
63 -S="${WORKDIR}"
64
65 diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.24.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.24.0.ebuild
66 deleted file mode 100644
67 index af22bc2b50b..00000000000
68 --- a/gnome-base/gnome-core-libs/gnome-core-libs-3.24.0.ebuild
69 +++ /dev/null
70 @@ -1,42 +0,0 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
77 -HOMEPAGE="https://www.gnome.org/"
78 -LICENSE="metapackage"
79 -SLOT="3.0"
80 -IUSE="cups python"
81 -
82 -# when unmasking for an arch
83 -# double check none of the deps are still masked !
84 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
85 -
86 -# Note to developers:
87 -# This is a wrapper for the core libraries used by GNOME 3
88 -RDEPEND="
89 - >=dev-libs/glib-2.52:2
90 - >=x11-libs/gdk-pixbuf-2.36.6:2
91 - >=x11-libs/pango-1.40.9
92 - >=media-libs/clutter-1.26.2:1.0
93 - >=x11-libs/gtk+-3.22.16:3[cups?]
94 - >=dev-libs/atk-2.24
95 - >=gnome-base/librsvg-2.40.18
96 - >=gnome-base/gnome-desktop-${PV}:3
97 - >=x11-libs/startup-notification-0.12
98 -
99 - >=gnome-base/gvfs-1.32
100 - >=gnome-base/dconf-0.26
101 -
102 - >=media-libs/gstreamer-1.10.5:1.0
103 - >=media-libs/gst-plugins-base-1.10.5:1.0
104 - >=media-libs/gst-plugins-good-1.10.5:1.0
105 -
106 - python? ( >=dev-python/pygobject-${PV}:3 )
107 -"
108 -DEPEND=""
109 -
110 -# >=x11-libs/libwnck-3.20.1:3 - not used by core packages anymore
111 -
112 -S="${WORKDIR}"