mrueg       14/03/10 16:15:31

  Modified:             ChangeLog
  Added:                storable-0.8.9-r1.ebuild
  Removed:              storable-0.8.9.ebuild
  Log:
  EAPI bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.21                 dev-ruby/storable/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   23 Sep 2012 08:41:52 -0000      1.20
+++ ChangeLog   10 Mar 2014 16:15:31 -0000      1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/storable
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.20 
2012/09/23 08:41:52 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.21 
2014/03/10 16:15:31 mrueg Exp $
+
+*storable-0.8.9-r1 (10 Mar 2014)
+
+  10 Mar 2014; Manuel Rüger <[email protected]> +storable-0.8.9-r1.ebuild,
+  -storable-0.8.9.ebuild:
+  EAPI bump.
 
   23 Sep 2012; Hans de Graaff <[email protected]> -storable-0.8.7.ebuild:
   Cleanup.
@@ -111,4 +117,3 @@
   12 Feb 2010; Diego E. Pettenò <[email protected]>
   +storable-0.6.1.ebuild, +files/storable-0.6.1-hanna.patch, +metadata.xml:
   Initial import of storable, needed for Rudy.
-



1.1                  dev-ruby/storable/storable-0.8.9-r1.ebuild

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

Index: storable-0.8.9-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/storable/storable-0.8.9-r1.ebuild,v 
1.1 2014/03/10 16:15:31 mrueg Exp $

EAPI=5

# jruby → yajl-ruby won't work, as it's compiled extension
USE_RUBY="ruby18 ruby19"

RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Marshal Ruby classes into and out of multiple formats"
HOMEPAGE="http://solutious.com/";

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

SRC_URI="http://github.com/delano/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz"
S="${WORKDIR}/delano-${PN}-*"

# technically, it could work without either; on the other hand, it
# would break a bit of stuff.
#ruby_add_rdepend "|| ( dev-ruby/json dev-ruby/yajl-ruby )"

# Somehow it infinite-recurse if JSON is used, see issue #1, so use
# yajl directly.
ruby_add_rdepend dev-ruby/yajl-ruby

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

all_ruby_prepare() {
        mv bin examples || die
}

each_ruby_test() {
        ${RUBY} -S try || die "tests failed"
}

all_ruby_install() {
        all_fakegem_install

        docinto examples
        dodoc examples/*
}




Reply via email to