commit:     e3763797e02428522f7a2e1931355498fe690cdd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 07:18:02 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 07:49:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3763797

dev-ruby/activemodel-serializers-xml: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../activemodel-serializers-xml-1.0.2.ebuild       | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git 
a/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.2.ebuild 
b/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.2.ebuild
deleted file mode 100644
index b86b4eaa380..00000000000
--- 
a/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="XML serialization for your Active Model objects and Active Record 
models"
-HOMEPAGE="https://github.com/rails/activemodel-serializers-xml";
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-       =dev-ruby/activesupport-5*:*
-       =dev-ruby/activemodel-5*:*
-       =dev-ruby/builder-3*:* >=dev-ruby/builder-3.1:*
-"
-
-ruby_add_bdepend "test? (
-       =dev-ruby/activerecord-5*:*
-       dev-ruby/sqlite3
-)"
-
-all_ruby_prepare() {
-       sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}

Reply via email to