From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spring/
Date: Fri, 28 Aug 2015 05:38:19 +0000 (UTC) [thread overview]
Message-ID: <1440740097.414e76fa305536b53c846d7374cca460b546b9ef.graaff@gentoo> (raw)
commit: 414e76fa305536b53c846d7374cca460b546b9ef
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 05:34:57 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 05:34:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414e76fa
dev-ruby/spring: cleanup
Package-Manager: portage-2.2.20.1
dev-ruby/spring/Manifest | 2 --
dev-ruby/spring/spring-1.1.3.ebuild | 30 ------------------------------
dev-ruby/spring/spring-1.3.4.ebuild | 31 -------------------------------
3 files changed, 63 deletions(-)
diff --git a/dev-ruby/spring/Manifest b/dev-ruby/spring/Manifest
index a6d5e5d..47109a4 100644
--- a/dev-ruby/spring/Manifest
+++ b/dev-ruby/spring/Manifest
@@ -1,3 +1 @@
-DIST spring-1.1.3.gem 39936 SHA256 92aa8cf28fec20b0f760e2cf8efd1990be2c30c2e79167cdd19e8344420b72c5 SHA512 35896e920db3407115d8421700e36205ef08c7741ce91e95444923c298649d892f592fc5353290d2ab9f5cad65ff537356623999553cd9b272cc25370c9e0ab1 WHIRLPOOL e6da85e381af8ad139fe293c3b70f7e9673d18dff3e3a6322186b81fb3c5fdb4f67a01df9076c1737793ed2eff0d342ee09079b8d2094ff0c187aa3cfd9954d5
-DIST spring-1.3.4.tar.gz 37443 SHA256 e71e5d3503efbb297bbc19d554c4acae092348f9f8d4df7204948469248679d3 SHA512 6ea5ce07acfcfd1f9cbfbc00764e83e89b76483852beb31b9ef85d7827962e46031a90089dfefb4aad39d4844df9fab1f5664ed4833f6c7a83da472feac01e56 WHIRLPOOL fb471a064c6ac89b6549f132972b125b6ae374e550652be1b56a6e952bd6bbdd7486d46e414b24288d4f41b7fddb1655b2776696024be4c83d49766247a30136
DIST spring-1.3.6.tar.gz 37583 SHA256 5d72ac77755119c96560cd10b2040a85685d0558c9ad9ed96fd2cd442bdd1ae6 SHA512 7f9468202d93d0507a5a04bd1dac4fb4b830d636d3863d1d3b69d8c54de40bab804c0088445ff3690bc6b602c6b8a6e785af0da39bda9218223af05ba2d0ee42 WHIRLPOOL c8eb25bc9896f0b7bfabef1dcbc920fe4c15ade48c99171e66b68ccb24469d632af59b028b34717e06bd5201c3aebadd8f0c69425b17fc3e4eeadbad2f00ff5d
diff --git a/dev-ruby/spring/spring-1.1.3.ebuild b/dev-ruby/spring/spring-1.1.3.ebuild
deleted file mode 100644
index 1d68a87..0000000
--- a/dev-ruby/spring/spring-1.1.3.ebuild
+++ /dev/null
@@ -1,30 +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_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rails application preloader"
-HOMEPAGE="https://github.com/rails/spring"
-
-LICENSE="MIT"
-SLOT="1.1"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rubygems-2.1.0"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport virtual/ruby-minitest )"
-
-all_ruby_prepare() {
- sed -i -e '/files/d' ${PN}.gemspec || die
-}
diff --git a/dev-ruby/spring/spring-1.3.4.ebuild b/dev-ruby/spring/spring-1.3.4.ebuild
deleted file mode 100644
index 374518b..0000000
--- a/dev-ruby/spring/spring-1.3.4.ebuild
+++ /dev/null
@@ -1,31 +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"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rails application preloader"
-HOMEPAGE="https://github.com/rails/spring"
-SRC_URI="https://github.com/rails/spring/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.1"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rubygems-2.1.0"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport virtual/ruby-minitest )"
-
-all_ruby_prepare() {
- sed -i -e '/files/d' ${PN}.gemspec || die
-}
next reply other threads:[~2015-08-28 5:38 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-28 5:38 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-28 5:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spring/ Hans de Graaff
2015-10-02 14:25 Hans de Graaff
2015-11-16 6:41 Hans de Graaff
2015-11-17 6:23 Hans de Graaff
2015-11-27 6:52 Hans de Graaff
2015-12-10 6:59 Hans de Graaff
2015-12-10 6:59 Hans de Graaff
2015-12-21 7:27 Hans de Graaff
2015-12-23 21:27 Manuel Rüger
2016-01-09 19:15 Markus Meier
2016-01-17 9:45 Fabian Groffen
2016-01-20 6:56 Hans de Graaff
2016-01-20 6:56 Hans de Graaff
2016-02-16 6:40 Hans de Graaff
2016-02-29 6:50 Hans de Graaff
2016-02-29 6:50 Hans de Graaff
2016-05-14 5:21 Hans de Graaff
2016-05-14 5:21 Hans de Graaff
2016-07-31 5:53 Hans de Graaff
2016-11-17 7:05 Hans de Graaff
2016-11-17 7:05 Hans de Graaff
2017-02-04 14:24 Hans de Graaff
2017-06-05 7:58 Hans de Graaff
2017-06-05 7:58 Hans de Graaff
2018-01-27 7:18 Hans de Graaff
2018-03-05 19:46 Hans de Graaff
2018-03-18 19:43 Sergei Trofimovich
2018-03-25 19:58 Sergei Trofimovich
2018-06-22 4:32 Hans de Graaff
2019-03-30 6:46 Hans de Graaff
2019-06-15 9:55 Hans de Graaff
2020-07-25 9:03 Hans de Graaff
2020-09-08 5:48 Hans de Graaff
2021-06-26 5:30 Hans de Graaff
2021-07-06 19:41 Hans de Graaff
2021-12-29 6:59 Hans de Graaff
2022-04-22 6:55 Hans de Graaff
2022-06-26 6:20 Hans de Graaff
2022-10-08 6:26 Hans de Graaff
2022-12-07 18:24 Hans de Graaff
2023-03-18 7:17 Hans de Graaff
2023-04-13 3:03 Sam James
2023-12-02 8:01 Hans de Graaff
2024-01-07 7:49 Hans de Graaff
2024-06-21 11:21 Hans de Graaff
2024-06-21 11:21 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=1440740097.414e76fa305536b53c846d7374cca460b546b9ef.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