public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ox/
Date: Tue, 19 Sep 2017 05:44:30 +0000 (UTC)	[thread overview]
Message-ID: <1505799594.73cb791e5a358b1ed9f0661efdc403ff216ef613.graaff@gentoo> (raw)

commit:     73cb791e5a358b1ed9f0661efdc403ff216ef613
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:39:54 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:39:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cb791e

dev-ruby/ox: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/ox/Manifest         |  2 --
 dev-ruby/ox/ox-2.4.11.ebuild | 32 --------------------------------
 dev-ruby/ox/ox-2.4.13.ebuild | 32 --------------------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 9dc32602026..ccb764bc6f9 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,4 +1,2 @@
-DIST ox-2.4.11.tar.gz 191015 SHA256 fbd6f64dc1b38099b5a1e4cbc4726f1cf1f1541f4202f9565d4a59e3bf11fe45 SHA512 504820125127e2076d275d885d16e92f508b0e02728ecaec390a56dc57d5ab655bb76bf0e809c99a17c68e3eb1e38f217aca809ca76c3fe67152a544387e1a07 WHIRLPOOL 74dc44b8e85ac778aa8b0301d892ac021259ba4155447caaaae8b81f1385d9a76615770a1fea52743853c142ab6d2aed5c3d8cf3b273a8697be28d4cc7392c38
-DIST ox-2.4.13.tar.gz 191174 SHA256 a5918f804bc33a887c5f4663b665d96ab7fd2fc11c902baa572841b092767e79 SHA512 98ed5549ba58461ee02945c3862dce27b3c6330ee3669f207cf3d58f27767ff5c5ac9f9f8d640720bb5ed3380f0f37d45a850e25c43f72acc8f7f3ab069ec771 WHIRLPOOL 45602639bc137b0bd5e1fb887977d9d31dc448f10c8410c143770c68dd6468a78db4464c3bb981b62b9a3881b9a643e0d7bee09faf7dae2cd26d2e985efe69d6
 DIST ox-2.5.0.tar.gz 191422 SHA256 01c6a98cb925b864ecefa40f297416a489c95b08715db4d2b276db8bb0c30edd SHA512 470c3b281e44423ab4197989f5b6fdb85e979a13dbcb9add192b4b36de1e768add4768f8cb4bee798aac424b9fe453e925f24af5a13c4cde4157e7fcebd0a3a2 WHIRLPOOL 8c843047ecf0431c810689698e4f5b6f025a5a093d68881cef09fdd919998fb98648d495be73c2eacdaec26ae38aaf235bcf423bcf38fef7690c6fe120309bcb
 DIST ox-2.6.0.tar.gz 191979 SHA256 d96f93640cde0e837e4b71e1a6dcd0f1d0221f3a4ad5b8484e74b851571459cc SHA512 8765fc3bfd10e52a05d59dab9e9ec973f933976c3511a91d6c84f120e2cac6abccc8ccb7ea9d301882198049b37823a392520464197a791cddf79ba9ce252f37 WHIRLPOOL a6d83bdedd6af70e17478893d3c7e91cdae6cea9a7b66360019310cd1511a0643a9a18f27fb497ba7da7a157b47ea00df8d85331c1dcb9ebf1419e003f291fdf

