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 1PnGQP-0008Rv-Lp for garchives@archives.gentoo.org; Wed, 09 Feb 2011 20:14:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDC54E0905; Wed, 9 Feb 2011 20:13:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E742E08FC for ; Wed, 9 Feb 2011 20:13:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F1751B409F for ; Wed, 9 Feb 2011 20:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0EBE78006A for ; Wed, 9 Feb 2011 20:13:22 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/glib/glib-2.27.93.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: b0d2775ed440e3fb9e9fa74883a138b9a7e4fefe Date: Wed, 9 Feb 2011 20:13:22 +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: 843839a346bf8a4c10d73f4626447702 commit: b0d2775ed440e3fb9e9fa74883a138b9a7e4fefe Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Feb 9 11:51:09 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Feb 9 11:51:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Db0d2775e dev-libs/glib: moved to tree, and bumped there --- dev-libs/glib/glib-2.27.93.ebuild | 180 -------------------------------= ------ 1 files changed, 0 insertions(+), 180 deletions(-) diff --git a/dev-libs/glib/glib-2.27.93.ebuild b/dev-libs/glib/glib-2.27.= 93.ebuild deleted file mode 100644 index 71f77d5..0000000 --- a/dev-libs/glib/glib-2.27.93.ebuild +++ /dev/null @@ -1,180 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"3" -PYTHON_DEPEND=3D"2" - -inherit autotools gnome.org libtool eutils flag-o-matic pax-utils python= virtualx - -DESCRIPTION=3D"The GLib library of C routines" -HOMEPAGE=3D"http://www.gtk.org/" - -LICENSE=3D"LGPL-2" -SLOT=3D"2" -IUSE=3D"debug doc fam +introspection selinux static-libs test xattr" -if [[ ${PV} =3D 9999 ]]; then - inherit gnome2-live - KEYWORDS=3D"" -else - KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s39= 0 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -fi - -RDEPEND=3D"virtual/libiconv - sys-libs/zlib - xattr? ( sys-apps/attr ) - fam? ( virtual/fam )" -DEPEND=3D"${RDEPEND} - >=3Ddev-util/pkgconfig-0.16 - >=3Dsys-devel/gettext-0.11 - doc? ( - >=3Ddev-libs/libxslt-1.0 - >=3Ddev-util/gtk-doc-1.13 - ~app-text/docbook-xml-dtd-4.1.2 ) - test? ( >=3Dsys-apps/dbus-1.2.14 )" -PDEPEND=3D"introspection? ( dev-libs/gobject-introspection ) - !