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, 30 Mar 2019 21:57:09
Message-Id: 1553982995.6d9619d1558675d8956e9859ec91f7c33e6a8cea.leio@gentoo
1 commit: 6d9619d1558675d8956e9859ec91f7c33e6a8cea
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 21:53:49 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 21:56:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9619d1
7
8 gnome-base/gnome-core-libs: 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 .../gnome-core-libs/gnome-core-libs-3.26.2.ebuild | 41 ---------------------
14 .../gnome-core-libs/gnome-core-libs-3.28.2.ebuild | 42 ----------------------
15 2 files changed, 83 deletions(-)
16
17 diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
18 deleted file mode 100644
19 index f16a1f315c2..00000000000
20 --- a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
21 +++ /dev/null
22 @@ -1,41 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
29 -HOMEPAGE="https://www.gnome.org/"
30 -LICENSE="metapackage"
31 -SLOT="3.0"
32 -IUSE="cups python"
33 -
34 -# when unmasking for an arch
35 -# double check none of the deps are still masked !
36 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 -
38 -# Note to developers:
39 -# This is a wrapper for the core libraries used by GNOME 3
40 -RDEPEND="
41 - >=dev-libs/glib-2.54.2:2
42 - >=x11-libs/gdk-pixbuf-2.36.11:2
43 - >=x11-libs/pango-1.40.13
44 - >=x11-libs/gtk+-3.22.25:3[cups?]
45 - >=dev-libs/atk-2.26.1
46 - >=gnome-base/librsvg-2.40.19
47 - >=gnome-base/gnome-desktop-${PV}:3
48 - >=x11-libs/startup-notification-0.12
49 -
50 - >=gnome-base/gvfs-1.34.1
51 - >=gnome-base/dconf-0.26.1
52 -
53 - >=media-libs/gstreamer-1.14.1:1.0
54 - >=media-libs/gst-plugins-base-1.14.1:1.0
55 - >=media-libs/gst-plugins-good-1.14.1:1.0
56 -
57 - python? ( >=dev-python/pygobject-3.26.1:3 )
58 -"
59 -DEPEND=""
60 -
61 -# >=x11-libs/libwnck-3.24.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.28.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.28.2.ebuild
66 deleted file mode 100644
67 index b5704669093..00000000000
68 --- a/gnome-base/gnome-core-libs/gnome-core-libs-3.28.2.ebuild
69 +++ /dev/null
70 @@ -1,42 +0,0 @@
71 -# Copyright 1999-2019 Gentoo Authors
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.56.1:2
90 - >=x11-libs/gdk-pixbuf-2.36.12:2
91 - >=x11-libs/pango-1.42.1
92 - >=x11-libs/gtk+-3.22.30:3[cups?]
93 - >=dev-libs/atk-2.29.1
94 - >=gnome-base/librsvg-2.40.20
95 - >=gnome-base/gnome-desktop-${PV}:3
96 - >=x11-libs/startup-notification-0.12
97 -
98 - >=gnome-base/gvfs-1.36.2
99 - >=gnome-base/dconf-0.28.0
100 -
101 - >=media-libs/gstreamer-1.14.4:1.0
102 - >=media-libs/gst-plugins-base-1.14.4:1.0
103 - >=media-libs/gst-plugins-good-1.14.4:1.0
104 -
105 - python? ( >=dev-python/pygobject-3.28.2:3 )
106 -"
107 -DEPEND=""
108 -
109 -# >=x11-libs/libwnck-3.24.1:3 - not used by core packages anymore
110 -# librsvg kept back on non-rust version; should move on at some point for non-exotic arches.
111 -
112 -S="${WORKDIR}"