diff options
author | 2015-07-06 09:40:28 +0000 | |
---|---|---|
committer | 2015-07-06 09:40:28 +0000 | |
commit | 3b840bc5a4fbca04799c2fadfc84df4dbf177c81 (patch) | |
tree | 9425d9931389777caecad4dd786b7dd7fe358108 /dev-ruby/ruby-gobject-introspection | |
parent | bump version to 4.5.1 (diff) | |
download | gentoo-2-3b840bc5a4fbca04799c2fadfc84df4dbf177c81.tar.gz gentoo-2-3b840bc5a4fbca04799c2fadfc84df4dbf177c81.tar.bz2 gentoo-2-3b840bc5a4fbca04799c2fadfc84df4dbf177c81.zip |
Remove old. Create stabilization candidate.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ruby-gobject-introspection')
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ChangeLog | 14 | ||||
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.0.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.2.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild (renamed from dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-1.2.6.ebuild) | 12 | ||||
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild | 10 |
7 files changed, 24 insertions, 96 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/ChangeLog b/dev-ruby/ruby-gobject-introspection/ChangeLog index e6f9cfe8ad17..7d8edb8d216c 100644 --- a/dev-ruby/ruby-gobject-introspection/ChangeLog +++ b/dev-ruby/ruby-gobject-introspection/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for dev-ruby/ruby-gobject-introspection # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.9 2015/03/25 16:31:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.10 2015/07/06 09:40:28 mrueg Exp $ + +*ruby-gobject-introspection-2.2.3-r1 (06 Jul 2015) + + 06 Jul 2015; Manuel Rüger <mrueg@gentoo.org> + +ruby-gobject-introspection-2.2.3-r1.ebuild, + -ruby-gobject-introspection-1.2.6.ebuild, + -ruby-gobject-introspection-2.0.2.ebuild, + -ruby-gobject-introspection-2.1.0.ebuild, + -ruby-gobject-introspection-2.2.0.ebuild, + -ruby-gobject-introspection-2.2.2.ebuild, + ruby-gobject-introspection-2.2.3.ebuild: + Remove old. Create stabilization candidate. 25 Mar 2015; Hans de Graaff <graaff@gentoo.org> ruby-gobject-introspection-2.2.3.ebuild: diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild deleted file mode 100644 index 2dadcbc5ac8b..000000000000 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 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-2.0.2.ebuild,v 1.3 2014/08/17 10:08:27 blueness Exp $ - -EAPI=4 -USE_RUBY="ruby19 ruby20" - -inherit ruby-ng-gnome2 - -RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection - -DESCRIPTION="Ruby GObjectIntrosprction bindings" -KEYWORDS="~amd64 ~ppc" -IUSE="" - -DEPEND="${DEPEND} dev-libs/gobject-introspection" -RDEPEND="${RDEPEND} dev-libs/gobject-introspection" - -ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild deleted file mode 100644 index 0fc20627278b..000000000000 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 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-2.1.0.ebuild,v 1.2 2014/08/17 10:08:27 blueness Exp $ - -EAPI=4 -USE_RUBY="ruby19 ruby20" - -inherit ruby-ng-gnome2 - -RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection - -DESCRIPTION="Ruby GObjectIntrosprction bindings" -KEYWORDS="~amd64 ~ppc" -IUSE="" - -DEPEND="${DEPEND} dev-libs/gobject-introspection" -RDEPEND="${RDEPEND} dev-libs/gobject-introspection" - -ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.0.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.0.ebuild deleted file mode 100644 index 3408aa26b32f..000000000000 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 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-2.2.0.ebuild,v 1.2 2014/08/17 10:08:27 blueness Exp $ - -EAPI=4 -USE_RUBY="ruby19 ruby20" - -inherit ruby-ng-gnome2 - -RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection - -DESCRIPTION="Ruby GObjectIntrosprction bindings" -KEYWORDS="~amd64 ~ppc" -IUSE="" - -DEPEND="${DEPEND} dev-libs/gobject-introspection" -RDEPEND="${RDEPEND} dev-libs/gobject-introspection" - -ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.2.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.2.ebuild deleted file mode 100644 index 9179ed2dc774..000000000000 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 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-2.2.2.ebuild,v 1.1 2014/10/17 01:03:26 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -inherit ruby-ng-gnome2 - -RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection - -DESCRIPTION="Ruby GObjectIntrosprction bindings" -KEYWORDS="~amd64 ~ppc" -IUSE="" - -DEPEND="${DEPEND} dev-libs/gobject-introspection" -RDEPEND="${RDEPEND} dev-libs/gobject-introspection" - -ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" - -all_ruby_prepare() { - sed -i -e "/notify/d" test/gobject-introspection-test-utils.rb || die -} - -each_ruby_test() { - ${RUBY} test/run-test.rb || die -} diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-1.2.6.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild index 9947318d9f21..ad4c02a021ff 100644 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-1.2.6.ebuild +++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.2 2014/08/17 10:08:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild,v 1.1 2015/07/06 09:40:28 mrueg Exp $ -EAPI=4 -USE_RUBY="ruby19" +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" inherit ruby-ng-gnome2 @@ -13,7 +13,7 @@ DESCRIPTION="Ruby GObjectIntrosprction bindings" KEYWORDS="~amd64 ~ppc" IUSE="" -DEPEND="${DEPEND} dev-libs/gobject-introspection" -RDEPEND="${RDEPEND} dev-libs/gobject-introspection" +DEPEND+=" dev-libs/gobject-introspection" +RDEPEND+=" dev-libs/gobject-introspection" ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild index e2f28b798b53..55caed6e60c8 100644 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild +++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 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-2.2.3.ebuild,v 1.2 2015/03/25 16:31:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild,v 1.3 2015/07/06 09:40:28 mrueg Exp $ -EAPI=4 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +EAPI=5 +USE_RUBY="ruby19 ruby20" inherit ruby-ng-gnome2 @@ -13,7 +13,7 @@ DESCRIPTION="Ruby GObjectIntrosprction bindings" KEYWORDS="~amd64 ~ppc" IUSE="" -DEPEND="${DEPEND} dev-libs/gobject-introspection" -RDEPEND="${RDEPEND} dev-libs/gobject-introspection" +DEPEND+=" dev-libs/gobject-introspection" +RDEPEND+=" dev-libs/gobject-introspection" ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |