summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2019-10-02 13:26:29 +0200
committerHans de Graaff <hans@degraaff.org>2019-10-02 13:26:29 +0200
commitc388852e22224d153f16292420663e57d23b73f3 (patch)
tree8b66137da51ac865bf7ab759d0cc44bb69e1f874 /dev-ruby/icalendar
parentdev-ruby/sneakers: cleanup (diff)
downloadgraaff-c388852e22224d153f16292420663e57d23b73f3.tar.gz
graaff-c388852e22224d153f16292420663e57d23b73f3.tar.bz2
graaff-c388852e22224d153f16292420663e57d23b73f3.zip
dev-ruby/icalendar: cleanup
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-ruby/icalendar')
-rw-r--r--dev-ruby/icalendar/Manifest2
-rw-r--r--dev-ruby/icalendar/icalendar-2.5.1.ebuild36
-rw-r--r--dev-ruby/icalendar/icalendar-2.5.2-r1.ebuild38
-rw-r--r--dev-ruby/icalendar/icalendar-2.5.2.ebuild36
4 files changed, 0 insertions, 112 deletions
diff --git a/dev-ruby/icalendar/Manifest b/dev-ruby/icalendar/Manifest
index a7f4940f..346c932f 100644
--- a/dev-ruby/icalendar/Manifest
+++ b/dev-ruby/icalendar/Manifest
@@ -1,3 +1 @@
-DIST icalendar-2.5.1.tar.gz 33484 BLAKE2B 377bb6b4a1618d0227119094cac28affa46d24afd05db16cadbecf2b524e679cff58471d2cf771d94aac9168595c650cec76b4175c3299e21da2a0d826a8f1bd SHA512 88c81f78d13b7e08153c2b6731a0061c6fd62124cb80bf526ccd645d1acc3f535fcf823162096a42bf62ac2af2ab5444a7af66b6647eb2f415b9fd77b0ec23ea
-DIST icalendar-2.5.2.tar.gz 33733 BLAKE2B baa028b8d1e450bca1858c21195e96f1fb3797bb9b84464d1eb4c914db3ab64e7abb93bd795fbaa93dfa24b713b608a8e4a4f0dc2d71bf37c04d3a99ec86b993 SHA512 d374fd295b928a67db4258c4d3b274cdb20fba21e43e8f4530046c849a2a33cca4029d9bd9f6b3c949d482f24d9aae2c684ac4036f189be5d3e79dc9f8494bc3
DIST icalendar-2.5.3.tar.gz 33868 BLAKE2B 504b586216994a2ff9b5ada1df524f7d352a55ae811c18b61c3e19279e44bd82c1b95e04f541166bfa2c474f3fd9bd8ab6aaf5aec44abdf534d5e03c70618bf9 SHA512 0abd775656795d38050061ac9e69a2d5bb897ee028d2565ac11b09c31a304307380dd459d265167fd6d1ac5cf925804c69574ec998c23cc5d7bad85c3fe84833
diff --git a/dev-ruby/icalendar/icalendar-2.5.1.ebuild b/dev-ruby/icalendar/icalendar-2.5.1.ebuild
deleted file mode 100644
index 5939245f..00000000
--- a/dev-ruby/icalendar/icalendar-2.5.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library provides iCalendar support for ruby. (RFC-2445)"
-HOMEPAGE="https://github.com/icalendar/icalendar"
-LICENSE="|| ( GPL-2 BSD Ruby )"
-SRC_URI="https://github.com/icalendar/icalendar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-SLOT="2"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/ice_cube-0.16:0"
-
-ruby_add_bdepend "test? ( >=dev-ruby/tzinfo-1.2:1 )"
-
-all_ruby_prepare() {
- sed -i '/bundler/Id' Rakefile || die
-
- sed -i -e '/simplecov/,/end/ s:^:#:' spec/spec_helper.rb || die
-
- # Avoid one failing spec with TZ offset. May fail since we use the
- # overall timezone database, rather than tzinfo.
- sed -i -e '/no end transition/,/^ end/ s:^:#:' spec/tzinfo_spec.rb || die
-}
diff --git a/dev-ruby/icalendar/icalendar-2.5.2-r1.ebuild b/dev-ruby/icalendar/icalendar-2.5.2-r1.ebuild
deleted file mode 100644
index 070ef543..00000000
--- a/dev-ruby/icalendar/icalendar-2.5.2-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library provides iCalendar support for ruby. (RFC-2445)"
-HOMEPAGE="https://github.com/icalendar/icalendar"
-LICENSE="|| ( GPL-2 BSD Ruby )"
-SRC_URI="https://github.com/icalendar/icalendar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-SLOT="2"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-vtimezone-rrule.patch" )
-
-ruby_add_rdepend ">=dev-ruby/ice_cube-0.16:0"
-
-ruby_add_bdepend "test? ( >=dev-ruby/tzinfo-1.2:1 )"
-
-all_ruby_prepare() {
- sed -i '/bundler/Id' Rakefile || die
-
- sed -i -e '/simplecov/,/end/ s:^:#:' spec/spec_helper.rb || die
-
- # Avoid one failing spec with TZ offset. May fail since we use the
- # overall timezone database, rather than tzinfo.
- sed -i -e '/no end transition/,/^ end/ s:^:#:' spec/tzinfo_spec.rb || die
-}
diff --git a/dev-ruby/icalendar/icalendar-2.5.2.ebuild b/dev-ruby/icalendar/icalendar-2.5.2.ebuild
deleted file mode 100644
index 7f2cb7a3..00000000
--- a/dev-ruby/icalendar/icalendar-2.5.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This library provides iCalendar support for ruby. (RFC-2445)"
-HOMEPAGE="https://github.com/icalendar/icalendar"
-LICENSE="|| ( GPL-2 BSD Ruby )"
-SRC_URI="https://github.com/icalendar/icalendar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-SLOT="2"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/ice_cube-0.16:0"
-
-ruby_add_bdepend "test? ( >=dev-ruby/tzinfo-1.2:1 )"
-
-all_ruby_prepare() {
- sed -i '/bundler/Id' Rakefile || die
-
- sed -i -e '/simplecov/,/end/ s:^:#:' spec/spec_helper.rb || die
-
- # Avoid one failing spec with TZ offset. May fail since we use the
- # overall timezone database, rather than tzinfo.
- sed -i -e '/no end transition/,/^ end/ s:^:#:' spec/tzinfo_spec.rb || die
-}