From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 155E01393E9 for ; Fri, 25 Apr 2014 22:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDDDCE0929; Fri, 25 Apr 2014 22:44:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B8E0E0929 for ; Fri, 25 Apr 2014 22:44:16 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 750CF33FEEE for ; Fri, 25 Apr 2014 22:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2BB6A18744 for ; Fri, 25 Apr 2014 22:44:13 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1398465848.b494bb0be62b35eaf2538e16e4d661895e2cda07.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-panel/gnome-panel-9999.ebuild gnome-base/gnome-panel/metadata.xml X-VCS-Directories: gnome-base/gnome-panel/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: b494bb0be62b35eaf2538e16e4d661895e2cda07 X-VCS-Branch: master Date: Fri, 25 Apr 2014 22:44:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7cd10156-6b1e-4b62-bcb4-1aef53487430 X-Archives-Hash: dc07cbf1c3038c23c3bbf44323d5b8d3 commit: b494bb0be62b35eaf2538e16e4d661895e2cda07 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Apr 25 22:29:18 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Apr 25 22:44:08 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b494bb0b gnome-base/gnome-panel: module dead upstream With Gnome 3.10, the "fallback" experience is based on gnome-shell as well hence this component is not needed anymore. --- gnome-base/gnome-panel/gnome-panel-9999.ebuild | 93 -------------------------- gnome-base/gnome-panel/metadata.xml | 9 --- 2 files changed, 102 deletions(-) diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild deleted file mode 100644 index 4339e0b..0000000 --- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="The GNOME panel" -HOMEPAGE="https://git.gnome.org/browse/gnome-panel" - -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" -SLOT="0" -IUSE="eds +introspection networkmanager" -if [[ ${PV} = 9999 ]]; then - IUSE="${IUSE} doc" - KEYWORDS="" -else - # Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -fi - -RDEPEND=" - >=dev-libs/glib-2.31.14:2 - >=dev-libs/libgweather-3.5.1:2= - dev-libs/libxml2:2 - >=gnome-base/dconf-0.13.4 - >=gnome-base/gconf-2.6.1:2[introspection?] - >=gnome-base/gnome-desktop-2.91:3= - >=gnome-base/gnome-menus-3.1.4:3 - gnome-base/gsettings-desktop-schemas - gnome-base/librsvg:2 - >=net-libs/telepathy-glib-0.14 - sys-auth/polkit - >=x11-libs/cairo-1[X] - >=x11-libs/gdk-pixbuf-2.25.2:2 - >=x11-libs/gtk+-3.3.8:3[introspection?] - x11-libs/libXau - x11-libs/libICE - x11-libs/libSM - >=x11-libs/libXrandr-1.2 - >=x11-libs/libwnck-2.91:3 - >=x11-libs/pango-1.15.4[introspection?] - - eds? ( >=gnome-extra/evolution-data-server-3.5.3:= ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - networkmanager? ( >=net-misc/networkmanager-0.6.7 ) -" -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=dev-lang/perl-5 - dev-util/gtk-doc-am - >=dev-util/intltool-0.40 - virtual/pkgconfig -" -# eautoreconf needs -# dev-libs/gobject-introspection-common -# gnome-base/gnome-common - -if [[ ${PV} = 9999 ]]; then - DEPEND="${DEPEND} - app-text/yelp-tools - doc? ( >=dev-util/gtk-doc-1 )" -fi - -src_prepare() { - # Launch nautilus-classic, upstream bug #709016 - sed -i '/RequiredComponents/ s|$|nautilus-classic;|' data/gnome-flashback.session.desktop.in || die - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS ChangeLog HACKING NEWS README" - - local myconf="" - [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)" - # XXX: Make presence/telepathy-glib support optional? - # We can do that if we intend to support fallback-only as a setup - gnome2_src_configure \ - --disable-deprecation-flags \ - --disable-static \ - --with-in-process-applets=clock,notification-area,wncklet \ - --enable-telepathy-glib \ - $(use_enable networkmanager network-manager) \ - $(use_enable introspection) \ - $(use_enable eds) \ - ${myconf} -} diff --git a/gnome-base/gnome-panel/metadata.xml b/gnome-base/gnome-panel/metadata.xml deleted file mode 100644 index 649ec2c..0000000 --- a/gnome-base/gnome-panel/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - gnome - - Enable Bonobo compatibility modules for applets - still not ported to DBUS. - -