public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-filemagic/
Date: Wed, 28 Oct 2015 05:31:12 +0000 (UTC)	[thread overview]
Message-ID: <1446010256.585d11bb0a95586b653205eb66e8223fc03e183d.graaff@gentoo> (raw)

commit:     585d11bb0a95586b653205eb66e8223fc03e183d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 05:13:28 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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
-}


             reply	other threads:[~2015-10-28  5:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-28  5:31 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-24 20:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-filemagic/ Hans de Graaff
2022-07-30  8:22 Hans de Graaff
2022-07-30  8:22 Hans de Graaff
2022-04-24  7:06 Hans de Graaff
2021-11-01  6:08 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2020-06-21  7:12 Hans de Graaff
2019-01-24  6:33 Hans de Graaff
2018-02-10  7:42 Hans de Graaff
2017-08-24  5:49 Hans de Graaff
2017-07-21  6:29 Hans de Graaff
2016-03-28 22:05 Manuel Rüger
2015-10-28  5:31 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446010256.585d11bb0a95586b653205eb66e8223fc03e183d.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox