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 4AC2C138200 for ; Wed, 5 Sep 2012 15:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E5D21C04C; Wed, 5 Sep 2012 15:49:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 41CD121C039 for ; Wed, 5 Sep 2012 15:49:00 +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 A58BE33D7A3 for ; Wed, 5 Sep 2012 15:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E9F5E544B for ; Wed, 5 Sep 2012 15:48:57 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1346860102.6d6d47402625889bbc1d7edf40c59bfabfc9442d.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-font-viewer/ X-VCS-Repository: proj/gnome X-VCS-Files: media-gfx/gnome-font-viewer/gnome-font-viewer-3.5.91.ebuild X-VCS-Directories: media-gfx/gnome-font-viewer/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 6d6d47402625889bbc1d7edf40c59bfabfc9442d X-VCS-Branch: master Date: Wed, 5 Sep 2012 15:48:57 +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: a78c59d7-2f17-4ccc-87ea-f7b273992bf0 X-Archives-Hash: ed8ec2c282c3e49dbfcf8c8bb3690878 commit: 6d6d47402625889bbc1d7edf40c59bfabfc9442d Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Sep 4 01:36:48 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Sep 5 15:48:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6d6d4740 Add media-gfx/gnome-font-viewer-3.5.91 --- .../gnome-font-viewer-3.5.91.ebuild | 44 ++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.5.91.ebuild b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.5.91.ebuild new file mode 100644 index 0000000..17f651e --- /dev/null +++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.5.91.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 +if [[ ${PV} = 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION="Font viewer for GNOME 3" +HOMEPAGE="https://live.gnome.org/GnomeUtils" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +if [[ ${PV} = 9999 ]]; then + KEYWORDS="" +else + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +fi + +COMMON_DEPEND=">=dev-libs/glib-2.31.0:2 + media-libs/fontconfig:1.0 + media-libs/freetype:2 + x11-libs/cairo + >=x11-libs/gtk+-3.0.3:3 + x11-libs/pango + gnome-base/gnome-desktop:3" +RDEPEND="${COMMON_DEPEND} + !