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/cinnamon-session/
Date: Sun, 29 May 2016 12:42:37
Message-Id: 1464525664.9eed59f7d47bb0c8e8470cf999dc2128e9016285.pacho@gentoo
1 commit: 9eed59f7d47bb0c8e8470cf999dc2128e9016285
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 11:43:28 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 12:41:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eed59f7
7
8 gnome-extra/cinnamon-session: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/cinnamon-session/Manifest | 1 -
13 .../cinnamon-session/cinnamon-session-2.6.3.ebuild | 72 ----------------------
14 2 files changed, 73 deletions(-)
15
16 diff --git a/gnome-extra/cinnamon-session/Manifest b/gnome-extra/cinnamon-session/Manifest
17 index 54f3b19..9e2ab96 100644
18 --- a/gnome-extra/cinnamon-session/Manifest
19 +++ b/gnome-extra/cinnamon-session/Manifest
20 @@ -1,2 +1 @@
21 -DIST cinnamon-session-2.6.3.tar.gz 612267 SHA256 391db79472cbd6c1546cec5e7e8e82f2a465fea92cda019fca14f7c54cfa4dc1 SHA512 91cf30dfd5fe7812c98d67233d54049ba11d04e142910f081a22bd48e2f0bbd0b4eeea4e66326628a0196c90164a146a2ef2ac61b26f289c17a0db8dbcc45a9b WHIRLPOOL f0841219624373c377e7f527b527682034d7b2519de105473395df87ab7aea3b130c5a45ad3141ca2fd4a1f523f3308b5af0e5409472e46131a6e68869134225
22 DIST cinnamon-session-2.8.2.tar.gz 591438 SHA256 0a7236c75fef67c1a1c173e184c083ff2879e870428bdc3cb53a892cb0bfaf79 SHA512 4f713cc5d9ec21bb118a2761792b1a86b43c386e0042f3f1c57ab6fa01fb7fd34463d83e63c794950dfe8358e757277a87d649340cda33f72fe4c89c7cf099bc WHIRLPOOL 6f202a79a27cdf6a8bbe1ed62d5b4a6c6edd5746b8b50a448fc8874cb5de4b45c4201e1bce25760072ee2874438e87505405810b45c7e10019fdbfc4c7cc9b6b
23
24 diff --git a/gnome-extra/cinnamon-session/cinnamon-session-2.6.3.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-2.6.3.ebuild
25 deleted file mode 100644
26 index 75c495d..0000000
27 --- a/gnome-extra/cinnamon-session/cinnamon-session-2.6.3.ebuild
28 +++ /dev/null
29 @@ -1,72 +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 autotools eutils gnome2
38 -
39 -DESCRIPTION="Cinnamon session manager"
40 -HOMEPAGE="http://cinnamon.linuxmint.com/"
41 -SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="doc ipv6 systemd"
47 -
48 -COMMON_DEPEND="
49 - >=dev-libs/dbus-glib-0.88
50 - >=dev-libs/glib-2.37.3:2
51 - media-libs/libcanberra
52 - x11-libs/gdk-pixbuf:2
53 - >=x11-libs/gtk+-3:3
54 - x11-libs/cairo
55 - x11-libs/libICE
56 - x11-libs/libSM
57 - x11-libs/libX11
58 - x11-libs/libXau
59 - x11-libs/libXcomposite
60 - x11-libs/libXext
61 - x11-libs/libXrender
62 - x11-libs/libXtst
63 - x11-libs/pango[X]
64 - virtual/opengl
65 - systemd? ( >=sys-apps/systemd-183 )
66 - !systemd? ( >=sys-power/upower-pm-utils-0.9.23 )
67 -"
68 -RDEPEND="${COMMON_DEPEND}
69 - >=gnome-extra/cinnamon-desktop-2.6[systemd=]
70 - !systemd? ( sys-auth/consolekit )
71 -"
72 -DEPEND="${COMMON_DEPEND}
73 - dev-libs/libxslt
74 - >=dev-util/intltool-0.40.6
75 - virtual/pkgconfig
76 - doc? ( app-text/xmlto )
77 -
78 - gnome-base/gnome-common
79 -"
80 -# gnome-base/gnome-common for eautoreconf
81 -
82 -src_prepare() {
83 - # make upower and logind check non-automagic
84 - epatch "${FILESDIR}/${PN}-2.6.2-automagic.patch"
85 - epatch_user
86 -
87 - eautoreconf
88 - gnome2_src_prepare
89 -}
90 -
91 -src_configure() {
92 - DOCS="AUTHORS README README.md"
93 -
94 - gnome2_src_configure \
95 - --disable-gconf \
96 - --disable-static \
97 - $(use_enable doc docbook-docs) \
98 - $(use_enable ipv6) \
99 - $(use_enable systemd logind) \
100 - $(usex systemd --disable-old-upower --enable-old-upower)
101 -}