mrueg       14/06/14 02:58:42

  Modified:             ChangeLog
  Added:                magic-0.2.8.ebuild
  Log:
  Version bump. Add ruby21.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/magic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   6 Mar 2014 23:42:19 -0000       1.1
+++ ChangeLog   14 Jun 2014 02:58:42 -0000      1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/magic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v 1.1 2014/03/06 
23:42:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v 1.2 2014/06/14 
02:58:42 mrueg Exp $
+
+*magic-0.2.8 (14 Jun 2014)
+
+  14 Jun 2014; Manuel RĂ¼ger <[email protected]> +magic-0.2.8.ebuild:
+  Version bump. Add ruby21.
 
 *magic-0.2.6_p20130813 (06 Mar 2014)
 



1.1                  dev-ruby/magic/magic-0.2.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/magic-0.2.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/magic-0.2.8.ebuild?rev=1.1&content-type=text/plain

Index: magic-0.2.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/magic-0.2.8.ebuild,v 1.1 
2014/06/14 02:58:42 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="README.rdoc"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="none"

inherit ruby-fakegem

SRC_URI="https://github.com/qoobaa/magic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Ruby FFI bindings to libmagic"
HOMEPAGE="http://github.com/qoobaa/magic";

IUSE="test"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"

each_ruby_test() {
        ${RUBY} -Ilib -Itest test/test_magic.rb || die
}




Reply via email to