From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mustache/
Date: Sun, 6 Mar 2016 20:05:17 +0000 (UTC) [thread overview]
Message-ID: <1457294704.9e03bf9aa0135b924f286a678a38af327a01c3ea.graaff@gentoo> (raw)
commit: 9e03bf9aa0135b924f286a678a38af327a01c3ea
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 19:57:19 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 20:05:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e03bf9a
dev-ruby/mustache: cleanup
Package-Manager: portage-2.2.26
dev-ruby/mustache/Manifest | 1 -
dev-ruby/mustache/mustache-0.99.5-r1.ebuild | 39 ---------------------------
dev-ruby/mustache/mustache-1.0.1.ebuild | 42 -----------------------------
3 files changed, 82 deletions(-)
diff --git a/dev-ruby/mustache/Manifest b/dev-ruby/mustache/Manifest
index 8528015..f716c64 100644
--- a/dev-ruby/mustache/Manifest
+++ b/dev-ruby/mustache/Manifest
@@ -1,3 +1,2 @@
DIST mustache-0.99.5.gem 41472 SHA256 c84be205017ada80aa4d4ad16b7af4bd89f840b26125a0e8eead5a914d279005 SHA512 fa85db8a2d0beea5bac93bf4214db0b65d275b7a01b4a16dbfcab0084d6a7701060d7b7cf090901830fbae2db5caa1973af427396407040053af9966782b55ef WHIRLPOOL 2c8562417ecaf1abe3073ba6a47053692f844e4e66bee7c1ea0893f908dd9f2db304a5d0de5ebe25f6866e312a1a8b6c0dfe1d9cfa5654513cb9578060af1bab
-DIST mustache-1.0.1.gem 40960 SHA256 42412df1754bed24f0238efb561e51c2c53b8ea3ab003819723481a73a60ae27 SHA512 de4611c2c913fe64e688f7995feb4ce9809e28bedcab43ec2f355aed8ebc1e1c7dcc7433bd36c6b3fc37295d59316f411aaecdd5d13fb64d4d63be1d67ac5c80 WHIRLPOOL 9d5f5709f2f745402dc2d3339dca42c360c37cadc145417a0d557f6d3fc489a373c5427488ec62b87b1e1576de09c1c52b3c5b9ac5f80e4ab69a25ba3c949b9c
DIST mustache-1.0.2.gem 40960 SHA256 e79dbc8bae087011ace17bfbc4ee1e652b1d5efa5d56316b09b7c2256f447d34 SHA512 4bc50bf67317e9815b125c25cd94b6c6943b4c7cdeeae3118d29b002279386f00f73a38bfcba9072253cd389634c44a8da9aba775989ab235a444796e4634450 WHIRLPOOL 310359b29b8e9a948c92e9e82045ca7b2f8f01e52c63c13d345bc01c4b3ea5949d3f765d301e9cc209facb59748f459fadb98ac91bc6edfe50f1ba9026ab5f32
diff --git a/dev-ruby/mustache/mustache-0.99.5-r1.ebuild b/dev-ruby/mustache/mustache-0.99.5-r1.ebuild
deleted file mode 100644
index f08e241..0000000
--- a/dev-ruby/mustache/mustache-0.99.5-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="man:build"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Mustache is a framework-agnostic way to render logic-free views"
-HOMEPAGE="https://mustache.github.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
- # Fix rake deprecation
- sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require f}"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/mustache.1 man/mustache.5
-}
diff --git a/dev-ruby/mustache/mustache-1.0.1.ebuild b/dev-ruby/mustache/mustache-1.0.1.ebuild
deleted file mode 100644
index 97cb9b3..0000000
--- a/dev-ruby/mustache/mustache-1.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="man:build"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Mustache is a framework-agnostic way to render logic-free views"
-HOMEPAGE="https://mustache.github.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
- # Fix rake deprecation
- sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
-
- # Avoid code climate dependency.
- sed -i -e '/codeclimate/I s:^:#:' test/helper.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require f}"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/mustache.1 man/mustache.5
-}
next reply other threads:[~2016-03-06 20:05 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-06 20:05 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-07 3:51 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mustache/ Jeroen Roovers
2016-03-14 17:56 Richard Farina
2016-03-15 13:11 Agostino Sarubbo
2016-03-15 18:15 Agostino Sarubbo
2016-03-16 14:09 Agostino Sarubbo
2016-03-17 11:29 Agostino Sarubbo
2016-03-28 5:52 Hans de Graaff
2016-03-29 20:41 Markus Meier
2016-05-14 17:50 Fabian Groffen
2016-05-28 9:23 Tobias Klausmann
2016-06-14 4:51 Hans de Graaff
2016-11-27 10:34 Hans de Graaff
2016-11-27 10:39 Hans de Graaff
2017-02-21 18:59 Hans de Graaff
2017-03-02 12:57 Fabian Groffen
2017-03-24 6:00 Hans de Graaff
2017-03-28 4:53 Hans de Graaff
2017-06-06 22:12 Sergei Trofimovich
2017-07-07 18:15 Alexis Ballier
2017-11-26 14:17 Hans de Graaff
2017-12-29 17:41 Sergei Trofimovich
2018-02-04 15:15 Hans de Graaff
2018-05-21 6:20 Hans de Graaff
2018-06-13 20:02 Sergei Trofimovich
2018-06-15 12:28 Sergei Trofimovich
2018-06-16 5:05 Hans de Graaff
2018-06-26 15:44 Tobias Klausmann
2018-07-10 19:11 Sergei Trofimovich
2018-07-22 14:37 Mikle Kolyada
2018-07-22 18:30 Hans de Graaff
2018-12-08 7:47 Hans de Graaff
2019-02-01 8:41 Hans de Graaff
2019-06-24 15:14 Michael Haubenwallner
2019-12-04 6:05 Hans de Graaff
2020-06-14 8:20 Hans de Graaff
2020-06-20 15:45 Thomas Deutschmann
2020-06-21 16:54 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-21 17:12 Agostino Sarubbo
2020-09-13 10:50 Sergei Trofimovich
2020-09-14 7:29 Hans de Graaff
2021-03-11 9:31 Hans de Graaff
2022-02-28 7:06 Yixun Lan
2022-03-07 3:47 Sam James
2022-05-09 4:47 Hans de Graaff
2022-07-18 13:32 Hans de Graaff
2022-12-04 15:59 WANG Xuerui
2023-03-28 14:59 Sam James
2023-03-28 14:59 Sam James
2023-03-28 14:59 Sam James
2023-03-28 15:03 Sam James
2023-03-28 15:05 Sam James
2023-03-28 16:25 Sam James
2023-03-28 16:27 Sam James
2023-03-29 9:34 Hans de Graaff
2023-03-29 13:04 Sam James
2023-04-07 14:26 Sam James
2023-04-10 21:54 Sam James
2023-04-10 21:54 Sam James
2023-08-11 19:14 Hans de Graaff
2024-04-28 8:35 Hans de Graaff
2025-05-17 5:36 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457294704.9e03bf9aa0135b924f286a678a38af327a01c3ea.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox