public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/combustion/
@ 2014-03-25 10:56 Hans de Graaff
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff @ 2014-03-25 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e8d62801d53067c48985cbfce8e2002cb46f427a
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Mar  3 13:37:00 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar  3 13:37:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e8d62801

Initial import.

Package-Manager: portage-2.2.7

---
 dev-ruby/combustion/ChangeLog               | 10 ++++++++++
 dev-ruby/combustion/Manifest                |  1 +
 dev-ruby/combustion/combustion-0.5.1.ebuild | 26 ++++++++++++++++++++++++++
 dev-ruby/combustion/metadata.xml            |  5 +++++
 4 files changed, 42 insertions(+)

diff --git a/dev-ruby/combustion/ChangeLog b/dev-ruby/combustion/ChangeLog
new file mode 100644
index 0000000..e1c7b03
--- /dev/null
+++ b/dev-ruby/combustion/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/combustion
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*combustion-0.5.1 (03 Mar 2014)
+
+  03 Mar 2014; Hans de Graaff <graaff@gentoo.org> +combustion-0.5.1.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
new file mode 100644
index 0000000..ec3a202
--- /dev/null
+++ b/dev-ruby/combustion/Manifest
@@ -0,0 +1 @@
+DIST combustion-0.5.1.gem 13312 SHA256 2c41a6faa674c1ba0e5d4ac428b1bebd0e63760952e0fc64b36c0c45343bcdc5 SHA512 35d60fd7aae5b28ec909d404a27cc199b65865feeaee66ef691eb4175327324d6007ffc45629d8442f2cf5f4ef25ae254eafa67884943037dda798c196e34af7 WHIRLPOOL f7e2d7c28b74292f57d573a3fe6cd141602eea985797678e288c58ede6d5a77d8286895cc1cc99d2d2f8fd7b60303015629b56c941d7c74abd296c5fadd1634d

diff --git a/dev-ruby/combustion/combustion-0.5.1.ebuild b/dev-ruby/combustion/combustion-0.5.1.ebuild
new file mode 100644
index 0000000..d88a7aa
--- /dev/null
+++ b/dev-ruby/combustion/combustion-0.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Elegant Rails Engine Testing"
+HOMEPAGE="https://github.com/pat/combustion"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/activesupport-3.0.0
+	>=dev-ruby/railties-3.0.0
+	>=dev-ruby/thor-0.14.6
+"

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


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/combustion/
@ 2014-04-06  6:03 Hans de Graaff
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff @ 2014-04-06  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ffba77c29cd5aa7685040edb6797a357e8cebff8
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr  4 13:36:26 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr  4 13:36:26 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=ffba77c2

Moved to gentoo tree

---
 dev-ruby/combustion/ChangeLog               | 10 ----------
 dev-ruby/combustion/Manifest                |  1 -
 dev-ruby/combustion/combustion-0.5.1.ebuild | 26 --------------------------
 dev-ruby/combustion/metadata.xml            |  5 -----
 4 files changed, 42 deletions(-)

diff --git a/dev-ruby/combustion/ChangeLog b/dev-ruby/combustion/ChangeLog
deleted file mode 100644
index e1c7b03..0000000
--- a/dev-ruby/combustion/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-ruby/combustion
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*combustion-0.5.1 (03 Mar 2014)
-
-  03 Mar 2014; Hans de Graaff <graaff@gentoo.org> +combustion-0.5.1.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
deleted file mode 100644
index ec3a202..0000000
--- a/dev-ruby/combustion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST combustion-0.5.1.gem 13312 SHA256 2c41a6faa674c1ba0e5d4ac428b1bebd0e63760952e0fc64b36c0c45343bcdc5 SHA512 35d60fd7aae5b28ec909d404a27cc199b65865feeaee66ef691eb4175327324d6007ffc45629d8442f2cf5f4ef25ae254eafa67884943037dda798c196e34af7 WHIRLPOOL f7e2d7c28b74292f57d573a3fe6cd141602eea985797678e288c58ede6d5a77d8286895cc1cc99d2d2f8fd7b60303015629b56c941d7c74abd296c5fadd1634d

diff --git a/dev-ruby/combustion/combustion-0.5.1.ebuild b/dev-ruby/combustion/combustion-0.5.1.ebuild
deleted file mode 100644
index d88a7aa..0000000
--- a/dev-ruby/combustion/combustion-0.5.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Elegant Rails Engine Testing"
-HOMEPAGE="https://github.com/pat/combustion"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/activesupport-3.0.0
-	>=dev-ruby/railties-3.0.0
-	>=dev-ruby/thor-0.14.6
-"

diff --git a/dev-ruby/combustion/metadata.xml b/dev-ruby/combustion/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-ruby/combustion/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>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2014-04-06  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 10:56 [gentoo-commits] dev/graaff:master commit in: dev-ruby/combustion/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2014-04-06  6:03 Hans de Graaff

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