public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/exception_notification/
Date: Fri, 25 Oct 2013 09:08:35 +0000 (UTC)	[thread overview]
Message-ID: <1382625832.c946c31bdc939cd87e9d13781a65e5a203a38d97.graaff@gentoo> (raw)

commit:     c946c31bdc939cd87e9d13781a65e5a203a38d97
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Oct 24 14:43:52 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 14:43:52 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c946c31b

Cleanup.

Package-Manager: portage-2.2.7

---
 dev-ruby/exception_notification/ChangeLog          |  4 +++
 dev-ruby/exception_notification/Manifest           |  2 --
 .../exception_notification-2.5.2.ebuild            | 26 ----------------
 .../exception_notification-3.0.0.ebuild            | 35 ----------------------
 4 files changed, 4 insertions(+), 63 deletions(-)

diff --git a/dev-ruby/exception_notification/ChangeLog b/dev-ruby/exception_notification/ChangeLog
index 562b45e..b96779e 100644
--- a/dev-ruby/exception_notification/ChangeLog
+++ b/dev-ruby/exception_notification/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Oct 2013; Hans de Graaff <graaff@gentoo.org>
+  -exception_notification-2.5.2.ebuild, -exception_notification-3.0.0.ebuild:
+  Cleanup.
+
 *exception_notification-3.0.1 (14 Feb 2013)
 
   14 Feb 2013; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/exception_notification/Manifest b/dev-ruby/exception_notification/Manifest
index 827854a..954cf80 100644
--- a/dev-ruby/exception_notification/Manifest
+++ b/dev-ruby/exception_notification/Manifest
@@ -1,4 +1,2 @@
-DIST exception_notification-2.5.2.gem 90112 SHA256 8e7dc65831c79fea0423d72d262b9b37e20afac55d890605437192b60383c225 SHA512 200bc309fb6ebacf5bfcb8a2dac5fa9f05d3f8d463c5d157f6ff9f466db562a0c411d75823366b13c605d20fc7fa62a04c1ec57fe546f45a9931d571dd78cee6 WHIRLPOOL 82367173debcc0cd520f8db8c8a28dbe254900a619c8001268f209cf7169909c4eadd9376cbe44e5aeb60ed4400e2bba482154b5b1ca6163c2eeb9892923a4fd
 DIST exception_notification-2.6.1.gem 94208 SHA256 8988218e15c0c8cf27b7756d893ffdb25155ad738c63d4b3b54a5f33bc3f667a SHA512 d6215cb282be544794626d0585fc4a9195da78479e66e93d188b59f98b73163ccb4f0ac9f8a602a173c645561ec776f073ecc71d11729e0cba119e109af03fbf WHIRLPOOL 8d65f8c2430d337b046c830738088b1ec9d07bd88bc53ac96c3af90a3c52e543cc0dab3c9cb474f87a66d1a650bba3080ef52056b73de949ce99e6d9704e34c9
-DIST exception_notification-3.0.0.gem 98816 SHA256 38a1faca80e1db2a608a07ce75e66a9be4a965e03dd23324e52c0943f4240050 SHA512 43caa6dca17f36708dac6da0546f3adaa131a561858ca5456ee0ba1c83a313e5338cf46768fc5d57cf255e78e7c9bf3517c67c88f91bb1e12fa01dbc91d64198 WHIRLPOOL c92ec741038e96b0328e2bf59950a8c244cb6056931bee1e4d03f56cf334145aa78bf5cfca17de95eaf5086a4dc48ce6979f682d86d50456e56942eb44862c55
 DIST exception_notification-3.0.1.gem 99328 SHA256 4570fcecbd77f658601ee422e341dea76731cc2506c3b9776e10a08cc58a150e SHA512 31ca622bd73144fce6ea6b8f86738026ca611dd47aca17f2a3a337e4dfd17b9aa30c19b4a209ea8ab0d865e2cb00b7aa851e015f54c67e7f279a0ec7c5b38e2f WHIRLPOOL 10eb4ab3de3c0c2c0eda927bbb3b222bbdf528b21db8b6a5091e7b7431f8e911bf396b49470dbb05bf5b4c6ff797555defb1ecdf4470953180433cbf300d1fdd

diff --git a/dev-ruby/exception_notification/exception_notification-2.5.2.ebuild b/dev-ruby/exception_notification/exception_notification-2.5.2.ebuild
deleted file mode 100644
index 662e28d..0000000
--- a/dev-ruby/exception_notification/exception_notification-2.5.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Requires bundler and rake 0.9.x so skip this for now.
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Exception Notifier Plugin for Rails"
-HOMEPAGE="https://github.com/smartinez87/exception_notification/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/actionmailer-3.0.4"

diff --git a/dev-ruby/exception_notification/exception_notification-3.0.0.ebuild b/dev-ruby/exception_notification/exception_notification-3.0.0.ebuild
deleted file mode 100644
index 9b5478f..0000000
--- a/dev-ruby/exception_notification/exception_notification-3.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Requires rails 3.0.9 so skip this for now.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
-
-inherit ruby-fakegem
-
-DESCRIPTION="Exception Notifier Plugin for Rails"
-HOMEPAGE="https://github.com/smartinez87/exception_notification/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/actionmailer-3.0.4"
-
-all_ruby_prepare() {
-	# Remove campfire support. We don't need it and it bloats the
-	# application. https://github.com/smartinez87/exception_notification/issues/101
-	sed -i -e '/tinder/d' ${PN}.gemspec || die
-	sed -i -e '/campfire/ s:^:#:' lib/exception_notifier.rb || die
-}


             reply	other threads:[~2013-10-25  9:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-25  9:08 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-26 18:54 [gentoo-commits] dev/graaff:master commit in: dev-ruby/exception_notification/ Hans de Graaff
2016-07-26 18:54 Hans de Graaff
2016-02-12  6:55 Hans de Graaff
2016-02-12  6:55 Hans de Graaff
2015-12-23  6:55 Hans de Graaff
2015-12-09  6:36 Hans de Graaff
2015-12-09  6:36 Hans de Graaff
2015-06-12  5:05 Hans de Graaff
2015-04-17 13:02 Hans de Graaff
2015-04-17 13:02 Hans de Graaff
2014-07-02  9:04 Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-02-14 15:52 Hans de Graaff
2012-11-21  9:47 Hans de Graaff
2012-11-20 10:00 Hans de Graaff
2012-11-20 10:00 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2011-09-29 15:03 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=1382625832.c946c31bdc939cd87e9d13781a65e5a203a38d97.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