summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-02-07 07:48:22 +0100
committerHans de Graaff <graaff@gentoo.org>2018-02-07 08:04:56 +0100
commit5b1b4565465934a7c7a9a7d2a74bada33fc1407d (patch)
tree1711fc5d34ef039727bf991a2795e523c2b0adf3 /dev-ruby
parentdev-ruby/origin: add ruby24 (diff)
downloadgentoo-5b1b4565465934a7c7a9a7d2a74bada33fc1407d.tar.gz
gentoo-5b1b4565465934a7c7a9a7d2a74bada33fc1407d.tar.bz2
gentoo-5b1b4565465934a7c7a9a7d2a74bada33fc1407d.zip
dev-ruby/ox: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ox/Manifest2
-rw-r--r--dev-ruby/ox/ox-2.8.0.ebuild32
-rw-r--r--dev-ruby/ox/ox-2.8.1.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 6d4d317a01d1..4855bdde914a 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,4 +1,2 @@
DIST ox-2.6.0.tar.gz 191979 BLAKE2B 744d00262e3f33ea6b11c2b38417ca26dfd61c115847b115c0999d9d9edae3befc5a088f54ce53bf6324505c9444d4b2c72479167691b962a0ab749b4c032ea2 SHA512 8765fc3bfd10e52a05d59dab9e9ec973f933976c3511a91d6c84f120e2cac6abccc8ccb7ea9d301882198049b37823a392520464197a791cddf79ba9ce252f37
-DIST ox-2.8.0.tar.gz 193494 BLAKE2B aa1e3aad052b19a9aa5a38002fd4e1972a291bf8c13f9120809a38d193e529e9415e64595a96dfafb8e10351ba37336796ca0440b0a4949ea7c20723b1d6b4b4 SHA512 e1f2e37f3c3c8e6bb550c656b483012f3eb829dc6c60f9caf252a0d12a5f211a4b11e3de4f2443553570fa4b545dca565f27119520db3113ecf5707a712ce900
-DIST ox-2.8.1.tar.gz 193614 BLAKE2B 0bab46e17ad8e254dd3cd47e39d44b4a3801ab9824bda90ed7f19724088a3bcf1f795ad82c6107851869d4c96cedacf911636ed623e04acd48db605962bd1843 SHA512 0dd314027739bf3da5cb8e6b66d1bfe6e254809d718e17d17df8cbcb7e8ed5d98e541df7c6be13c72e690a5ecbbac0c9a88a1fceec71fcf251dcf991dd0040c0
DIST ox-2.8.2.tar.gz 193670 BLAKE2B 70e38754594a40ed35aa43aad32806d5c9eec7d3f60ee18a846a99f28b558173ea99b554f7f3a4f2b848686536d194035fd345ab33b9d7b5e12a246a472463d4 SHA512 18a887db70962a1dd1c6ea18461eca0efbcffdb231f934c3603e63537e9911e820465ce5e4ab86cbedd65b396a9a12b0ad7e60ea7ae687c4ebe8436e0c37988c
diff --git a/dev-ruby/ox/ox-2.8.0.ebuild b/dev-ruby/ox/ox-2.8.0.ebuild
deleted file mode 100644
index 2f95cc6f0c92..000000000000
--- a/dev-ruby/ox/ox-2.8.0.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="ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-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 ~ppc ~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.8.1.ebuild b/dev-ruby/ox/ox-2.8.1.ebuild
deleted file mode 100644
index 2f95cc6f0c92..000000000000
--- a/dev-ruby/ox/ox-2.8.1.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="ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-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 ~ppc ~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
-}