From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode/
Date: Sun, 14 Feb 2016 06:53:12 +0000 (UTC) [thread overview]
Message-ID: <1455431618.98c79c51a9c0c082ec69f782218b8c6a9c92ee83.graaff@gentoo> (raw)
commit: 98c79c51a9c0c082ec69f782218b8c6a9c92ee83
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 06:33:38 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 06:33:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c79c51
dev-ruby/rqrcode: cleanup
Package-Manager: portage-2.2.26
dev-ruby/rqrcode/Manifest | 2 --
dev-ruby/rqrcode/rqrcode-0.6.0.ebuild | 30 ------------------------------
dev-ruby/rqrcode/rqrcode-0.7.0.ebuild | 30 ------------------------------
3 files changed, 62 deletions(-)
diff --git a/dev-ruby/rqrcode/Manifest b/dev-ruby/rqrcode/Manifest
index a28c88c..cb2fa89 100644
--- a/dev-ruby/rqrcode/Manifest
+++ b/dev-ruby/rqrcode/Manifest
@@ -1,3 +1 @@
-DIST rqrcode-0.6.0.gem 25088 SHA256 8a57b341e4fc148ef105b16a9ad1eea883a40a55dac9949804cd6431119d30f5 SHA512 613f91855696ec8b95b3879f0639cb5057066e21d5d80714b1cb63cd3dfefbb69fe0baa890d269b326c033febbad2e3705b024bd6baaa550e703b6dac09d10c0 WHIRLPOOL 27a5ce83237a2327409da75d73825a3301d8a154aeea9d581648953a9dec4911c306be6ff77d1b22a543b11420c4dbf1f3861cc4747fa7bca2375c4038549593
-DIST rqrcode-0.7.0.gem 25088 SHA256 8b3a5cba9cc199ba2d781a7c767cb55679f29a3621aa0506a799cec3760d16a1 SHA512 ea336b24d43113821100f96680740d265456ebfda46f064b17e0a51295ca945203d03f0be27d3c6b86398393ba9d102f339db4708ec36d09f90cb240d16a6d3c WHIRLPOOL d74324bbc835368583e526c23bd5f4f57d7e2abd83940da9f05833518788815eca8c6d9b61bdf090640ae0a6efd0cc7e0aad3d4de179e373905a78c879578931
DIST rqrcode-0.9.0.gem 27136 SHA256 31b84b2203fb3892f5d9d86ae5ccb67420031d7cb06c3739214e88afc6968130 SHA512 80ce9fcfac53bc23818fe6bf49dec088df298e1c8232245cea1f423e0a78b4e19342aab39a80165ca3ff41076eba2ab80b2ddd5564283d748950305f6d545b2f WHIRLPOOL 65d076daab72dff9714581790190a2dd3ea963f33f1eb2d31933c73341b89d93062220f9488338c22c76ad96922cc534b95155574e34eb65ac8db06007af8d5f
diff --git a/dev-ruby/rqrcode/rqrcode-0.6.0.ebuild b/dev-ruby/rqrcode/rqrcode-0.6.0.ebuild
deleted file mode 100644
index f0db90e..0000000
--- a/dev-ruby/rqrcode/rqrcode-0.6.0.ebuild
+++ /dev/null
@@ -1,30 +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 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="https://whomwah.github.com/rqrcode/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/chunky_png"
-
-all_ruby_prepare() {
- sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
-}
diff --git a/dev-ruby/rqrcode/rqrcode-0.7.0.ebuild b/dev-ruby/rqrcode/rqrcode-0.7.0.ebuild
deleted file mode 100644
index f0db90e..0000000
--- a/dev-ruby/rqrcode/rqrcode-0.7.0.ebuild
+++ /dev/null
@@ -1,30 +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 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="https://whomwah.github.com/rqrcode/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/chunky_png"
-
-all_ruby_prepare() {
- sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
-}
next reply other threads:[~2016-02-14 6:53 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-14 6:53 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-28 17:44 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode/ Hans de Graaff
2025-04-03 11:48 Hans de Graaff
2024-01-01 8:07 Hans de Graaff
2023-12-09 8:28 Hans de Graaff
2023-09-17 6:08 Hans de Graaff
2023-08-29 8:49 Hans de Graaff
2023-06-03 9:41 Hans de Graaff
2023-04-01 23:19 Sam James
2022-07-30 6:43 Hans de Graaff
2022-04-23 9:43 Hans de Graaff
2022-04-23 9:43 Hans de Graaff
2022-02-23 5:53 Hans de Graaff
2021-09-12 10:31 Hans de Graaff
2021-07-04 6:12 Hans de Graaff
2021-07-04 6:12 Hans de Graaff
2021-07-04 6:12 Hans de Graaff
2021-03-17 5:51 Hans de Graaff
2020-08-04 3:40 Hans de Graaff
2019-11-27 6:11 Hans de Graaff
2019-07-10 4:58 Hans de Graaff
2019-01-26 16:45 Hans de Graaff
2018-12-12 15:00 Hans de Graaff
2018-02-10 7:42 Hans de Graaff
2017-08-24 5:49 Hans de Graaff
2016-12-02 7:29 Hans de Graaff
2016-02-14 6:53 Hans de Graaff
2016-01-04 6:21 Hans de Graaff
2015-08-19 5:26 Hans de Graaff
2015-08-19 5:26 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=1455431618.98c79c51a9c0c082ec69f782218b8c6a9c92ee83.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