Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-filemagic/
Date: Mon, 28 Mar 2016 22:05:18
Message-Id: 1459202660.9ee1822de191e69806fe1a982c2db4cd5a2ac27e.mrueg@gentoo
1 commit: 9ee1822de191e69806fe1a982c2db4cd5a2ac27e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 22:04:20 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 22:04:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee1822d
7
8 dev-ruby/ruby-filemagic: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/ruby-filemagic/Manifest | 1 -
13 .../ruby-filemagic/ruby-filemagic-0.7.0.ebuild | 37 ----------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/dev-ruby/ruby-filemagic/Manifest b/dev-ruby/ruby-filemagic/Manifest
17 index f11cea7..f9d5432 100644
18 --- a/dev-ruby/ruby-filemagic/Manifest
19 +++ b/dev-ruby/ruby-filemagic/Manifest
20 @@ -1,2 +1 @@
21 -DIST ruby-filemagic-0.7.0.gem 229376 SHA256 e28af7f49955d800c3dfd1a2335c5c1aa9f380e57eda16050250e4345ad0e460 SHA512 ba257ac7ae58e664d0a45c319c9159650a267144941fdf558f2bd7aa442133f8303637153ab1eb89611c8709303afebbab42f1c3674cca89d15f5037c9bc9d43 WHIRLPOOL 8f64cdea5c7ec028e2d9bf116700e34cda12264946ae847ae5cbd014bd0518368788c6769c49c09775f7cdb3f647a6391cfffc4af29b139be4637a34ad4296eb
22 DIST ruby-filemagic-0.7.1.gem 229376 SHA256 811de93cdc7d13dbd84d5fd3a35d699092e71a768af366637951ca109cbc7eed SHA512 9a05699fd299c20a52443d4a0213761229fa600157731712c8322e25e18cfc1f467075b8cb5e8c1790caeae9778e83cae83bb1c63475ea220a9b2d9ed896cd46 WHIRLPOOL 82d41b0264f16a2acc402ea297bc6db5ab489bdcc9a50933e916b26bf6103f483220e485ff0b102ed4b33a55898dd874a87be630884b847019d51c12ee208c41
23
24 diff --git a/dev-ruby/ruby-filemagic/ruby-filemagic-0.7.0.ebuild b/dev-ruby/ruby-filemagic/ruby-filemagic-0.7.0.ebuild
25 deleted file mode 100644
26 index 9424dcb..0000000
27 --- a/dev-ruby/ruby-filemagic/ruby-filemagic-0.7.0.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
36 -
37 -RUBY_FAKEGEM_TASK_DOC=""
38 -RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO"
39 -
40 -RUBY_FAKEGEM_TASK_TEST=""
41 -
42 -inherit multilib ruby-fakegem
43 -
44 -DESCRIPTION="Ruby binding to libmagic"
45 -HOMEPAGE="https://github.com/blackwinter/ruby-filemagic"
46 -
47 -LICENSE="Ruby"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
50 -IUSE=""
51 -
52 -DEPEND="${DEPEND} sys-apps/file"
53 -RDEPEND="${RDEPEND} sys-apps/file"
54 -
55 -each_ruby_configure() {
56 - ${RUBY} -Cext/filemagic extconf.rb || die
57 -}
58 -
59 -each_ruby_compile() {
60 - emake V=1 -Cext/filemagic
61 - mv ext/filemagic/ruby_filemagic$(get_modname) lib/filemagic/ || die
62 -}
63 -
64 -each_ruby_test() {
65 - ${RUBY} -Ctest -I../lib filemagic_test.rb || die
66 -}