From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activemodel-serializers-xml/
Date: Sat, 28 Sep 2024 06:21:28 +0000 (UTC) [thread overview]
Message-ID: <1727504467.3148570fd0772f6b78dca7f074f9c40d31144389.graaff@gentoo> (raw)
commit: 3148570fd0772f6b78dca7f074f9c40d31144389
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 06:07:07 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 06:21:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3148570f
dev-ruby/activemodel-serializers-xml: add 1.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/activemodel-serializers-xml/Manifest | 1 +
.../activemodel-serializers-xml-1.0.3.ebuild | 43 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ruby/activemodel-serializers-xml/Manifest b/dev-ruby/activemodel-serializers-xml/Manifest
index 4fb5439e42e3..f56e5f98a1aa 100644
--- a/dev-ruby/activemodel-serializers-xml/Manifest
+++ b/dev-ruby/activemodel-serializers-xml/Manifest
@@ -1 +1,2 @@
DIST activemodel-serializers-xml-1.0.2.tgz 23321 BLAKE2B ad626402acbf3a10a9b14a19713b3855e7eab69cd02ceb63386cb11b147c4c9dbc68dd849b9421b518bc70be29009f54f5effbe734e9c8bb1c59a7d2c3286ac7 SHA512 888db4822f9ed4fd17ba93f2e03e4edc204bc14f62e3622949140a3497f56ad7cd7d49cd7f38fbf557098ceed9f2f1334093fd8493ccc82e56be15f6bf138af9
+DIST activemodel-serializers-xml-1.0.3.tgz 23542 BLAKE2B 3a62e18900528ec62f4276adc645bae9ce565cd3a7d949887b60f86a72ee8bd6e0d4ceb87988089ba5cc047dbb19eab6c3c5d3e6691c270e7f49fe5fc797434d SHA512 84a6c075f1507afb8aed6638ac08027535e95cce9e2ec56fa093282995a311eae0c6b70b935c571e95bfb3d98e31ad716cad97d2a715f4fdde232bf9218bc90d
diff --git a/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.3.ebuild b/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.3.ebuild
new file mode 100644
index 000000000000..94eddb728770
--- /dev/null
+++ b/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+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="$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+IUSE="test"
+
+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:7.0 dev-ruby/activerecord:6.1 )
+ dev-ruby/sqlite3
+ dev-ruby/rexml
+)"
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ sed -i -e '/datetime.*created_at/ s:^:#:' -e '2igem "activerecord", "<7.1"' test/helper.rb || die
+
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}
next reply other threads:[~2024-09-28 6:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-28 6:21 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-13 11:48 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activemodel-serializers-xml/ Hans de Graaff
2024-11-08 14:22 Hans de Graaff
2023-08-08 5:50 Hans de Graaff
2022-10-11 5:31 Hans de Graaff
2022-10-11 5:31 Hans de Graaff
2022-10-02 17:03 Hans de Graaff
2022-03-26 7:48 Hans de Graaff
2021-07-06 7:49 Hans de Graaff
2021-05-28 5:14 Hans de Graaff
2019-05-12 5:32 Hans de Graaff
2018-06-06 4:44 Hans de Graaff
2018-05-06 18:52 Hans de Graaff
2017-08-17 5:45 Hans de Graaff
2017-07-30 8:36 Michał Górny
2017-05-07 9:44 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=1727504467.3148570fd0772f6b78dca7f074f9c40d31144389.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