graaff      15/03/20 06:51:09

  Modified:             ChangeLog
  Added:                dalli-2.7.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.13                 dev-ruby/dalli/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dalli/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   12 Aug 2014 21:21:05 -0000      1.12
+++ ChangeLog   20 Mar 2015 06:51:09 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/dalli
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dalli/ChangeLog,v 1.12 2014/08/12 
21:21:05 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dalli/ChangeLog,v 1.13 2015/03/20 
06:51:09 graaff Exp $
+
+*dalli-2.7.4 (20 Mar 2015)
+
+  20 Mar 2015; Hans de Graaff <[email protected]> +dalli-2.7.4.ebuild:
+  Version bump.
 
   12 Aug 2014; Anthony G. Basile <[email protected]> dalli-2.6.4.ebuild:
   Keyword ~ppc and ~ppc64, bug #519170



1.1                  dev-ruby/dalli/dalli-2.7.4.ebuild

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

Index: dalli-2.7.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dalli/dalli-2.7.4.ebuild,v 1.1 
2015/03/20 06:51:09 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST="test"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.md Performance.md README.md"

inherit ruby-fakegem

DESCRIPTION="A high performance pure Ruby client for accessing memcached 
servers"
HOMEPAGE="http://github.com/mperham/dalli";
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE=""

DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"

ruby_add_bdepend "test? (
                >=dev-ruby/minitest-4.2.0
                >=dev-ruby/mocha-0.13
                >=dev-ruby/activesupport-4.1 )"

all_ruby_prepare() {
        chmod 0755 "${HOME}" || die "Failed to fix permissions on home"

        sed -i -e '/\(appraisal\|bundler\)/ s:^:#:' Rakefile || die

        sed -i -e '1igem "minitest", "~> 5.0"' test/helper.rb || die

        # Drop rails dependency which is only used to display the version
        # number, so we only need to depend on activesupport and avoid
        # complicated circular dependencies.
        sed -i -e '/rails/I s:^:#:' test/helper.rb || die
}




Reply via email to