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 C8E66138010 for ; Sat, 22 Sep 2012 18:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95465E04C7; Sat, 22 Sep 2012 18:45:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 68120E04C7 for ; Sat, 22 Sep 2012 18:45:21 +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 6FC0733D31C for ; Sat, 22 Sep 2012 18:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4AC5BE5450 for ; Sat, 22 Sep 2012 18:45:18 +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: <1348339374.eefc516672dbd610a21443ada052189659ad1d51.nirbheek@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.5.90.ebuild X-VCS-Directories: gnome-extra/gucharmap/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: eefc516672dbd610a21443ada052189659ad1d51 X-VCS-Branch: master Date: Sat, 22 Sep 2012 18:45:18 +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: c22395eb-be06-4a78-ae0f-2945350450ca X-Archives-Hash: 53457d2e470c92db6bb66fe16ee5cad4 commit: eefc516672dbd610a21443ada052189659ad1d51 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Sep 22 18:42:54 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Sep 22 18:42:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=eefc5166 Add gnome-extra/gucharmap-3.5.90 --- gnome-extra/gucharmap/gucharmap-3.5.90.ebuild | 52 +++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) diff --git a/gnome-extra/gucharmap/gucharmap-3.5.90.ebuild b/gnome-extra/gucharmap/gucharmap-3.5.90.ebuild new file mode 100644 index 0000000..b3cf939 --- /dev/null +++ b/gnome-extra/gucharmap/gucharmap-3.5.90.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-3.4.1.1.ebuild,v 1.1 2012/05/13 00:15:01 tetromino Exp $ + +EAPI="4" +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +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 doc +introspection test" + +COMMON_DEPEND=">=dev-libs/glib-2.32 + >=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} + !