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, 12 Feb 2016 06:55:42 +0000 (UTC)	[thread overview]
Message-ID: <1455259874.486e0ae3f631b0065690ac33f106b4517b0c0bc6.graaff@gentoo> (raw)

commit:     486e0ae3f631b0065690ac33f106b4517b0c0bc6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 12 06:51:14 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 06:51:14 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=486e0ae3

dev-ruby/exception_notification: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/exception_notification/Manifest           |  2 --
 .../exception_notification-4.1.1.ebuild            | 28 ----------------------
 .../exception_notification-4.1.2.ebuild            | 28 ----------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/exception_notification/Manifest b/dev-ruby/exception_notification/Manifest
index 1f64f00..f04bac8 100644
--- a/dev-ruby/exception_notification/Manifest
+++ b/dev-ruby/exception_notification/Manifest
@@ -1,5 +1,3 @@
 DIST exception_notification-3.0.1.gem 99328 SHA256 4570fcecbd77f658601ee422e341dea76731cc2506c3b9776e10a08cc58a150e SHA512 31ca622bd73144fce6ea6b8f86738026ca611dd47aca17f2a3a337e4dfd17b9aa30c19b4a209ea8ab0d865e2cb00b7aa851e015f54c67e7f279a0ec7c5b38e2f WHIRLPOOL 10eb4ab3de3c0c2c0eda927bbb3b222bbdf528b21db8b6a5091e7b7431f8e911bf396b49470dbb05bf5b4c6ff797555defb1ecdf4470953180433cbf300d1fdd
-DIST exception_notification-4.1.1.gem 113664 SHA256 e12d2bb35cdb482869c5d6f4f5a8982f0716301d418ff6aa537f0ee8612c08ab SHA512 c7cb69947ee519014d11fc928eb85280067e9102620958b2dff5afc8cb3603018f62cc1ca42b7721626c8007e0386ea7d21246be899c165e20fc947656f4c7de WHIRLPOOL 79c9041cf5309931f1b6062ff896acca5301f896c795373c3bc2b92511df991fd5350fe6feaf479477a8ca2b4b49d531cf92d881c215edc94e57c9c985967905
-DIST exception_notification-4.1.2.gem 113152 SHA256 936bc5593482e132043cd630c49e611dda5d323c46114e0f9b11c99c98e5412f SHA512 01058c047f9b3dbffdfc5cfa1cac112ebf1a9d902323d0212a0d7fa027b7da0dd6f5c90f7966c0d2e5eda855bcf247a7f9b2843ac3bde30ba3b61716d85383a8 WHIRLPOOL 8086c340aa58db392c2a93a1bc8f6fb003b7dd4554758b20ae964d02f42933a8ac627146f6f9d59e0d7a946c413fa1d98450537608b5cf12ec2f10e584b7564d
 DIST exception_notification-4.1.3.gem 114176 SHA256 b6ea4e529ccb412824ac7ef9b1ac9fd56c4fc1f3e224b9287fce5cb0f8e89796 SHA512 7d95b1cfc11d48e9b6bbc0cc4896073f3fac3b2fbd21bb29f94f2994b13a5954987ad9178526fb401b73af14d6f98d66e9be1def4f6bda4e618c7142280ff21e WHIRLPOOL d15064c21aa172a831c0b4f3ab359fdb270939de4c4e0f146eec024f96a0c556fb79f14584cd2d481181a59a04ea13f63a74021fa26ee748e2e57bbaed8c29f4
 DIST exception_notification-4.1.4.gem 114176 SHA256 79cece07c4f3f187ae86e66763e3817d29dc33066ac84336ee9196286c920952 SHA512 abcbb1662225de14d118410c1c291f808ee73a7398c05739c0621029c915a6310f23747296d3476724709dc2a9730743548d4793d84b0de6c2fa239b7386daea WHIRLPOOL 5f86bc4a90e430e683b259e8ba351209f6f13ec92c0a0ac40db9db50f46bd8953fbe0754b45f73a216db45614626d00c239360966a680e49f4f9ee8e2725132c

diff --git a/dev-ruby/exception_notification/exception_notification-4.1.1.ebuild b/dev-ruby/exception_notification/exception_notification-4.1.1.ebuild
deleted file mode 100644
index 4c6586c..0000000
--- a/dev-ruby/exception_notification/exception_notification-4.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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="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="4"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/actionmailer-3.0.4:* >=dev-ruby/activesupport-3.0.4:*"

diff --git a/dev-ruby/exception_notification/exception_notification-4.1.2.ebuild b/dev-ruby/exception_notification/exception_notification-4.1.2.ebuild
deleted file mode 100644
index 95cbc4a..0000000
--- a/dev-ruby/exception_notification/exception_notification-4.1.2.ebuild
+++ /dev/null
@@ -1,28 +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="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="4"
-IUSE="doc"
-
-ruby_add_rdepend "=dev-ruby/actionmailer-4*:* =dev-ruby/activesupport-4*:*"


             reply	other threads:[~2016-02-12  6:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-12  6:55 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
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-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=1455259874.486e0ae3f631b0065690ac33f106b4517b0c0bc6.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