From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1109660-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B395138334 for <garchives@archives.gentoo.org>; Sun, 8 Sep 2019 09:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44228E0955; Sun, 8 Sep 2019 09:19:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23345E0953 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Sep 2019 09:19:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFA9234AE97 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Sep 2019 09:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1C387F1 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Sep 2019 09:18:58 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1567934331.22949cd949b6f4a90a69f773796aa9e864068ba5.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.3.7.ebuild X-VCS-Directories: dev-ruby/ruby-gnome2/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 22949cd949b6f4a90a69f773796aa9e864068ba5 X-VCS-Branch: master Date: Sun, 8 Sep 2019 09:18:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee16bfa5-abab-498a-ba52-1df32b6d20f8 X-Archives-Hash: 14be4a124bc0b925db73f7b18b0b1c39 commit: 22949cd949b6f4a90a69f773796aa9e864068ba5 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Sep 8 08:55:14 2019 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Sep 8 09:18:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22949cd9 dev-ruby/ruby-gnome2: add 3.3.7 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild b/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild new file mode 100644 index 00000000000..e7a6d40efe5 --- /dev/null +++ b/dev-ruby/ruby-gnome2/ruby-gnome2-3.3.7.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby24 ruby25 ruby26" + +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-gdk-${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-glib2-${PV} + >=dev-ruby/ruby-gobject-introspection-${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-webkit2-gtk-${PV}"