diff --git a/dev-ruby/ox/ox-2.4.11.ebuild b/dev-ruby/ox/ox-2.4.11.ebuild
deleted file mode 100644
index c465dfafee4..00000000000
--- a/dev-ruby/ox/ox-2.4.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox"
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-each_ruby_configure() {
-	${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/ox
-	cp ext/ox/ox$(get_modname) lib/ox/ || die
-}
-
-each_ruby_test() {
-	${RUBY} test/tests.rb || die
-}

diff --git a/dev-ruby/ox/ox-2.4.13.ebuild b/dev-ruby/ox/ox-2.4.13.ebuild
deleted file mode 100644
index eee48251f7b..00000000000
--- a/dev-ruby/ox/ox-2.4.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox"
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-each_ruby_configure() {
-	${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/ox
-	cp ext/ox/ox$(get_modname) lib/ox/ || die
-}
-
-each_ruby_test() {
-	${RUBY} test/tests.rb || die
-}


             reply	other threads:[~2017-09-19  5:44 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-19  5:44 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-13  7:09 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ox/ Hans de Graaff
2024-12-31  8:38 Hans de Graaff
2024-12-26  6:19 Hans de Graaff
2024-12-26  6:19 Hans de Graaff
2024-11-29 14:30 Arthur Zamarin
2024-10-06 11:35 Sam James
2024-09-19 20:18 Jakov Smolić
2024-03-22  6:26 Hans de Graaff
2023-12-27 14:07 Hans de Graaff
2023-12-27 14:07 Hans de Graaff
2023-07-15  6:48 Hans de Graaff
2023-07-11  7:47 Hans de Graaff
2023-04-14  5:54 Hans de Graaff
2023-03-27  9:15 Sam James
2023-02-02  6:22 Hans de Graaff
2023-02-02  6:22 Hans de Graaff
2023-01-22  8:30 Hans de Graaff
2022-12-30  8:00 Hans de Graaff
2022-12-30  8:00 Hans de Graaff
2022-12-30  8:00 Hans de Graaff
2022-05-01  6:34 Hans de Graaff
2022-04-06 16:00 Hans de Graaff
2022-04-06 16:00 Hans de Graaff
2022-03-17  6:40 Hans de Graaff
2022-03-17  6:40 Hans de Graaff
2022-03-17  6:40 Hans de Graaff
2022-02-22 18:50 Hans de Graaff
2022-02-11  7:43 Hans de Graaff
2022-02-11  7:43 Hans de Graaff
2022-02-08  6:19 Hans de Graaff
2022-02-08  6:19 Hans de Graaff
2021-11-04  5:54 Hans de Graaff
2021-10-31 11:35 Hans de Graaff
2021-06-20  6:03 Hans de Graaff
2021-06-20  6:03 Hans de Graaff
2021-06-20  6:03 Hans de Graaff
2021-03-20  7:09 Hans de Graaff
2021-03-20  7:09 Hans de Graaff
2021-03-12  7:31 Hans de Graaff
2021-03-08  7:18 Hans de Graaff
2021-03-08  7:18 Hans de Graaff
2021-01-12  7:08 Hans de Graaff
2021-01-12  7:08 Hans de Graaff
2020-12-23  5:53 Hans de Graaff
2020-12-23  5:53 Hans de Graaff
2020-09-16  5:55 Hans de Graaff
2020-09-11  5:14 Hans de Graaff
2020-09-04  5:06 Hans de Graaff
2020-09-04  5:06 Hans de Graaff
2020-09-04  5:06 Hans de Graaff
2020-02-10  6:18 Hans de Graaff
2020-02-01  6:44 Hans de Graaff
2020-01-06  6:23 Hans de Graaff
2019-12-20  7:21 Hans de Graaff
2019-12-20  7:21 Hans de Graaff
2019-11-09  6:28 Hans de Graaff
2019-06-15  9:55 Hans de Graaff
2019-05-28  5:18 Hans de Graaff
2019-05-13 18:04 Hans de Graaff
2019-05-04 12:38 Hans de Graaff
2018-09-04  5:43 Hans de Graaff
2018-08-25  7:33 Hans de Graaff
2018-07-18  5:51 Hans de Graaff
2018-07-18  5:51 Hans de Graaff
2018-06-13  3:47 Hans de Graaff
2018-04-28  6:32 Hans de Graaff
2018-04-04  3:53 Hans de Graaff
2018-03-19 18:43 Hans de Graaff
2018-03-19 16:47 Hans de Graaff
2018-03-19 16:47 Hans de Graaff
2018-02-07  7:05 Hans de Graaff
2018-02-07  7:05 Hans de Graaff
2017-12-04  7:04 Hans de Graaff
2017-12-04  7:04 Hans de Graaff
2017-11-27  6:31 Hans de Graaff
2017-10-30  5:45 Hans de Graaff
2017-10-18  5:48 Hans de Graaff
2017-09-24 10:39 Sergei Trofimovich
2017-09-24 10:39 Sergei Trofimovich
2017-09-24 10:39 Sergei Trofimovich
2017-09-19  5:44 Hans de Graaff
2017-08-10  5:05 Hans de Graaff
2017-05-19  4:56 Hans de Graaff
2017-05-19  4:56 Hans de Graaff
2017-04-24  5:07 Hans de Graaff
2017-03-21  6:18 Hans de Graaff
2017-03-21  6:18 Hans de Graaff
2017-02-04 15:38 Hans de Graaff
2017-01-17  6:43 Hans de Graaff
2017-01-17  6:43 Hans de Graaff
2016-12-26  5:52 Hans de Graaff
2016-09-12  5:01 Hans de Graaff
2016-08-10  5:30 Hans de Graaff
2016-08-10  5:30 Hans de Graaff
2016-07-06  5:33 Hans de Graaff
2016-06-24  5:45 Hans de Graaff
2016-06-24  5:45 Hans de Graaff
2016-05-02  5:26 Hans de Graaff
2016-04-15  5:50 Hans de Graaff
2016-04-05  5:08 Hans de Graaff
2016-02-24 23:37 Manuel Rüger
2016-02-24 23:37 Manuel Rüger
2016-02-05  6:51 Hans de Graaff
2016-01-03  7:14 Hans de Graaff
2016-01-03  7:14 Hans de Graaff
2015-10-21  5:19 Hans de Graaff
2015-10-04  8:07 Jeroen Roovers

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=1505799594.73cb791e5a358b1ed9f0661efdc403ff216ef613.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