public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ascii85: ChangeLog ascii85-1.0.2.ebuild
@ 2012-11-07  7:02 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-11-07  7:02 UTC (permalink / raw
  To: gentoo-commits

graaff      12/11/07 07:02:05

  Modified:             ChangeLog
  Added:                ascii85-1.0.2.ebuild
  Log:
  Version bump with test fixes by Michel Boaventura in the ruby overlay.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.17                 dev-ruby/ascii85/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	28 Oct 2012 17:46:31 -0000	1.16
+++ ChangeLog	7 Nov 2012 07:02:04 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ascii85
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.16 2012/10/28 17:46:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.17 2012/11/07 07:02:04 graaff Exp $
+
+*ascii85-1.0.2 (07 Nov 2012)
+
+  07 Nov 2012; Hans de Graaff <graaff@gentoo.org> +ascii85-1.0.2.ebuild:
+  Version bump with test fixes by Michel Boaventura in the ruby overlay.
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org> ascii85-1.0.1.ebuild:
   Add ~alpha/~ia64/~sparc wrt #431384



1.1                  dev-ruby/ascii85/ascii85-1.0.2.ebuild

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

Index: ascii85-1.0.2.ebuild
===================================================================
# Copyright 1999-2012 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.ebuild,v 1.1 2012/11/07 07:02:05 graaff Exp $

EAPI=4

USE_RUBY="ruby18 ruby19 ree18 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: ChangeLog ascii85-1.0.2.ebuild
@ 2013-11-02 19:35 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-11-02 19:35 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/11/02 19:35:37

  Modified:             ChangeLog
  Removed:              ascii85-1.0.2.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.20                 dev-ruby/ascii85/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	5 Oct 2013 11:33:25 -0000	1.19
+++ ChangeLog	2 Nov 2013 19:35:37 -0000	1.20
@@ -1,6 +1,9 @@
 # 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.19 2013/10/05 11:33:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.20 2013/11/02 19:35:37 mrueg Exp $
+
+  02 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -ascii85-1.0.2.ebuild:
+  Cleanup old.
 
 *ascii85-1.0.2-r1 (05 Oct 2013)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-02 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07  7:02 [gentoo-commits] gentoo-x86 commit in dev-ruby/ascii85: ChangeLog ascii85-1.0.2.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-02 19:35 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