From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/calendar_helper/
Date: Fri, 13 Sep 2013 09:46:13 +0000 (UTC) [thread overview]
Message-ID: <1379063376.54e3292d641e02e62185dc81c1f6ac5f79c1e1a6.graaff@gentoo> (raw)
commit: 54e3292d641e02e62185dc81c1f6ac5f79c1e1a6
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Sep 13 09:09:36 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 09:09:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=54e3292d
Cleanup.
Package-Manager: portage-2.2.1
---
dev-ruby/calendar_helper/ChangeLog | 4 +++
dev-ruby/calendar_helper/Manifest | 1 -
.../calendar_helper/calendar_helper-0.2.3.ebuild | 26 ------------------
.../calendar_helper/calendar_helper-0.2.4.ebuild | 32 ----------------------
4 files changed, 4 insertions(+), 59 deletions(-)
diff --git a/dev-ruby/calendar_helper/ChangeLog b/dev-ruby/calendar_helper/ChangeLog
index 61190bf..bd7648f 100644
--- a/dev-ruby/calendar_helper/ChangeLog
+++ b/dev-ruby/calendar_helper/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Sep 2013; Hans de Graaff <graaff@gentoo.org>
+ -calendar_helper-0.2.3.ebuild, -calendar_helper-0.2.4.ebuild:
+ Cleanup.
+
*calendar_helper-0.2.5 (09 May 2013)
09 May 2013; Hans de Graaff <graaff@gentoo.org>
diff --git a/dev-ruby/calendar_helper/Manifest b/dev-ruby/calendar_helper/Manifest
index 036b967..5f0b79b 100644
--- a/dev-ruby/calendar_helper/Manifest
+++ b/dev-ruby/calendar_helper/Manifest
@@ -1,3 +1,2 @@
-DIST calendar_helper-0.2.3.gem 11264 SHA256 74699d607948f5deb4072c4206099a185d028130426b6661eca1d2d245bd437c SHA512 3091c7120f279232757879b6eca5301eee7204b86fd50c4c9699e6d7b151478b8283c38c1d49755b001250281556234513da4741811abace491fb694904756c0 WHIRLPOOL 45e482ea893861b3e1dbe627d928f62e221b8875ad489aa439279dea4bb1de5a70835593617981d8530afba9f0cfa75d230345ed9ce9808497ad9f7368b4ee3d
DIST calendar_helper-0.2.4.gem 11264 SHA256 3266b058dc2dba5c3d01332d2b092864a0374416f4b610900ae658fdcc4f5263 SHA512 f4f74bc24d6a755099e24e9a1cfcd33b82772deb2a97e0c957a4bfdbb916c270d1ed73fcfc49b4972e730c18dfb847c78efdb62d720e0eb446a48adf2eefe8e5 WHIRLPOOL 4ffbbae1a77badec5949323151e44a74c05b1bd42dc09fce2c5deb2a56a9aa1f0f77765204977319563a5b48697fda9ebfd0ba8f02f750181e6138e155b8d545
DIST calendar_helper-0.2.5.gem 11776 SHA256 8b5520a535f175ba9784cfdce22e1783aa8a7f62b56d6ddca5c9e6246affac1c SHA512 2009d27bfe666867131e2c07acf85e1c241f44dda7e8f04f6dbcc77a5c93ef7411b41f7905ce67f06f1caaa4bfcca9e8ceead2c7385889d5d4b239c92456796f WHIRLPOOL faccb98e6062acb4d4da8eaa03f6ba7e45e26ff47bc30e682cc0fba0bbf73c1dddd85fad1b724ce0103833b49afc97983eb10974e35ddfc2410667a63a0f5818
diff --git a/dev-ruby/calendar_helper/calendar_helper-0.2.3.ebuild b/dev-ruby/calendar_helper/calendar_helper-0.2.3.ebuild
deleted file mode 100644
index 2a7c809..0000000
--- a/dev-ruby/calendar_helper/calendar_helper-0.2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb generators"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library dynamically replace net/smtp and net/pop with these in ruby 1.9, thus enabling SSL/TLS."
-HOMEPAGE="http://rubyforge.org/projects/tlsmail/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )"
-ruby_add_bdepend "test? ( dev-ruby/hoe virtual/ruby-test-unit dev-ruby/flexmock )"
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test_calendar_helper.rb || die
-}
diff --git a/dev-ruby/calendar_helper/calendar_helper-0.2.4.ebuild b/dev-ruby/calendar_helper/calendar_helper-0.2.4.ebuild
deleted file mode 100644
index 0a34645..0000000
--- a/dev-ruby/calendar_helper/calendar_helper-0.2.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb generators"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library dynamically replace net/smtp and net/pop with these in ruby 1.9, thus enabling SSL/TLS."
-HOMEPAGE="http://rubyforge.org/projects/tlsmail/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )"
-ruby_add_bdepend "test? ( dev-ruby/hoe virtual/ruby-test-unit dev-ruby/flexmock )"
-
-ruby_add_rdepend 'dev-ruby/open4'
-
-all_ruby_prepare() {
- sed -i -e '/isolate/d' Rakefile || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test_calendar_helper.rb || die
-}
next reply other threads:[~2013-09-13 9:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-13 9:46 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-26 5:38 [gentoo-commits] dev/graaff:master commit in: dev-ruby/calendar_helper/ Hans de Graaff
2016-08-26 5:38 Hans de Graaff
2015-06-24 4:40 Hans de Graaff
2014-06-06 6:39 Hans de Graaff
2013-09-13 9:46 Hans de Graaff
2013-05-19 6:51 Hans de Graaff
2012-04-30 9:30 Hans de Graaff
2011-06-09 12:31 Hans de Graaff
2011-06-09 12:06 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=1379063376.54e3292d641e02e62185dc81c1f6ac5f79c1e1a6.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