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: Sun, 02 Apr 2017 13:04:16
Message-Id: 1491138130.eb0b59dd7f8dce4a4cf3fcbcbe05aed040fd6ebf.leio@gentoo
1 commit: eb0b59dd7f8dce4a4cf3fcbcbe05aed040fd6ebf
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 12:49:21 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 13:02:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0b59dd
7
8 gnome-base/gnome-core-libs: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 .../gnome-core-libs-3.20.0-r1.ebuild | 41 ----------------------
13 1 file changed, 41 deletions(-)
14
15 diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0-r1.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0-r1.ebuild
16 deleted file mode 100644
17 index 431bef04053..00000000000
18 --- a/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,41 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
27 -HOMEPAGE="https://www.gnome.org/"
28 -LICENSE="metapackage"
29 -SLOT="3.0"
30 -IUSE="cups python"
31 -
32 -# when unmasking for an arch
33 -# double check none of the deps are still masked !
34 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
35 -
36 -# Note to developers:
37 -# This is a wrapper for the core libraries used by GNOME 3
38 -RDEPEND="
39 - >=dev-libs/glib-2.48:2
40 - >=x11-libs/gdk-pixbuf-2.34:2
41 - >=x11-libs/pango-1.40
42 - >=media-libs/clutter-1.26:1.0
43 - >=x11-libs/gtk+-${PV}:3[cups?]
44 - >=dev-libs/atk-2.20
45 - >=x11-libs/libwnck-${PV}:3
46 - >=gnome-base/librsvg-2.40.16
47 - >=gnome-base/gnome-desktop-${PV}:3
48 - >=x11-libs/startup-notification-0.12
49 -
50 - >=gnome-base/gvfs-1.28
51 - >=gnome-base/dconf-0.26
52 -
53 - >=media-libs/gstreamer-1.8:1.0
54 - >=media-libs/gst-plugins-base-1.8:1.0
55 - >=media-libs/gst-plugins-good-1.8:1.0
56 -
57 - python? ( >=dev-python/pygobject-${PV}:3 )
58 -"
59 -DEPEND=""
60 -
61 -S="${WORKDIR}"