From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKF1R-0001K8-AH for garchives@archives.gentoo.org; Sat, 29 Oct 2011 19:56:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1319521C06E; Sat, 29 Oct 2011 19:56:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C0B3D21C06E for ; Sat, 29 Oct 2011 19:56:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DCAE64ACA for ; Sat, 29 Oct 2011 19:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 677E780042 for ; Sat, 29 Oct 2011 19:56:44 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <049b9e0d1b483c4f9aedcc6318c8347342cba168.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/, gnome-base/gnome-desktop/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-desktop/gnome-desktop-3.2.1.ebuild gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild X-VCS-Directories: gnome-base/libgnomekbd/ gnome-base/gnome-desktop/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 049b9e0d1b483c4f9aedcc6318c8347342cba168 Date: Sat, 29 Oct 2011 19:56:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1df95f52cfa418639743b652768064e1 commit: 049b9e0d1b483c4f9aedcc6318c8347342cba168 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sat Oct 29 19:42:39 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Oct 29 19:42:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D049b9e0d gnome-desktop, libgnomekbd: moved to gx86 --- .../gnome-desktop/gnome-desktop-3.2.1.ebuild | 87 --------------= ------ gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild | 35 -------- 2 files changed, 0 insertions(+), 122 deletions(-) diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.2.1.ebuild b/gnome-= base/gnome-desktop/gnome-desktop-3.2.1.ebuild deleted file mode 100644 index 300f0d8..0000000 --- a/gnome-base/gnome-desktop/gnome-desktop-3.2.1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"4" -GCONF_DEBUG=3D"yes" -GNOME2_LA_PUNT=3D"yes" - -inherit gnome2 -if [[ ${PV} =3D 9999 ]]; then - inherit git-2 gnome2-live -fi - -DESCRIPTION=3D"Libraries for the gnome desktop that are not part of the = UI" -HOMEPAGE=3D"http://www.gnome.org/" - -LICENSE=3D"GPL-2 FDL-1.1 LGPL-2" -SLOT=3D"3" -IUSE=3D"doc +introspection" -if [[ ${PV} =3D 9999 ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 = ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -fi - -# TODO: Add RDEPEND on pciutils (requires support for reading gzipped pn= p.ids) -# Latest schemas needed due to commit 7f3e3d52 -# cairo[X] needed for gnome-bg -RDEPEND=3D" - >=3Ddev-libs/glib-2.19.1:2 - x11-libs/cairo[X] - >=3Dx11-libs/gdk-pixbuf-2.21.3:2[introspection?] - >=3Dx11-libs/gtk+-3.0.0:3[introspection?] - >=3Dx11-libs/libXext-1.1 - >=3Dx11-libs/libXrandr-1.2 - x11-libs/libX11 - >=3Dgnome-base/gsettings-desktop-schemas-2.91.92 - doc? ( !=3Ddev-libs/gobject-introspection-0.9.7 )" -DEPEND=3D"${RDEPEND} - ~app-text/docbook-xml-dtd-4.1.2 - >=3Dapp-text/gnome-doc-utils-0.3.2 - >=3Ddev-util/intltool-0.40.6 - >=3Ddev-util/pkgconfig-0.9 - sys-devel/gettext - x11-proto/xproto - >=3Dx11-proto/randrproto-1.2 - doc? ( >=3Ddev-util/gtk-doc-1.4 )" - -# Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from x= proto -# Includes X11/extensions/Xrandr.h that includes randr.h from randrproto= (and -# eventually libXrandr shouldn't RDEPEND on randrproto) - -pkg_setup() { - DOCS=3D"AUTHORS ChangeLog HACKING NEWS README" - # Note: do *not* use "--with-pnp-ids-path" argument. Otherwise, the pnp= .ids - # file (needed by other packages such as >=3Dgnome-settings-daemon-3.1.= 2) - # will not get installed in ${pnpdatadir} (/usr/share/libgnome-desktop-= 3.0). - G2CONF=3D"${G2CONF} - --disable-scrollkeeper - --disable-static - --with-gnome-distributor=3DGentoo - $(use_enable doc desktop-docs) - $(use_enable introspection)" -} - -src_unpack() { - gnome2_src_unpack - - if [[ ${PV} =3D 9999 ]]; then - # pnp.ids are only provided with the gnome-desktop tarball; - # for the live version, we have to get them from hwdata git - unset gnome_desktop_LIVE_BRANCH - unset gnome_destkop_LIVE_COMMIT - unset gnome_desktop_LIVE_REPO - unset EGIT_BRANCH - unset EGIT_COMMIT - unset EGIT_DIR - unset EGIT_MASTER - EGIT_PROJECT=3D"gnome-desktop_hwdata" - EGIT_REPO_URI=3D"git://git.fedorahosted.org/hwdata.git" - EGIT_SOURCEDIR=3D"${WORKDIR}/hwdata" - git-2_src_unpack - ln -sf "${WORKDIR}/hwdata/pnp.ids" "${S}/libgnome-desktop/" || - die "ln -sf failed" - fi -} diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild b/gnome-base= /libgnomekbd/libgnomekbd-3.2.0.ebuild deleted file mode 100644 index b3abc62..0000000 --- a/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.= 0.0.1.ebuild,v 1.1 2011/08/14 14:58:21 nirbheek Exp $ - -EAPI=3D"4" -GCONF_DEBUG=3D"no" -GNOME2_LA_PUNT=3D"yes" - -inherit gnome2 - -DESCRIPTION=3D"Gnome keyboard configuration library" -HOMEPAGE=3D"http://www.gnome.org" - -LICENSE=3D"LGPL-2" -SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fb= sd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE=3D"+introspection test" - -RDEPEND=3D">=3Ddev-libs/glib-2.18:2 - >=3Dx11-libs/gtk+-2.91.7:3[introspection?] - >=3Dx11-libs/libxklavier-5.1 - - introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )" -DEPEND=3D"${RDEPEND} - >=3Ddev-util/intltool-0.35 - >=3Ddev-util/pkgconfig-0.19" - -pkg_setup() { - G2CONF=3D"${G2CONF} - --disable-static - --disable-schemas-compile - $(use_enable introspection) - $(use_enable test tests)" - DOCS=3D"AUTHORS ChangeLog NEWS README" -}