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 828B61388C2 for ; Wed, 28 Oct 2015 05:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67F8B21C04E; Wed, 28 Oct 2015 05:31:17 +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 6A2FF21C052 for ; Wed, 28 Oct 2015 05:31:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E9F23408F9 for ; Wed, 28 Oct 2015 05:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD58A1830 for ; Wed, 28 Oct 2015 05:31:12 +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: <1446010256.585d11bb0a95586b653205eb66e8223fc03e183d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-filemagic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-filemagic/Manifest dev-ruby/ruby-filemagic/ruby-filemagic-0.6.3.ebuild X-VCS-Directories: dev-ruby/ruby-filemagic/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 585d11bb0a95586b653205eb66e8223fc03e183d X-VCS-Branch: master Date: Wed, 28 Oct 2015 05:31:12 +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: 203c68d6-e4ea-4325-bc4f-e3842d1e5bcf X-Archives-Hash: 63e5d87c4b2d5837e1564d6558890c2f commit: 585d11bb0a95586b653205eb66e8223fc03e183d Author: Hans de Graaff gentoo org> AuthorDate: Wed Oct 28 05:13:28 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Oct 28 05:30:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585d11bb dev-ruby/ruby-filemagic: cleanup Package-Manager: portage-2.2.20.1 dev-ruby/ruby-filemagic/Manifest | 1 - .../ruby-filemagic/ruby-filemagic-0.6.3.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/dev-ruby/ruby-filemagic/Manifest b/dev-ruby/ruby-filemagic/Manifest index 261b4d7..6f603d8 100644 --- a/dev-ruby/ruby-filemagic/Manifest +++ b/dev-ruby/ruby-filemagic/Manifest @@ -1,2 +1 @@ -DIST ruby-filemagic-0.6.3.gem 216064 SHA256 f9e89cbbeeb69ec4b3181d16cd3efc900b0f1c561b57c6e7a04423501d25d87f SHA512 9d52360805d5ef389293e75cbd205be3f93fc4e2158ff07b653e308262b5c63bd067eea58a86e1e69546e424b037ca11e66bca9feebe04fc33d435d4e49f69b8 WHIRLPOOL d6f4f27fce72f4c6eef3f6852586f37d01ad39d42332790f01d67b031c8fe8c43a39b7b2d2fae03c57ef77fafc996004c2791f9295903c1751fb05ae44ced38f DIST ruby-filemagic-0.7.0.gem 229376 SHA256 e28af7f49955d800c3dfd1a2335c5c1aa9f380e57eda16050250e4345ad0e460 SHA512 ba257ac7ae58e664d0a45c319c9159650a267144941fdf558f2bd7aa442133f8303637153ab1eb89611c8709303afebbab42f1c3674cca89d15f5037c9bc9d43 WHIRLPOOL 8f64cdea5c7ec028e2d9bf116700e34cda12264946ae847ae5cbd014bd0518368788c6769c49c09775f7cdb3f647a6391cfffc4af29b139be4637a34ad4296eb diff --git a/dev-ruby/ruby-filemagic/ruby-filemagic-0.6.3.ebuild b/dev-ruby/ruby-filemagic/ruby-filemagic-0.6.3.ebuild deleted file mode 100644 index 5106e77..0000000 --- a/dev-ruby/ruby-filemagic/ruby-filemagic-0.6.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit multilib ruby-fakegem - -DESCRIPTION="Ruby binding to libmagic" -HOMEPAGE="http://ruby-filemagic.rubyforge.org/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -DEPEND="${DEPEND} sys-apps/file" -RDEPEND="${RDEPEND} sys-apps/file" - -each_ruby_configure() { - ${RUBY} -Cext/filemagic extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext/filemagic - mv ext/filemagic/ruby_filemagic$(get_modname) lib/filemagic/ || die -} - -each_ruby_test() { - ${RUBY} -Ctest -I../lib filemagic_test.rb || die -}