* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/haml-rails/
@ 2015-06-10 23:25 Manuel Rüger
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2015-06-10 23:25 UTC (permalink / raw
To: gentoo-commits
commit: 69662f6e0a15aa71773962952970fe705208849d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 23:25:51 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 23:25:51 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=69662f6e
[dev-ruby/haml-rails] Initial version.
Package-Manager: portage-2.2.20
dev-ruby/haml-rails/Manifest | 1 +
dev-ruby/haml-rails/haml-rails-0.9.0.ebuild | 31 +++++++++++++++++++++++++++++
dev-ruby/haml-rails/metadata.xml | 8 ++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-ruby/haml-rails/Manifest b/dev-ruby/haml-rails/Manifest
new file mode 100644
index 0000000..e37878e
--- /dev/null
+++ b/dev-ruby/haml-rails/Manifest
@@ -0,0 +1 @@
+DIST haml-rails-0.9.0.gem 13312 SHA256 bf153620b7d4f31ea91b0be5c4ad0bdc6c7d94becfec703b1cc62cd5a7fd6ec1 SHA512 c01a21d40b34b10ea294157f0290f9525f95ae868c318373a2da9e14aa309c00ecd6b2e28e98b91bf78adfa99fafa09de084f5c5540d9095c67d46ffd63a1cfd WHIRLPOOL 160fb864b373512890422904db80b74170661643836b26174dabb1f1b15fa6727c353444c593f2024b9810e9d1af79ccaa957b38eba662f86d4af4f4cbf772ce
diff --git a/dev-ruby/haml-rails/haml-rails-0.9.0.ebuild b/dev-ruby/haml-rails/haml-rails-0.9.0.ebuild
new file mode 100644
index 0000000..4d33c40
--- /dev/null
+++ b/dev-ruby/haml-rails/haml-rails-0.9.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+USE_RUBY="ruby19 ruby20 ruby21"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides Haml generators for Rails 4"
+HOMEPAGE="https://github.com/indirect/haml-rails"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/actionpack-4.0.1
+ >=dev-ruby/activesupport-4.0.1
+ >=dev-ruby/railties-4.0.1
+ >=dev-ruby/haml-4.0.6
+ >=dev-ruby/html2haml-1.0.1"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rails-4.0.1 )"
+
+all_ruby_prepare() {
+ sed -i -e "/[Bb]undler/d" Rakefile || die
+}
diff --git a/dev-ruby/haml-rails/metadata.xml b/dev-ruby/haml-rails/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/haml-rails/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/haml-rails/
@ 2016-08-28 20:34 Manuel Rüger
0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2016-08-28 20:34 UTC (permalink / raw
To: gentoo-commits
commit: 487d3efcc26240a24436b88f748eb3a63c4a211c
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 20:33:35 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 20:33:35 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=487d3efc
dev-ruby/haml-rails: Moved to the tree
dev-ruby/haml-rails/Manifest | 1 -
dev-ruby/haml-rails/haml-rails-0.9.0.ebuild | 31 -----------------------------
dev-ruby/haml-rails/metadata.xml | 8 --------
3 files changed, 40 deletions(-)
diff --git a/dev-ruby/haml-rails/Manifest b/dev-ruby/haml-rails/Manifest
deleted file mode 100644
index e37878e..0000000
--- a/dev-ruby/haml-rails/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST haml-rails-0.9.0.gem 13312 SHA256 bf153620b7d4f31ea91b0be5c4ad0bdc6c7d94becfec703b1cc62cd5a7fd6ec1 SHA512 c01a21d40b34b10ea294157f0290f9525f95ae868c318373a2da9e14aa309c00ecd6b2e28e98b91bf78adfa99fafa09de084f5c5540d9095c67d46ffd63a1cfd WHIRLPOOL 160fb864b373512890422904db80b74170661643836b26174dabb1f1b15fa6727c353444c593f2024b9810e9d1af79ccaa957b38eba662f86d4af4f4cbf772ce
diff --git a/dev-ruby/haml-rails/haml-rails-0.9.0.ebuild b/dev-ruby/haml-rails/haml-rails-0.9.0.ebuild
deleted file mode 100644
index f57a737..0000000
--- a/dev-ruby/haml-rails/haml-rails-0.9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides Haml generators for Rails 4"
-HOMEPAGE="https://github.com/indirect/haml-rails"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/actionpack-4.0.1
- >=dev-ruby/activesupport-4.0.1
- >=dev-ruby/railties-4.0.1
- >=dev-ruby/haml-4.0.6
- >=dev-ruby/html2haml-1.0.1"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rails-4.0.1 )"
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile || die
-}
diff --git a/dev-ruby/haml-rails/metadata.xml b/dev-ruby/haml-rails/metadata.xml
deleted file mode 100644
index bfcb697..0000000
--- a/dev-ruby/haml-rails/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-28 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10 23:25 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/haml-rails/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-08-28 20:34 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox