commit: cc478a8eec4ea5da99befd69aa5db90dfba4d9e5 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Fri Apr 17 12:26:48 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Apr 17 12:26:48 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=cc478a8e
Cleanup. Package-Manager: portage-2.2.14 dev-ruby/exception_notification/ChangeLog | 6 ++++- dev-ruby/exception_notification/Manifest | 1 - .../exception_notification-2.6.1.ebuild | 26 ---------------------- 3 files changed, 5 insertions(+), 28 deletions(-) diff --git a/dev-ruby/exception_notification/ChangeLog b/dev-ruby/exception_notification/ChangeLog index 3a4564a..46ae9c2 100644 --- a/dev-ruby/exception_notification/ChangeLog +++ b/dev-ruby/exception_notification/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-ruby/exception_notification -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Apr 2015; Hans de Graaff <[email protected]> + -exception_notification-2.6.1.ebuild: + Cleanup. + 02 Jul 2014; Hans de Graaff <[email protected]> exception_notification-3.0.1.ebuild: Add ruby20. diff --git a/dev-ruby/exception_notification/Manifest b/dev-ruby/exception_notification/Manifest index 2444d26..e6d5e00 100644 --- a/dev-ruby/exception_notification/Manifest +++ b/dev-ruby/exception_notification/Manifest @@ -1,3 +1,2 @@ -DIST exception_notification-2.6.1.gem 94208 SHA256 8988218e15c0c8cf27b7756d893ffdb25155ad738c63d4b3b54a5f33bc3f667a SHA512 d6215cb282be544794626d0585fc4a9195da78479e66e93d188b59f98b73163ccb4f0ac9f8a602a173c645561ec776f073ecc71d11729e0cba119e109af03fbf WHIRLPOOL 8d65f8c2430d337b046c830738088b1ec9d07bd88bc53ac96c3af90a3c52e543cc0dab3c9cb474f87a66d1a650bba3080ef52056b73de949ce99e6d9704e34c9 DIST exception_notification-3.0.1.gem 99328 SHA256 4570fcecbd77f658601ee422e341dea76731cc2506c3b9776e10a08cc58a150e SHA512 31ca622bd73144fce6ea6b8f86738026ca611dd47aca17f2a3a337e4dfd17b9aa30c19b4a209ea8ab0d865e2cb00b7aa851e015f54c67e7f279a0ec7c5b38e2f WHIRLPOOL 10eb4ab3de3c0c2c0eda927bbb3b222bbdf528b21db8b6a5091e7b7431f8e911bf396b49470dbb05bf5b4c6ff797555defb1ecdf4470953180433cbf300d1fdd DIST exception_notification-4.0.1.gem 108544 SHA256 e00fc5bc14b77d496ea325c05dcfb468008caf499837a77d570fa9fbd0d4515a SHA512 06c5d76cdfccc92a1975fc17e7de571295326f0dda1180aaeba78e7f56b6f2c3f2c9c2277c4d35cab8e9ecb89d52f829311689d7880d90b7420261941877bf60 WHIRLPOOL 17af6bac16d4c36a291767f916a5215ba8923cc930a783c5730cfde59c90beadc733dda40173ffc93c6d8bc8f2e5e4fc6d810b57a37d778a1baa3e70a58bd554 diff --git a/dev-ruby/exception_notification/exception_notification-2.6.1.ebuild b/dev-ruby/exception_notification/exception_notification-2.6.1.ebuild deleted file mode 100644 index d8f8c7f..0000000 --- a/dev-ruby/exception_notification/exception_notification-2.6.1.ebuild +++ /dev/null @@ -1,26 +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="" - -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"
