public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gruff/
Date: Fri, 25 Dec 2015 18:26:57 +0000 (UTC)	[thread overview]
Message-ID: <1451067990.729bcb704f7766b918588542c7eea3e78f281455.mrueg@gentoo> (raw)

commit:     729bcb704f7766b918588542c7eea3e78f281455
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 18:21:14 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 18:26:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729bcb70

dev-ruby/gruff: Remove old

Package-Manager: portage-2.2.26

 dev-ruby/gruff/Manifest              |  1 -
 dev-ruby/gruff/gruff-0.5.1-r1.ebuild | 46 ------------------------------------
 dev-ruby/gruff/gruff-0.5.1.ebuild    | 46 ------------------------------------
 3 files changed, 93 deletions(-)

diff --git a/dev-ruby/gruff/Manifest b/dev-ruby/gruff/Manifest
index 79c04cd..f0f81ae 100644
--- a/dev-ruby/gruff/Manifest
+++ b/dev-ruby/gruff/Manifest
@@ -1,2 +1 @@
-DIST gruff-0.5.1.gem 315904 SHA256 34a3cea74d8f87182dcd8ae0a7981e58a49870cd8bb9aedb4b11e5cf56bccb2d SHA512 30453b6af286548be4727c124662df1b05ef93acb25a443cdb7b02c7076dddcbd71769fa249402456e5f54e27d40e4bb6cd8ba012c1746b3190c7a27c505b8f3 WHIRLPOOL bdd8f72c78780fd2b070edfe21a5f7e0d84c86baf6026bd53e40cf934d279c2cc36f139042fbe1e32fe4dc9e0016771b781ffcff304b1043258f7f9cfb7dc441
 DIST gruff-0.6.0.gem 316416 SHA256 d44116afdc914a98143fd455004f4aeb725942e8a61650c93e1fde7d307de4b2 SHA512 4771637157d11c85d437d41d63d018915d1214fd09dc7078b883c98f640821aec3ddc64fcd4516ca4bfd06c9523ee5a4b60dc6233903e03d7336ad10989613cb WHIRLPOOL dc55cfe4ca44c85ae753395272492bc8c0091145b48421e7e3da67347525deb07cfb5470c95e7c00bd5369634566794c645059f9dad2e12744578140a92b5207

diff --git a/dev-ruby/gruff/gruff-0.5.1-r1.ebuild b/dev-ruby/gruff/gruff-0.5.1-r1.ebuild
deleted file mode 100644
index 8e5a9a1..0000000
--- a/dev-ruby/gruff/gruff-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,46 +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_DOC=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets rails_generators"
-
-inherit ruby-fakegem
-
-ruby_add_rdepend '>=dev-ruby/rmagick-2'
-ruby_add_bdepend "
-	test? (
-		dev-ruby/hoe
-	)"
-
-DESCRIPTION="RMagick Implementation for JRuby"
-HOMEPAGE="http://rubyforge.org/projects/gruff/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-RUBY_PATCHES=(
-	${PN}-0.3.6-spider.patch
-)
-
-# imagemagick is an indirect dependency through rmagick. However, for
-# gruff to work properly imagemagick needs to be compiled with truetype
-# support and this cannot be expressed in the rmagick dependency. Tests
-# also require imagemagick to have jpeg and png support.
-DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,png,truetype] )"
-RDEPEND="${RDEPEND} media-gfx/imagemagick[truetype]"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit )"
-
-each_ruby_test() {
-	ruby-ng_testrb-2 test/test_*.rb
-}

diff --git a/dev-ruby/gruff/gruff-0.5.1.ebuild b/dev-ruby/gruff/gruff-0.5.1.ebuild
deleted file mode 100644
index c94fcd2..0000000
--- a/dev-ruby/gruff/gruff-0.5.1.ebuild
+++ /dev/null
@@ -1,46 +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"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets rails_generators"
-
-inherit ruby-fakegem
-
-ruby_add_rdepend '>=dev-ruby/rmagick-2'
-ruby_add_bdepend "
-	test? (
-		dev-ruby/hoe
-	)"
-
-DESCRIPTION="RMagick Implementation for JRuby"
-HOMEPAGE="http://rubyforge.org/projects/gruff/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-macos"
-IUSE=""
-
-RUBY_PATCHES=(
-	${PN}-0.3.6-spider.patch
-)
-
-# imagemagick is an indirect dependency through rmagick. However, for
-# gruff to work properly imagemagick needs to be compiled with
-# truetype support and this cannot be expressed in the rmagick
-# dependency. Test also require imagemagick to have jpeg support.
-DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,truetype] )"
-RDEPEND="${RDEPEND} media-gfx/imagemagick[truetype]"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit )"
-
-each_ruby_test() {
-	ruby-ng_testrb-2 test/test_*.rb
-}


             reply	other threads:[~2015-12-25 18:27 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-25 18:26 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08  8:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gruff/ Hans de Graaff
2024-10-06 11:36 Sam James
2024-05-09  4:59 Hans de Graaff
2024-03-14  6:05 Hans de Graaff
2024-01-01  9:32 Hans de Graaff
2023-08-29 17:19 Hans de Graaff
2023-07-20 12:24 Sam James
2023-07-20 12:19 Sam James
2023-07-20  6:22 Hans de Graaff
2023-06-18  4:22 Hans de Graaff
2023-06-05  5:29 Hans de Graaff
2023-03-18 16:29 Hans de Graaff
2023-03-13 16:35 Sam James
2023-03-13 16:35 Sam James
2022-08-22  5:33 Hans de Graaff
2022-08-22  5:32 Hans de Graaff
2022-07-30  7:46 Hans de Graaff
2022-06-27  4:56 Hans de Graaff
2022-06-13  5:20 Hans de Graaff
2022-05-05  5:50 Hans de Graaff
2022-04-19  5:09 Hans de Graaff
2021-10-23  7:05 Hans de Graaff
2021-10-20  0:21 Sam James
2021-10-18 23:49 Sam James
2021-10-18  9:28 Hans de Graaff
2021-07-29  4:41 Hans de Graaff
2021-07-07  8:31 Hans de Graaff
2021-05-23  7:16 Hans de Graaff
2021-04-28  4:53 Hans de Graaff
2021-04-01 12:30 Thomas Deutschmann
2021-03-13  7:08 Hans de Graaff
2020-05-23  5:28 Hans de Graaff
2020-04-06  9:28 Hans de Graaff
2020-04-06  9:28 Hans de Graaff
2019-07-29  8:12 Hans de Graaff
2019-07-14  7:18 Hans de Graaff
2019-07-14  6:32 Hans de Graaff
2019-07-12 13:48 Hans de Graaff
2019-02-16 12:02 Hans de Graaff
2018-12-13  8:09 Hans de Graaff
2018-04-26  4:57 Hans de Graaff
2018-02-25  6:47 Hans de Graaff
2018-01-23  6:53 Hans de Graaff
2017-05-04  4:31 Hans de Graaff
2016-06-02  5:16 Hans de Graaff
2016-05-25  6:08 Hans de Graaff
2015-12-11 10:06 Agostino Sarubbo
2015-08-11  5:18 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=1451067990.729bcb704f7766b918588542c7eea3e78f281455.mrueg@gentoo \
    --to=mrueg@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