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 A3E5E1381F3 for ; Mon, 24 Dec 2012 00:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 398E221C034; Mon, 24 Dec 2012 00:20:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A76AC21C034 for ; Mon, 24 Dec 2012 00:20:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97E5433D909 for ; Mon, 24 Dec 2012 00:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 39BF2E543C for ; Mon, 24 Dec 2012 00:20:33 +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: <1356308397.df067f8956ef66dc8a429cac15a8b7fea1da4f64.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-packagekit/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-packagekit/gnome-packagekit-3.6.1.ebuild X-VCS-Directories: gnome-extra/gnome-packagekit/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: df067f8956ef66dc8a429cac15a8b7fea1da4f64 X-VCS-Branch: master Date: Mon, 24 Dec 2012 00:20:33 +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: 5bc32204-3170-4d50-ac08-7c2b7ab0862e X-Archives-Hash: e3f7b307c8080d5c0c40ff04f295d762 commit: df067f8956ef66dc8a429cac15a8b7fea1da4f64 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 24 00:19:57 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Dec 24 00:19:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=df067f89 gnome-extra/gnome-packagekit: moved to gx86 --- .../gnome-packagekit/gnome-packagekit-3.6.1.ebuild | 114 -------------------- 1 files changed, 0 insertions(+), 114 deletions(-) diff --git a/gnome-extra/gnome-packagekit/gnome-packagekit-3.6.1.ebuild b/gnome-extra/gnome-packagekit/gnome-packagekit-3.6.1.ebuild deleted file mode 100644 index fa2a67c..0000000 --- a/gnome-extra/gnome-packagekit/gnome-packagekit-3.6.1.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-packagekit/gnome-packagekit-3.4.2.ebuild,v 1.1 2012/05/19 22:57:05 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -PYTHON_DEPEND="2" - -inherit eutils gnome2 python virtualx - -DESCRIPTION="PackageKit client for the GNOME desktop" -HOMEPAGE="http://www.packagekit.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls systemd test udev" - -# gdk-pixbuf ised in gpk-animated-icon -# pango used on gpk-common -RDEPEND=" - >=dev-libs/glib-2.32:2 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.91.0:3 - >=x11-libs/libnotify-0.7.0 - x11-libs/pango - >=dev-libs/dbus-glib-0.73 - - >=app-admin/packagekit-base-0.7.2[udev] - >=app-admin/packagekit-gtk-0.7.2 - >=media-libs/libcanberra-0.10[gtk3] - >=sys-apps/dbus-1.1.2 - >=sys-power/upower-0.9.0 - - media-libs/fontconfig - x11-libs/libX11 - - systemd? ( >=sys-apps/systemd-42 ) - !systemd? ( sys-auth/consolekit ) - udev? ( >=virtual/udev-171[gudev] ) -" -DEPEND="${RDEPEND} - app-text/docbook-sgml-utils - app-text/yelp-tools - >=dev-util/gtk-doc-am-1.9 - >=dev-util/intltool-0.35 - dev-libs/libxslt - sys-devel/gettext - virtual/pkgconfig -" - -# NOTES: -# app-text/docbook-sgml-utils required for man pages -# app-text/gnome-doc-utils and dev-libs/libxslt required for gnome help files -# gtk-doc is generating a useless file, don't need it - -# UPSTREAM: -# misuse of CPPFLAGS/CXXFLAGS ? -# see if tests can forget about display (use eclass for that ?) -# intltool and gettext only with +nls - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - DOCS="AUTHORS MAINTAINERS NEWS README TODO" - G2CONF="${G2CONF} - --localstatedir=/var - --enable-compile-warnings=yes - --enable-iso-c - --disable-schemas-compile - --disable-strict - $(use_enable nls) - $(use_enable systemd) - $(use_enable test tests) - $(use_enable udev gudev)" - - # Regenerate marshalers for