* [gentoo-commits] gentoo-x86 commit in dev-ruby/ascii85: ascii85-1.0.2-r1.ebuild ChangeLog
@ 2013-10-05 11:33 Manuel Rueger (mrueg)
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-10-05 11:33 UTC (permalink / raw
To: gentoo-commits
mrueg 13/10/05 11:33:25
Modified: ChangeLog
Added: ascii85-1.0.2-r1.ebuild
Log:
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.19 dev-ruby/ascii85/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 4 Sep 2013 12:40:13 -0000 1.18
+++ ChangeLog 5 Oct 2013 11:33:25 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ascii85
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.18 2013/09/04 12:40:13 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.19 2013/10/05 11:33:25 mrueg Exp $
+
+*ascii85-1.0.2-r1 (05 Oct 2013)
+
+ 05 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +ascii85-1.0.2-r1.ebuild:
+ Add ruby20 target.
04 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -ascii85-1.0.1.ebuild:
Cleanup old.
1.1 dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: ascii85-1.0.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild,v 1.1 2013/10/05 11:33:25 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
RUBY_FAKEGEM_NAME="Ascii85"
inherit ruby-fakegem
DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name."
HOMEPAGE="http://ascii85.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/minitest )"
all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ascii85: ascii85-1.0.2-r1.ebuild ChangeLog
@ 2014-05-15 1:23 Manuel Rueger (mrueg)
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-05-15 1:23 UTC (permalink / raw
To: gentoo-commits
mrueg 14/05/15 01:23:37
Modified: ascii85-1.0.2-r1.ebuild ChangeLog
Log:
Remove ruby18.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.2 dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild?r1=1.1&r2=1.2
Index: ascii85-1.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ascii85-1.0.2-r1.ebuild 5 Oct 2013 11:33:25 -0000 1.1
+++ ascii85-1.0.2-r1.ebuild 15 May 2014 01:23:37 -0000 1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild,v 1.1 2013/10/05 11:33:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r1.ebuild,v 1.2 2014/05/15 01:23:37 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
1.22 dev-ruby/ascii85/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 8 May 2014 20:58:59 -0000 1.21
+++ ChangeLog 15 May 2014 01:23:37 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ascii85
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.21 2014/05/08 20:58:59 p8952 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.22 2014/05/15 01:23:37 mrueg Exp $
+
+ 15 May 2014; Manuel Rüger <mrueg@gentoo.org> ascii85-1.0.2-r1.ebuild:
+ Remove ruby18.
*ascii85-1.0.2-r2 (08 May 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-15 1:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 1:23 [gentoo-commits] gentoo-x86 commit in dev-ruby/ascii85: ascii85-1.0.2-r1.ebuild ChangeLog Manuel Rueger (mrueg)
-- strict thread matches above, loose matches on Subject: below --
2013-10-05 11:33 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox