mrueg       14/07/25 01:14:36

  Modified:             ChangeLog
  Added:                slop-3.5.0-r1.ebuild
  Log:
  Add ruby21 target. Thanks to longlene.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.27                 dev-ruby/slop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   19 Apr 2014 03:17:57 -0000      1.26
+++ ChangeLog   25 Jul 2014 01:14:36 -0000      1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/slop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.26 2014/04/19 
03:17:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.27 2014/07/25 
01:14:36 mrueg Exp $
+
+*slop-3.5.0-r1 (25 Jul 2014)
+
+  25 Jul 2014; Manuel Rüger <[email protected]> +slop-3.5.0-r1.ebuild:
+  Add ruby21 target. Thanks to longlene.
 
   19 Apr 2014; Manuel Rüger <[email protected]> -slop-3.4.6-r1.ebuild,
   -slop-3.4.7.ebuild, slop-2.4.4-r1.ebuild:



1.1                  dev-ruby/slop/slop-3.5.0-r1.ebuild

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

Index: slop-3.5.0-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/slop/slop-3.5.0-r1.ebuild,v 1.1 
2014/07/25 01:14:36 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"

inherit ruby-fakegem

DESCRIPTION="A simple option parser with an easy to remember syntax and 
friendly API"
HOMEPAGE="https://github.com/injekt/slop";
SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"

LICENSE="MIT"
SLOT="3"
KEYWORDS="~amd64 ~ppc64 ~x86"

IUSE=""

ruby_add_bdepend "test? ( dev-ruby/minitest )"

all_ruby_prepare() {
        sed -i -e '/git ls-files/d' slop.gemspec || die
}




Reply via email to