From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dbf/
Date: Sat, 23 Feb 2019 10:05:21 +0000 (UTC) [thread overview]
Message-ID: <1550916266.8a2210ed1a6857f3632b3b9ecaf72bcddcf81648.graaff@gentoo> (raw)
commit: 8a2210ed1a6857f3632b3b9ecaf72bcddcf81648
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 09:57:19 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 10:04:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2210ed
dev-ruby/dbf: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/dbf/Manifest | 2 --
dev-ruby/dbf/dbf-3.1.2.ebuild | 22 ----------------------
dev-ruby/dbf/dbf-4.0.1.ebuild | 22 ----------------------
3 files changed, 46 deletions(-)
diff --git a/dev-ruby/dbf/Manifest b/dev-ruby/dbf/Manifest
index 272998ad502..ba40fa3e5d9 100644
--- a/dev-ruby/dbf/Manifest
+++ b/dev-ruby/dbf/Manifest
@@ -1,5 +1,3 @@
DIST dbf-3.1.1.gem 126976 BLAKE2B 449b70abaa0bdcdf579ee78facbac46d2f97fb99e983b99ef7487c6a78f5d6f8f1c5257e1a490a169b8cb8e9581fb56827d86844d2d2ee9bc0b3326998206f6e SHA512 88aedb43858702ef2f24a2a751ceaeceba7d75ad58a6abdb314219cbb83551165aa7a1973a68e6b4c0da87c9f35c80b2e0650b25f570a76821bbdccb3dbaafb5
-DIST dbf-3.1.2.gem 127488 BLAKE2B c71089220f7b2d57b99ab27881c5f094a753c1a7c5378074f18d4a9fccba26d4ac7e8e563b84c0556aa50db7f39d03697957c10e6528ddaed8bef812cac662f5 SHA512 1e9c809cc03d4ecadaadd5cc754e4fa85961cf675465f950cda1c084e80c32e0a62223494f76b4ba8e26cde61eea8e43414d1b03c95fd36e8994222c3ffcab11
DIST dbf-3.1.3.gem 127488 BLAKE2B 6c75d901b0d694266cfe2441567bf5684e5845a95b3c68eaf7bcbd5bc7b9b4748412740d8afce1015d5a84b26fcc30656a7f6dfc57c8a11055ac657b28cd034d SHA512 222957472dede8cfee42971ad9e7de4a08a7fb0ed017930027d4203da75298ce4eb9d222b841c4b051cf54c772b9799b2ee78cd5308452672142303bdf60c9f9
-DIST dbf-4.0.1.gem 127488 BLAKE2B 60fbd21d8a5caf14480ccf03aaf9ae6b9917d8537b3437a6831c4e69f878fc17a8ac70344dbfb9a459aca88f0000ec7ea89110dd489a802079bd8171f36f36c8 SHA512 cc678bfc7faf1e24b35053a77e91f203228a715a357d0c8e075998be27f19f2db2e6aa9e51d700842e81ca47f9ac5ab68cde1241e59d951ba82a1a7a020d0d0d
DIST dbf-4.1.1.gem 127488 BLAKE2B 82fc54aee620b64e43fd9dae540b4447f5edfe880f4d2d217016503a566c9fedc9b79c1dce8ee3ef252511f22fe989a1d709c1d8392f8c9b068dc6f601e62b65 SHA512 76e04319e1fb88f7e061b80e3ad5b9043a85e0e2ae29dbcb3ec2172f8c1d3b63a31eb38e38e2061fa3a8a9094cc5f4b5cde4864d481255ca6c46acbc0b1ced7e
diff --git a/dev-ruby/dbf/dbf-3.1.2.ebuild b/dev-ruby/dbf/dbf-3.1.2.ebuild
deleted file mode 100644
index 228d72d6735..00000000000
--- a/dev-ruby/dbf/dbf-3.1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/*"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a small fast library for reading dBase, xBase, Clipper and FoxPro
-database files"
-HOMEPAGE="https://github.com/infused/dbf"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
diff --git a/dev-ruby/dbf/dbf-4.0.1.ebuild b/dev-ruby/dbf/dbf-4.0.1.ebuild
deleted file mode 100644
index ac660bd38e6..00000000000
--- a/dev-ruby/dbf/dbf-4.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/*"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a small fast library for reading dBase, xBase, Clipper and FoxPro
-database files"
-HOMEPAGE="https://github.com/infused/dbf"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
next reply other threads:[~2019-02-23 10:05 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-23 10:05 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 14:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dbf/ Sam James
2024-10-06 14:27 Sam James
2024-07-12 9:06 Hans de Graaff
2024-06-01 10:34 Arthur Zamarin
2024-06-01 10:25 Arthur Zamarin
2024-06-01 6:17 Hans de Graaff
2024-06-01 6:17 Hans de Graaff
2024-01-26 8:46 Hans de Graaff
2023-12-31 19:35 Hans de Graaff
2023-12-31 19:35 Hans de Graaff
2023-12-28 8:21 Hans de Graaff
2023-07-04 16:10 Sam James
2023-07-04 16:10 Sam James
2023-06-03 9:46 Hans de Graaff
2023-03-28 16:07 Sam James
2023-03-28 16:07 Sam James
2022-08-16 5:51 Hans de Graaff
2022-07-19 6:07 Hans de Graaff
2022-05-06 10:04 Hans de Graaff
2021-09-13 17:45 Hans de Graaff
2021-09-13 7:00 Agostino Sarubbo
2021-09-12 7:33 Sam James
2021-08-27 6:46 Hans de Graaff
2021-08-14 7:01 Hans de Graaff
2021-07-07 17:38 Hans de Graaff
2020-08-31 4:23 Hans de Graaff
2019-04-29 5:32 Hans de Graaff
2019-04-28 20:34 Thomas Deutschmann
2019-04-13 14:10 Mikle Kolyada
2019-04-11 18:29 Hans de Graaff
2019-02-23 10:05 Hans de Graaff
2019-01-27 7:49 Hans de Graaff
2019-01-11 7:33 Hans de Graaff
2018-10-17 5:13 Hans de Graaff
2018-06-18 5:18 Hans de Graaff
2018-06-06 23:49 Thomas Deutschmann
2018-05-24 14:31 Agostino Sarubbo
2018-04-27 5:42 Hans de Graaff
2017-12-25 7:05 Hans de Graaff
2017-10-27 5:56 Hans de Graaff
2017-10-23 18:42 Thomas Deutschmann
2017-10-22 7:11 Hans de Graaff
2017-10-21 7:27 Hans de Graaff
2017-05-17 4:59 Hans de Graaff
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-01-01 6:41 Hans de Graaff
2017-01-01 6:41 Hans de Graaff
2016-12-16 6:42 Hans de Graaff
2016-10-13 5:25 Hans de Graaff
2016-10-13 5:25 Hans de Graaff
2016-08-30 5:40 Hans de Graaff
2016-08-19 6:00 Hans de Graaff
2016-04-03 22:12 Manuel RĂ¼ger
2016-02-15 6:17 Hans de Graaff
2016-01-30 15:50 Hans de Graaff
2016-01-30 15:50 Hans de Graaff
2015-12-20 20:21 Hans de Graaff
2015-11-29 7:29 Hans de Graaff
2015-11-10 6:37 Hans de Graaff
2015-11-10 6:37 Hans de Graaff
2015-10-24 6:01 Hans de Graaff
2015-10-10 5:39 Hans de Graaff
2015-10-02 5:27 Hans de Graaff
2015-08-17 5:57 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=1550916266.8a2210ed1a6857f3632b3b9ecaf72bcddcf81648.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