From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/chunky_png/
Date: Mon, 4 Jan 2016 06:21:58 +0000 (UTC) [thread overview]
Message-ID: <1451888340.3cf47f49a10bceb878e2dbaa95bd26d10b8a7a6c.graaff@gentoo> (raw)
commit: 3cf47f49a10bceb878e2dbaa95bd26d10b8a7a6c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 06:18:21 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 06:19:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf47f49
dev-ruby/chunky_png: cleanup
Package-Manager: portage-2.2.26
dev-ruby/chunky_png/Manifest | 2 --
dev-ruby/chunky_png/chunky_png-1.3.3.ebuild | 34 -----------------------------
dev-ruby/chunky_png/chunky_png-1.3.4.ebuild | 34 -----------------------------
3 files changed, 70 deletions(-)
diff --git a/dev-ruby/chunky_png/Manifest b/dev-ruby/chunky_png/Manifest
index db429fb..cb7ffbb 100644
--- a/dev-ruby/chunky_png/Manifest
+++ b/dev-ruby/chunky_png/Manifest
@@ -1,3 +1 @@
-DIST chunky_png-1.3.3.gem 346112 SHA256 4078934795bf845e4015da25d5a64822a286105e62e8cb85c9c94a7ad02d82d1 SHA512 ea9039a88bb26662863faff98248e8a903e2169fab376b74fc2b17b62f6a2b0201ff67902c596d61a98bec74adb5110bca31c0a6e0f5bf201eef3534f234cf8c WHIRLPOOL 72966631bb53c961573a60eb881a850801617eca512a7a47122d0647dcb50dbe0c673f0ba79c4ac244eb20d7b2886cb8ba1862f76527cef12b06d6b9126c4560
-DIST chunky_png-1.3.4.gem 349184 SHA256 dc71b0f6bfd38dd9040faa7b1b2ea90c2bfcd5971ee9040785d1b93de484bd58 SHA512 dbcabaf5b5d5627fbf9bf8de3b5692117b71255b25c062068f879fc75c293939d7ff552e9e2a29ca26d711fd00bb9c40385cb36e50c4fcccbaec6d122fa29ca0 WHIRLPOOL a3d92d2106a3a2ae6587acfd57ead27d1f38b9783a80342e0838230259caf5f5661510b070b0bc6aa8289e0f15a7bd3d68338d9aecdaa3f9c4dbc13c52a4a82b
DIST chunky_png-1.3.5.gem 350208 SHA256 b6ab1011b2e79bcc973c92deee4110d071d5cd59ed950efcd0aba49a5f57c06d SHA512 3c036da20a77bf3525f2d76711e3dee697360dce59c0aee13e57f6cd6a77e7cde0bc94be15ba3c8792e45652d6825f520f8d16f5bc90ca2315a9b3ce17870494 WHIRLPOOL e7ac53ed0b2f959d0016a87c48140382f07477cb061558ae25120e04bd4947ca399321520b0fe508f4e481763c72ab4ae03a693e62486d58e0c3482b371990fa
diff --git a/dev-ruby/chunky_png/chunky_png-1.3.3.ebuild b/dev-ruby/chunky_png/chunky_png-1.3.3.ebuild
deleted file mode 100644
index 2a1c96f..0000000
--- a/dev-ruby/chunky_png/chunky_png-1.3.3.ebuild
+++ /dev/null
@@ -1,34 +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_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-
-RUBY_FAKEGEM_EXTRADOC="BENCHMARKING.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pure Ruby library that can read and write PNG images"
-HOMEPAGE="https://wiki.github.com/wvanbergen/chunky_png"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
- rm Gemfile* || die
-
- # Avoid git dependency
- sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
diff --git a/dev-ruby/chunky_png/chunky_png-1.3.4.ebuild b/dev-ruby/chunky_png/chunky_png-1.3.4.ebuild
deleted file mode 100644
index a5735ac..0000000
--- a/dev-ruby/chunky_png/chunky_png-1.3.4.ebuild
+++ /dev/null
@@ -1,34 +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_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-
-RUBY_FAKEGEM_EXTRADOC="BENCHMARKING.rdoc README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pure Ruby library that can read and write PNG images"
-HOMEPAGE="https://wiki.github.com/wvanbergen/chunky_png"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
- rm Gemfile* || die
-
- # Avoid git dependency
- sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
next reply other threads:[~2016-01-04 6:22 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-04 6:21 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-01 8:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/chunky_png/ Hans de Graaff
2023-12-31 19:49 Hans de Graaff
2023-12-09 10:42 Hans de Graaff
2023-03-25 7:12 Sam James
2023-03-25 7:12 Sam James
2023-03-25 7:12 Sam James
2022-04-23 9:43 Hans de Graaff
2022-04-23 9:43 Hans de Graaff
2021-03-17 5:51 Hans de Graaff
2021-01-06 6:21 Hans de Graaff
2021-01-06 6:21 Hans de Graaff
2020-12-15 6:03 Hans de Graaff
2020-10-28 5:33 Hans de Graaff
2020-10-24 5:46 Hans de Graaff
2020-08-04 3:40 Hans de Graaff
2019-11-16 9:57 Hans de Graaff
2019-07-10 4:58 Hans de Graaff
2018-12-09 7:38 Hans de Graaff
2018-06-23 6:18 Hans de Graaff
2018-06-23 6:18 Hans de Graaff
2018-01-24 5:46 Hans de Graaff
2018-01-24 5:46 Hans de Graaff
2017-08-27 6:18 Hans de Graaff
2016-11-12 6:58 Hans de Graaff
2016-09-01 5:01 Hans de Graaff
2016-09-01 5:01 Hans de Graaff
2016-06-20 6:00 Hans de Graaff
2016-04-21 5:17 Hans de Graaff
2015-10-29 5:27 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=1451888340.3cf47f49a10bceb878e2dbaa95bd26d10b8a7a6c.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