From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/slop/
Date: Tue, 22 Mar 2016 06:21:17 +0000 (UTC) [thread overview]
Message-ID: <1458627415.fbfdea40f110a20d29ebb9ed7c8b98d2e22812c6.graaff@gentoo> (raw)
commit: fbfdea40f110a20d29ebb9ed7c8b98d2e22812c6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 06:16:55 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 06:16:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfdea40
dev-ruby/slop: cleanup
Package-Manager: portage-2.2.26
dev-ruby/slop/Manifest | 2 --
dev-ruby/slop/slop-4.1.0.ebuild | 27 ---------------------------
dev-ruby/slop/slop-4.2.0.ebuild | 27 ---------------------------
3 files changed, 56 deletions(-)
diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
index 762ef02..e89af0b 100644
--- a/dev-ruby/slop/Manifest
+++ b/dev-ruby/slop/Manifest
@@ -1,4 +1,2 @@
DIST slop-3.6.0.tgz 19570 SHA256 8fdb0e81e0636f7a266b5f12e1fa419c27bf1b529f0c48addaaa9b02bcccf1ca SHA512 48bc2f56070a6f65b865b76dd5ba2e0e434c2ac5f9efef89301833746c0d01e5d9769ae02cdff8a4cfb0ed67d4306d921eafe086f49dafa0af8521d14bcee2a6 WHIRLPOOL c33dfb201a24c07e3abc56fa5c0944caff55814ac42d462e607a63c7d60e7fb02ba80accd020f572331c0bd9abd823446538e81b8039fdf5bab6bfa26d24e5d4
-DIST slop-4.1.0.tgz 12644 SHA256 d07e6bb256cc1392ddeafcd071bd6407c469af4496de9e429333a50514281a33 SHA512 b1dfa808821b210681917e2cec6878482287e3be0e8ea1a1b3b311bf94e53a109e9b77524bca0030600904545c3e7a5b2ad3850210e53c7ee5bbff1efd8adef2 WHIRLPOOL ebdca4c84c7dc9997be8a1a492389c43b907a4d8c1f7bbad74ebff9335459d83f989b6e1a3e04ca76926c08737f1244abdd461ae8fc72d87532bf9003af30427
-DIST slop-4.2.0.tgz 13291 SHA256 72fb5cc0d3847d44b3e4a6eba6ce7c0042819db3b952fc91ce662146b7797f49 SHA512 5857b749cee508a5ac94b1c247b23cb9b0dd23bb51ade3909472f597ee1c4a73571afb499731a7b55e65125c5555ee83d9ce582b87a10f68086debc30e70f044 WHIRLPOOL 5a881a86ba79925174d0f88933302fcabe79889f1570b6bc14ee3c20d9b1cadae761641d499de86c5cb82cc0a2dd71a5f87082026758d474001db5f0e0804887
DIST slop-4.2.1.tgz 13788 SHA256 a825f9a6e9a450e5d1968b52cb4c1b662d678a94063e0d5f3d6ae50a4f788b62 SHA512 698c8dc10aa450486b43d2a2d2447616bc7dc42a6ea6b0b5db4aa0be651641d780f002161ab6fd6f6d1b4b6fb59ac38a8b56a4b27daa80680c5f2a94e13fbb11 WHIRLPOOL 8539c9308edb0744fd74170c945bcf44564daaebcfdb7347769932747e7167ac4edddc365eb4e058b26a08850809cbaa91d2e645c6f027e5145123baff09a6d0
diff --git a/dev-ruby/slop/slop-4.1.0.ebuild b/dev-ruby/slop/slop-4.1.0.ebuild
deleted file mode 100644
index f75b19d..0000000
--- a/dev-ruby/slop/slop-4.1.0.ebuild
+++ /dev/null
@@ -1,27 +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 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API"
-HOMEPAGE="https://github.com/injekt/slop"
-SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
- sed -i -e '/git ls-files/d' slop.gemspec || die
-}
diff --git a/dev-ruby/slop/slop-4.2.0.ebuild b/dev-ruby/slop/slop-4.2.0.ebuild
deleted file mode 100644
index f75b19d..0000000
--- a/dev-ruby/slop/slop-4.2.0.ebuild
+++ /dev/null
@@ -1,27 +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 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API"
-HOMEPAGE="https://github.com/injekt/slop"
-SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
- sed -i -e '/git ls-files/d' slop.gemspec || die
-}
next reply other threads:[~2016-03-22 6:21 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-22 6:21 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-01 7:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/slop/ Hans de Graaff
2023-12-27 9:36 Hans de Graaff
2023-07-10 7:36 Hans de Graaff
2023-06-23 17:50 Hans de Graaff
2023-03-18 7:17 Hans de Graaff
2023-02-25 7:21 Hans de Graaff
2023-02-25 7:21 Hans de Graaff
2022-10-08 6:26 Hans de Graaff
2022-04-22 6:55 Hans de Graaff
2022-03-28 5:49 Hans de Graaff
2022-03-28 5:49 Hans de Graaff
2021-06-20 6:03 Hans de Graaff
2020-09-11 4:32 Hans de Graaff
2020-07-25 17:10 Hans de Graaff
2020-04-13 4:31 Hans de Graaff
2020-01-05 8:03 Hans de Graaff
2019-06-30 4:47 Hans de Graaff
2019-05-18 5:36 Hans de Graaff
2019-04-10 15:15 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2018-04-09 5:10 Hans de Graaff
2018-03-27 5:48 Hans de Graaff
2018-03-05 19:46 Hans de Graaff
2018-02-19 6:49 Hans de Graaff
2017-11-25 7:03 Hans de Graaff
2017-10-07 5:52 Hans de Graaff
2017-08-22 9:19 Sergei Trofimovich
2017-07-19 6:55 Hans de Graaff
2017-05-27 5:16 Hans de Graaff
2017-05-03 4:52 Hans de Graaff
2016-12-16 6:15 Hans de Graaff
2016-08-22 5:58 Hans de Graaff
2016-08-16 6:05 Hans de Graaff
2016-03-22 6:21 Hans de Graaff
2016-03-22 6:21 Hans de Graaff
2015-11-26 7:13 Hans de Graaff
2015-09-07 21:56 Richard Farina
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=1458627415.fbfdea40f110a20d29ebb9ed7c8b98d2e22812c6.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