mrueg       14/06/15 15:36:00

  Modified:             ChangeLog
  Added:                magic-0.2.8-r1.ebuild
  Removed:              magic-0.2.8.ebuild
  Log:
  Do a revision bump, so everyone gets the recent change.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/magic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   15 Jun 2014 15:34:27 -0000      1.3
+++ ChangeLog   15 Jun 2014 15:36:00 -0000      1.4
@@ -1,6 +1,12 @@
 # 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.3 2014/06/15 
15:34:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v 1.4 2014/06/15 
15:36:00 mrueg Exp $
+
+*magic-0.2.8-r1 (15 Jun 2014)
+
+  15 Jun 2014; Manuel Rüger <[email protected]> +magic-0.2.8-r1.ebuild,
+  -magic-0.2.8.ebuild:
+  Do a revision bump, so everyone gets the recent change.
 
   15 Jun 2014; Manuel Rüger <[email protected]> -magic-0.2.6_p20130813.ebuild,
   magic-0.2.8.ebuild:



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

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

Index: magic-0.2.8-r1.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-r1.ebuild,v 1.1 
2014/06/15 15:36:00 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 )"
ruby_add_rdepend "virtual/ruby-ffi"

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




Reply via email to