diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-11-13 11:27:10 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-11-13 11:32:03 +0100 |
commit | 17b4427544b2046d84b9469a0ef1b6f6819489a0 (patch) | |
tree | 2fcf62f25824707a6c89ef890d2ab73b35c71051 /dev-ruby/ruby-gdkpixbuf2 | |
parent | dev-ruby/ruby-gdk3: cleanup; drops x86 stable keyword, bug 587024 (diff) | |
download | gentoo-17b4427544b2046d84b9469a0ef1b6f6819489a0.tar.gz gentoo-17b4427544b2046d84b9469a0ef1b6f6819489a0.tar.bz2 gentoo-17b4427544b2046d84b9469a0ef1b6f6819489a0.zip |
dev-ruby/ruby-gdkpixbuf2: cleanup; drops x86 stable keyword, bug 587024
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf2')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.3.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/Manifest b/dev-ruby/ruby-gdkpixbuf2/Manifest index 180251c80e74..895ce8a2adfe 100644 --- a/dev-ruby/ruby-gdkpixbuf2/Manifest +++ b/dev-ruby/ruby-gdkpixbuf2/Manifest @@ -1,3 +1,2 @@ -DIST ruby-gnome2-all-2.2.3.tar.gz 1657315 SHA256 1611038c2a49fe051dfcc779aeca8eb47273718d80a0680442504fd54e228154 SHA512 cf6b0c88c91e444f5ff65a4a863630c5455315c08f1b44a5f7c81db51f998d6e83ab62e00276edb4a81ea9942405d76724f52134d2388010ec0f157a6a5dc34e WHIRLPOOL e5a6347b360b64f6b690a28483f8618d58786bbbf1fd6c691952271c85bf1d96dc8c97f1e4ed541f6cf8afac56221950db30873cc83a24210b6feef969eaf4b7 DIST ruby-gnome2-all-3.0.7.tar.gz 1692752 SHA256 4b65da24a5fdd4a774d6f238abcce8a3aca2bad093211bb824fb6a06e5430375 SHA512 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee WHIRLPOOL 0a0e2749f6642485bada7ab22d69a3ed0e4d170a2d0dec6db88e62179264c6093a51c05cca87c64a4a3e9d1bdedb05a92fba81f6098872c06c8cbfa451ccedf2 DIST ruby-gnome2-all-3.0.8.tar.gz 1732574 SHA256 47449f4d9eb9a175fdff5115157b4ea07ad6aa3bff7fa6258d42920b2cbb45a5 SHA512 e30c2cd95db762eff4f5f6d6f03811338657a849fc94d1af71488bb912cc82b85c0aa6860658f6eba66119ef95382ad142661751471a52de9606c5514ec6a6cf WHIRLPOOL 7b0580639ed2d1364e0de0135f9256d014771dfba3e94f6a220a26faa969dcc8cb198eab400ea6ebc25fa89082a8c96cb81ec2b0231784aea3b8e748b322f19e diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.3.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.3.ebuild deleted file mode 100644 index 9a9802c8f3f0..000000000000 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.2.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20" - -RUBY_FAKEGEM_NAME="gdk_pixbuf2" - -inherit ruby-ng-gnome2 - -RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME} - -DESCRIPTION="Ruby GdkPixbuf2 bindings" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND+=" x11-libs/gtk+:2" - -ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |