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 1Q7BcU-0008PT-BF for garchives@archives.gentoo.org; Tue, 05 Apr 2011 19:08:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AC311C091; Tue, 5 Apr 2011 19:08:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D7681C091 for ; Tue, 5 Apr 2011 19:08:12 +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 90D791B4045 for ; Tue, 5 Apr 2011 19:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D734E80065 for ; Tue, 5 Apr 2011 19:08:10 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <974c5c73a6a9ff1e78d64b8842d04f61d5a29303.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-fonts/cantarell/ X-VCS-Repository: proj/gnome X-VCS-Files: media-fonts/cantarell/cantarell-0.0.6.ebuild X-VCS-Directories: media-fonts/cantarell/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 974c5c73a6a9ff1e78d64b8842d04f61d5a29303 Date: Tue, 5 Apr 2011 19:08:10 +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: 03122a3fd8cf16bb1e0cc7f3065942a6 commit: 974c5c73a6a9ff1e78d64b8842d04f61d5a29303 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Apr 5 19:07:30 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Apr 5 19:07:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D974c5c73 media-fonts/cantarell: QAed * Use new gnome.org eclass features (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- media-fonts/cantarell/cantarell-0.0.6.ebuild | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/media-fonts/cantarell/cantarell-0.0.6.ebuild b/media-fonts/c= antarell/cantarell-0.0.6.ebuild index 2763eab..4316ded 100644 --- a/media-fonts/cantarell/cantarell-0.0.6.ebuild +++ b/media-fonts/cantarell/cantarell-0.0.6.ebuild @@ -3,24 +3,22 @@ # $Header: $ =20 EAPI=3D"3" -MY_PN=3D"${PN}-fonts" +GNOME_ORG_MODULE=3D"${PN}-fonts" =20 inherit font gnome.org =20 DESCRIPTION=3D"Cantarell fonts, default fontset for GNOME Shell" HOMEPAGE=3D"http://live.gnome.org/CantarellFonts" -LICENSE=3D"OFL-1.1" -SRC_URI=3D"${SRC_URI//${PN}/${MY_PN}}" =20 +LICENSE=3D"OFL-1.1" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" - IUSE=3D"" + RDEPEND=3D"media-libs/fontconfig" DEPEND=3D">=3Ddev-util/pkgconfig-0.19" =20 DOCS=3D"NEWS README" -S=3D"${WORKDIR}/${MY_PN}-${PV}" =20 # Font eclass settings FONT_CONF=3D("${S}/fontconfig/31-cantarell.conf")