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 333EE13888F for ; Sun, 11 Oct 2015 13:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C3A521C016; Sun, 11 Oct 2015 13:49:30 +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 00F3321C016 for ; Sun, 11 Oct 2015 13:49:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A89E340702 for ; Sun, 11 Oct 2015 13:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB90CE25 for ; Sun, 11 Oct 2015 13:49:17 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1444571327.d8462c651dbdadb05e57d694d4f236b3df13fcea.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gnome2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-gnome2/ruby-gnome2-3.0.7.ebuild X-VCS-Directories: dev-ruby/ruby-gnome2/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d8462c651dbdadb05e57d694d4f236b3df13fcea X-VCS-Branch: master Date: Sun, 11 Oct 2015 13:49:17 +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: 8a49b06f-46f9-41b6-b449-03cae005cd5e X-Archives-Hash: f4ab08fbe1ecc4127c313d460eeedbf6 commit: d8462c651dbdadb05e57d694d4f236b3df13fcea Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 11 13:47:34 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 11 13:48:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8462c65 dev-ruby/ruby-gnome2: add ruby-gnome 3.0.7 Package-Manager: portage-2.2.20.1 dev-ruby/ruby-gnome2/ruby-gnome2-3.0.7.ebuild | 38 +++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/dev-ruby/ruby-gnome2/ruby-gnome2-3.0.7.ebuild b/dev-ruby/ruby-gnome2/ruby-gnome2-3.0.7.ebuild new file mode 100644 index 0000000..ffd5c7f --- /dev/null +++ b/dev-ruby/ruby-gnome2/ruby-gnome2-3.0.7.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +inherit ruby-ng + +DESCRIPTION="Ruby Gnome2 bindings" +HOMEPAGE="http://ruby-gnome2.sourceforge.jp/" +SRC_URI="" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/ruby-atk-${PV} + >=dev-ruby/ruby-clutter-${PV} + >=dev-ruby/ruby-clutter-gstreamer-${PV} + >=dev-ruby/ruby-clutter-gtk-${PV} + >=dev-ruby/ruby-gdkpixbuf2-${PV} + >=dev-ruby/ruby-gdk3-${PV} + >=dev-ruby/ruby-gio2-${PV} + >=dev-ruby/ruby-gstreamer-${PV} + >=dev-ruby/ruby-gtk2-${PV} + >=dev-ruby/ruby-gtk3-${PV} + >=dev-ruby/ruby-gtksourceview-${PV} + >=dev-ruby/ruby-gtksourceview3-${PV} + >=dev-ruby/ruby-pango-${PV} + >=dev-ruby/ruby-poppler-${PV} + >=dev-ruby/ruby-rsvg-${PV} + >=dev-ruby/ruby-vte-${PV} + >=dev-ruby/ruby-vte3-${PV} + >=dev-ruby/ruby-webkit-gtk2-${PV} + >=dev-ruby/ruby-webkit-gtk-${PV}"