From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/gli/
Date: Wed, 9 Dec 2015 06:36:10 +0000 (UTC) [thread overview]
Message-ID: <1449642799.5ada4de79f9899e59319a058f330768b19e2895f.graaff@gentoo> (raw)
commit: 5ada4de79f9899e59319a058f330768b19e2895f
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Dec 9 06:33:19 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 06:33:19 2015 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=5ada4de7
dev-ruby/gli: cleanup
Package-Manager: portage-2.2.20.1
dev-ruby/gli/Manifest | 2 --
dev-ruby/gli/gli-2.12.0.ebuild | 34 ----------------------------------
dev-ruby/gli/gli-2.12.2.ebuild | 33 ---------------------------------
3 files changed, 69 deletions(-)
diff --git a/dev-ruby/gli/Manifest b/dev-ruby/gli/Manifest
index 8bf587a..a5243dd 100644
--- a/dev-ruby/gli/Manifest
+++ b/dev-ruby/gli/Manifest
@@ -1,3 +1 @@
-DIST gli-2.12.0.gem 75776 SHA256 98f156991d0ed22fb3aa0fc46d08c8ae2e40287019a6e6ca131f92845f309eb1 SHA512 905a2454412a4c8c5e23e2f70dddf3bb69efd444ba2bce47528bb56d3128510b249bf831dd2f1bf59276787775dd5db357ee7f71e18c6ba5a7ae4a9be4f607c2 WHIRLPOOL e61b0918efb177aa47f190666dcdd9af6356926760b2fa984fc99d00fcd8a6be9a351a879c7073ca433d5f4311aa55b26195276fe8dad7f4a867773db275e710
-DIST gli-2.12.2.gem 75264 SHA256 829d5dc46cbc210fbd9a8b9adf0e1ee07f896f46bc462fffadd9ed0a09eb0af4 SHA512 b33bcd5987895f46b7ea70506913a228a731ed24616b9d040e50478c4294e87d8763221b24a2c2260435e6055478f1300bb73d135f17bb4b3083479760a12696 WHIRLPOOL 893352cc43db8124845fb0dda87a64b136d2d2ab95611cc871ca33d4a93122740ee4a16a81a210d24ba8cea838681634c93b425f3d193e278ad56614f531321c
DIST gli-2.13.1.gem 75776 SHA256 7da88c4d188b34e1e36ab191ab0699b6724d5d6aa4daaafe74b521e0166c55e1 SHA512 3ea24412fa63fefaf5a371b37214c0ea3e82b375f866a0b52c191b2f106f547fe6bb76638552372b4f1750d68a70f7058474998860a284444f75acc84cd27e67 WHIRLPOOL 465ce93eca026044610e89e622f4acd35e0c9909c61315b4ba104359f238c55b75cce51338ca7ec868a837fb70ef6a00e54c27a4f714db5d91fb834a954890f8
diff --git a/dev-ruby/gli/gli-2.12.0.ebuild b/dev-ruby/gli/gli-2.12.0.ebuild
deleted file mode 100644
index 6fd4d68..0000000
--- a/dev-ruby/gli/gli-2.12.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-
-RUBY_FAKEGEM_TASK_DOC="build_rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="gli.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Git-Like Interface Command Line Parser"
-HOMEPAGE="http://davetron5000.github.com/gli"
-LICENSE="Apache-2.0"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
- sed -e '/sdoc/ s:^:#:' -i Rakefile || die
-
- sed -e 's:tmp/fakehome:#{ENV["TMPDIR"]}/fakehome:' -i features/support/env.rb || die
-}
-
-each_ruby_test() {
- # Unit tests depend on unpackaged clean_test.
- ${RUBY} -S cucumber --format progress features || die
-}
diff --git a/dev-ruby/gli/gli-2.12.2.ebuild b/dev-ruby/gli/gli-2.12.2.ebuild
deleted file mode 100644
index 199907b..0000000
--- a/dev-ruby/gli/gli-2.12.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC="build_rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="gli.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Git-Like Interface Command Line Parser"
-HOMEPAGE="http://davetron5000.github.com/gli"
-LICENSE="Apache-2.0"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
- sed -e '/sdoc/ s:^:#:' -i Rakefile || die
-
- sed -e 's:tmp/fakehome:#{ENV["TMPDIR"]}/fakehome:' -i features/support/env.rb || die
-}
-
-each_ruby_test() {
- # Unit tests depend on unpackaged clean_test.
- ${RUBY} -S cucumber --format progress features || die
-}
next reply other threads:[~2015-12-09 6:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-09 6:36 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-05-22 7:06 [gentoo-commits] dev/graaff:master commit in: dev-ruby/gli/ Hans de Graaff
2014-10-30 10:31 Hans de Graaff
2014-08-25 14:45 Hans de Graaff
2014-08-23 13:33 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=1449642799.5ada4de79f9899e59319a058f330768b19e2895f.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