public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/ascii85/
@ 2012-11-06 18:23 Michel Boaventura
  0 siblings, 0 replies; 2+ messages in thread
From: Michel Boaventura @ 2012-11-06 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e70e3fd59efeefe927247ff24c961656f9c132de
Author:     Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Tue Nov  6 18:23:44 2012 +0000
Commit:     Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Tue Nov  6 18:23:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=e70e3fd5

Bump ascii85 to 1.0.2

(Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit)

---
 dev-ruby/ascii85/ChangeLog            |    8 ++++++++
 dev-ruby/ascii85/ascii85-1.0.2.ebuild |   29 +++++++++++++++++++++++++++++
 dev-ruby/ascii85/metadata.xml         |    5 +++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/ascii85/ChangeLog b/dev-ruby/ascii85/ChangeLog
new file mode 100644
index 0000000..4863ec6
--- /dev/null
+++ b/dev-ruby/ascii85/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-ruby/bundler
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ascii85-1.0.2 (06 Nov 2012)
+  06 Nov 2012; Michel Boaventura <michel.boaventura@gmail.com> +ascii85-1.0.2.ebuild,
+  +ChangeLog +Manifest +metadata.xml:
+  Bump version to 1.0.2

diff --git a/dev-ruby/ascii85/ascii85-1.0.2.ebuild b/dev-ruby/ascii85/ascii85-1.0.2.ebuild
new file mode 100644
index 0000000..49efa30
--- /dev/null
+++ b/dev-ruby/ascii85/ascii85-1.0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt LICENSE"
+
+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=""
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' Rakefile || die
+}

diff --git a/dev-ruby/ascii85/metadata.xml b/dev-ruby/ascii85/metadata.xml
new file mode 100644
index 0000000..8521361
--- /dev/null
+++ b/dev-ruby/ascii85/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/ascii85/
@ 2012-11-07  7:02 Hans de Graaff
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff @ 2012-11-07  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8d64403bb34fa244795fd913e0aa5c298b73ff2d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Nov  7 07:02:22 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov  7 07:02:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=8d64403b

Moved to gentoo tree.

---
 dev-ruby/ascii85/ChangeLog            |    8 --------
 dev-ruby/ascii85/ascii85-1.0.2.ebuild |   29 -----------------------------
 dev-ruby/ascii85/metadata.xml         |    5 -----
 3 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/dev-ruby/ascii85/ChangeLog b/dev-ruby/ascii85/ChangeLog
deleted file mode 100644
index 4863ec6..0000000
--- a/dev-ruby/ascii85/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-ruby/bundler
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*ascii85-1.0.2 (06 Nov 2012)
-  06 Nov 2012; Michel Boaventura <michel.boaventura@gmail.com> +ascii85-1.0.2.ebuild,
-  +ChangeLog +Manifest +metadata.xml:
-  Bump version to 1.0.2

diff --git a/dev-ruby/ascii85/ascii85-1.0.2.ebuild b/dev-ruby/ascii85/ascii85-1.0.2.ebuild
deleted file mode 100644
index 49efa30..0000000
--- a/dev-ruby/ascii85/ascii85-1.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt LICENSE"
-
-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=""
-
-all_ruby_prepare() {
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' Rakefile || die
-}

diff --git a/dev-ruby/ascii85/metadata.xml b/dev-ruby/ascii85/metadata.xml
deleted file mode 100644
index 8521361..0000000
--- a/dev-ruby/ascii85/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>ruby</herd>
-</pkgmetadata>


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

end of thread, other threads:[~2012-11-07  7:02 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] proj/ruby-overlay:master commit in: dev-ruby/ascii85/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2012-11-06 18:23 Michel Boaventura

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox