diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-05-04 10:06:09 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-05-04 10:06:09 +0000 |
commit | 7a754ef22c93b9abcfb8bc568acc3f4b848b687b (patch) | |
tree | 1b152ff99859f84d47dd2ab705529b61fc979aeb /dev-ruby/ruby-gobject-introspection | |
parent | New package app-i18n/ibus-handwrite. (diff) | |
download | gentoo-2-7a754ef22c93b9abcfb8bc568acc3f4b848b687b.tar.gz gentoo-2-7a754ef22c93b9abcfb8bc568acc3f4b848b687b.tar.bz2 gentoo-2-7a754ef22c93b9abcfb8bc568acc3f4b848b687b.zip |
New package dev-ruby/ruby-gobject-introspection required for new version of Ruby/Gnome2
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-gobject-introspection')
4 files changed, 37 insertions, 0 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/ChangeLog b/dev-ruby/ruby-gobject-introspection/ChangeLog new file mode 100644 index 000000000000..849d6ca175b0 --- /dev/null +++ b/dev-ruby/ruby-gobject-introspection/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/ruby-gobject-introspection +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.1 2013/05/04 10:06:09 naota Exp $ + +*ruby-gobject-introspection-1.2.6 (04 May 2013) + + 04 May 2013; Naohiro Aota <naota@gentoo.org> +metadata.xml, + +ruby-gobject-introspection-1.2.6.ebuild: + New package dev-ruby/ruby-gobject-introspection required for new version of + Ruby/Gnome2 diff --git a/dev-ruby/ruby-gobject-introspection/Manifest b/dev-ruby/ruby-gobject-introspection/Manifest new file mode 100644 index 000000000000..ee080f1bcf56 --- /dev/null +++ b/dev-ruby/ruby-gobject-introspection/Manifest @@ -0,0 +1,3 @@ +DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a +EBUILD ruby-gobject-introspection-1.2.6.ebuild 551 SHA256 18e94bfa143cb2b7de820d28cc27a56e7ccc8b6649768890ee9bc154006c9f10 SHA512 f9f40003e0883a509d97906429953a983c910d81c0e01b1fff233c94d7876642ab3aebfcf317b0807c7e682c2a81530fc748bbdb79a87c2dd37746e918f14e4d WHIRLPOOL dbc28ae8d5fceaa739ea8665a695e60abad8e3d8e0c557fd128c036a3c97c7d291231f81fbb038bb8ab36abcbb070031aac857738a267a5ff87db5d728920aa8 +MISC metadata.xml 157 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c SHA512 0cec73b966de88015ea4c7212723d848d367608aa93658bb945f298a8000c4ba8aba73c9eb8481859fb5bbed45e80dae32c628caf81e027a4ad8eafa7e632851 WHIRLPOOL 4da25c81e21173ad8b7b5f35b056264869d9a16741062aa4422c5ea1aa9e73da8eb700b0d54de84c169d702fbb3f41ed157c9dc7c9daac110849ae84715c051b diff --git a/dev-ruby/ruby-gobject-introspection/metadata.xml b/dev-ruby/ruby-gobject-introspection/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/ruby-gobject-introspection/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-1.2.6.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-1.2.6.ebuild new file mode 100644 index 000000000000..b2ab7a965298 --- /dev/null +++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-1.2.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-1.2.6.ebuild,v 1.1 2013/05/04 10:06:09 naota Exp $ + +EAPI=4 +USE_RUBY="ruby19" + +inherit ruby-ng-gnome2 + +RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection + +DESCRIPTION="Ruby GObjectIntrosprction bindings" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="${DEPEND} dev-libs/gobject-introspection" +RDEPEND="${RDEPEND} dev-libs/gobject-introspection" + +ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |