mrueg       14/03/27 12:14:28

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

Revision  Changes    Path
1.25                 dev-ruby/slop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   17 Nov 2013 19:29:42 -0000      1.24
+++ ChangeLog   27 Mar 2014 12:14:28 -0000      1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/slop
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.24 2013/11/17 
19:29:42 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.25 2014/03/27 
12:14:28 mrueg Exp $
+
+*slop-3.5.0 (27 Mar 2014)
+
+  27 Mar 2014; Manuel RĂ¼ger <mr...@gentoo.org> +slop-3.5.0.ebuild:
+  Version bump.
 
 *slop-3.4.7 (17 Nov 2013)
 



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

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

Index: slop-3.5.0.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.ebuild,v 1.1 
2014/03/27 12:14:28 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 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