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 5FFBA1387FD for ; Sun, 6 Apr 2014 21:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBDEAE0AE6; Sun, 6 Apr 2014 21:32:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D623DE0AF2 for ; Sun, 6 Apr 2014 21:32:06 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0551533FED3 for ; Sun, 6 Apr 2014 21:32:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5D4AF188F3 for ; Sun, 6 Apr 2014 21:32:04 +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: <1396819020.e9d21c8fe05c9e518fcc476db3e3469688b90acd.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.12.0.ebuild X-VCS-Directories: gnome-extra/gucharmap/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e9d21c8fe05c9e518fcc476db3e3469688b90acd X-VCS-Branch: master Date: Sun, 6 Apr 2014 21:32:04 +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: c74db59c-acb3-46ea-aeea-b552926f432a X-Archives-Hash: 16ffe4a3099b2fb5d781f3be355435d0 commit: e9d21c8fe05c9e518fcc476db3e3469688b90acd Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 6 21:09:51 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 6 21:17:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e9d21c8f gnome-extra/gucharmap: 3.10.1 → 3.12.0 --- gnome-extra/gucharmap/gucharmap-3.12.0.ebuild | 61 +++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/gnome-extra/gucharmap/gucharmap-3.12.0.ebuild b/gnome-extra/gucharmap/gucharmap-3.12.0.ebuild new file mode 100644 index 0000000..a7686ab --- /dev/null +++ b/gnome-extra/gucharmap/gucharmap-3.12.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2014 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} + !