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 4CD581381F3 for ; Sun, 13 Oct 2013 11:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37B77E0980; Sun, 13 Oct 2013 11:15:49 +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 ABC2AE0980 for ; Sun, 13 Oct 2013 11:15:47 +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 B907733EFA9 for ; Sun, 13 Oct 2013 11:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7283BE545D for ; Sun, 13 Oct 2013 11:15:45 +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: <1381658638.639e32aebe70800103d7fbb16c252dcda499a514.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gucharmap/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gucharmap/gucharmap-3.9.99.ebuild X-VCS-Directories: gnome-extra/gucharmap/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 639e32aebe70800103d7fbb16c252dcda499a514 X-VCS-Branch: master Date: Sun, 13 Oct 2013 11:15:45 +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: 7b4b8776-8987-4984-abf9-6cfa43e3ed35 X-Archives-Hash: 8ae0937e71dbdc5ad782a061679105e6 commit: 639e32aebe70800103d7fbb16c252dcda499a514 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 13 09:48:41 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 13 10:03:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=639e32ae gnome-extra/gucharmap: 3.8.2 → 3.9.99 --- gnome-extra/gucharmap/gucharmap-3.9.99.ebuild | 61 +++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/gnome-extra/gucharmap/gucharmap-3.9.99.ebuild b/gnome-extra/gucharmap/gucharmap-3.9.99.ebuild new file mode 100644 index 0000000..9974cec --- /dev/null +++ b/gnome-extra/gucharmap/gucharmap-3.9.99.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="yes" +VALA_MIN_API_VERSION="0.16" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 vala + +DESCRIPTION="Unicode character map viewer and library" +HOMEPAGE="http://live.gnome.org/Gucharmap" + +LICENSE="GPL-3" +SLOT="2.90" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="cjk +introspection test vala" +REQUIRED_USE="vala? ( introspection )" + +COMMON_DEPEND=" + >=dev-libs/glib-2.32:2 + >=x11-libs/pango-1.2.1[introspection?] + >=x11-libs/gtk+-3.4.0:3[introspection?] + + introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) +" +RDEPEND="${COMMON_DEPEND} + !